The Parabola's Secret
A Journey Through Tangency
Welcome, fellow traveler on the path to JEE mastery! Today, we are going to dissect a beautiful problem in coordinate geometry. It is not just about finding a slope; it is about understanding the hidden geometry of a parabola and the rigid constraints that define its tangents.
Analyzing the Anatomy of the Parabola
We begin with the parabola y=x−x2. The negative coefficient of x2 tells us immediately that our parabola is a "sad" one—it opens downwards.
If we set y=0, we find the roots at x=0 and x=1. To find the peak, we identify the vertex V using the formula xv=−2ab.
With
a=−1 and
b=1, we find:
xv=−2(−1)1=21
Plugging this back into our equation, we get yv=21−(21)2=41. Thus, our vertex V is anchored at (21,41).
The Dance of the Tangent
Now, consider the tangent line y=kx+4. We are told this line touches the parabola at some point P(α,β). Since P sits on the parabola, its coordinates must satisfy the equation: β=α−α2.
To find the slope of the tangent at P, we use the derivative dxdy=1−2x. At our point P, where x=α, the slope is k=1−2α.
Using the point-slope form
y−β=k(x−α), we substitute
β=α−α2 and
k=1−2α:
y−(α−α2)=(1−2α)(x−α)
Expanding this, we get
y=(1−2α)x−α+2α2+α−α2, which simplifies to:
y=(1−2α)x+α2
The Constraint Trap
We now have two expressions for the same line: the one given in the problem, y=kx+4, and our derived equation, y=(1−2α)x+α2. By comparing the constant terms, we see that α2=4, which gives us two candidates for α: 2 and −2.
We must respect the constraint k>0. If α=2, then k=1−2(2)=−3, which is negative and must be rejected.
If α=−2, then k=1−2(−2)=5, which is positive. This is our winner! With α=−2, our point of tangency P is (−2,−6).
Final Calculation
We have the vertex
V(21,41) and the point of tangency
P(−2,−6). The slope
m of the line passing through these two points is calculated as:
m=21−(−2)41−(−6)=21+241+6=25425
Simplifying this expression, we get:
m=425×52=25
The final slope is 25. Remember, the beauty of these problems lies in the logical steps that lead you there; always check your constraints and trust your algebra.