Question Statement
Evaluate the integral:
∫(2x+7)(x2+7x+3)54dx
Background and Explanation
This problem is solved using integration by substitution (also called u-substitution). The key insight is recognizing that the derivative of the inner function (x2+7x+3) is (2x+7), which appears as a separate factor in the integrand—this makes substitution straightforward.
Solution
Let I denote the integral we need to evaluate:
I=∫(2x+7)(x2+7x+3)54dx
We can rewrite this to group the terms strategically:
I=∫(x2+7x+3)4/5⋅(2x+7)dx
Step 1: Choose the substitution
Notice that if we let t=x2+7x+3, then the derivative is:
dxdt=2x+7
Step 2: Find the differential
Multiplying both sides by dx:
(2x+7)dx=dt
Step 3: Substitute into the integral
Replacing (x2+7x+3) with t and (2x+7)dx with dt in equation (1):
I=∫(t)4/5⋅dt
Step 4: Integrate using the power rule
Applying the power rule for integration ∫tndt=n+1tn+1+C where n=54:
I=54+1t54+1+c=59t59+c=95t59+c
Step 5: Substitute back to the original variable
Replace t with (x2+7x+3) to get the final answer:
I=95(x2+7x+3)59+c
- Integration by Substitution: If u=g(x), then ∫f(g(x))g′(x)dx=∫f(u)du
- Power Rule for Integration: ∫xndx=n+1xn+1+C (for n=−1)
- Differential Calculation: d(t)=dxdt⋅dx
Summary of Steps
- Identify the substitution: Let t=x2+7x+3 (the expression inside the power)
- Calculate the differential: dt=(2x+7)dx, which matches the remaining factor in the integrand
- Rewrite the integral: Substitute to get ∫t4/5dt
- Apply the power rule: Integrate to obtain 95t9/5+C
- Back-substitute: Replace t with (x2+7x+3) to express the answer in terms of x