Chapter 9 Objects in the Two-Dimensional Coordinate System

Section 9.3 Circles in the Plane

9.3.4 Relative Positions of Circles


We may also raise the question of the relative position in the coordinate system for a circle and a line or for two circles, as we did for two lines. That is, we have to determine whether the two objects intersect, osculate (touch in a single point), or do not have any points in common. In the case of a circle and a line, the intersection point or the osculation point can be calculated easily. For two circles, this is more difficult and goes beyond the scope of this course. For two circles we will only discuss whether or not they intersect or osculate, not at which points this happens.
Info 9.3.9
 
Let a circle K and a line g in the plane be given (by equations in coordinate form with respect to a fixed coordinate system). Then the circle and the line have exactly one of the following three relative positions with respect to each other.
  1. The circle K and the line g do not have any points in common. This is true for the red line in the figure below. Such a line is called an exterior line to the circle.
  2. The circle K and the line g have exactly one point in common, i.e. the line osculates the circle. This is true for the blue line in the figure below. Such a line is called a tangent line to the circle.
  3. The circle K and the line g have two points in common, i.e. the line intersects the circle. This is true for the green line in the figure below. Such a line is called a secant line to the circle.

If a line is a tangent or a secant, the circle and the line have one or two points in common, respectively. How can the intersection point or points be calculated? Since the points lie on both the circle and on the line, they have to satisfy both the equation of the circle and the equation of the line in coordinate form. Thus, we have two equations for the two unknown coordinates of the intersection points, and we are able to calculate the coordinates. However, since in the equations of a circle in coordinate form the unknown coordinates are squared, we do not have two linear equations. Hence, the methods for solving systems of linear equations described in Module 5 unfortunately cannot be applied. The Info Box below outlines the method for calculating the intersection points.
Info 9.3.10
 
Let a circle K in the plane with centre ( x0 ; y0 ) and radius r be given by an equation of a circle in coordinate form

K:(x- x0 )2 +(y- y0 )2 = r2 ,

and a line with slope m and y-intercept b by an equation in normal form

g:y=mx+b.

To calculate the potential intersection points, the equation of g can be substituted into the equation of K resulting in a quadratic equation in the variable x:

(x- x0 )2 +( mx+b =y - y0 )2 = r2 .

For a quadratic equation three cases can occur (see Section 2.1.5):
  1. The quadratic equation has no solution. In this case, g is an exterior line to K. An x-coordinate of a common point cannot be found.
  2. The quadratic equation has exactly one solution. In this case, g is a tangent line to K. For the x-coordinate (the solution of the quadratic equation), a corresponding y-coordinate can be calculated from the given equation of a line. The two coordinates define the osculation point of the tangent line g and the circle K.
  3. The quadratic equation has two solutions. In this case, g is a secant line to K. For both x-coordinates (the two solutions of the quadratic equation), corresponding y-coordinates can be calculated from the given equation of a line. The two pairs of coordinates define the intersection points of the secant line and the circle K.


Example 9.3.11
Let a circle K with the centre (2;2) and a radius of 1 be given by

K:(x-2 )2 +(y-2 )2 =1,

and the lines g1 , g2 , and g3 by

g1 :y=x-2



g2 :y=x+1



