In short

The tangent to y^2 = 4ax at a point (x_1, y_1) on the curve is yy_1 = 2a(x + x_1). In parametric form at the point t, it is ty = x + at^2. Any line y = mx + c is tangent to the parabola when c = a/m. The normal at the point t is y + tx = 2at + at^3. These equations encode the reflection property of the parabola — the reason every satellite dish and headlight reflector is parabolic.

A satellite dish is not shaped like a hemisphere. It is shaped like a paraboloid — a parabola rotated around its axis. Every incoming signal, arriving as a parallel wave, bounces off the dish and converges at a single point: the focus, where the receiver sits. The reason this works is a geometric property of the tangent line: at every point on the parabola, the tangent makes equal angles with the axis and with the line to the focus. That is the law of reflection, and proving it requires the tangent equation.

The tangent and normal at a point on a parabola appear in three forms — point form, parametric form, and slope form. Each form is useful in different situations: point form when you know the point of tangency, parametric form when you are working with the parameter t, and slope form when you know the slope of the tangent but not the point of contact. All three are derived from the same idea: the tangent is the line through a point on the curve with slope equal to the derivative at that point.

Equation of the tangent: point form

Take the parabola y^2 = 4ax and a point P(x_1, y_1) on it, so y_1^2 = 4ax_1.

To find the slope of the tangent, differentiate y^2 = 4ax implicitly with respect to x. Both sides are functions of x (with y depending on x), so:

\frac{d}{dx}(y^2) = \frac{d}{dx}(4ax)
2y\frac{dy}{dx} = 4a
\frac{dy}{dx} = \frac{4a}{2y} = \frac{2a}{y}

Why: implicit differentiation treats y as a function of x and applies the chain rule to y^2, giving 2y \cdot dy/dx on the left side.

At the point P(x_1, y_1), the slope of the tangent is:

m = \frac{2a}{y_1}

The equation of the tangent line through (x_1, y_1) with slope 2a/y_1 is:

y - y_1 = \frac{2a}{y_1}(x - x_1)

Multiply both sides by y_1:

yy_1 - y_1^2 = 2a(x - x_1)
yy_1 - y_1^2 = 2ax - 2ax_1

Since P is on the parabola, y_1^2 = 4ax_1. Substitute:

yy_1 - 4ax_1 = 2ax - 2ax_1
yy_1 = 2ax - 2ax_1 + 4ax_1
yy_1 = 2ax + 2ax_1
yy_1 = 2a(x + x_1)

Tangent in point form

The tangent to the parabola y^2 = 4ax at the point (x_1, y_1) on the curve is

yy_1 = 2a(x + x_1)

This formula has an elegant structure. In the equation y^2 = 4ax, replace one copy of y with y_1 (the y-coordinate of the point), and replace x with (x + x_1)/2 (the average of x and x_1). This pattern — called the T = 0 substitution — extends to all conic sections. For a circle x^2 + y^2 = r^2, the tangent at (x_1, y_1) is xx_1 + yy_1 = r^2, following exactly the same rule. Once you see the pattern, you can write down tangent equations for any conic almost by inspection.

Equation of the tangent: parametric form

Now express the tangent at the point t, where the point on the parabola is (at^2, 2at) (from the parametric form). Substitute x_1 = at^2 and y_1 = 2at into the point form yy_1 = 2a(x + x_1):

y(2at) = 2a(x + at^2)

Divide both sides by 2a (positive, so no sign change):

yt = x + at^2

Tangent in parametric form

The tangent to y^2 = 4ax at the point t (i.e., at (at^2, 2at)) is

ty = x + at^2

This is one of the cleanest equations in conic geometry. It is linear in x and y, with the single parameter t controlling everything — the slope, the intercepts, and the position of the tangent line.

The slope of this tangent is found by rearranging: y = (1/t)x + at, so the slope is m = 1/t. This makes sense: at the vertex (t = 0), the tangent is vertical (undefined slope — the tangent is the line x = 0, which is the y-axis). As t grows, the tangent tilts to become more horizontal, with slope 1/t \to 0.

Checking the vertex tangent

