A circle is one of the most familiar shapes in geometry. From wheels to coins, circles are everywhere in our world. But how do we describe a circle mathematically, especially on a graph? That's where the equation of a circle comes in. Understanding this equation helps us represent, draw, and calculate important properties of a circle easily.
In this guide, we will explore everything you need to know about the equation of a circle, including its standard and general forms, derivation, center and radius extraction, graphing techniques, real-life uses, common mistakes, and solved examples.
Table of Content
A circle is defined as the set of all points that are at a fixed distance (called the radius) from a fixed point (called the center).
The equation of a circle gives us a way to describe that set of points algebraically. It shows us how x and y coordinates relate to each other in a way that forms a perfect circle.
The standard form of a circle's equation is:
(x – h)² + (y – k)² = r²
Where:
(h, k) = coordinates of the center of the circle
r = radius of the circle
This form is used when you know the center and the radius. It is easy to understand and is commonly used in geometry problems.
Example:
If the center is (3, -2) and the radius is 5, then the equation of the circle is:
(x – 3)² + (y + 2)² = 25
When expanded, the standard form becomes the general form:
x² + y² + Dx + Ey + F = 0
Where:
D, E, and F are real constants
You can extract the center and radius from this form using a method called completing the square.
Example:
x² + y² – 6x + 4y – 12 = 0
This is a circle in general form. To find the center and radius, we convert it to standard form.
Let’s derive the standard equation of a circle.
Step 1: Take any point on the circle as (x, y).
Step 2: Let the center of the circle be (h, k).
Step 3: The distance between (x, y) and (h, k) is the radius.
Using the distance formula:
√[(x – h)² + (y – k)²] = r
Now square both sides:
(x – h)² + (y – k)² = r²
That is the standard form of the equation of a circle.
To convert x² + y² + Dx + Ey + F = 0 into standard form, follow this step-by-step process:
Group x terms and y terms together:
(x² + Dx) + (y² + Ey) = –F
Complete the square:
Add (D/2)² to x terms and (E/2)² to y terms on both sides.
Write as squares:
(x + D/2)² + (y + E/2)² = r²
Example:
x² + y² – 4x + 6y – 12 = 0
Group: (x² – 4x) + (y² + 6y) = 12
Complete square:
(x – 2)² + (y + 3)² = 25
So, center = (2, -3), radius = √25 = 5
You can identify the center and radius easily:
From standard form:
Equation: (x – h)² + (y – k)² = r²
Center: (h, k)
Radius: r
From general form:
Equation: x² + y² + Dx + Ey + F = 0
Center: (–D/2, –E/2)
Radius: √[(D² + E²)/4 – F]
To graph a circle:
Identify the center (h, k) and radius r.
Mark the center point.
Use the radius to plot four main points: top, bottom, left, and right from the center.
Sketch the circle smoothly through these points.
Example:
Equation: (x – 1)² + (y + 2)² = 9
Center: (1, –2)
Radius: √9 = 3
Plot these on a graph and draw the circle.
A tangent is a straight line that touches a circle at exactly one point. At that point, it is perpendicular to the radius.
You can find the equation of a tangent line if you know the point of contact or the slope.
For a circle with equation (x – h)² + (y – k)² = r², a line y = mx + c is tangent if:
|mh – k + c| / √(1 + m²) = r
Thinking the center is (0, 0) in every case
Many students believe that every circle is centered at the origin. This is only true for equations in the form (x² + y² = r²). Most circles have a center at (h, k), making the correct equation (x - h)² + (y - k)² = r². Forgetting this results in plotting the circle incorrectly.
Confusing the standard and general forms
The standard form is (x - h)² + (y - k)² = r². The general form is x² + y² + Dx + Ey + F = 0. Many students mix up these forms or forget how to convert between them. This confusion makes it difficult to find the center and radius from a given equation.
Forgetting to square the radius
Some students forget to square the radius when writing the equation. For instance, if the radius is 6, the equation should be (x - h)² + (y - k)² = 36, not just 6. This mistake results in an incorrect size and scale of the circle.
Assuming any quadratic equation in x and y is a circle
Not every second-degree equation represents a circle. A true circle has equal coefficients for x² and y², and no xy term. For example, x² + y² = 49 is a circle, but x² + 2y² = 49 is an ellipse.
Thinking all circular equations show the radius clearly
In some forms like the general form, the radius isn’t visible directly. Students may think it’s not a circle if they don’t see r² in the equation. In these cases, completing the square is necessary to find the center and radius.
All radii of a circle are equal
A circle consists of points that are all the same distance from the center. This distance is called the radius, and it stays constant regardless of the direction from the center.
The circle has the largest area for a given perimeter
Among all shapes with the same perimeter, a circle encloses the most area. This property makes circles very efficient, which is why bubbles and many natural forms are circular.
Every point on the circle is the same distance from the center
This is the basic property of a circle and is what the equation (x - h)² + (y - k)² = r² indicates. All points on the circle are exactly r units from the center point (h, k).
The ratio of circumference to diameter is π
For each circle, regardless of its size, the ratio of its circumference to its diameter is always π (pi), which is approximately 3.14159. That’s why the formula for circumference is 2πr.
Circles have been used since ancient times in navigation and astronomy
Ancient sailors used circular star charts for navigation. Even today, the orbits of planets and the concept of direction (like 360 degrees in a compass) rely on circular geometry.
Find the equation of a circle with center (0, 0) and radius 4.
Solution: (x – 0)² + (y – 0)² = 16 → x² + y² = 16
Convert to standard form: x² + y² – 8x + 10y – 5 = 0
Convert to standard form: x² + y² – 8x + 10y – 5 = 0
Solution:
Group: (x² – 8x) + (y² + 10y) = 5
Complete square: (x – 4)² + (y + 5)² = 46
Center: (4, –5), Radius: √46
Find center and radius of x² + y² + 2x – 6y + 1 = 0
Solution:
Center: (–1, 3), Radius: √[(4 + 36)/4 – 1] = √9 = 3
Write the general form of (x + 3)² + (y – 1)² = 49
Solution:
Expand: x² + 6x + 9 + y² – 2y + 1 = 49
Combine: x² + y² + 6x – 2y – 39 = 0
Find the radius if the equation is (x – 7)² + (y + 4)² = 81
Solution:
Radius = √81 = 9
The equation of a circle is an important tool in coordinate geometry. By learning its standard and general forms, we can tackle various geometric and algebraic problems. Whether you are graphing circles, changing equations, or using them in real-life situations, mastering this concept leads to a better understanding of math.
Keep practicing with different problems and always make sure your equation fits the standard or general form. This clarity helps prevent common mistakes and strengthens your foundation in geometry.
Related link
Circles: Explore the properties and formulas of Circles to understand their geometry with ease.
Circumference of Circle: Learn how to calculate the Circumference of a Circle using simple formulas and step-by-step examples.
Ans.The general equation of a circle is x² + y² + Dx + Ey + F = 0. Here, D, E, and F are constants.
Ans.The main formulas for a circle are:
Area = πr²
Circumference = 2πr
Standard Equation = (x – h)² + (y – k)² = r²
Ans.The equation of a circle with center (h, k) and radius r is (x – h)² + (y – k)² = r².
Ans.To calculate a full circle, use:
Circumference = 2πr for the boundary.
Area = πr² for the space inside.
Master the Equation of a Circle easily with Orchids The International School's expert learning guides!