Source codeVideos

Command Palette

Search for a command to run...

Circle

Circle and Tangent Line

Definition of Circle Tangent Line

A circle tangent line is a line that intersects the circle at exactly one point. The intersection point between the tangent line and the circle is called the point of tangency.

Circle Tangent Line
A tangent line intersects the circle at exactly one point.

Important property: A tangent line is always perpendicular to the radius of the circle at the point of tangency.

Equation of Circle Tangent Line

Tangent Line Through a Point on the Circle

If point (x1,y1)(x_1, y_1) lies on the circle x2+y2=r2x^2 + y^2 = r^2, then the equation of the tangent line at that point is:

x1x+y1y=r2x_1 \cdot x + y_1 \cdot y = r^2

For a circle with center (a,b)(a, b):

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

Tangent Line with a Given Gradient

The equation of the tangent line to circle x2+y2=r2x^2 + y^2 = r^2 with gradient mm is:

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

For a circle with center (a,b)(a, b):

yb=m(xa)±r1+m2y - b = m(x - a) \pm r\sqrt{1 + m^2}

Tangent Lines from an External Point

From a point outside the circle, two tangent lines can be drawn to the circle.

Two Tangent Lines from External Point
From point P outside the circle, two tangent lines can be drawn.

Length of Tangent Line

If P(x1,y1)P(x_1, y_1) is a point outside the circle with center O(a,b)O(a, b) and radius rr, then the length of the tangent line from P to the circle is:

PT=(x1a)2+(y1b)2r2PT = \sqrt{(x_1 - a)^2 + (y_1 - b)^2 - r^2}

Common Tangent Lines of Two Circles

External Common Tangent Lines

External common tangent lines are lines that touch both circles and do not intersect the line connecting the two circle centers.

External Common Tangent Lines
Lines that touch both circles from the same side.

Length of external common tangent line:

l=d2(r1r2)2l = \sqrt{d^2 - (r_1 - r_2)^2}

where dd is the distance between the two circle centers.

Internal Common Tangent Lines

Internal common tangent lines are lines that touch both circles and intersect the line connecting the two circle centers.

Internal Common Tangent Lines
Lines that touch both circles from opposite sides.

Length of internal common tangent line:

l=d2(r1+r2)2l = \sqrt{d^2 - (r_1 + r_2)^2}

Determining Tangent Line Equations

Determining Tangent Line Through a Point on the Circle

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

Solution:

Since point (3,4)(3, 4) lies on the circle (can be verified: 32+42=9+16=253^2 + 4^2 = 9 + 16 = 25), the equation of the tangent line is:

x1x+y1y=r2x_1 \cdot x + y_1 \cdot y = r^2
3x+4y=253x + 4y = 25

Determining Tangent Line with a Given Gradient

Find the equation of the tangent line to circle x2+y2=16x^2 + y^2 = 16 that is parallel to line 3x4y+5=03x - 4y + 5 = 0.

Solution:

The gradient of line 3x4y+5=03x - 4y + 5 = 0 is m=34m = \frac{3}{4}.

Equation of tangent line with gradient m=34m = \frac{3}{4}:

y=mx±r1+m2y = mx \pm r\sqrt{1 + m^2}
y=34x±41+(34)2y = \frac{3}{4}x \pm 4\sqrt{1 + \left(\frac{3}{4}\right)^2}
y=34x±41+916y = \frac{3}{4}x \pm 4\sqrt{1 + \frac{9}{16}}
y=34x±42516y = \frac{3}{4}x \pm 4\sqrt{\frac{25}{16}}
y=34x±454y = \frac{3}{4}x \pm 4 \cdot \frac{5}{4}
y=34x±5y = \frac{3}{4}x \pm 5

Therefore, the equations of the tangent lines are:

  • y=34x+5y = \frac{3}{4}x + 5 or 3x4y+20=03x - 4y + 20 = 0
  • y=34x5y = \frac{3}{4}x - 5 or 3x4y20=03x - 4y - 20 = 0

Calculating the Length of Tangent Line from External Point

