Analyzing the Setup
Welcome, fellow explorers of the mathematical universe! Today, we are going to dismantle a problem that, at first glance, might make your heart skip a beat. We are looking at the integral:
I=∫sinn+1θ(sinnθ−sinθ)n1cosθdθ
It looks like a chaotic mess of powers and trigonometric functions, doesn't it? But in the world of JEE Advanced, intimidation is just a mask for elegance. Let us peel back the layers.
The Power of Factoring
When you see a term like (sinnθ−sinθ)n1, your intuition should immediately scream 'factorization!' We want to simplify the inside of that bracket. By pulling out the highest power, sinnθ, we transform the expression:
(sinnθ−sinθ)n1=[sinnθ(1−sinnθsinθ)]n1
Now, look at that inner fraction: sinnθsinθ is simply sinn−1θ1. Our expression becomes:
By distributing the power n1, we get:
(sinnθ)n1⋅(1−sinn−1θ1)n1=sinθ(1−sinn−1θ1)n1
We have successfully extracted a sinθ from the radical!
The Simplification Dance
Now, let us place this back into our original integral. The sinθ we just extracted will dance with the denominator sinn+1θ:
I=∫sinn+1θsinθ(1−sinn−1θ1)n1cosθdθ
Canceling sinθ from the numerator and denominator leaves us with:
I=∫(1−sinn−1θ1)n1sinnθcosθdθ
Do you see it? The expression sinnθcosθdθ is practically begging to be part of a substitution.
The Substitution
Let us define t=1−sinn−1θ1. To make the differentiation crystal clear, write it as t=1−(sinθ)−(n−1).
Now, differentiate with respect to θ:
dθdt=0−[−(n−1)(sinθ)−ncosθ]
Which simplifies to:
Rearranging this, we find that sinnθcosθdθ=n−1dt. The integral is now a simple power rule problem:
I=∫tn1n−1dt=n−11∫tn1dt
Final Calculation
Integrating tn1 gives us n1+1tn1+1, which is nn+1tnn+1. Multiplying by our constant n−11, we get:
I=n−11⋅n+1ntnn+1+C=n2−1ntnn+1+C
Finally, substitute back t=1−sinn−1θ1:
I=n2−1n(1−sinn−1θ1)nn+1+C
And there you have it! We started with a terrifying expression and ended with a clean, elegant result. Remember, in calculus, the path is often hidden, but the tools—factoring, substitution, and patience—will always lead you home.