At t = 0, the parametric tangent equation ty = x + at^2 becomes 0 = x + 0, i.e., x = 0. The tangent at the vertex is the y-axis — perpendicular to the axis of the parabola. This makes geometric sense: the vertex is the turning point of the curve, and at the turning point, the curve is perpendicular to the direction of its axis.

Equation of the tangent: slope form

Sometimes you know the slope of a desired tangent line but not the point where it touches the curve. For instance, you might need "the tangent to y^2 = 4ax with slope 3." The slope form handles this.

Start with a general line of slope m:

y = mx + c

Substitute into y^2 = 4ax:

(mx + c)^2 = 4ax
m^2x^2 + 2mcx + c^2 = 4ax
m^2x^2 + (2mc - 4a)x + c^2 = 0

Why: bring all terms to one side to get a quadratic in x. The solutions of this quadratic give the x-coordinates of the intersection points of the line and the parabola.

This is a quadratic in x. The line is tangent to the parabola when it meets the curve at exactly one point — which happens when the discriminant of this quadratic is zero:

\Delta = (2mc - 4a)^2 - 4m^2c^2 = 0

Expand the first square:

4m^2c^2 - 16amc + 16a^2 - 4m^2c^2 = 0

The 4m^2c^2 terms cancel:

-16amc + 16a^2 = 0
16a(a - mc) = 0

Since a > 0 (the parabola is non-degenerate), this requires:

a - mc = 0 \implies c = \frac{a}{m}

Condition for tangency and tangent in slope form

The line y = mx + c is tangent to the parabola y^2 = 4ax if and only if

c = \frac{a}{m}

The tangent of slope m is therefore

y = mx + \frac{a}{m}

and the point of tangency is \left(\dfrac{a}{m^2},\; \dfrac{2a}{m}\right).

Deriving the point of tangency

With c = a/m, the quadratic m^2x^2 + (2mc - 4a)x + c^2 = 0 becomes:

m^2x^2 + (2m \cdot \frac{a}{m} - 4a)x + \frac{a^2}{m^2} = 0
m^2x^2 + (2a - 4a)x + \frac{a^2}{m^2} = 0
m^2x^2 - 2ax + \frac{a^2}{m^2} = 0

Since the discriminant is zero, the single root is:

x = \frac{2a}{2m^2} = \frac{a}{m^2}

Then y = mx + a/m = m \cdot a/m^2 + a/m = a/m + a/m = 2a/m.

So the point of tangency is (a/m^2, 2a/m).

Connecting the three forms

The slope form and the parametric form are two views of the same thing. The parametric tangent at t has slope 1/t, so m = 1/t, i.e., t = 1/m. Substituting into the point of tangency (at^2, 2at):

(a \cdot 1/m^2,\; 2a \cdot 1/m) = (a/m^2,\; 2a/m)

This matches the slope form result exactly. The parameter t and the slope m are reciprocals: m = 1/t.

Equation of the normal

The normal at a point on a curve is the line perpendicular to the tangent at that point. If the tangent has slope m_T, the normal has slope m_N = -1/m_T (since perpendicular lines have slopes that multiply to -1).

Normal in parametric form

At the point t on y^2 = 4ax, the tangent slope is 1/t. The normal slope is therefore -t.

The normal passes through the point (at^2, 2at) with slope -t:

y - 2at = -t(x - at^2)
y - 2at = -tx + at^3
y + tx = 2at + at^3

Normal in parametric form

The normal to the parabola y^2 = 4ax at the point t is

y + tx = 2at + at^3

or equivalently, y = -tx + 2at + at^3.

Normal in point form

At the point (x_1, y_1) on the parabola, the tangent slope is 2a/y_1, so the normal slope is -y_1/(2a). The normal equation is:

y - y_1 = -\frac{y_1}{2a}(x - x_1)

Multiplying through by 2a:

2a(y - y_1) = -y_1(x - x_1)
2ay - 2ay_1 = -y_1 x + x_1 y_1
2ay + y_1 x = 2ay_1 + x_1 y_1
2ay + y_1 x = y_1(2a + x_1)

Normal in slope form

For a normal line y = Mx + c with slope M (using capital M to distinguish from the tangent slope m), the relationship M = -t gives t = -M. Substituting into the normal equation:

y = Mx + c \quad\text{with}\quad c = 2a(-M) + a(-M)^3 = -2aM - aM^3

