The Hidden Symmetry of Calculus
Welcome, fellow traveler on the path to JEE mastery. Today, we confront a problem that at first glance looks like a chaotic mess of derivatives.
You see g(x)=(f′(x))2+f′′(x)f(x) and your instinct might be to panic. You might wonder, 'How can I possibly know the behavior of the second derivative f′′(x) when I barely know the function f(x)?'
But here is the secret: in the world of competitive mathematics, complexity is often a mask for elegance.
The Detective Work
Unmasking g(x)
Let us look at the expression g(x)=(f′(x))2+f′′(x)f(x) again. Does it not remind you of the Product Rule?
Recall that for any two functions u(x) and v(x), the derivative of their product is:
dxd[u(x)v(x)]=u(x)v′(x)+v(x)u′(x)
If we set u(x)=f(x) and v(x)=f′(x), then v′(x)=f′′(x). Substituting these into the product rule gives us exactly:
dxd[f(x)f′(x)]=f(x)f′′(x)+(f′(x))2
Suddenly, the 'terrifying' expression g(x) is revealed to be nothing more than the derivative of a simpler auxiliary function, h(x)=f(x)f′(x).
We have transformed our problem: instead of hunting for zeros of g(x), we are hunting for the zeros of the derivative of h(x). By Rolle's Theorem, if we find n zeros of h(x), we are guaranteed at least n−1 zeros for h′(x), which is our g(x).
Mapping the Terrain
The Zeros of h(x)
Now, we must find the zeros of h(x)=f(x)f′(x). A product is zero if either factor is zero. So, h(x)=0 whenever f(x)=0 or f′(x)=0.
Let us plot our known points: f(a)=0,f(b)=2,f(c)=−1,f(d)=2,f(e)=0.
Using the Intermediate Value Theorem (IVT), we see that because f(b)=2 and f(c)=−1, there must be a zero x1 in (b,c). Similarly, because f(c)=−1 and f(d)=2, there must be a zero x2 in (c,d).
Including the endpoints a and e, we have at least four zeros for f(x): a,x1,x2,e.
But we are not done! We also need the zeros of f′(x). Between any two points where f(x) has the same value, the derivative must vanish.
Between a and x1, the function rises from 0 to 2 and falls back to 0, creating a local maximum at some point c1. Between x1 and x2, it dips to −1, creating a local minimum at c2. Between x2 and e, it rises to 2 and falls to 0, creating a local maximum at c3.
These are three distinct points where f′(x)=0.
The Final Synthesis
We have identified 4 zeros from f(x) and 3 zeros from f′(x). Since the function values at the extrema are non-zero, these 7 points are distinct.
Thus, h(x) has at least 7 zeros. By Rolle's Theorem, the derivative h′(x), which is our g(x), must have at least 7−1=6 zeros.
Do you see the beauty here? We didn't need to know the exact shape of f(x). We only needed to understand the fundamental relationship between a function, its derivative, and the intervals defined by its values.
You have successfully navigated the logic of the problem. Keep this mindset—always look for the underlying structure before diving into the algebra. You are ready for the next challenge.