Question Statement
Evaluate the integral:
∫(1+x)(1−x2)dx
Background and Explanation
This problem requires integrating a polynomial function that is given in factored form. The key strategy is to first expand the product into standard polynomial form, then apply the power rule for integration to each term separately.
Solution
Let I=∫(1+x)(1−x2)dx
First, expand the integrand by multiplying (1+x) with (1−x2):
(1+x)(1−x2)=1(1−x2)+x(1−x2)=1−x2+x−x3
So we can rewrite the integral as:
I=∫(1−x2+x−x3)dx
Using the linearity property of integration, we can split this into separate integrals for each term:
I=∫1dx−∫x2dx+∫xdx−∫x3dx
Now apply the power rule ∫xndx=n+1xn+1 to each term:
- ∫1dx=x
- ∫x2dx=3x3, so −∫x2dx=−3x3
- ∫xdx=2x2
- ∫x3dx=4x4, so −∫x3dx=−4x4
Combining these results and adding the constant of integration c:
I=x−3x3+2x2−4x4+c
Rearranging the terms in standard polynomial order (ascending or descending powers):
I=x+2x2−3x3−4x4+c
- Algebraic expansion: (a+b)(c+d)=ac+ad+bc+bd
- Linearity of integration: ∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
- Power rule for integration: ∫xndx=n+1xn+1+C (for n=−1)
- Constant of integration: Always add +c for indefinite integrals
Summary of Steps
- Expand the product (1+x)(1−x2) to get 1−x2+x−x3
- Split the integral into four separate integrals using linearity
- Apply the power rule to integrate each term individually:
- Constant term → linear term
- x term → 2x2
- x2 term → 3x3
- x3 term → 4x4
- Combine all terms with appropriate signs and add the constant c
- Rearrange terms in standard order (optional)