So the normal of slope M to y^2 = 4ax is:

y = Mx - 2aM - aM^3

This is a cubic in M when you set (x, y) to a specific external point — meaning from a given point, there can be up to three normals to the parabola. This is a striking difference from the circle, where through any external point there is exactly one normal (the line through the point and the centre). The three normals correspond to the three real roots of the cubic aM^3 + (2a - x)M + y = 0.

Properties of tangent and normal

The sub-tangent is bisected by the vertex

The sub-tangent is the projection on the axis of the segment of the tangent from the point of tangency to where it meets the axis. For the point P(at^2, 2at), the tangent ty = x + at^2 meets the x-axis (y = 0) at:

0 = x + at^2 \implies x = -at^2

So the tangent meets the axis at the point T(-at^2, 0). The sub-tangent is the distance from T to the foot of the ordinate of P (the point (at^2, 0) directly below P):

\text{sub-tangent} = at^2 - (-at^2) = 2at^2

The midpoint of this segment is at x = \frac{-at^2 + at^2}{2} = 0 — the vertex.

The vertex always bisects the sub-tangent. This property is useful for constructing tangent lines geometrically: to draw the tangent at a point P, drop a perpendicular from P to the axis, find the point T on the axis such that the vertex is the midpoint of T and the foot of the perpendicular, and then the line TP is the tangent.

The sub-normal is constant

The sub-normal is the projection on the axis of the segment of the normal from the point on the curve to where the normal meets the axis. For the normal y + tx = 2at + at^3 at the point t, set y = 0:

tx = 2at + at^3 \implies x = 2a + at^2

The foot of the normal on the axis is at (2a + at^2, 0). The sub-normal is:

\text{sub-normal} = (2a + at^2) - at^2 = 2a

The sub-normal is always 2a, regardless of which point on the parabola you choose. This constant equals the semi-latus rectum. It is a distinctive property of the parabola — for other conics, the sub-normal varies from point to point.

The reflection property

At any point P on the parabola, the tangent bisects the angle between the focal radius SP (the line from the focus to P) and the line from P parallel to the axis. This means:

The tangent at P makes equal angles with the axis and with the focal radius.

This is the reflection property: by the law of reflection (angle of incidence = angle of reflection), an incoming ray parallel to the axis reflects off the parabola through the focus. It is the mathematical reason behind every satellite dish, headlight reflector, and solar concentrator.

Here is the proof. Take the point P(at^2, 2at) on y^2 = 4ax. The tangent at P has slope 1/t, so it makes an angle \alpha with the positive x-axis where \tan\alpha = 1/t.

The focus is at S(a, 0). The slope of the focal radius SP is:

\text{slope of } SP = \frac{2at - 0}{at^2 - a} = \frac{2at}{a(t^2 - 1)} = \frac{2t}{t^2 - 1}

The angle \beta that SP makes with the positive x-axis satisfies \tan\beta = \frac{2t}{t^2 - 1}.

Now use the double-angle identity for tangent:

\tan 2\alpha = \frac{2\tan\alpha}{1 - \tan^2\alpha} = \frac{2(1/t)}{1 - 1/t^2} = \frac{2/t}{(t^2 - 1)/t^2} = \frac{2t}{t^2 - 1}

Why: in the double-angle formula, substitute \tan\alpha = 1/t, then simplify. The denominator 1 - 1/t^2 = (t^2 - 1)/t^2, and dividing 2/t by this gives 2t/(t^2 - 1).

So \tan 2\alpha = \tan\beta, which means \beta = 2\alpha (in the relevant range of angles). The focal radius makes angle 2\alpha with the axis, and the tangent makes angle \alpha. The tangent exactly bisects the angle between the focal radius and the axis direction.

Since the axis direction is also the direction of incoming parallel rays, the angle between the tangent and the incoming ray equals the angle between the tangent and the reflected ray (along SP). This is exactly the law of reflection.

The reflection property at $P(8, 8)$ on $y^2 = 8x$ (here $a = 2$, $t = 2$). The tangent (light red) bisects the angle between the focal radius $SP$ (dark red) and the horizontal line through $P$ (dashed). A signal arriving parallel to the axis reflects off the parabola and passes through the focus.

