The Anatomy of a Function
A Journey into Critical Points
Welcome, future engineers and architects of the future. Today, we are not just solving a math problem; we are performing an autopsy on a function. We are looking for the 'critical points' of f(x)=(x−2)2/3(2x+1).
In the world of JEE Advanced, the term 'critical point' is often misunderstood. Students often rush to set the derivative to zero and call it a day. But you, my friends, are going to be more precise. You are going to look for the hidden secrets of the curve.
Phase 1
The Definition
Before we touch a single variable, let us ground ourselves. What is a critical point? It is a point x=c in the domain of the function where the derivative f′(c) is either zero or undefined.
Think of it geometrically. When f′(c)=0, the curve is momentarily flat—a horizontal tangent. It is the peak of a mountain or the bottom of a valley.
But when f′(c) is undefined, the curve is doing something violent. It is forming a sharp corner, a cusp, or a vertical tangent. These are the points where the function's behavior changes abruptly. If you ignore the 'undefined' case, you are missing half the story.
Phase 2
The Product Rule Dance
We have f(x)=(x−2)2/3(2x+1). This is a product of two functions. Let u=(x−2)2/3 and v=(2x+1). The Product Rule tells us that f′(x)=u′v+uv′.
The derivative of v=2x+1 is simply 2. Now, for u=(x−2)2/3, we use the power rule and the chain rule. The 2/3 comes down, and we subtract 1 from the exponent, giving us 32(x−2)−1/3.
So, our derivative is:
f′(x)=32(x−2)−1/3(2x+1)+2(x−2)2/3
This looks messy, but do not panic. In JEE Advanced, the mess is where the beauty hides.
Phase 3
The Algebraic Cleanup
We need to simplify this to find our critical points. Let us rewrite the negative exponent as a denominator:
f′(x)=3(x−2)1/32(2x+1)+2(x−2)2/3
To combine these, we need a common denominator, which is 3(x−2)1/3. Multiplying the second term by 3(x−2)1/33(x−2)1/3, we get:
f′(x)=3(x−2)1/32(2x+1)+6(x−2)2/3(x−2)1/3
Look at the numerator. (x−2)2/3⋅(x−2)1/3 is just (x−2)1. The powers add up to 1! This is the moment of elegance.
The numerator becomes 2(2x+1)+6(x−2)=4x+2+6x−12=10x−10. Thus, our final, simplified derivative is:
Phase 4
The Discovery
Now, the analysis is trivial. We have two conditions for critical points. First, f′(x)=0. This happens when the numerator is zero: 10(x−1)=0, which gives x=1.
Second, f′(x) is undefined. This happens when the denominator is zero: 3(x−2)1/3=0, which gives x=2.
Both x=1 and x=2 are in the domain of the original function. Therefore, we have exactly two critical points: x=1 and x=2.
You see? By staying calm and following the logic, we didn't just find the answer; we understood the geometry of the function. Keep this rigor in your toolkit, and no problem will ever be too daunting. Onward to the next challenge!