In short

The tangent to the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 at a point (x_1, y_1) on the curve is \dfrac{xx_1}{a^2} + \dfrac{yy_1}{b^2} = 1. In parametric form at the eccentric angle \theta, it is \dfrac{x\cos\theta}{a} + \dfrac{y\sin\theta}{b} = 1. A line y = mx + c is tangent to the ellipse exactly when c^2 = a^2 m^2 + b^2. The normal at any point is perpendicular to the tangent there, and these equations encode the ellipse's reflection property — the reason whispering galleries work.

Stand inside the Gol Gumbaz in Bijapur, Karnataka — one of the largest domes in the world. Whisper something facing the wall on one side, and a person standing at the opposite wall, nearly 40 metres away, hears you clearly. The dome's cross-section is (approximately) an ellipse, and the two whispering positions sit at the two foci. A sound wave leaving one focus strikes the curved wall and bounces to the other focus, every time, at every angle. This happens because of a geometric property of the tangent line: at every point on the ellipse, the tangent makes equal angles with the lines to the two foci. That is the reflection property, and proving it requires the tangent equation.

The tangent and normal to an ellipse come in three forms — point form, parametric form, and slope form — each suited to a different type of problem. All three are derived from one idea: the tangent at a point on a curve is the line with slope equal to the derivative at that point. You already know the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 and its parametric form (a\cos\theta, b\sin\theta) from the auxiliary circle. Now you will find the tangent and normal in every form that JEE problems demand.

Equation of the tangent: point form

Take the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 and a point P(x_1, y_1) on it, so \dfrac{x_1^2}{a^2} + \dfrac{y_1^2}{b^2} = 1.

Differentiate the ellipse equation implicitly with respect to x:

\frac{2x}{a^2} + \frac{2y}{b^2}\cdot\frac{dy}{dx} = 0
\frac{dy}{dx} = -\frac{b^2 x}{a^2 y}

Why: implicit differentiation treats y as a function of x. The chain rule gives \frac{d}{dx}(y^2) = 2y \cdot \frac{dy}{dx}, and then you solve for \frac{dy}{dx}.

At the point P(x_1, y_1), the slope of the tangent is m = -\dfrac{b^2 x_1}{a^2 y_1}.

The tangent line through (x_1, y_1) with this slope is:

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

Multiply both sides by a^2 y_1:

a^2 y_1(y - y_1) = -b^2 x_1(x - x_1)
a^2 y_1 y - a^2 y_1^2 = -b^2 x_1 x + b^2 x_1^2
b^2 x_1 x + a^2 y_1 y = b^2 x_1^2 + a^2 y_1^2

Now divide both sides by a^2 b^2:

\frac{x_1 x}{a^2} + \frac{y_1 y}{b^2} = \frac{x_1^2}{a^2} + \frac{y_1^2}{b^2}

The right side equals 1 (because P is on the ellipse). So:

Tangent in point form

The tangent to the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 at the point (x_1, y_1) on the curve is

\boxed{\frac{xx_1}{a^2} + \frac{yy_1}{b^2} = 1}

Notice the pattern: in the ellipse equation, replace x^2 with xx_1 and y^2 with yy_1. This "T = S_1" substitution rule (where T is the tangent equation and S_1 is the value of the curve equation at the point) works for all conics — you saw the same pattern for the parabola and the circle.

Equation of the tangent: parametric form

If the point of tangency has eccentric angle \theta, then (x_1, y_1) = (a\cos\theta, b\sin\theta). Substitute directly into the point-form tangent:

\frac{x \cdot a\cos\theta}{a^2} + \frac{y \cdot b\sin\theta}{b^2} = 1
\frac{x\cos\theta}{a} + \frac{y\sin\theta}{b} = 1

Tangent in parametric form

The tangent to the ellipse at the point with eccentric angle \theta is

\boxed{\frac{x\cos\theta}{a} + \frac{y\sin\theta}{b} = 1}

This form is clean and symmetric. It uses only \theta, a, and b — no coordinates to remember. When a problem gives you the eccentric angle, this is the form to use.

Tangent lines at four symmetric points on the ellipse $\frac{x^2}{25} + \frac{y^2}{9} = 1$, corresponding to eccentric angles that are symmetric about the axes. The parametric form makes it easy to write all four tangent equations from a single angle.

Condition for tangency (slope form)

Not every problem gives you the point of tangency. Sometimes you know the slope of a line and need to check whether it can be tangent to the ellipse. Take the line y = mx + c. When is it tangent to \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1?

Substitute y = mx + c into the ellipse equation:

