Equations of Circles: Formula, Solved Examples, and Easy Guide

Table of Contents

An equation of a circle is an algebraic expression that defines the set of all points in a two-dimensional coordinate plane that are equidistant from a fixed point called the center. This constant distance is known as the radius. By representing a geometric shape with an equation, students can use algebra to solve problems involving intersections, distances, and positions without needing to draw the circle physically. Students seeking additional support can explore personalized guidance through geometry tutor.

The relationship between the coordinates of points on a circle is derived from the distance formula, which is itself based on the Pythagorean theorem. If a point (x, y) lies on a circle, the distance between that point and the center (h, k) must always equal the radius r. This concept bridges the gap between geometry and algebra, allowing for precise mathematical modeling of round objects and circular paths.

Understanding circle equations is essential for success in middle school and high school geometry, as well as for more advanced courses like pre-calculus and physics. These equations appear in various real-world applications, including navigation systems, architectural design, and computer graphics. Mastering the different forms of these equations helps students identify key properties of a circle, such as its exact location and size, directly from its numerical representation.

What is equations of circles?

Equations of circles are mathematical formulas that represent the locus of all points in a Cartesian plane situated at a fixed distance from a central point. These equations define the boundary of the circle, where every pair of (x, y) coordinates that satisfies the equation corresponds to a point on the perimeter. The algebraic form makes it possible to determine if a specific point lies inside, outside, or exactly on the circle by substituting its coordinates into the expression.

main image main image
Math program

Help your child reach their full potential!

Answer a few quick questions about your child’s learning, and we’ll recommend next steps.

Take the quiz

Standard Equation of a Circle

The standard equation of a circle is written as (x – h)² + (y – k)² = r², where (h, k) represents the coordinates of the center and r represents the radius. This form is often called the center-radius form because it explicitly displays the most important geometric features of the circle. When the equation is presented this way, you can easily identify the center by looking at the values subtracted from x and y, and find the radius by taking the square root of the constant on the right side of the equal sign.

Different Forms of Equation of Circle

While the standard form is the most common, circle equations can be expressed in various mathematical formats depending on the specific application or the given information. These different forms allow mathematicians and engineers to describe circular paths using different coordinate systems, such as polar coordinates or parametric functions. Converting between these forms is a common task in coordinate geometry that helps in simplifying complex calculations involving intersections or rotations.

General Form of Equation of a Circle

The general form of a circle’s equation is expressed as x² + y² + 2gx + 2fy + c = 0. In this format, g, f, and c are constants that determine the position and size of the circle. To find the center and radius from this form, students typically use a process called completing the square to transform it back into the standard form. The center of a circle in general form is located at (-g, -f), and the radius can be calculated using the formula r = √(g² + f² – c), provided that the value under the square root is positive.

Parametric Equation of a Circle

Parametric equations describe the coordinates of a circle using an auxiliary variable, usually denoted as t or θ, which represents the angle from the center. For a circle with center (h, k) and radius r, the parametric equations are x = h + r cos(θ) and y = k + r sin(θ). This form is particularly useful in physics and calculus to model the movement of an object along a circular path over time. As the parameter θ varies from 0 to 2π radians, the equations generate every point along the circumference in a continuous sequence.

Polar Equation of a Circle

In polar coordinates, a circle is described by its distance from the origin (r) and the angle (θ). The simplest polar equation is r = a, which represents a circle centered at the origin with a radius of a. If the circle is not centered at the origin, the equation becomes more complex, often taking the form r = 2a cos(θ) for a circle passing through the origin and centered on the x-axis. Polar equations are highly efficient for problems involving symmetry around a central point, making them a preferred choice in fields like trigonometry and complex analysis.

Equation of a Unit Circle

The unit circle is a specific type of circle that has its center at the origin (0, 0) and a radius exactly equal to 1 unit. Its equation is the simplest possible form: x² + y² = 1. This circle is a fundamental tool in trigonometry because the coordinates of any point (x, y) on its circumference correspond directly to the cosine and sine of the angle θ formed with the positive x-axis. Because the radius is 1, many calculations are simplified, making the unit circle the primary reference for defining trigonometric functions and understanding periodic behavior in mathematics.

Solved Examples on equations of circles

Practicing with specific examples helps students understand how to apply formulas to find missing information or convert between different equation formats. These examples cover common scenarios encountered in K-12 math curriculum, such as finding an equation from a center and radius or identifying properties from a given algebraic expression.

