Chapter 9 Objects in the Two-Dimensional Coordinate System

Section 9.3 Circles in the Plane

9.3.3 Coordinate Equations of Circles


With a coordinate system in the plane at hand, we are now able to describe the points on a circle using the term of distance introduced in the previous Section 9.3.2 by an equation, the so-called equation of a circle. In practice, the compulsory root in the equation for the distance is avoided by using the square of the distance. This is allowed since distances are always non-negative. Thus, for two points P1 =( x1 ; y1 ) and P2 =( x2 ; y2 ) we have:

[ P1 P2 ]=( x2 - x1 )2 +( y2 - y1 )2 [ P1 P2 ]2 =( x2 - x1 )2 +( y2 - y1 )2 .

This is summarised in the Info Box below.
Info 9.3.4
 
A circle K in the plane with a given coordinate system is the set of all points that have a fixed distance r>0, the radius, from a common centre M=( x0 ; y0 ). By specifying the radius and the centre a circle is uniquely defined. Thus, we have:

K={(x;y)2 :(x- x0 )2 +(y- y0 )2 = r2 }.

As for lines, often just the equation of a circle is given:

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

All points with coordinates that satisfy the equation of a given circle belong to the circle. This is illustrated by the figure below.

Using the equation of a circle we are now able to describe arbitrary circles in the plane as well as points that lie on that circle and points that do not.
Example 9.3.5
The circle with centre P=(2;1) and radius r=2 is described by the following equation:

(x-2 )2 +(y-1 )2 = 22 =4.

Thus, all points that have the distance of 2 from the point P lie on the circle. For example, the point Q=(0;1) lies on the circle since we have

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

In contrast, the point R=(3;-2) does not lie on the circle since its distance from the point P is

[ PR ]=(2-3 )2 +(1-(-2 ))2 =102.

The coordinates of the point R do not satisfy the given equation of a circle.

An important special case is any circle that has the origin of the coordinate system as its centre. For example, the equation

x2 + y2 =2

describes a circle with a radius of 2 centred at the origin (0;0) (see figure below).

The most special case of this is the circle with a radius of 1 at the origin (0;0).

This circle is called the unit circle, and it is important in trigonometry (see Section 5.6 and Section 6.5).
Exercise 9.3.6
  1. Let a circle Ξ be given by the equation

    Ξ: x2 +(y+2 )2 =8.

    Its centre is at M=
    and its radius is r=
    . Draw the circle.
  2. The equation of a circle with a radius of 1 at (-2;-1) is

    =1.
    Decide whether the given points lie on the circle. Tick those points that lie on the circle.
    The origin
    (1;1)
    (-2;0)
    (- 3 2 ; 3-2 2 )




As the examples and exercises above show, it is rather easy to read off the centre and the radius of the circle from its equation of a circle if it is given in the form

(x- x0 )2 +(y- y0 )2 = r2

described in Info Box 9.3.4. Therefore, this form is also called normal form. Unfortunately, the equation of a circle is often not given in this simple form but has to be transformed by a few calculation steps to enable us to read off the the centre and the radius. This approach is illustrated in the example below.
Example 9.3.7
Let a circle K be given by the equation

K: x2 + y2 -6x+y+ 21 4 =0.

You can neither immediately see that this is an equation of a circle nor read off the centre and the radius. This equation can be transformed into normal form using the method of completing the square. We will apply this method separately to the terms containing x and the terms containing y in the equation of a circle given above.
For the terms containing x, we have

x2 -6x= x2 -2·3x= x2 -2·3x+ 32 - 32 = x2 -6x+9-9=(x-3 )2 -9,

and for the terms containing y, we have

y2 +y= y2 +2· 1 2 y= y2 +2· 1 2 y+ ( 1 2 )2 - ( 1 2 )2 = y2 +y+ 1 4 - 1 4 = (y+ 1 2 )2 - 1 4 .

For the equation of the circle, this implies:

x2 + y2 -6x+y+ 21 4 =0(x-3 )2 -9+ (y+ 1 2 )2 - 1 4 + 21 4 =0(x-3 )2 + (y+ 1 2 )2 =4

This is the normal form of the equation of this circle, and we can read off the centre M= (3;- 1 2 ) and the radius r=2 easily (see figure below).

Exercise 9.3.8
Find the centre P and the radius ρ of the circle

Λ={(x;y): x2 +23x=23y- y2 }.

Transform the equation of the circle into normal form using the method of completing the square. In addition, sketch the circle.
P=

ρ=