\frac{x^2}{a^2} + \frac{(mx + c)^2}{b^2} = 1
b^2 x^2 + a^2(mx + c)^2 = a^2 b^2
b^2 x^2 + a^2 m^2 x^2 + 2a^2 mcx + a^2 c^2 = a^2 b^2
(a^2 m^2 + b^2)x^2 + 2a^2 mcx + (a^2 c^2 - a^2 b^2) = 0

Why: substituting the line into the ellipse eliminates y and gives a quadratic in x. The roots of this quadratic are the x-coordinates of intersection. Tangency means exactly one intersection point — so the discriminant must be zero.

This is a quadratic in x. For the line to be tangent, the discriminant must equal zero:

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

Divide by 4a^2:

a^2 m^2 c^2 - (a^2 m^2 + b^2)(c^2 - b^2) = 0
a^2 m^2 c^2 - a^2 m^2 c^2 + a^2 m^2 b^2 - b^2 c^2 + b^4 = 0
a^2 m^2 b^2 - b^2 c^2 + b^4 = 0

Divide by b^2:

a^2 m^2 - c^2 + b^2 = 0
c^2 = a^2 m^2 + b^2

Condition for tangency

The line y = mx + c is tangent to the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 if and only if

\boxed{c^2 = a^2 m^2 + b^2}

Equivalently, c = \pm\sqrt{a^2 m^2 + b^2}. The two signs correspond to the two parallel tangent lines of the same slope — one above, one below.

This gives the slope form of the tangent: for any slope m, the tangent lines are

y = mx \pm \sqrt{a^2 m^2 + b^2}

The point of contact can be recovered. Substituting the tangency condition back, the quadratic in x has a double root at x = -\dfrac{a^2 m}{c}, and y = mx + c gives y = \dfrac{b^2}{c}. So the point of contact is \left(-\dfrac{a^2 m}{c}, \;\dfrac{b^2}{c}\right).

Comparison with the parabola. For the parabola y^2 = 4ax, the condition for tangency is c = a/m. For the ellipse, it is c^2 = a^2 m^2 + b^2. The parabola has a single tangent of each slope; the ellipse has two (one with + and one with -), reflecting its closed shape.

Equation of the normal

The normal at any point is perpendicular to the tangent at that point. Since you know the tangent slope, the normal slope is its negative reciprocal.

Normal in point form

At P(x_1, y_1), the tangent has slope m_T = -\dfrac{b^2 x_1}{a^2 y_1}. The normal has slope

m_N = -\frac{1}{m_T} = \frac{a^2 y_1}{b^2 x_1}

The normal line through (x_1, y_1) is:

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

Multiply through by b^2 x_1:

b^2 x_1(y - y_1) = a^2 y_1(x - x_1)
b^2 x_1 y - b^2 x_1 y_1 = a^2 y_1 x - a^2 x_1 y_1
a^2 y_1 x - b^2 x_1 y = a^2 x_1 y_1 - b^2 x_1 y_1 = x_1 y_1(a^2 - b^2)

Since c^2 = a^2 - b^2, divide both sides by x_1 y_1 (assuming neither is zero):

\frac{a^2 x}{x_1} - \frac{b^2 y}{y_1} = a^2 - b^2

Normal in point form

The normal to the ellipse at the point (x_1, y_1) on the curve is

\boxed{\frac{a^2 x}{x_1} - \frac{b^2 y}{y_1} = a^2 - b^2}

Normal in parametric form

At the point (a\cos\theta, b\sin\theta), substitute x_1 = a\cos\theta and y_1 = b\sin\theta:

\frac{a^2 x}{a\cos\theta} - \frac{b^2 y}{b\sin\theta} = a^2 - b^2
\frac{ax}{\cos\theta} - \frac{by}{\sin\theta} = a^2 - b^2

Normal in parametric form

The normal at the eccentric angle \theta is

\boxed{\frac{ax}{\cos\theta} - \frac{by}{\sin\theta} = a^2 - b^2}

Normal in slope form

If the normal has slope m, then m = \dfrac{a^2 y_1}{b^2 x_1}, so y_1 = \dfrac{mb^2 x_1}{a^2}. Substituting into the ellipse equation:

\frac{x_1^2}{a^2} + \frac{m^2 b^4 x_1^2}{a^4 b^2} = 1
\frac{x_1^2}{a^2}\left(1 + \frac{m^2 b^2}{a^2}\right) = 1
x_1^2 = \frac{a^4}{a^2 + m^2 b^2}
x_1 = \pm\frac{a^2}{\sqrt{a^2 + m^2 b^2}}

