Question Statement
Evaluate the definite integral:
∫02π(2+cosx)(5+cosx)sinxdx
Background and Explanation
This problem combines integration by substitution with partial fraction decomposition. The presence of sinx in the numerator and cosx in the denominator suggests substituting t=cosx, while the product of linear factors in the denominator calls for breaking the rational function into simpler fractions.
Solution
Let I denote the integral:
I=∫02π(2+cosx)(5+cosx)sinxdx
Put cosx=t. Differentiating gives −sinxdx=dt, or equivalently sinxdx=−dt.
Change the limits of integration:
- When x=0, t=cos(0)=1
- When x=2π, t=cos(2π)=0
Substituting into the integral:
I=∫10(2+t)(5+t)−dt
Using the property ∫abf(x)dx=−∫baf(x)dx to reverse the limits and cancel the negative signs:
I=∫01(2+t)(5+t)1dt
We express the integrand as partial fractions:
(2+t)(5+t)1=2+tA+5+tB
Multiplying both sides by (2+t)(5+t):
1=A(5+t)+B(2+t)
Finding A: Put t=−2:
1=A(5−2)+B(0)⇒1=3A⇒A=31
Finding B: Put t=−5:
1=A(0)+B(2−5)⇒1=−3B⇒B=−31
Substituting back:
(2+t)(5+t)1=3(2+t)1−3(5+t)1
Now the integral becomes:
I=∫01(3(2+t)1−3(5+t)1)dt
Split and factor out constants:
I=31∫012+t1dt−31∫015+t1dt
Integrate using ∫u1du=ln∣u∣:
I=31[ln∣2+t∣]01−31[ln∣5+t∣]01
Apply the limits t=1 and t=0:
I=31[ln(3)−ln(2)]−31[ln(6)−ln(5)]
Factor out 31 and rearrange terms:
I=31[ln3−ln2−ln6+ln5]
Combine using logarithm properties lna+lnb=ln(ab) and lna−lnb=ln(ba):
I=31[ln(2×63×5)]=31[ln(1215)]=31ln(45)
- Substitution Rule: ∫f(g(x))g′(x)dx=∫f(u)du where u=g(x)
- Partial Fractions (distinct linear factors): (x+a)(x+b)1=b−a1(x+a1−x+b1)
- Logarithmic Integration: ∫x1dx=ln∣x∣+C
- Definite Integral Property: ∫abf(x)dx=−∫baf(x)dx
- Logarithm Properties: lna−lnb=ln(ba) and lna+lnb=ln(ab)
Summary of Steps
- Substitute cosx=t with sinxdx=−dt, changing limits from [0,2π] to [1,0]
- Reverse limits to eliminate the negative sign, obtaining ∫01(2+t)(5+t)dt
- Decompose using partial fractions: (2+t)(5+t)1=3(2+t)1−3(5+t)1
- Integrate term by term to get 31[ln(2+t)]01−31[ln(5+t)]01
- Evaluate at bounds: 31[(ln3−ln2)−(ln6−ln5)]
- Simplify logarithms to final answer: 31ln(45)