Command Palette

Search for a command to run...

Analytic Geometry

Position of a Tangent Line to a Circle

Understanding Tangent Lines to Circles

Imagine you're riding a bicycle on a circular track. At some point, you decide to leave the track in a straight line. Well, that straight line you're traveling on is what we call a tangent line to the circular track.

Mathematically, a tangent line to a circle is a straight line that touches the circle at exactly one point. This point of contact is called the point of tangency. What's interesting is that the tangent line is always perpendicular to the radius of the circle at that point of tangency.

This concept is very useful in various applications, such as designing highways that exit from roundabouts, determining the trajectory of objects leaving circular orbits, or even in optics to determine the direction of light reflection.

Tangent Line Through a Point on the Circle

Let's start with the simplest case. When we already know the point of tangency, determining the equation of the tangent line becomes relatively easy.

Tangent Line Through a Point on the Circle
Visualization of a tangent line passing through a specific point on the circle.

For a circle with equation (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2 and point of tangency T(x1,y1)T(x_1, y_1), we can determine the equation of the tangent line with the following steps:

First step: Calculate the slope of the radius from center O(a,b)O(a,b) to the point of tangency T(x1,y1)T(x_1, y_1):

mradius=y1bx1am_{\text{radius}} = \frac{y_1 - b}{x_1 - a}

Second step: Since the tangent line is perpendicular to the radius, the slope of the tangent line is:

mtangent=x1ay1bm_{\text{tangent}} = -\frac{x_1 - a}{y_1 - b}

Third step: Use the formula for the equation of a line with slope and one point:

(yy1)=mtangent(xx1)(y - y_1) = m_{\text{tangent}}(x - x_1)

After simplification, we get the practical formula for the tangent line to a circle:

(xa)(x1a)+(yb)(y1b)=r2(x - a)(x_1 - a) + (y - b)(y_1 - b) = r^2

This formula is very practical because we just need to substitute the coordinates of the circle's center, the point of tangency, and the radius squared.

Tangent Line with Given Slope

Sometimes we're not given the point of tangency, but asked to find a tangent line that has a specific slope. For example, we want to find a tangent line that's parallel to a certain line.

Tangent Line with Given Slope
Two tangent lines with the same slope on a circle.

For circle x2+y2=r2x^2 + y^2 = r^2 and known slope mm, we substitute the line equation y=mx+cy = mx + c into the circle equation:

x2+(mx+c)2=r2x^2 + (mx + c)^2 = r^2
x2+m2x2+2mcx+c2=r2x^2 + m^2x^2 + 2mcx + c^2 = r^2
(1+m2)x2+2mcx+(c2r2)=0(1 + m^2)x^2 + 2mcx + (c^2 - r^2) = 0

Since the line is tangent to the circle, the discriminant of this quadratic equation must be zero:

Δ=(2mc)24(1+m2)(c2r2)=0\Delta = (2mc)^2 - 4(1 + m^2)(c^2 - r^2) = 0
4m2c24(1+m2)(c2r2)=04m^2c^2 - 4(1 + m^2)(c^2 - r^2) = 0
m2c2(1+m2)c2+(1+m2)r2=0m^2c^2 - (1 + m^2)c^2 + (1 + m^2)r^2 = 0
c2+(1+m2)r2=0-c^2 + (1 + m^2)r^2 = 0
c2=(1+m2)r2c^2 = (1 + m^2)r^2

Therefore, we obtain:

c=±r1+m2c = \pm r\sqrt{1 + m^2}

So, for every slope mm, there are always two tangent lines with the equation:

y=mx±r1+m2y = mx \pm r\sqrt{1 + m^2}

Tangent Line from External Point

The most interesting case is when we're asked to find tangent lines drawn from a point outside the circle. From one point outside the circle, we can draw exactly two tangent lines.

Tangent Line from Point Outside the Circle
Two tangent lines drawn from an external point to the circle.

To determine the equation of tangent lines from point P(x0,y0)P(x_0, y_0) outside circle (xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2, we use the concept of polar line.

The equation of the polar line of point P(x0,y0)P(x_0, y_0) with respect to the circle is:

(xa)(x0a)+(yb)(y0b)=r2(x-a)(x_0-a) + (y-b)(y_0-b) = r^2

This polar line is the line connecting the two points of tangency from point PP to the circle. So, to find the tangent points, we need to:

  1. Determine the equation of the polar line
  2. Find the intersection points of the polar line with the circle
  3. Use both tangent points to determine the equations of the tangent lines

This polar line concept is very elegant because it provides a systematic way to solve tangent line problems from external points.

Application Example

Let's look at a concrete example. Given circle L(x+1)2+(y2)2=9L \equiv (x+1)^2 + (y-2)^2 = 9 and point B(2,6)B(2, 6) which is outside the circle.

Step 1: Determine the equation of the polar line of point B(2,6)B(2, 6) with respect to the circle:

(x(1))(2(1))+(y2)(62)=9(x-(-1))(2-(-1)) + (y-2)(6-2) = 9
(x+1)(3)+(y2)(4)=9(x+1)(3) + (y-2)(4) = 9
3x+3+4y8=93x + 3 + 4y - 8 = 9
3x+4y=143x + 4y = 14

Step 2: Find the intersection points of the polar line 3x+4y=143x + 4y = 14 with the circle. From the line equation, we get x=144y3x = \frac{14-4y}{3}. Substitute into the circle equation:

(144y3+1)2+(y2)2=9(\frac{14-4y}{3} + 1)^2 + (y-2)^2 = 9
(174y3)2+(y2)2=9(\frac{17-4y}{3})^2 + (y-2)^2 = 9

After solving, we'll get two tangent points. Then use those points to determine the equations of the tangent lines.

Practice

  1. Determine the equation of the tangent line to circle x2+y2=25x^2 + y^2 = 25 at point (3,4)(3, 4).

  2. Find the equation of tangent lines to circle x2+y2=16x^2 + y^2 = 16 that are parallel to line y=2x+5y = 2x + 5.

  3. Determine the equation of tangent lines to circle (x1)2+(y+2)2=8(x-1)^2 + (y+2)^2 = 8 passing through point (4,2)(4, 2).

  4. A circle has the equation x2+y24x+6y3=0x^2 + y^2 - 4x + 6y - 3 = 0. Determine the equation of tangent lines that are perpendicular to line x+2y=7x + 2y = 7.

Answer Key

  1. Solution:

    For circle x2+y2=25x^2 + y^2 = 25 with center O(0,0)O(0,0) and radius r=5r = 5, and tangent point T(3,4)T(3,4).

    Using the tangent line formula: (xa)(x1a)+(yb)(y1b)=r2(x-a)(x_1-a) + (y-b)(y_1-b) = r^2

    (x0)(30)+(y0)(40)=25(x-0)(3-0) + (y-0)(4-0) = 25
    3x+4y=253x + 4y = 25

    Therefore, the tangent line equation is 3x+4y=253x + 4y = 25.

  2. Solution:

    A line parallel to y=2x+5y = 2x + 5 has slope m=2m = 2.

    For circle x2+y2=16x^2 + y^2 = 16 with r=4r = 4, using the formula:

    y=mx±r1+m2y = mx \pm r\sqrt{1 + m^2}
    y=2x±41+4y = 2x \pm 4\sqrt{1 + 4}
    y=2x±45y = 2x \pm 4\sqrt{5}

    Therefore, there are two tangent lines: y=2x+45y = 2x + 4\sqrt{5} and y=2x45y = 2x - 4\sqrt{5}.

  3. Solution:

    Circle (x1)2+(y+2)2=8(x-1)^2 + (y+2)^2 = 8 has center (1,2)(1,-2) and r2=8r^2 = 8.

    Polar line equation for point (4,2)(4,2):

    (x1)(41)+(y(2))(2(2))=8(x-1)(4-1) + (y-(-2))(2-(-2)) = 8
    3(x1)+4(y+2)=83(x-1) + 4(y+2) = 8
    3x3+4y+8=83x - 3 + 4y + 8 = 8
    3x+4y=33x + 4y = 3

    Find intersection points with the circle to get the tangent points, then determine the tangent line equations through each tangent point and point (4,2)(4,2).

  4. Solution:

    Convert the circle equation to standard form by completing the square:

    x2+y24x+6y3=0x^2 + y^2 - 4x + 6y - 3 = 0
    (x24x+4)+(y2+6y+9)=3+4+9(x^2 - 4x + 4) + (y^2 + 6y + 9) = 3 + 4 + 9
    (x2)2+(y+3)2=16(x-2)^2 + (y+3)^2 = 16

    Center (2,3)(2,-3), radius r=4r = 4.

    Line x+2y=7x + 2y = 7 can be written as y=12x+72y = -\frac{1}{2}x + \frac{7}{2}, so its slope is m1=12m_1 = -\frac{1}{2}.

    A line perpendicular to it has slope m=2m = 2.

    For the circle with center (2,3)(2,-3), the tangent line equation with slope 2:

    y(3)=2(x2)±41+4y - (-3) = 2(x - 2) \pm 4\sqrt{1 + 4}
    y+3=2x4±45y + 3 = 2x - 4 \pm 4\sqrt{5}
    y=2x7±45y = 2x - 7 \pm 4\sqrt{5}

    Therefore, the two tangent lines are: y=2x7+45y = 2x - 7 + 4\sqrt{5} and y=2x745y = 2x - 7 - 4\sqrt{5}.