The equation of the normal through (x_1, y_1) with slope m is y - y_1 = m(x - x_1), which gives y = mx - mx_1 + y_1 = mx - mx_1 + \dfrac{mb^2 x_1}{a^2} = mx + x_1 m\left(\dfrac{b^2}{a^2} - 1\right) = mx - \dfrac{m(a^2 - b^2)x_1}{a^2}.

Substituting x_1 = \pm\dfrac{a^2}{\sqrt{a^2 + m^2 b^2}}:

Normal in slope form

The normal to the ellipse with slope m is

\boxed{y = mx \mp \frac{m(a^2 - b^2)}{\sqrt{a^2 + m^2 b^2}}}

Properties of tangent and normal

The tangent intercepts and tangent length

The tangent at (x_1, y_1) meets the x-axis where y = 0:

\frac{xx_1}{a^2} = 1 \implies x = \frac{a^2}{x_1}

It meets the y-axis where x = 0:

\frac{yy_1}{b^2} = 1 \implies y = \frac{b^2}{y_1}

So the tangent at any point cuts off a triangle from the coordinate axes with vertices at the origin, \left(\dfrac{a^2}{x_1}, 0\right), and \left(0, \dfrac{b^2}{y_1}\right). The area of this triangle is

\text{Area} = \frac{1}{2} \cdot \frac{a^2}{x_1} \cdot \frac{b^2}{y_1} = \frac{a^2 b^2}{2x_1 y_1}

This area is not constant — it depends on the point of tangency. But its minimum value occurs at the endpoints of the equal diameters (at \theta = \pi/4), where it equals ab.

The tangent at $P(2, \frac{3\sqrt{3}}{2})$ on $\frac{x^2}{16} + \frac{y^2}{9} = 1$ meets the $x$-axis at $(a^2/x_1, 0) = (8, 0)$ and the $y$-axis at $(0, b^2/y_1) = (0, 2\sqrt{3})$. The shaded triangle $OAB$ has area $\frac{a^2 b^2}{2x_1 y_1}$.

The normal passes between the foci

A less obvious property: the normal at any point on the ellipse bisects the angle between the focal radii at that point. That is, if P is a point on the ellipse and F_1, F_2 are the foci, then the normal at P is the angle bisector of \angle F_1PF_2.

This is equivalent to the reflection property: the tangent at P makes equal angles with PF_1 and PF_2. Anything traveling from one focus towards the ellipse and bouncing off (with the angle of incidence equal to the angle of reflection, measured from the tangent) will arrive at the other focus. This is why elliptical rooms work as whispering galleries.

The reflection property: the tangent at $P$ makes equal angles with $PF_1$ and $PF_2$. A signal from $F_1$ bounces off the ellipse at $P$ and arrives at $F_2$. This works for every point $P$ on the curve.

Relation between the normal and the focal radii

Here is a concrete statement of the reflection property. At a point P(x_1, y_1) on the ellipse, the focal radii have lengths:

PF_1 = a + ex_1, \qquad PF_2 = a - ex_1

where e = c/a is the eccentricity. The normal at P divides the segment F_1F_2 internally in the ratio PF_1 : PF_2. By the angle bisector theorem (applied to triangle F_1PF_2), the angle bisector from P to F_1F_2 divides F_1F_2 in the ratio of the adjacent sides. Since the normal bisects the angle at P, the foot of the normal on the major axis is at

x = \frac{PF_1 \cdot c + PF_2 \cdot (-c)}{PF_1 + PF_2} \cdot \frac{1}{\text{sign correction}} = e^2 x_1

You can verify this directly: the normal \dfrac{a^2 x}{x_1} - \dfrac{b^2 y}{y_1} = a^2 - b^2 meets the x-axis (y = 0) at x = \dfrac{(a^2 - b^2)x_1}{a^2} = \dfrac{c^2 x_1}{a^2} = e^2 x_1. So the foot of the normal on the major axis is at x = e^2 x_1, always between the two foci (since e < 1 and |x_1| \leq a, we get |e^2 x_1| < e \cdot a = c).

Worked examples

Example 1: Find the tangent and normal at a given point

Find the equations of the tangent and normal to the ellipse \dfrac{x^2}{16} + \dfrac{y^2}{9} = 1 at the point P\!\left(2, \,\dfrac{3\sqrt{3}}{2}\right).

Step 1. Verify that the point lies on the ellipse.

\frac{2^2}{16} + \frac{(3\sqrt{3}/2)^2}{9} = \frac{4}{16} + \frac{27/4}{9} = \frac{1}{4} + \frac{3}{4} = 1 \checkmark