Tangents at the endpoints of a focal chord are perpendicular and meet on the directrix

Take a focal chord with endpoints at parameters t_1 and t_2, where t_1 t_2 = -1 (the focal chord condition). The tangents at these two points are:

t_1 y = x + at_1^2 \qquad \text{and} \qquad t_2 y = x + at_2^2

To find their intersection, subtract the first from the second:

(t_2 - t_1)y = a(t_2^2 - t_1^2) = a(t_2 - t_1)(t_2 + t_1)

Since t_1 \neq t_2, divide by (t_2 - t_1):

y = a(t_1 + t_2)

Substitute back into the first tangent equation:

t_1 \cdot a(t_1 + t_2) = x + at_1^2
at_1^2 + at_1 t_2 = x + at_1^2
x = at_1 t_2

Since t_1 t_2 = -1:

x = a(-1) = -a

So the tangents meet at (-a,\; a(t_1 + t_2)) — a point whose x-coordinate is -a, which is the directrix.

The tangents at the endpoints of any focal chord meet on the directrix.

Furthermore, the slopes of the two tangents are 1/t_1 and 1/t_2. Their product:

\frac{1}{t_1} \cdot \frac{1}{t_2} = \frac{1}{t_1 t_2} = \frac{1}{-1} = -1

Since the product of slopes is -1, the two tangents are perpendicular.

The tangents at the endpoints of a focal chord are always perpendicular to each other. This beautiful result connects the focal chord (a topic from position and parametric form) with the tangent line.

Worked examples

Example 1: Finding the tangent with a given slope

Find the equation of the tangent to y^2 = 12x that has slope 3. Find the point of tangency, and verify that the point lies on the parabola.

Step 1. Identify a. From 4a = 12, we get a = 3.

Why: compare y^2 = 12x with y^2 = 4ax to read off a.

Step 2. Apply the slope form. The tangent of slope m to y^2 = 4ax is y = mx + a/m. With m = 3 and a = 3:

y = 3x + \frac{3}{3} = 3x + 1

Why: the condition for tangency is c = a/m, which gives c = 3/3 = 1.

Step 3. Find the point of tangency using (a/m^2,\; 2a/m):

\left(\frac{3}{9},\; \frac{6}{3}\right) = \left(\frac{1}{3},\; 2\right)

Why: the formula for the point of contact in slope form is (a/m^2, 2a/m), derived from the condition that the discriminant is zero.

Step 4. Verify that (1/3, 2) lies on y^2 = 12x:

2^2 = 4 \qquad\text{and}\qquad 12 \times \frac{1}{3} = 4

Since 4 = 4, the point is on the parabola.

Step 5. Verify the tangent passes through the point:

y = 3 \times \frac{1}{3} + 1 = 1 + 1 = 2

Confirmed: the line passes through (1/3, 2).

Result: The tangent is y = 3x + 1, touching the parabola at (1/3, 2).

The tangent $y = 3x + 1$ (red) touching the parabola $y^2 = 12x$ at the point $(1/3, 2)$. The steep slope ($m = 3$) means the contact point is near the vertex, where the parabola curves sharply.

The graph shows the tangent line meeting the parabola at exactly one point — visually confirming tangency. A gentler slope (say m = 1/2) would produce a tangent touching the curve farther from the vertex, where the parabola has straightened out. A steeper slope (say m = 10) would push the contact point even closer to the vertex.

Example 2: Normal at a parametric point and second intersection

Find the equation of the normal to the parabola y^2 = 4x at the point with parameter t = 2. Determine where the normal meets the parabola again, and find the parameter of the second intersection point.

Step 1. Identify a and the point. From 4a = 4, we get a = 1. The point t = 2 is:

(at^2,\; 2at) = (1 \times 4,\; 2 \times 1 \times 2) = (4, 4)

Why: substitute a = 1 and t = 2 into the parametric form (at^2, 2at).

Step 2. Write the normal equation using y + tx = 2at + at^3:

y + 2x = 2(1)(2) + (1)(2^3) = 4 + 8 = 12

So the normal is y + 2x = 12, or equivalently y = -2x + 12.

Why: substitute a = 1 and t = 2 directly into the parametric normal formula. The normal has slope -t = -2.

