The Dance of Derivatives
Unlocking the Mystery of Extrema
Welcome, warriors of JEE Advanced. Today, we are not just solving a problem; we are exploring the topography of a function.
We are given f(x)=(x−3)n1(x−5)n2, a function that seems simple at first glance but hides a subtle trap in its behavior between x=3 and x=5. Let us embark on this journey to uncover the truth.
Phase 1
The Product Rule Symphony
When we see a product of two functions, our first instinct should be the Product Rule. We are looking for the critical points, the places where the function decides to turn around—the peaks and the valleys.
To find these, we must calculate the derivative f′(x). Applying the rule dxd[u⋅v]=u⋅v′+v⋅u′, we get:
f′(x)=(x−3)n1⋅n2(x−5)n2−1+(x−5)n2⋅n1(x−3)n1−1
It looks intimidating, doesn't it? A long string of terms. But pause and take a breath. In mathematics, as in life, complexity often masks a simple underlying structure. We don't need to expand this; we need to factor it.
Phase 2
The Art of Factoring
Look closely at the expression. We have common terms: (x−3) and (x−5). We can pull out the lowest powers, (x−3)n1−1 and (x−5)n2−1.
This is the moment where the fog clears:
f′(x)=(x−3)n1−1(x−5)n2−1[n2(x−3)+n1(x−5)]
Inside the square brackets, we have a linear expression. Let's simplify it: n2x−3n2+n1x−5n1. Grouping the x terms, we get (n1+n2)x−(5n1+3n2).
Setting f′(x)=0 gives us our critical point α:
This is the Section Formula! It tells us that α is the weighted average of 3 and 5. It is guaranteed to lie in the interval (3,5), which is the geometric heart of the problem.
Phase 3
The Detective Work (Sign Scheme)
Now, we must determine if α is a local maximum or a local minimum. This depends on how f′(x) changes sign as x crosses α.
The sign of f′(x) is determined by the product of three components: (x−3)n1−1, (x−5)n2−1, and the linear term (x−α). Let us test Option 3, where n1=3 and n2=5.
Substituting these into our derivative expression:
f′(x)=(x−3)3−1(x−5)5−1[5(x−3)+3(x−5)]
f′(x)=(x−3)2(x−5)4[8x−30]
f′(x)=8(x−3)2(x−5)4(x−3.75)
Here is the trap! Notice the exponents 2 and 4. They are even. For any x in the interval (3,5), (x−3)2 is always positive, and (x−5)4 is always positive. They do not change sign.
Phase 4
The Verdict
Since the even-powered terms are always positive, the sign of f′(x) is dictated entirely by the linear term (x−3.75).
When x<3.75, (x−3.75) is negative. When x>3.75, (x−3.75) is positive. The derivative changes from negative to positive.
According to the First Derivative Test, this means the function goes from decreasing to increasing. That is the definition of a local minimum.
But look at Option 3 again. It claimed that the function attains a local maxima. We have just proven that it attains a local minima. Therefore, Option 3 is the false statement. We have successfully navigated the trap and found the truth.