Command Palette

Search for a command to run...

Analytic Geometry

Tangent Line to Conic Sections

Concept of Tangent Lines

Have you ever seen a basketball that touches the rim perfectly? At that point of contact, the ball just touches one point without going through the rim. This concept is what we call a tangent line in mathematics!

A tangent line to a conic section is a line that touches the curve at exactly one point only. Unlike a secant line that intersects the curve at two points, a tangent line only touches at one point and doesn't cut through the curve at all.

Just imagine if you have a parabola y=x2y = x^2. A tangent line will touch the parabola at one specific point, while a secant line will intersect the parabola at two different points.

For conic sections like parabolas, ellipses, and hyperbolas, there are several ways to determine the equation of their tangent lines depending on the information we have.

Point on the Curve

If we already know where the point of tangency is, determining the tangent line becomes really easy! The basic concept uses the division principle which is practical for conic sections.

Division Principle

To determine the tangent line through point T(x1,y1)T(x_1, y_1) on a conic section, we can use the division principle. The method is simple, namely divide each squared term into a linear term at the point of tangency.

For example, if we have a parabola y2=4pxy^2 = 4px and tangent point T(x1,y1)T(x_1, y_1), then the tangent line equation becomes:

yy1=2p(x+x1)yy_1 = 2p(x + x_1)

Let's take an example of parabola y2=8xy^2 = 8x at point (2,4)(2, 4).

From parabola y2=8xy^2 = 8x, we know 4p=84p = 8 so p=2p = 2. The tangent line at point (2,4)(2, 4) is:

y4=22(x+2)y \cdot 4 = 2 \cdot 2 \cdot (x + 2)
4y=4(x+2)4y = 4(x + 2)
y=x+2y = x + 2

This division principle makes calculations much easier! We don't need to bother calculating derivatives. Just "divide" each squared term into multiplication with the tangent point coordinates!

Specific Gradient

Sometimes we don't know the tangent point, but we know the slope or gradient of the tangent line. In cases like this, we substitute the line equation with gradient mm into the conic section equation.

For example, we want to find the tangent line of hyperbola 4x29y2=364x^2 - 9y^2 = 36 that is perpendicular to line x+4y+10=0x + 4y + 10 = 0.

First step, we determine the gradient of the tangent line. Since the tangent line is perpendicular to x+4y+10=0x + 4y + 10 = 0, then the original line's gradient mg=14m_g = -\frac{1}{4} so the tangent line's gradient ms=4m_s = 4.

The tangent line equation of a hyperbola with gradient mm is y=mx+cy = mx + c. We substitute it into the hyperbola equation:

4x29(4x+c)2=364x^2 - 9(4x + c)^2 = 36
4x29(16x2+8cx+c2)=364x^2 - 9(16x^2 + 8cx + c^2) = 36
140x272cx9c2=36-140x^2 - 72cx - 9c^2 = 36

For a tangent line, the discriminant must be zero:

D=(72c)24(140)(9c2)=0D = (-72c)^2 - 4(-140)(-9c^2) = 0

So we get c=0c = 0 and the tangent line equation is y=4xy = 4x.

Point Outside the Curve

If the point is outside the conic section, we can have two tangent lines that can be drawn from that point to the curve. The concept is similar to drawing lines from a point outside a circle.

For example, take parabola y2=8xy^2 = 8x with point A(2,5)A(2, 5). From point AA, we can draw two different tangent lines to the parabola.

To determine the tangent line equation through an external point, we use the polar or pole equation. For parabola y2=8xy^2 = 8x with point A(2,5)A(2,5), the polar equation is:

yy1=4(x+x1)yy_1 = 4(x + x_1)

Substitute x1=2x_1 = 2 and y1=5y_1 = 5:

5y=4(x+2)5y = 4(x + 2)
5y=4x+85y = 4x + 8
y=4x+85y = \frac{4x + 8}{5}

Now we substitute into the parabola equation to find the tangent points:

(4x+85)2=8x\left(\frac{4x + 8}{5}\right)^2 = 8x
16x2+64x+6425=8x\frac{16x^2 + 64x + 64}{25} = 8x
16x2+64x+64=200x16x^2 + 64x + 64 = 200x
16x2136x+64=016x^2 - 136x + 64 = 0
2x217x+8=02x^2 - 17x + 8 = 0

