The Anatomy of a Cubic Function
Imagine you are standing on the graph of the function f(x)=2x3−15x2+36x+1. You are tasked with determining its nature: is it one-one? Is it onto?
In the world of JEE Advanced, we don't just guess; we investigate. We treat the function like a living entity, and to understand its behavior, we must look at its 'velocity'—its derivative.
Phase 1
The Derivative as a Compass
To see if a function is one-one, we need to know if it is strictly monotonic. If it is always climbing or always falling, it is one-one. But if it turns, it repeats values.
Let us calculate the derivative to find these turning points:
f′(x)=dxd(2x3−15x2+36x+1)=6x2−30x+36
This derivative is the heartbeat of our curve. To find where the curve pauses or turns, we set f′(x)=0.
Factoring out the 6, we get:
This simplifies beautifully to 6(x−2)(x−3)=0. Our critical points are x=2 and x=3.
Notice that both points lie within our domain of [0,3]. This is the 'aha!' moment. Because the derivative changes sign at x=2, the function increases until x=2 and then decreases until x=3.
It wiggles! Therefore, it fails the horizontal line test. It is not one-one.
Phase 2
The Treasure Hunt for the Range
Now, we must determine if the function is onto. For a function to be onto, its range must perfectly cover the codomain [1,29].
We need to find the absolute minimum and maximum values of f(x) on the interval [0,3]. We check the boundaries and the critical points:
1. At the start, f(0)=2(0)3−15(0)2+36(0)+1=1.
2. At the peak, f(2)=2(8)−15(4)+36(2)+1=16−60+72+1=29.
3. At the end, f(3)=2(27)−15(9)+36(3)+1=54−135+108+1=28.
Looking at these values, the lowest point is 1 and the highest point is 29. Since the function is continuous, it sweeps through every value between 1 and 29.
Thus, the range is [1,29].
The Final Synthesis
We have discovered that the range is exactly equal to the codomain [1,29]. This means the function is onto.
However, because it 'turned' at x=2, it is not one-one. We have successfully dissected the function, proving it is onto but not one-one.
You have just mastered the art of function analysis!