Question Statement
Evaluate the indefinite integral:
∫ax2+bx+c2ax+bdx
Background and Explanation
This problem demonstrates the substitution method for integration when the numerator is the derivative of the denominator. Recognizing this pattern allows us to simplify the integral to the standard logarithmic form ∫t1dt.
Solution
Let
I=∫ax2+bx+c2ax+bdx⋯(1)
We use the method of substitution. Observe that the numerator (2ax+b) is exactly the derivative of the denominator (ax2+bx+c).
Put
t=ax2+bx+c
Differentiating both sides with respect to x:
(2ax+b+0)dx=dt
Therefore:
(2ax+b)dx=dt
Substituting into equation (1), we get:
I=∫tdt
This can be written as:
I=∫t1dt
Integrating with respect to t:
I=lnt+c1
Back-substituting t=ax2+bx+c:
I=ln(ax2+bx+c)+c1
Thus, the solution is:
∫ax2+bx+c2ax+bdx=ln(ax2+bx+c)+c1
- Integration by substitution: When dxd[f(x)] appears as a factor in the integrand, substitute t=f(x)
- Differential form: dt=f′(x)dx or dxdt=f′(x)
- Standard integral: ∫t1dt=ln∣t∣+C (here applied as lnt+c1 assuming t>0)
- Derivative of quadratic: dxd(ax2+bx+c)=2ax+b
Summary of Steps
- Identify the pattern: Recognize that the numerator (2ax+b) is the derivative of the denominator (ax2+bx+c)
- Substitute: Let t=ax2+bx+c
- Differentiate: Compute dt=(2ax+b)dx
- Transform the integral: Replace (2ax+b)dx with dt and the denominator with t to get ∫tdt
- Integrate: Apply the logarithmic rule to get lnt+c1
- Back-substitute: Replace t with ax2+bx+c to obtain the final answer