Question Statement
Evaluate the integral:
∫(4+x2)2dx
Background and Explanation
This problem requires expanding a binomial expression and then applying the power rule for integration. You need to know how to expand (a+b)2 and the basic integration formula ∫xndx.
Solution
Let I=∫(4+x2)2dx
First, expand the integrand (4+x2)2 using the algebraic identity (a+b)2=a2+2ab+b2:
(4+x2)2=16+8x2+x4
Now substitute this back into the integral:
I=∫(16+x4+8x2)dx
Using the linearity property of integrals, we can split this into three separate integrals:
I=16∫1dx+∫x4dx+8∫x2dx
Apply the power rule for integration ∫xndx=n+1xn+1 to each term:
- ∫1dx=x
- ∫x4dx=5x5
- ∫x2dx=3x3
Putting it all together with the constant of integration c:
I=16x+5x5+8⋅3x3+c
Simplifying the final expression:
I=16x+5x5+38x3+c
- Algebraic expansion: (a+b)2=a2+2ab+b2
- Linearity of integration: ∫[af(x)+bg(x)]dx=a∫f(x)dx+b∫g(x)dx
- Power rule for integration: ∫xndx=n+1xn+1+C (for n=−1)
Summary of Steps
- Expand the squared binomial: (4+x2)2=16+8x2+x4
- Split the integral into three parts using linearity of integration
- Apply the power rule to integrate each term separately
- Add the constant of integration c
- Combine terms to write the final answer: 16x+5x5+38x3+c