Find the length of the tangent line from point P(7,1)P(7, 1) to circle x2+y2=25x^2 + y^2 = 25.

Solution:

Circle center O(0,0)O(0, 0) and radius r=5r = 5.

PT=(x1a)2+(y1b)2r2PT = \sqrt{(x_1 - a)^2 + (y_1 - b)^2 - r^2}
PT=(70)2+(10)225PT = \sqrt{(7 - 0)^2 + (1 - 0)^2 - 25}
PT=49+125PT = \sqrt{49 + 1 - 25}
PT=25PT = \sqrt{25}
PT=5PT = 5

Practice Problems

  1. Find the equation of the tangent line to circle x2+y2=36x^2 + y^2 = 36 at point (3,33)(-3, 3\sqrt{3})!

  2. Find the equation of the tangent line to circle (x2)2+(y+3)2=25(x - 2)^2 + (y + 3)^2 = 25 that is perpendicular to line 2x+y5=02x + y - 5 = 0!

  3. From point A(10,0)A(10, 0) tangent lines are drawn to circle x2+y2=36x^2 + y^2 = 36. Find:

    • Length of tangent line
    • Coordinates of tangent points
  4. Two circles are centered at O1(4,0)O_1(-4, 0) with radius 2 and O2(4,0)O_2(4, 0) with radius 3. Find the length of the external common tangent line!

  5. Find the equation of the tangent line to circle x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0 that passes through point (8,2)(8, -2)!

Answer Key

  1. Tangent line equation at a point on the circle

    Verify point on circle:

    (3)2+(33)2=9+27=36 (-3)^2 + (3\sqrt{3})^2 = 9 + 27 = 36 \space \checkmark

    Tangent line equation:

    x1x+y1y=r2x_1 \cdot x + y_1 \cdot y = r^2
    3x+33y=36-3x + 3\sqrt{3}y = 36
    x+3y=12-x + \sqrt{3}y = 12
    x3y+12=0x - \sqrt{3}y + 12 = 0
  2. Tangent line perpendicular to a given line

    Gradient of line 2x+y5=02x + y - 5 = 0 is m1=2m_1 = -2.

    Since perpendicular, then m2=12m_2 = \frac{1}{2}.

    Tangent line equation:

    yb=m(xa)±r1+m2y - b = m(x - a) \pm r\sqrt{1 + m^2}
    y+3=12(x2)±51+14y + 3 = \frac{1}{2}(x - 2) \pm 5\sqrt{1 + \frac{1}{4}}
    y+3=12(x2)±552y + 3 = \frac{1}{2}(x - 2) \pm 5 \cdot \frac{\sqrt{5}}{2}
    y+3=12x1±552y + 3 = \frac{1}{2}x - 1 \pm \frac{5\sqrt{5}}{2}

    Therefore: x2y4±55=0x - 2y - 4 \pm 5\sqrt{5} = 0

  3. Tangent line from external point

    • Length of tangent line:

      AT=102+0236=10036=64=8AT = \sqrt{10^2 + 0^2 - 36} = \sqrt{100 - 36} = \sqrt{64} = 8
    • Coordinates of tangent points can be found using the tangent line equation from external point.

  4. External common tangent line

    d=(4(4))2+(00)2=8d = \sqrt{(4-(-4))^2 + (0-0)^2} = 8
    l=d2(r2r1)2=641=63=37l = \sqrt{d^2 - (r_2 - r_1)^2} = \sqrt{64 - 1} = \sqrt{63} = 3\sqrt{7}
  5. Tangent line through external point

    Circle: (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

    Center (3,2)(3, -2), radius r=5r = 5

    Verify point (8,2)(8, -2) outside circle:

    (83)2+(2+2)2=25+0=25(8-3)^2 + (-2+2)^2 = 25 + 0 = 25

    Point is exactly on the circle! Therefore the tangent line equation is:

    (83)(x3)+(2+2)(y+2)=25(8-3)(x-3) + (-2+2)(y+2) = 25
    5(x3)+0=255(x-3) + 0 = 25
    x3=5x - 3 = 5
    x=8x = 8