Why: always verify first. If the point is not on the ellipse, the point-form tangent equation does not apply.

Step 2. Write the tangent using the point form. Here a^2 = 16, b^2 = 9, x_1 = 2, y_1 = \dfrac{3\sqrt{3}}{2}.

\frac{x \cdot 2}{16} + \frac{y \cdot \frac{3\sqrt{3}}{2}}{9} = 1
\frac{x}{8} + \frac{\sqrt{3}\,y}{6} = 1

Multiply through by 24: 3x + 4\sqrt{3}\,y = 24.

Why: the point form \frac{xx_1}{a^2} + \frac{yy_1}{b^2} = 1 produces the tangent directly by substitution. Clearing denominators gives the linear equation in standard form.

Step 3. Find the slope of the tangent.

From 3x + 4\sqrt{3}\,y = 24: y = -\dfrac{3}{4\sqrt{3}}\,x + \dfrac{6}{\sqrt{3}} = -\dfrac{\sqrt{3}}{4}\,x + 2\sqrt{3}.

So m_T = -\dfrac{\sqrt{3}}{4}.

Step 4. Write the normal. The normal slope is m_N = -\dfrac{1}{m_T} = \dfrac{4}{\sqrt{3}} = \dfrac{4\sqrt{3}}{3}.

y - \frac{3\sqrt{3}}{2} = \frac{4\sqrt{3}}{3}(x - 2)
y = \frac{4\sqrt{3}}{3}\,x - \frac{8\sqrt{3}}{3} + \frac{3\sqrt{3}}{2} = \frac{4\sqrt{3}}{3}\,x - \frac{16\sqrt{3} - 9\sqrt{3}}{6} = \frac{4\sqrt{3}}{3}\,x - \frac{7\sqrt{3}}{6}

Multiply by 6: 6y = 8\sqrt{3}\,x - 7\sqrt{3}, or 8\sqrt{3}\,x - 6y = 7\sqrt{3}.

Result: Tangent: 3x + 4\sqrt{3}\,y = 24. Normal: 8\sqrt{3}\,x - 6y = 7\sqrt{3}.

The ellipse $\frac{x^2}{16} + \frac{y^2}{9} = 1$ with the tangent (red, solid) and normal (dashed) at $P(2, \frac{3\sqrt{3}}{2})$. The tangent just touches the ellipse at $P$, and the normal is perpendicular to it there.

The tangent touches the ellipse at exactly one point and makes the gentle angle you see in the figure. The normal, perpendicular to the tangent, points inward toward the interior of the ellipse — closer to the major axis.

Example 2: Slope form — tangent of a given slope

Find the equations of the tangent lines to the ellipse \dfrac{x^2}{25} + \dfrac{y^2}{9} = 1 that have slope \dfrac{3}{4}, and find the points of contact.

Step 1. Identify a^2 = 25, b^2 = 9, m = \dfrac{3}{4}.

Why: the slope form directly uses a^2, b^2, and m — no need to find a point first.

Step 2. Apply the condition for tangency: c^2 = a^2 m^2 + b^2.

c^2 = 25 \cdot \frac{9}{16} + 9 = \frac{225}{16} + \frac{144}{16} = \frac{369}{16}
c = \pm\frac{\sqrt{369}}{4} = \pm\frac{3\sqrt{41}}{4}

Why: since 369 = 9 \times 41, the radical simplifies to 3\sqrt{41}.

Step 3. Write the two tangent lines.

y = \frac{3}{4}x + \frac{3\sqrt{41}}{4} \qquad \text{and} \qquad y = \frac{3}{4}x - \frac{3\sqrt{41}}{4}

Or: 4y = 3x + 3\sqrt{41} and 4y = 3x - 3\sqrt{41}.

Step 4. Find the points of contact. The contact point is \left(-\dfrac{a^2 m}{c}, \;\dfrac{b^2}{c}\right).

For c = \dfrac{3\sqrt{41}}{4}:

x_1 = -\frac{25 \cdot \frac{3}{4}}{\frac{3\sqrt{41}}{4}} = -\frac{25}{\sqrt{41}} = -\frac{25\sqrt{41}}{41}
y_1 = \frac{9}{\frac{3\sqrt{41}}{4}} = \frac{12}{\sqrt{41}} = \frac{12\sqrt{41}}{41}

For c = -\dfrac{3\sqrt{41}}{4}, the signs flip: x_1 = \dfrac{25\sqrt{41}}{41}, y_1 = -\dfrac{12\sqrt{41}}{41}.