g3 :y=2x+2.

  • Line g1 :
    Substituting the equation of the line g1 into the given equation of the circle results in

    (x-2 )2 +(x-2-2 )2 =1(x-2 )2 +[(x-2)-2 ]2 =1



    (x-2 )2 +(x-2 )2 -22(x-2)+(2 )2 =12(x-2 )2 -22(x-2)+1=0



    (2(x-2)-1 )2 =02(x-2)-1=0x-2= 1 2 x=2+ 1 2 .

    The resulting quadratic equation has only the solution x=2+ 1 2 . Thus, g1 is a tangent line to K that osculates K in a point with the x-coordinate 2+ 1 2 . The corresponding y-coordinate is calculated from the given equation of the line:

    y=2+ 1 2 -2=2+ 2 2 -2=2- 1 2 .

    Thus, the tangent line g1 osculates the circle K at the point P= (2+ 1 2 ;2- 1 2 ).
  • Line g2 :
    Substituting the equation of the line g2 into the given equation of the circle results in

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



    x2 -4x+4+ x2 -2x+1=12 x2 -6x+4=0 x2 -3x+2=0



    x1,2 = 3±9-8 2 = 3±1 2 x1 =2 x2 =1.

    The resulting quadratic equation has two solutions. Thus, g2 is a secant line to the circle K that intersects K in two points with the x-coordinates x1 =2 and x2 =1. The corresponding y-coordinates are calculated from the given equation of the line:

    y1 = x1 +1=2+1=3 and y2 = x2 +1=1+1=2.

    Thus, the two points Q1 =(2;3) and Q2 =(1;2) are the intersection points of the secant line g2 with the circle K.
  • Line g3 :
    Substituting the equation of the line g3 into the given equation of the circle results in

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



    5 x2 -4x+3=0.

    The discriminant (see Section 2.1.5) of this quadratic equation is

    (-4 )2 -4·5·3=16-60<0.

    Thus, the equation does not have a solution, and the line g3 is an exterior line to the circle K.
The circle, all three lines, and the intersection points are shown in the figure below.

Exercise 9.3.12
Let a circle K be given by the equation

K: x2 +(y-1 )2 =2,

and two lines by

g:y=7x+5



h:y=2x+2.

  1. Show that g is a tangent line to K, and calculate the x-coordinate and y-coordinate of the osculation point (x;y) of g and K.
    x=

    y=
  2. Show that h is a secant line to K, and calculate the x-coordinates and y-coordinates of the intersection points ( x1 ; y1 ) and ( x2 ; y2 ) of h and K.
    x1 =

    y1 =

    x2 =

    y2 =
Enter square roots as sqrt. Enter, for example, sqrt(2) for 2.


Exercise 9.3.13
Let a circle K be given by the equation

K:(x-3 )2 + y2 =2,

and the line g with the slope 2 and the y-intercept b by the equation

g:y=2x+b