Step 3. Find the second intersection. Substitute y = -2x + 12 into y^2 = 4x:

(-2x + 12)^2 = 4x
4x^2 - 48x + 144 = 4x
4x^2 - 52x + 144 = 0
x^2 - 13x + 36 = 0

Why: divide by 4 to simplify. This is a quadratic whose roots give the x-coordinates of the two intersection points.

Factor: (x - 4)(x - 9) = 0, so x = 4 or x = 9.

Why: x = 4 is the original point P; x = 9 is the new intersection.

Step 4. Find the y-coordinate at x = 9:

y = -2(9) + 12 = -18 + 12 = -6

Verify: (-6)^2 = 36 = 4 \times 9. Confirmed — the point (9, -6) is on the parabola.

Step 5. Find the parameter t' of the second point. Since y = 2at' = 2(1)t' = 2t', we have t' = -6/2 = -3.

Check using the known relationship: when a normal at parameter t meets the parabola again at parameter t', the relationship is t' = -t - 2/t. Here: -2 - 2/2 = -2 - 1 = -3. Confirmed.

Result: The normal is y + 2x = 12, and it meets the parabola again at (9, -6), which has parameter t' = -3.

The normal to $y^2 = 4x$ at $P(4, 4)$ (parameter $t = 2$) crosses the parabola again at $Q(9, -6)$ (parameter $t' = -3$). The normal line (red) is perpendicular to the tangent at $P$ and cuts through the interior of the parabola to reach the opposite branch.

The normal crosses from the upper branch to the lower branch — P is above the axis and Q is below it. This is always the case: the normal at a point on one branch must cross the axis and meet the other branch. The relationship t' = -t - 2/t is a useful formula for finding the second intersection without solving a quadratic.

Common confusions

Going deeper

If you came here to learn the tangent and normal equations in all three forms and their key properties, you have it — you can stop here. The rest is for readers who want the co-normal point theory, the foot-of-normal result, and the connection to the general tangent theory of conics.

Co-normal points

From an external point (h, k), the normals to y^2 = 4ax have feet at points whose parameters satisfy the cubic:

at^3 + (2a - h)t - k = 0

(This comes from substituting x = h and y = k into the normal y + tx = 2at + at^3 and rearranging as at^3 - ht + 2at - k = 0, which is at^3 + (2a - h)t - k = 0.)

This cubic has at most three real roots t_1, t_2, t_3. The three feet of the normals are called co-normal points. By Vieta's formulas applied to the cubic:

The first relation, t_1 + t_2 + t_3 = 0, is the most important: the sum of the parameters of co-normal points is always zero. Since the y-coordinates are 2at_1, 2at_2, 2at_3, their sum is 2a(t_1 + t_2 + t_3) = 0. The sum of the ordinates of co-normal points is always zero — a result that appears frequently in competitive examinations.

The normal chord: second intersection formula

When a normal at the point t meets the parabola again at the point t', the relationship between t and t' is:

t' = -t - \frac{2}{t}

This follows from the co-normal relation. The normal at t meets the parabola at t and t', and the point (h, k) = (2a + at^2, -at^3 - 2at + at^3 + 2at) \ldots — more directly, you can derive it by solving the intersection equation.

From the normal at t: y = -tx + 2at + at^3. Substituting into y^2 = 4ax:

(-tx + 2at + at^3)^2 = 4ax

This yields a quadratic in x with roots at^2 and at'^2. By Vieta's formulas for this quadratic (or by direct computation):

t + t' = -\frac{2a \cdot \text{something}}{t} \implies t' = -t - \frac{2}{t}

This formula is worth memorising — it saves significant computation in problems that ask for the second intersection of a normal with the parabola.

The T = 0 pattern across conics

The tangent formula yy_1 = 2a(x + x_1) for the parabola is a special case of the general T = 0 rule for conics:

The pattern is: replace x^2 by xx_1, y^2 by yy_1, 2x by (x + x_1), 2y by (y + y_1), and constants remain unchanged. This mnemonic, once internalised, lets you write tangent equations for any standard conic by inspection.

Where this leads next

You now have the full tangent and normal toolkit for the parabola. Here is where it connects: