HOW TO CHECK IF THE GIVEN LINE IS TANGENT TO CIRCLE

As we have seen, a line is a tangent if it intersects the circle at only one point.

To show that a line is a tangent to a circle, the equation of the line can be substituted into the equation of the circle, and solved there should only be one solution

If a line and a circle only touch at one point, then the line is a tangent to the circle at that point.

To find out how many times a line and circle meet, we can use substitution.

Problem 1 :

Show that the line with equation

x + y = 4

y = 4 - x  -----(1)

is a tangent to the circle with equation

x2 + y2 + 6x + 2y − 22 = 0  -----(2)

Solution :

x2 + y2 + 6x + 2y − 22 = 0

By applying (1) in (2), we get

x2 + (4 - x)2 + 6x + 2(4 - x) − 22 = 0

x2 + 16 - 8x + x2 + 6x + 8 - 2x - 22 = 0

2x2 - 4x + 2 = 0

x2 - 2x + 1 = 0

(x - 1) (x - 1) = 0

x = 1 and x = 1

From this, it is clear the line touches the circle at one point.

When x = 1, y = 4 - 1 ==> 3

So, the point of contact of the line and circle is (1, 3) and the given line is tangent for the circle.

Problem 2 :

Given the line

y = 2x - 1

and the circle 

x2 + y2 - 4x - 6y + 13 = 0

a) Show that the line is tangent to the circle

b) Find the point of contact.

Solution :

x2 + (2x - 1)2 - 4x - 6(2x - 1) + 13 = 0

x2 + 4x2 - 4x + 1 - 4x - 12x + 6 + 13 = 0

5x2 - 20x + 20 = 0

x2 - 4x + 4 = 0

(x - 2)(x - 2) = 0

x = 2 and x = 2

To find point of contact :

When x = 2

y = 2(2) - 1

y = 3

So, the point of contact is (2, 3).

Problem 3 :

Show that the line y = 3x + 1 is common tangent to the two circles

x2 + y2 + 8x + 2y +7 = 0

and

x2 + y2 - 2x + 12y + 27 = 0

Solution :

x2 + y2 + 8x + 2y + 7 = 0 ----(1)

and

x2 + y2 - 2x + 12y + 27 = 0 ----(2)

Applying y = 3x + 1 in (1),

x2 + (3x + 1)2 + 8x + 2(3x + 1) + 7 = 0

x2 + 9x2 + 6x + 1 + 8x + 6x + 2 + 7 = 0

10x2 + 20x + 10 = 0

x2 + 2x + 1 = 0

(x + 1) (x + 1) = 0

x = -1 and x = -1

When x = -1, y = 3(-1) + 1 ==> -2

(-1, -2) is the point of contact.

Applying y = 3x + 1 in (2),

x2 + (3x + 1)2 - 2x + 12(3x + 1) + 27 = 0

x2 + 9x2 + 6x + 1 - 2x + 36x + 12 + 27 = 0

10x2 + 40x + 40 = 0

x2 + 4x + 4 = 0

(x + 2)(x + 2) = 0

x = -2 and x = -2

When x = -2, y = 3(-2) + 1 ==> -1

(-2, -1) is the point of contact.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More