Result: Two tangent lines: 4y = 3x \pm 3\sqrt{41}. Points of contact: \left(\mp\dfrac{25\sqrt{41}}{41}, \;\pm\dfrac{12\sqrt{41}}{41}\right).

The ellipse $\frac{x^2}{25} + \frac{y^2}{9} = 1$ with two parallel tangent lines of slope $3/4$. By symmetry, the two tangent points are diametrically opposite — one in the second quadrant, one in the fourth.

The two parallel tangent lines sit on opposite sides of the ellipse, equidistant from the centre. Their contact points are diametrically opposite — a reflection of the ellipse's symmetry about the centre.

Common confusions

Going deeper

If you came here for the tangent and normal formulas, you have them. The rest of this article proves the reflection property rigorously and connects the tangent equation to the director circle.

Proof of the reflection property

The reflection property states: at any point P on the ellipse, the tangent makes equal angles with the focal radii PF_1 and PF_2.

Proof. Take P(a\cos\theta, b\sin\theta) on the ellipse \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 with foci F_1(-c, 0) and F_2(c, 0).

The tangent at P has the equation \frac{x\cos\theta}{a} + \frac{y\sin\theta}{b} = 1, or in standard form: bx\cos\theta + ay\sin\theta = ab.

The distance from F_1(-c, 0) to this line is:

d_1 = \frac{|b(-c)\cos\theta + a(0)\sin\theta - ab|}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}} = \frac{|{-bc\cos\theta - ab}|}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}} = \frac{b(a + c\cos\theta)}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}}

The distance from F_2(c, 0) to this line is:

d_2 = \frac{|bc\cos\theta - ab|}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}} = \frac{b(a - c\cos\theta)}{\sqrt{b^2\cos^2\theta + a^2\sin^2\theta}}

Now, PF_1 = a + e \cdot a\cos\theta = a + c\cos\theta and PF_2 = a - c\cos\theta (using the focal distance formulas with x_1 = a\cos\theta and e = c/a).

So \dfrac{d_1}{d_2} = \dfrac{a + c\cos\theta}{a - c\cos\theta} = \dfrac{PF_1}{PF_2}.

By the converse of the angle bisector property: a line from a vertex of a triangle that divides the opposite side in the ratio of the adjacent sides is the angle bisector. Here, the tangent (acting as a transversal) creates perpendicular distances from F_1 and F_2 in the ratio PF_1 : PF_2. The angles that PF_1 and PF_2 make with the tangent satisfy \dfrac{\sin\alpha_1}{\sin\alpha_2} = \dfrac{d_1/PF_1}{d_2/PF_2} \cdot \dfrac{PF_2}{PF_1}. Since d_1/PF_1 = d_2/PF_2 (from the ratio above, d_1/d_2 = PF_1/PF_2), we get \sin\alpha_1 = \sin\alpha_2, so \alpha_1 = \alpha_2.

Therefore the tangent makes equal angles with the two focal radii. The normal, being perpendicular to the tangent, bisects the angle \angle F_1PF_2.

Number of tangents from an external point

From a point (h, k) outside the ellipse, you can draw exactly two tangent lines. From a point on the ellipse, the tangent is unique. From a point inside the ellipse, no tangent can be drawn.

The test is the value of S_1 = \dfrac{h^2}{a^2} + \dfrac{k^2}{b^2} - 1:

This is the same sign test that works for circles (with S = x^2 + y^2 - r^2) and parabolas (with S = y^2 - 4ax). For all conics, the sign of S_1 tells you the position of the point relative to the curve.

Three cases. From an external point (red, $S_1 > 0$): two tangent lines. From a point on the curve ($S_1 = 0$): one tangent. From an interior point ($S_1 < 0$): no tangent line exists.

The director circle, revisited

From the auxiliary circle article, you know that the director circle is x^2 + y^2 = a^2 + b^2. Here is where it connects to tangents.

Two tangent lines from an external point (h, k) to the ellipse have slopes m_1 and m_2 satisfying the quadratic m^2(h^2 - a^2) - 2mhk + (k^2 - b^2) = 0. By Vieta's formulas, m_1 m_2 = \dfrac{k^2 - b^2}{h^2 - a^2}. The tangents are perpendicular when m_1 m_2 = -1, which gives h^2 + k^2 = a^2 + b^2 — the equation of the director circle.

The director circle (dashed red, $r = \sqrt{34}$) around the ellipse. From the point $Q$ on the director circle, the two tangent lines to the ellipse are perpendicular.

Where this leads next

You now have the tangent and normal to an ellipse in every form. The next topics build on these equations directly: