Analyzing the Setup
Imagine you are standing in front of a mirror, but not just any mirror. You are standing before the line y=x, a perfect diagonal divider of the coordinate plane.
The original parabola, y2=4x, is a classic, opening gracefully to the right. When we reflect it across the line y=x, we are performing a fundamental coordinate transformation.
The golden rule of reflection across y=x is the simple swap: (x,y)→(y,x). By applying this to our original equation y2=4x, we replace y with x and x with y.
The result is a new, elegant curve C defined by:
This is an upward-opening parabola, a perfect mirror image of our original.
The Calculus Bridge
Finding the Slope
Now that we have identified our curve C as x2=4y, we turn our attention to the point P(2,1). First, let us verify that P indeed lies on our new curve.
Substituting x=2 into x2=4y, we get 4=4y, which means y=1. It fits perfectly!
Now, we need the tangent line at this point. In the language of calculus, the slope of the tangent is the derivative dxdy. We take our equation x2=4y and differentiate both sides with respect to x:
Solving for the slope, we find:
This expression, 2x, is our slope generator. It tells us the slope of the tangent at any point on the curve C.
The Final Construction
We are almost there. We need the slope at our specific point P(2,1). By substituting x=2 into our slope formula 2x, we get:
The slope of our tangent is 1. With the slope m=1 and the point (2,1) in hand, we invoke the point-slope form of a line: y−y1=m(x−x1).
Plugging in our values, we get y−1=1(x−2). Simplifying this, we arrive at y−1=x−2, which rearranges beautifully into:
x−y=1
This is the equation of the tangent line to curve C at P(2,1). You have successfully navigated the reflection, the differentiation, and the final linear construction.