in normal form. Find the interval in which b must lie such that g is a secant line to K.
b]
;
[.
Enter square roots as sqrt. Enter, for example, sqrt(2) as 2.

Of course, lines defined by equations that cannot be transformed into normal form (i.e. lines that are parallel to the y-axis) can intersect or osculate circles as well. The method described above cannot be applied directly to such lines . The example below illustrates the method which is applied in this case.
Example 9.3.14
Let a circle K be given by the equation

K:(x-1 )2 +(y-1 )2 =1,

and line g by the equation

g:x= 3 2 .

The two objects are shown in the figure below. Obviously, g is a secant line to K. In this case, the intersection point cannot be calculated by solving the equation of a line for y. Instead, the equation of a line x= 3 2 is simply substituted into the given equation of a circle. This results in two values of y, i.e. the y-coordinates of the intersection points:

( 3 2 -1 )2 +(y-1 )2 =1 1 4 + y2 -2y+1=1 y2 -2y+ 1 4 =0



y1,2 = 2±4-1 2 =1± 3 2 y1 =1+ 3 2 y2 =1- 3 2 .

Obviously, both corresponding x-coordinates are equal to 3 2 since the intersection points lie on the line g. Thus, the two intersection points of the line g and the circle K are ( 3 2 ;1+ 3 2 ) and ( 3 2 ;1- 3 2 ).

The Info Box below lists the different cases for the relative positions of two circles together with general criteria that allow to decide which of the cases for two given circles applies.
Info 9.3.15
 
Let two (different) circles, K1 with centre M1 and radius r1 and K2 with centre M2 and radius r2 , be given (by equations of a circle in the plane with respect to a fixed coordinate system). Then the circles have exactly one of the following three relative positions with respect to each other:
  1. The circles K1 and K2 do not have any points in common, i.e. they do not intersect. This is the case if and only if for the radii r1 and r2 and the distance [ M1 M2 ] of the two centres, we have the inequalities

    [ M1 M2 ]> r1 + r2 or [ M1 M2 ]<| r1 - r2 |.


  2. The circles K1 and K2 have one point in common, i.e. they osculate. This is the case if and only if for the radii r1 and r2 and the distance [ M1 M2 ] of the two centres, we have the inequalities

    [ M1 M2 ]= r1 + r2 or [ M1 M2 ]=| r1 - r2 |.


  3. The circles K1 and K2 have two points in common, i.e. they intersect. This is the case if and only if for the radii r1 and r2 and the distance [ M1 M2 ] of the two centres, we have the inequality

    | r1 - r2 |<[ M1 M2 ]< r1 + r2 .


The three cases are illustrated in the figure below.
[ M1 M2 ]> r1 + r2 :
[ M1 M2 ]<| r1 - r2 |:

[ M1 M2 ]= r1 + r2 :
[ M1 M2 ]=| r1 - r2 |:

| r1 - r2 |<[ M1 M2 ]< r1 + r2 :


Thus, the relative position of two circles can be determined from their centres and radii. The calculation of possible intersection points is more difficult and goes beyond the scope of this course.
Example 9.3.16
Let a circle K with centre MK and radius rK be given by the equation

K: x2 + y2 -2y=1,

and a circle L with centre ML and unknown radius r>0 by the equation

L:(x+1 )2 +(y-1 )2 = r2 .

Find the values of r for which the circles K and L intersect, osculate, or do not intersect.
From the given equation of a circle L the centre ML can be read off directly: ML =(-1;1). However, the equation for K is not in normal form. By completing the square this equation can easily be transformed into normal form such that the centre MK and the radius rK can be read off:

x2 + y2 -2y=1 x2 + y2 -2y+1-1=1 x2 +(y-1 )2 =2.

Thus, we have MK =(0;1) and rK =2. Hence, the distance between the two centres is

[ MK ML ]=(0+1 )2 +(1-1 )2 =1,

and the sum of the two radii is

r+ rK =r+2.

Since r>0, we have

r+2>2>1=[ MK ML ].

Hence [ MK ML ]r+2 cannot occur in this case. The geometric reason for this is that the centre of L lies within K, as can be seen from the figure below. According to the criteria listed in Info Box 9.3.15, the two circles osculate if

|r-2|=1=[ MK ML ].

According to the section on absolute value inequalities, this equation is satisfied if

r-2=1 or r-2=-1.

Hence, the two radii r for which the circle L osculates the circle K are:

r=2+1 and r=2-1.

Now we have still to investigate the remaining possible values of r. For 0<r<2-1, we have

|r-2|=-(r-2)=2-r>1=[ MK ML ],

i.e. K and L do not have any points in common. For 2-1<r<2+1, we have to distinguish the cases 2-1<r2 and 2<r<2+1 if we investigate the absolute value. In the case 2-1<r2, we have

|r-2|=-(r-2)=2-r<1=[ MK ML ],

and in the case 2<r<2+1, we have

|r-2|=r-2<1=[ MK ML ].

Thus, the circles K and L have two points in common for 2-1<r<2+1, i.e. the circles intersect. Finally, we have in the case r>2+1:

|r-2|=r-2>1=[ MK ML ].

The circles K and L also do not have any points in common in this case. In summary, we have the following conditions for the relative position of the two circles K and L:
  • If r{2-1;2+1}, the two circles K and L osculate at one point.
  • If r ]2-1;2+1[, the two circles K and L intersect at two points.
  • If r ]0;2-1[ ]2+1;[, the two circles K and L do not have any points in common.
The figure below shows some of the cases for the circles K and L.

Exercise 9.3.17
Let two circles K1 and K2 be given by the equations

K1 :(x+6 )2 +(y+4 )2 =64



K2 : x2 +2x+ y2 -16y+40=0.

The two circles K1 and K2
osculate at one point,
intersect at two points,
do not have any points in common.