Using the quadratic formula, we get x1=12x_1 = \frac{1}{2} and x2=8x_2 = 8. So the tangent points are at (12,2)(\frac{1}{2}, 2) and (8,8)(8, 8).

Formula Summary

Here's the complete table of conic section equations and their tangent line equations. Keep this well, because you'll use it frequently!

Conic SectionTangent Line Equation
y2=4pxy^2 = 4pxyy1=2p(x+x1)yy_1 = 2p(x + x_1)
x2=4pyx^2 = 4pyxx1=2p(y+y1)xx_1 = 2p(y + y_1)
(xm)2=4p(yn)(x - m)^2 = 4p(y - n)(xm)(x1m)=2p(yn)(y1n)(x - m)(x_1 - m) = 2p(y - n)(y_1 - n)
(ym)2=4p(xn)(y - m)^2 = 4p(x - n)(ym)(y1m)=2p(xn)(x1n)(y - m)(y_1 - m) = 2p(x - n)(x_1 - n)
x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1xx1a2+yy1b2=1\frac{xx_1}{a^2} + \frac{yy_1}{b^2} = 1
x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1xx1a2yy1b2=1\frac{xx_1}{a^2} - \frac{yy_1}{b^2} = 1
y2a2x2b2=1\frac{y^2}{a^2} - \frac{x^2}{b^2} = 1yy1a2xx1b2=1\frac{yy_1}{a^2} - \frac{xx_1}{b^2} = 1
(xm)2a2+(yn)2b2=1\frac{(x-m)^2}{a^2} + \frac{(y-n)^2}{b^2} = 1(xm)(x1m)a2+(yn)(y1n)b2=1\frac{(x-m)(x_1-m)}{a^2} + \frac{(y-n)(y_1-n)}{b^2} = 1
(xm)2a2(yn)2b2=1\frac{(x-m)^2}{a^2} - \frac{(y-n)^2}{b^2} = 1(xm)(x1m)a2(yn)(y1n)b2=1\frac{(x-m)(x_1-m)}{a^2} - \frac{(y-n)(y_1-n)}{b^2} = 1
(yn)2a2(xm)2b2=1\frac{(y-n)^2}{a^2} - \frac{(x-m)^2}{b^2} = 1(yn)(y1n)a2(xm)(x1m)b2=1\frac{(y-n)(y_1-n)}{a^2} - \frac{(x-m)(x_1-m)}{b^2} = 1

All these formulas are based on the division principle that makes calculations easier! No need to mess around with calculus.

Exercises

  1. Find the tangent line equation of parabola y2=12xy^2 = 12x at point (3,6)(3, 6).

  2. There's a hyperbola 4x29y2=364x^2 - 9y^2 = 36. Find the tangent line equation that is perpendicular to line x+4y+10=0x + 4y + 10 = 0.

  3. Find the tangent line equation of ellipse x29+y24=1\frac{x^2}{9} + \frac{y^2}{4} = 1 that passes through point A(1,3)A(1, 3).

  4. There's a parabola y2=8xy^2 = 8x. Find the tangent line equation of this parabola that passes through point A(2,5)A(2, 5).

