Analyzing the Setup
Welcome, fellow traveler of the mathematical landscape. Today, we are going to dismantle a problem that, at first glance, looks like a tangled mess of trigonometric powers.
We have the function f(θ)=(sinθ+cosθ)2+(sinθ−cosθ)4.
The powers of two and four seem to suggest a long, arduous expansion. But here is the secret of JEE Advanced: the problem setter rarely wants you to do brute force. They want you to see the structure.
Phase 1
Peeling Back the Layers
Let us look at the first term: (sinθ+cosθ)2. If we expand this, we get sin2θ+cos2θ+2sinθcosθ.
We know the fundamental identity sin2θ+cos2θ=1, and we know that 2sinθcosθ=sin2θ. Suddenly, the first term becomes 1+sin2θ.
Now, let us tackle the second term: (sinθ−cosθ)4. We can view this as ((sinθ−cosθ)2)2.
Expanding the inner square gives us sin2θ+cos2θ−2sinθcosθ, which simplifies to 1−sin2θ. So, the entire second term becomes (1−sin2θ)2.
Phase 2
The Quadratic Lens
By substituting these back into our original function, we get f(θ)=(1+sin2θ)+(1−sin2θ)2.
Let us expand the square:
f(θ)=1+sin2θ+1−2sin2θ+sin22θ
Collecting the terms, we arrive at:
f(θ)=sin22θ−sin2θ+2
This is the moment of clarity. If we let t=sin2θ, our function transforms into a simple quadratic: f(t)=t2−t+2.
We have moved from a complex trigonometric expression to a beautiful, familiar parabola. The vertex of this parabola occurs at:
t=−2ab=−2⋅1−1=21
This tells us that the function f(t) reaches its minimum when t=1/2.
Phase 3
The Calculus Bridge
We need to find where the derivative f′(θ) is zero. Using the chain rule on our function f(θ)=sin22θ−sin2θ+2, we get:
f′(θ)=dθd(sin22θ−sin2θ+2)
f′(θ)=2sin2θ⋅cos2θ⋅2−cos2θ⋅2
Setting f′(θ)=0 gives us two conditions: cos2θ=0 or sin2θ=1/2.
Phase 4
The Final Verdict
For cos2θ=0 in the interval θ∈(0,π), we have 2θ∈(0,2π), so 2θ=π/2,3π/2, which means θ=π/4,3π/4.
For sin2θ=1/2, we have 2θ=π/6,5π/6, which means θ=π/12,5π/12.
Now, we perform the sign analysis. By checking the sign of f′(θ)=2cos2θ(2sin2θ−1), we find that at θ=π/12 and θ=5π/12, the derivative changes from negative to positive.
These are our local minima! The other points, π/4 and 3π/4, turn out to be local maxima.
Thus, our
λ1=1/12 and
λ2=5/12. The sum is:
λ1+λ2=121+125=126=0.5
The final result is 0.5.