HOW TO SHOW A LINE DOES NOT INTERSECT A CIRCLE

To find point of intersection of circle and line, we have to solve the equations.

By solving the line and equation of circle, if we don't get real values, we can decide that the circle and line does not intersect.

Problem 1 :

Show that the line y = 2x + 1 does not intersect the circle with equation x2 + y2 - 2x + 4y + 1 = 0

Solution :

y = 2x + 1 -----(1)

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

Applying the value of y in (2), we get

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

x2 + 4x2 + 4x + 1 - 2x + 8x + 4 + 1 = 0

5x2 + 10x + 6 = 0

Finding the nature of this quadratic equation, we get

a = 5, b = 10 and c = 6

Discriminant = b2 - 4ac

= 102 - 4(5) (6)

= 100 - 120

= -20 < 0

The roots are not real, so the circle and line does not touch each other.

Problem 2 :

Show that the line y = 2x + 1 is a tangent to the circle

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

Solution :

y = 2x + 1  ----(1)

x2 + y2 - 6x - 4y + 8 = 0 ----(2)

Applying the value of y in (2), we get

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

x2 + 4x2 + 4x + 1 - 6x - 8x - 4 + 8 = 0

5x2 - 10x + 5 = 0

x2 - 2x + 1 = 0

Discriminant = b2 - 4ac

a = 1, b = -2 and c = 1

= (-2)2 - 4(1) (1)

= 4 - 4

= 0

So, the line is intersecting the circle.

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