Answer Key

  1. Answer:

    Given: parabola y2=12xy^2 = 12x with tangent point (3,6)(3, 6).

    From equation y2=12xy^2 = 12x, we get 4p=124p = 12 so p=3p = 3.

    Use the parabola tangent line formula:

    yy1=2p(x+x1)yy_1 = 2p(x + x_1)
    y6=23(x+3)y \cdot 6 = 2 \cdot 3 \cdot (x + 3)
    6y=6(x+3)6y = 6(x + 3)
    6y=6x+186y = 6x + 18
    y=x+3y = x + 3

    So the tangent line equation is y=x+3y = x + 3.

  2. Answer:

    Given: hyperbola 4x29y2=364x^2 - 9y^2 = 36 or x29y24=1\frac{x^2}{9} - \frac{y^2}{4} = 1.

    Line x+4y+10=0x + 4y + 10 = 0 has gradient m=14m = -\frac{1}{4}.

    Since the tangent line is perpendicular to that line, then the tangent line gradient is:

    ms=1m=114=4m_s = -\frac{1}{m} = -\frac{1}{-\frac{1}{4}} = 4

    Hyperbola tangent line formula with gradient mm:

    y=mx±a2m2b2y = mx \pm \sqrt{a^2m^2 - b^2}

    With a2=9a^2 = 9, b2=4b^2 = 4, and m=4m = 4:

    y=4x±9164y = 4x \pm \sqrt{9 \cdot 16 - 4}
    y=4x±1444y = 4x \pm \sqrt{144 - 4}
    y=4x±140y = 4x \pm \sqrt{140}
    y=4x±235y = 4x \pm 2\sqrt{35}

    So the tangent line equations are y=4x+235y = 4x + 2\sqrt{35} or y=4x235y = 4x - 2\sqrt{35}.

  3. Answer:

    Given: ellipse x29+y24=1\frac{x^2}{9} + \frac{y^2}{4} = 1 and point A(1,3)A(1, 3).

    First check whether point A(1,3)A(1, 3) is on the ellipse:

    129+324=19+94=4+8136=8536>1\frac{1^2}{9} + \frac{3^2}{4} = \frac{1}{9} + \frac{9}{4} = \frac{4 + 81}{36} = \frac{85}{36} > 1

    Since 8536>1\frac{85}{36} > 1, point AA is outside the ellipse.

    Use the ellipse polar equation:

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

    Substitute x1=1x_1 = 1 and y1=3y_1 = 3:

    x19+y34=1\frac{x \cdot 1}{9} + \frac{y \cdot 3}{4} = 1
    x9+3y4=1\frac{x}{9} + \frac{3y}{4} = 1
    4x+27y=364x + 27y = 36

    If you want to find the tangent points, substitute this equation into the ellipse equation. From 4x+27y=364x + 27y = 36, we get x=3627y4x = \frac{36 - 27y}{4}.

    Substitute into the ellipse equation and solve to get two tangent points.

    So the tangent line equation is 4x+27y=364x + 27y = 36.

  4. Answer:

    Given: parabola y2=8xy^2 = 8x and point A(2,5)A(2, 5).

    First check whether point A(2,5)A(2, 5) is on the parabola:

    52=2582=165^2 = 25 \neq 8 \cdot 2 = 16

    Point AA is outside the parabola.

    Use the parabola polar equation with p=2p = 2:

    yy1=4(x+x1)yy_1 = 4(x + x_1)

    Substitute x1=2x_1 = 2 and y1=5y_1 = 5:

    5y=4(x+2)5y = 4(x + 2)
    5y=4x+85y = 4x + 8
    y=4x+85y = \frac{4x + 8}{5}

    Substitute into the parabola equation:

    (4x+85)2=8x\left(\frac{4x + 8}{5}\right)^2 = 8x
    (4x+8)225=8x\frac{(4x + 8)^2}{25} = 8x
    (4x+8)2=200x(4x + 8)^2 = 200x
    16x2+64x+64=200x16x^2 + 64x + 64 = 200x
    16x2136x+64=016x^2 - 136x + 64 = 0
    2x217x+8=02x^2 - 17x + 8 = 0

    Use the quadratic formula:

    x=17±289644=17±2254=17±154x = \frac{17 \pm \sqrt{289 - 64}}{4} = \frac{17 \pm \sqrt{225}}{4} = \frac{17 \pm 15}{4}

    So x1=12x_1 = \frac{1}{2} and x2=8x_2 = 8.

    The tangent points are at (12,2)(\frac{1}{2}, 2) and (8,8)(8, 8).

    Tangent line equation through (12,2)(\frac{1}{2}, 2):

    y2=25122(x12)=332(x12)=2(x12)y - 2 = \frac{2 - 5}{\frac{1}{2} - 2}(x - \frac{1}{2}) = \frac{-3}{-\frac{3}{2}}(x - \frac{1}{2}) = 2(x - \frac{1}{2})

    So y=2x+1y = 2x + 1.

    Tangent line equation through (8,8)(8, 8):

    y8=8582(x8)=36(x8)=12(x8)y - 8 = \frac{8 - 5}{8 - 2}(x - 8) = \frac{3}{6}(x - 8) = \frac{1}{2}(x - 8)

    So y=12x+4y = \frac{1}{2}x + 4.

    In conclusion, the tangent line equations are y=2x+1y = 2x + 1 and y=12x+4y = \frac{1}{2}x + 4.