Example 1: Find the equation of the circle in standard form with center (2,-3) and radius 3

To solve this, substitute h = 2, k = -3, and r = 3 into the standard form equation (x – h)² + (y – k)² = r². This gives (x – 2)² + (y – (-3))² = 3². After simplifying the signs and squaring the radius, the final standard equation is (x – 2)² + (y + 3)² = 9. Note that the sign inside the parentheses for the y-term becomes positive because subtracting a negative number is the same as adding.

Example 2: Find the center and radius of the circle (x – 2)2 + (y – 3)2 = 25

Compare the given equation to the standard form (x – h)² + (y – k)² = r². By inspection, h = 2 and k = 3, which means the center of the circle is at the coordinates (2, 3). The constant on the right is r², so r² = 25. Taking the square root of 25 gives r = 5. Therefore, the circle is centered at (2, 3) with a radius of 5 units.

Example 3: Find the center of the circle x2 + y2 + 8x + 10y + 12 = 0

To find the center, use the coefficients of the x and y terms from the general form x² + y² + 2gx + 2fy + c = 0. Here, 2g = 8, which means g = 4. Similarly, 2f = 10, which means f = 5. The center is defined as (-g, -f). Substituting the values, we find the center is located at (-4, -5). This method provides a quick way to locate the circle without completing the square for the entire equation.

Example 4: Find the equation of a circle with center at the origin passing through (2, 3)

Since the center is at the origin (0, 0), the equation follows the form x² + y² = r². To find r², substitute the coordinates of the point (2, 3) into the equation: 2² + 3² = r². This results in 4 + 9 = r², so r² = 13. The radius r is √13. The final equation for the circle is x² + y² = 13. This example demonstrates how to use a known point on the perimeter to determine the size of the circle.

FAQ

What is the general equation of a circle?

The general equation of a circle is x² + y² + 2gx + 2fy + c = 0. This form represents the expanded version of the standard equation. It is used to describe a circle’s position and size through the constants g, f, and c. While it is less intuitive for immediate graphing than the standard form, it is frequently used in algebraic proofs and complex coordinate geometry problems. To find the center (-g, -f) and radius from this form, one must ensure the coefficients of x² and y² are equal to 1 before identifying the constants.

How do you find the center of a circle from its equation?

To find the center from the standard form (x – h)² + (y – k)² = r², simply identify the values of h and k. Note that if the equation has (x + h), the coordinate is -h. If the equation is in the general form x² + y² + 2gx + 2fy + c = 0, the center is found at (-g, -f). This involves taking half of the coefficients of the x and y terms and changing their signs. Finding the center is the first step in understanding the circle’s location on a coordinate grid.

What is the equation of a circle with center at the origin?

A circle centered at the origin has the coordinates (0, 0) for its center. When these values are substituted into the standard equation, h and k both become zero, simplifying the formula to x² + y² = r². This is often the first form students learn because it clearly shows the relationship between the x and y coordinates and the radius squared. Any point (x, y) that satisfies this equation will be exactly r units away from the center point (0, 0) in any direction.

How do you find the radius of a circle from the general form?

To find the radius from the general form x² + y² + 2gx + 2fy + c = 0, you use the formula r = √(g² + f² – c). First, identify g and f by taking half of the coefficients of the x and y terms. Then, square these values, add them together, and subtract the constant term c. Finally, take the square root of the result. It is important to note that for a real circle to exist, the value inside the square root (g² + f² – c) must be greater than zero.

What is the formula for the equation of a circle?

The primary formula for the equation of a circle is the standard form: (x – h)² + (y – k)² = r². In this formula, x and y are the variables representing any point on the edge of the circle, h and k are the coordinates of the center point, and r is the radius. This equation is derived from the Pythagorean theorem, representing the horizontal and vertical distances from the center to a point on the circumference. It is the most versatile formula for solving school-level geometry and algebra problems involving circular shapes.

Want your kid to excel in math and reading?

Kid’s grade

  • Grade 1
  • Grade 2
  • Grade 3
  • Grade 4
  • Grade 5
  • Grade 6
  • Grade 7
  • Grade 8
  • Grade 9
Image full form
image
Close a child’s math gaps with a tutor!

Close a child’s math gaps with a tutor!

Book a free demo lesson with our math tutor and see your kid fill math gaps with interactive lessons
Book demo lesson Equations of Circles: Formula, Solved Examples, and Easy Guide
Get full test results