HOW TO SHOW A LINE DOES NOT INTERSECT A CIRCLE

Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.

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.

Problem 3 :

By solving the equations as a system, find the points common to the line with equation 𝑥 − 𝑦 = 6 and the circle with equation

x2 + y2 = 26

Graph the line and the circle to show these points (5, -1) and (1, -5).

Solution :

𝑥 − 𝑦 = 6

x = 6 + y 

x2 + y2 = 26

(6 + y)2 + y2 = 26

62 + 2(6)y + y2 + y2 = 26

y2 + y + 36 + 12y - 26 = 0

2y+ 12y + 10 = 0

y+ 6y + 5 = 0

(y + 1)(y + 5) = 0

y = -1 and y = -5

Applying y = -1, we get x = 6 - 1 ==> 5

Applying y = -5, we get x = 6 - 5 ==> 1

So, the points of intersections are (5, -1) and (1, 5)

line-and-circle-point-of-intersection-q1

Problem 4 :

Graph the line 5x + 6y = 12 and the circle given by x2 + y2 = 1. Find all solutions to the system of equations.

Solution :

Equation of line is 5x + 6y = 12

Equation of circle is that x2 + y2 = 1

6y = 12 - 5x

y = 2 - (5x/6)

Applying the value of y in the equation of circle, we get 

x2 + (2 - (5x/6))2 = 1

x2 + 4 - (10x/3) + (5x/6)2 = 1

x2 + 4 - (10x/3) + (25x2/36) = 1

36x2 + 25x2 + 144 - 120x = 36

61x2 - 120x + 144 - 36 = 0

61x2 - 120x + 108 = 0

Finding the nature of this quadratic equation, we get

a = 61, b = -120 and c = 108

Discriminant = b2 - 4ac

= (-120)2 - 4(61) (107)

= 14400 - 26108 < 0

So, the roots are not real. then the circle and line will not intersect each other.

Problem 5 :

Graph the line given by 3x + 4y = 25 and the circle given by x2 + y2 = 25. Find all solutions to the system of equations. Verify your results both algebraically and graphically.

Solution :

Equation of line is that 3x + 4y = 25

Equation of circle is that x2 + y2 = 25

4y = 25 - 3x

y = (25 - 3x)/4

x2 + (25 - 3x)2 /16 = 25

16x2 + 625 - 150x + 9x2 = 400

25x2 - 150x + 625 - 400 = 0

25x2 - 150x + 225 = 0

x2 - 6x + 9 = 0

(x - 3)(x - 3) = 0

x = 3 and x = 3

Applying the value of x, we get

y = (25 - 3(3))/4

= (25 - 9)/4

= 16/4

y = 4

So, the point of intersection of the line and the circle is (3, 4).

line-and-circle-point-of-intersection-q2.png

Subscribe to our ▶️ YouTube channel 🔴 for the latest videos, updates, and tips.

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