Key Concepts and Formulas
- Integration by Parts: The formula for definite integrals is ∫abudv=[uv]ab−∫abvdu.
- Trigonometric Identity: sec2x=1+tan2x.
- Recurrence Relation: A relation that defines a sequence where each term is a function of preceding terms. This is often derived using integration by parts.
Step-by-Step Solution
Step 1: Define a General Integral and Rewrite the Expression
To simplify the given expression, let's define a general integral I(n) that captures the common structure. The given expression is:
∫0π/4e−x(tan49x+tan51x)dxe−π/4+∫0π/4e−xtan50xdx
We define I(n)=∫0π/4e−xtannxdx. Using this notation, the expression becomes:
I(49)+I(51)e−π/4+I(50)
Our goal is to find a relationship between I(n), I(n−1), and I(n+1).
Step 2: Apply Integration by Parts to I(n)
We apply integration by parts to I(n)=∫0π/4e−xtannxdx. We choose:
- u=tannx (because its derivative simplifies the power)
- dv=e−xdx (because it's easily integrable)
Then, du=ntann−1xsec2xdx and v=∫e−xdx=−e−x.
Applying the integration by parts formula:
I(n)=[−e−xtannx]0π/4−∫0π/4(−e−x)(ntann−1xsec2x)dx
I(n)=[−e−xtannx]0π/4+n∫0π/4e−xtann−1xsec2xdx
Step 3: Evaluate the Definite Part and Simplify the Integral Term
Evaluate the definite part [−e−xtannx]0π/4:
At x=π/4: −e−π/4tann(π/4)=−e−π/4(1)n=−e−π/4.
At x=0: −e−0tann(0)=−1⋅0n=0 (since n=50>0).
So, the definite part is −e−π/4−0=−e−π/4.
Now, simplify the integral term using the identity sec2x=1+tan2x:
n∫0π/4e−xtann−1x(1+tan2x)dx
n∫0π/4e−x(tann−1x+tann−1xtan2x)dx
n∫0π/4e−x(tann−1x+tann+1x)dx
We can split this into two integrals:
n(∫0π/4e−xtann−1xdx+∫0π/4e−xtann+1xdx)
Using our definition I(k)=∫0π/4e−xtankxdx, this becomes:
n(I(n−1)+I(n+1))
Step 4: Formulate the Recurrence Relation
Combining the results from Step 2 and Step 3, we get the recurrence relation:
I(n)=−e−π/4+n(I(n−1)+I(n+1))
Step 5: Substitute the Recurrence Relation into the Original Expression
We need to evaluate the expression I(49)+I(51)e−π/4+I(50).
Let's substitute n=50 into our recurrence relation:
I(50)=−e−π/4+50(I(49)+I(51))
Now, substitute this expression for I(50) into the numerator of the given expression:
I(49)+I(51)e−π/4+(−e−π/4+50(I(49)+I(51)))
The e−π/4 terms in the numerator cancel out:
I(49)+I(51)50(I(49)+I(51))
Since e−x>0 and tanx>0 for x∈(0,π/4), the integral I(k)=∫0π/4e−xtankxdx is positive for any k≥0. Therefore, I(49)+I(51)=0. We can cancel out the term (I(49)+I(51)) from the numerator and denominator:
=50
The value of the given expression is 50.
Common Mistakes & Tips
- Incorrect choice of u and dv: Always choose u such that its derivative is simpler, and dv such that it is easily integrable. Choosing u=e−x here would make the integral of dv difficult.
- Algebraic errors in integration by parts: Carefully apply the formula and ensure the signs are correct, especially when dealing with the negative sign from integrating e−x.
- Forgetting trigonometric identities: The identity sec2x=1+tan2x is crucial for relating integrals with different powers of tanx.
Summary
This problem is solved by defining a general integral I(n), applying integration by parts to derive a recurrence relation, and then using this relation to simplify the given expression. The key steps involved were the strategic choice of u and dv, careful evaluation of limits, and the use of the identity sec2x=1+tan2x. The recurrence relation I(n)=−e−π/4+n(I(n−1)+I(n+1)) allowed for the cancellation of terms, leading to a direct numerical answer.
The final answer is 50 which corresponds to option (B).