Command Palette

Search for a command to run...

Analytic Geometry

Definition of Circle

Understanding Circle

A circle is the collection of all points on a plane that have the same distance from one fixed point. This fixed point is called the center of the circle, while the equal distance from the center to every point on the circle is called the radius.

Imagine you tie a string to a nail, then pull the string tight and draw a complete curve around the nail. The curve that forms is what we call a circle, the nail is its center, and the length of the string is its radius.

Circle with Center and Radius
All points on the circle have the same distance from the center.

In the visualization above, point P is the center of the circle, while points A, B, and C are some points that lie on the circle. Notice that the distance from P to A, P to B, and P to C are all equal to rr. This is what makes them all lie on the same circle.

Mathematical Definition

Now, let's create a more formal definition. Mathematically, a circle with center P(a,b)P(a, b) and radius rr is the set of all points (x,y)(x, y) that satisfy the condition:

d(P,(x,y))=rd(P, (x,y)) = r

Where d(P,(x,y))d(P, (x,y)) is the distance from the center point P to the point (x,y)(x, y) on the circle.

If we use the distance formula in the Cartesian coordinate system, we can write it like this:

(xa)2+(yb)2=r\sqrt{(x-a)^2 + (y-b)^2} = r

Circle Equation

From the mathematical definition above, we can derive the circle equation by squaring both sides:

(xa)2+(yb)2=r\sqrt{(x-a)^2 + (y-b)^2} = r
(xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2

This is the general equation of a circle with center (a,b)(a, b) and radius rr. This formula is very useful for determining whether a point lies inside, outside, or exactly on the circle.

Circle in Coordinate System
Circle with center (2, 1) and radius 2.

For the circle in the visualization above, its equation is:

(x2)2+(y1)2=4(x-2)^2 + (y-1)^2 = 4

Special Form of Circle Equation

There's one special case that's interesting. When the center of the circle is at the origin (0,0)(0, 0), the circle equation becomes simpler:

x2+y2=r2x^2 + y^2 = r^2

This form is very practical because it's easier to calculate and understand.

Important Circle Elements

There are several important terms you need to understand:

  1. Center of circle is the fixed point that serves as a reference for all points on the circle. All points on the circle have the same distance to this center.

  2. Radius is the distance from the center of the circle to any point on the circle. In one circle, all radii have the same length.

  3. Diameter is a straight line that connects two points on the circle and passes through the center. The length of the diameter is always twice the length of the radius, or d=2rd = 2r.

To make it easier to understand, we can see the visualization below:

Circle Elements
Visualization of center, radius, and diameter.

Application Example

Now let's apply the circle definition to determine the circle equation.

Example: Determine the equation of a circle centered at (3,2)(3, -2) with radius 5.

Solution: We just need to use the general formula for circle equation with center (a,b)(a, b) and radius rr:

(xa)2+(yb)2=r2(x-a)^2 + (y-b)^2 = r^2
(x3)2+(y(2))2=52(x-3)^2 + (y-(-2))^2 = 5^2
(x3)2+(y+2)2=25(x-3)^2 + (y+2)^2 = 25

So the circle equation is (x3)2+(y+2)2=25(x-3)^2 + (y+2)^2 = 25.