Key Concepts and Formulas
- Half-Angle Tangent Substitution (Weierstrass Substitution): For integrals involving rational functions of sinx and cosx, the substitution t=tan(x/2) is highly effective. It transforms trigonometric functions as follows:
- sinx=1+t22t
- cosx=1+t21−t2
- dx=1+t22dt
- Definite Integral Limit Transformation: When performing a substitution in a definite integral, the limits of integration must be changed according to the substitution variable.
- Integration of Rational Functions: Integrals of the form ∫Q(t)P(t)dt, where P(t) and Q(t) are polynomials, can often be solved by partial fraction decomposition or by completing the square in the denominator, leading to standard integral forms like ∫a2+t21dt=a1tan−1(at)+C.
Step-by-Step Solution
Step 1: Identify the Integral Type and Apply the Half-Angle Substitution
The given integral is I=0∫2π3+2sinx+cosx1 dx. The integrand is a rational function of sinx and cosx. This suggests using the half-angle tangent substitution, t=tan(x/2).
Step 2: Transform the Trigonometric Functions and Differential Element
We apply the standard substitutions:
- sinx=1+t22t
- cosx=1+t21−t2
- dx=1+t22dt
Substitute these into the integrand:
3+2sinx+cosx1=3+2(1+t22t)+(1+t21−t2)1
Combine the terms in the denominator:
=1+t23(1+t2)+4t+(1−t2)1=3+3t2+4t+1−t21+t2=2t2+4t+41+t2
=2(t2+2t+2)1+t2
Now, substitute dx:
dx=1+t22dt
So, the integral becomes:
I=∫2(t2+2t+2)1+t2⋅1+t22dt
The (1+t2) terms cancel out:
I=∫t2+2t+21dt
Step 3: Transform the Limits of Integration
We need to change the limits of integration from x to t.
- When x=0, t=tan(0/2)=tan(0)=0.
- When x=2π, t=tan((π/2)/2)=tan(π/4)=1.
So, the definite integral in terms of t is:
I=∫01t2+2t+21dt
Step 4: Integrate the Rational Function
The denominator t2+2t+2 is a quadratic. We can complete the square to simplify the integration.
t2+2t+2=(t2+2t+1)+1=(t+1)2+1
The integral becomes:
I=∫01(t+1)2+11dt
This integral is in the form ∫u2+a21du=a1tan−1(au)+C, where u=t+1 and a=1.
Let u=t+1. Then du=dt.
When t=0, u=0+1=1.
When t=1, u=1+1=2.
The integral in terms of u is:
I=∫12u2+121du
Step 5: Evaluate the Definite Integral
Now, apply the integration formula:
I=[11tan−1(1u)]12=[tan−1(u)]12
Evaluate at the limits:
I=tan−1(2)−tan−1(1)
We know that tan−1(1)=4π.
I=tan−1(2)−4π
Common Mistakes & Tips
- Incorrect Limit Transformation: Forgetting to change the limits of integration after applying a substitution is a common error. Always re-evaluate the limits based on the new variable.
- Algebraic Errors: Simplifying the integrand after substitution can lead to algebraic mistakes. Double-check all arithmetic and algebraic manipulations carefully.
- Forgetting the dx term: Ensure that the dx is also substituted correctly as 1+t22dt when using the half-angle tangent substitution.
Summary
The integral was solved using the half-angle tangent substitution (t=tan(x/2)), which transformed the trigonometric integral into an integral of a rational function. After applying the substitution, the limits of integration were updated from 0 to π/2 for x, to 0 to 1 for t. The resulting rational function was integrated by completing the square in the denominator, leading to a standard arctangent form. Evaluating the definite integral at the transformed limits yielded the final answer.
The final answer is tan−1(2)−4π which corresponds to option (B).