Unit 4: The Circle

Table of Contents

Definition and Various Forms of Equation of a Circle

A circle is the locus (set) of all points in a plane that are equidistant (a constant distance) from a fixed point.

Center-Radius Form

This is the most direct translation of the definition.

If the center is C(h, k) and the radius is r, then by the distance formula, any point P(x, y) on the circle must satisfy:

sqrt( (x - h)² + (y - k)² ) = r

Squaring both sides gives the standard form:

(x - h)² + (y - k)² = r²

Standard Form

This is a special case of the Center-Radius form where the center is at the origin (0, 0).

x² + y² = r²

Diameter Form

This form is used when the endpoints of a diameter are known, say A(x₁, y₁) and B(x₂, y₂).

A key property of circles is that the angle subtended by a diameter at any point on the circumference is 90°.
So, if P(x, y) is any point on the circle, the line segment PA is perpendicular to the line segment PB.
(Slope of PA) × (Slope of PB) = -1
[ (y - y₁) / (x - x₁) ] · [ (y - y₂) / (x - x₂) ] = -1
(y - y₁)(y - y₂) = -(x - x₁)(x - x₂)

(x - x₁)(x - x₂) + (y - y₁)(y - y₂) = 0

Three-Point Form

Any three non-collinear points uniquely define a circle. To find its equation:
Let the three points be (x₁, y₁), (x₂, y₂), and (x₃, y₃).
Let the circle's equation be the general form x² + y² + 2gx + 2fy + c = 0 (see next section).

  1. Substitute the first point: x₁² + y₁² + 2gx₁ + 2fy₁ + c = 0
  2. Substitute the second point: x₂² + y₂² + 2gx₂ + 2fy₂ + c = 0
  3. Substitute the third point: x₃² + y₃² + 2gx₃ + 2fy₃ + c = 0

You now have a system of three linear equations for the three unknowns (g, f, and c). Solve this system to find the values of g, f, and c, then plug them back into the general equation.

General Equation of a Circle

The General Equation

If we expand the Center-Radius form (x - h)² + (y - k)² = r²:

(x² - 2hx + h²) + (y² - 2ky + k²) = r²
x² + y² - 2hx - 2ky + (h² + k² - r²) = 0

This is of the form:

x² + y² + 2gx + 2fy + c = 0
This is the general equation of a circle.
By comparing the two equations, we can find the center and radius:

For a circle given in general form:

Finding Center/Radius:

To find the center and radius from x² + y² + 2gx + 2fy + c = 0:

  1. Center: (-(half the coeff. of x), -(half the coeff. of y))
  2. Radius: sqrt(g² + f² - c)

Note:

Condition that General 2nd Degree Equation is a Circle

The full general equation of a 2nd degree conic is ax² + 2hxy + by² + 2gx + 2fy + c = 0.

For this to represent a circle, it must match the form x² + y² + 2gx + 2fy + c = 0 (or a multiple of it).

The two necessary conditions are:

  1. The coefficient of x² must be equal to the coefficient of y².
    a = b
  2. There must be no 'xy' term.
    h = 0

Tangent and Normal to a Circle

A tangent is a line that touches the circle at exactly one point, the "point of tangency".

A normal is a line perpendicular to the tangent at the point of tangency. For a circle, the normal always passes through the center.

Equation of Tangent at (x₁, y₁)

The equation of the tangent to a circle at a point (x₁, y₁) on the circle can be found using the "T = 0" rule. We replace:

For circle x² + y² = r²:

x·x₁ + y·y₁ = r²

For circle x² + y² + 2gx + 2fy + c = 0:

x·x₁ + y·y₁ + g(x + x₁) + f(y + y₁) + c = 0

xx₁ + yy₁ + g(x + x₁) + f(y + y₁) + c = 0

Equation of Normal at (x₁, y₁)

The normal passes through (x₁, y₁) and the center (-g, -f). We can just use the two-point form of a line.

Slope of normal m = (y₁ - (-f)) / (x₁ - (-g)) = (y₁ + f) / (x₁ + g).

Using the point-slope form Y - y₁ = m(X - x₁):

Y - y₁ = [ (y₁ + f) / (x₁ + g) ] · (X - x₁)

A simpler form is often (Y - y₁)(x₁ + g) = (X - x₁)(y₁ + f).

For the simple circle x² + y² = r²:
The center is (0, 0). The slope of the normal is (y₁ - 0) / (x₁ - 0) = y₁/x₁.
Equation: Y - y₁ = (y₁/x₁) (X - x₁)
x₁(Y - y₁) = y₁(X - x₁)x₁Y - x₁y₁ = y₁X - x₁y₁x₁Y = y₁X or y = (y₁/x₁)x.

Unit 4: Exam Quick Tips