Analyzing the Setup
Imagine you are standing on the edge of a mathematical landscape, looking at the function f(x)=sin3x+λsin2x. You are tasked with a mission: find the values of λ that force this function to have exactly one maximum and one minimum within the interval (−2π,2π).
The interval (−2π,2π) is special. In this region, the cosine function cosx is always strictly positive. This is a gift from the geometry of the unit circle, and it will save us from division-by-zero nightmares later.
The Engine of Calculus
To find the peaks and valleys of any function, we must look at its rate of change. We need the derivative f′(x). Applying the chain rule, we differentiate f(x)=sin3x+λsin2x.
The first term, sin3x, yields 3sin2xcosx. The second term, λsin2x, yields 2λsinxcosx. Putting them together, we get:
f′(x)=3sin2xcosx+2λsinxcosx
Now, look at this expression. It is begging to be factored. Both terms share sinxcosx. Pulling that out, we arrive at the elegant form:
This is our engine. The roots of this equation are the critical points where the function might turn.
The Crossroads of Roots
We set f′(x)=0. Since cosx is never zero in our interval, we are left with two possibilities: either sinx=0 or 3sinx+2λ=0.
The first case, sinx=0, gives us x=0. This is a constant, a fixed point in our landscape regardless of what λ does. It is always there.
But the second case, sinx=−32λ, is where the magic happens. This is the variable root. For the function to have exactly one maximum and one minimum, we need two distinct critical points where the derivative changes sign.
The Trap of the Zero
Here is where many students stumble. We need the second root to be distinct from the first. If sinx=−32λ happens to be 0, then λ=0.
If λ=0, our derivative becomes f′(x)=3sin2xcosx. At x=0, this derivative does not change sign; it just touches zero and continues. That is an inflection point, not an extremum. So, we must strictly forbid λ=0.
Furthermore, for the root to exist within our interval, the value of sinx must be strictly between −1 and 1. Thus, we set the inequality:
Multiplying by −3 (and flipping the inequality signs, as we must!), we get 3>2λ>−3. Dividing by 2, we find −23<λ<23.
The Victory
Combining everything, we have the range (−23,23), but we must carve out the hole at λ=0.
Our final answer is λ∈(−23,0)∪(0,23). You have navigated the trap, respected the domain, and solved the puzzle. This is the essence of JEE Advanced mathematics: not just calculating, but understanding the soul of the function.