Imagine you are standing on the graph of the beautiful, symmetric parabola defined by y=x2. It is the most fundamental curve in physics, representing the path of a projectile or the shape of a satellite dish.
Today, we are going to explore a hidden property of this curve: the shortest normal chord. A normal chord is a line segment that is perpendicular to the tangent at one point on the curve and intersects the curve at another point. We want to find which of these chords is the shortest.
Step 1
The Parametric Setup
To make our math elegant, we avoid the clunky Cartesian coordinates (x,y) where possible. Instead, we use the parametric form. We pick a point P on the curve and define it as (t,t2).
This is a powerful choice because it automatically satisfies the equation y=x2. Now, we need the slope of the tangent at P. Differentiating y=x2 gives us dxdy=2x.
At point P, the slope of the tangent is 2t. Since the normal is perpendicular to the tangent, its slope mn must be:
mn=−2t1
Step 2
The Equation of the Normal
With the slope mn=−2t1 and the point P(t,t2), we use the point-slope form:
y−t2=−2t1(x−t)
If we multiply both sides by 2t and rearrange, we get the elegant equation of the normal:
x+2ty=t+2t3
This line represents every possible normal at point P. But this line doesn't just exist in isolation; it slices through the parabola at another point, Q. Let Q have the coordinates (t1,t12).
Step 3
Finding the Intersection Point Q
Since Q lies on the normal line, its coordinates must satisfy the normal equation. Substituting x=t1 and y=t12 into x+2ty=t+2t3, we get:
t1+2t(t12)=t+2t3
This looks like a mess, but let's bring everything to one side:
2t(t12−t2)+(t1−t)=0
We can factor out (t1−t) to get (t1−t)[2t(t1+t)+1]=0. Since P and Q are distinct, $t_1
eq t$, so we can divide by (t1−t). This leaves us with the crucial relationship:
t1=−t−2t1
Step 4
The Length of the Chord
Now, we define the length L of the chord PQ. Using the distance formula, L2=(t−t1)2+(t2−t12)2. Factoring out (t−t1)2, we get:
L2=(t−t1)2[1+(t+t1)2]
Substituting our expression for t1, we find that (t−t1)=2t+2t1 and (t+t1)=−2t1. Plugging these into our L2 expression, we get:
L2=(2t+2t1)2[1+(−2t1)2]
Simplifying this, we arrive at the compact form:
L2=16t4(4t2+1)3
Step 5
The Final Optimization
We are at the finish line! To minimize L2, we differentiate with respect to t and set it to zero. To make this easier, we use the substitution u=t2.
Our function becomes:
f(u)=16u2(4u+1)3
Applying the quotient rule and setting the numerator to zero, we find 2u−1=0, which means u=21. Since u=t2, we have t=±21.
Substituting these values back into our normal equation, we find the two lines:
x+2y=2andx−2y=−2
These are the normals that form the shortest chords. You have successfully navigated the geometry and the calculus to find the answer. Well done!