Analyzing the Setup
Welcome, future engineer. Today, we embark on a journey through the elegant world of calculus. We are not just solving a problem; we are uncovering the hidden geometry that connects two seemingly unrelated curves.
Imagine you are standing on a graph, looking at two distinct paths. One is a cubic curve, y=x3−x2+x, and the other is a parabola, y=5x2+2x−25. The problem states that a single, straight line acts as a bridge, grazing both of these curves as a common tangent.
Phase 1
The Parabola (The Anchor)
We start with the parabola because we have a solid anchor point: (2,−1). To find the slope of the tangent line here, we calculate the derivative:
At x=2, the slope m is 10(2)+2=22. We have now locked down the steepness of our line.
Using the point-slope form y−y1=m(x−x1), we substitute our values: y−(−1)=22(x−2). Expanding this, we obtain the equation of our common tangent line:
Phase 2
The Cubic Curve (The Challenge)
Now, we shift our focus to the cubic curve y=x3−x2+x. We know this same line is tangent to the cubic curve at some unknown point (a,b).
If we differentiate the cubic equation, we get:
At the point where x=a, this derivative must perfectly match the slope of our tangent line, which we know is 22. Setting these equal, we get 3a2−2a+1=22, which simplifies to the quadratic equation:
Phase 3
The Trap of the Extraneous Root
Solving 3a2−2a−21=0 by splitting the middle term, we get (3a+7)(a−3)=0. This yields two candidates: a=3 and a=−37.
For a=3, the y-coordinate is b=33−32+3=21. We check if the point (3,21) lies on our tangent line y=22x−45:
It matches perfectly. Now, for a=−37, the y-coordinate is b=−27553. Checking this on the line, we find it does not satisfy the equation, meaning the tangent at a=−37 is parallel to our line but is not the same line. We reject this case.
The Final Celebration
With a=3 and b=21 confirmed, the final step is a simple calculation:
∣2a+9b∣=∣2(3)+9(21)∣=∣6+189∣=195
We have arrived at the final answer, 195. This problem demonstrates that in the JEE, the math is only half the battle; the other half is the geometric intuition and the rigor to verify every step.