Evaluate the integral:
∫(3x2+2x)(x3+x2+9)5dx
This integral requires recognizing the pattern where the integrand consists of a function raised to a power multiplied by its own derivative. This is a direct application of the reverse chain rule (substitution method) for integration.
Let I=∫(3x2+2x)(x3+x2+9)5dx.
First, observe the structure of the integrand. Notice that if we let f(x)=x3+x2+9, then its derivative is:
f′(x)=dxd(x3+x2+9)=3x2+2x
This matches the first factor in our integrand. Therefore, we can rewrite the integral as:
I=∫(x3+x2+9)5⋅(3x2+2x)dx=∫[f(x)]5⋅f′(x)dx
Using the integration formula for this specific form (which is essentially u-substitution where u=x3+x2+9):
∫[f(x)]n⋅f′(x)dx=n+1[f(x)]n+1+c
Here, n=5, so n+1=6. Applying the formula:
I=5+1(x3+x2+9)5+1+c
Simplifying the expression:
I=6(x3+x2+9)6+c
- Reverse Chain Rule / Substitution Method: ∫fn(x)⋅f′(x)dx=n+1fn+1(x)+c
- Power Rule for Integration: Applied after substitution
- Recognition Pattern: Identifying that 3x2+2x is the derivative of x3+x2+9
- Identify the inner function: Let u=x3+x2+9 and verify that du=(3x2+2x)dx matches the remaining factor.
- Rewrite the integral: Express as ∫u5du.
- Apply the power rule: Integrate to get 6u6+c.
- Substitute back: Replace u with x3+x2+9 to obtain the final answer 6(x3+x2+9)6+c.
Question 17
Evaluate the integral:
∫(5e5x−x−3+32x)dx
This problem combines three basic integration techniques: exponential functions with linear arguments, power rule for negative exponents, and exponential functions with base a requiring substitution. Each term must be integrated separately using the appropriate rule.
Let I=∫(5e5x−x−3+32x)dx.
We can split this into three separate integrals:
I=5∫e5xdx−∫x−3dx+∫32xdx
Step 1: Integrate the first term
For ∫e5xdx, using the rule ∫eaxdx=aeax:
5∫e5xdx=5⋅5e5x=e5x
Step 2: Integrate the second term
For ∫x−3dx, using the power rule ∫xndx=n+1xn+1 where n=−3:
−∫x−3dx=−−3+1x−3+1=−−2x−2=2x−2=2x21
Step 3: Integrate the third term
For ∫32xdx, we use substitution:
Let t=2x, then dt=2dx or dx=2dt.
Substituting:
∫32xdx=∫3t⋅2dt=21∫3tdt
Using the formula ∫axdx=lnaax:
21∫3tdt=21⋅ln33t+c=2ln332x+c
Step 4: Combine all terms
Putting everything together:
I=e5x+2x21+2ln332x+c
- Exponential Integration: ∫eaxdx=aeax+c
- Power Rule: ∫xndx=n+1xn+1+c (for n=−1)
- General Exponential Rule: ∫axdx=lnaax+c
- Substitution Method: Used for 32x by letting t=2x to linearize the exponent
- Separate the integral: Break into three parts: 5e5x, −x−3, and 32x.
- First term: Integrate e5x to get 5e5x, multiply by 5 to get e5x.
- Second term: Apply power rule to x−3 to get −2x−2, simplify signs to get +2x21.
- Third term: Substitute t=2x, integrate 3t to get ln33t, substitute back and include the factor of 21 to get 2ln332x.
- Combine: Add all results and include the constant of integration +c.