Maths Formulae Analytical Geometry Equation of Circle

Equation of a Circle – Standard and General Forms

Understand how to write and analyze the equation of a circle using its center and radius in Cartesian coordinates.
🔑

Definition of a Circle

A circle is the set of all points in a plane that are equidistant from a fixed point called the center. The constant distance from the center to any point on the circle is called the radius. This property makes the circle a perfectly symmetric curve, fundamental to geometry.

SymbolDescription
(h, k)Coordinates of the circle's center.
rRadius: the constant distance from the center to any point on the circle.
(x, y)Coordinates of any point on the circumference of the circle.
dDiameter: the distance across the circle passing through the center (d = 2r).
CCircumference: the total distance around the circle (C = 2πr).
AArea: the space enclosed by the circle (A = πr²).
D, E, FCoefficients in the general form of the circle equation.
📐

Key Formulas

\[ (x - h)^2 + (y - k)^2 = r^2 \]
Standard Form
\[ x^2 + y^2 + Dx + Ey + F = 0 \]
General Form
\[ x = h + r\cos(t) \quad \text{and} \quad y = k + r\sin(t) \]
Parametric Form
\[ A = \pi r^2 \]
Area
\[ C = 2\pi r \]
Circumference
🎨

Diagram of a Circle

x y (h, k) (x, y) r (x−h)² + (y−k)² = r²
Standard circle equation (x−h)²+(y−k)²=r²: every point (x,y) on the circle is exactly r units from center (h,k).

The diagram shows a circle in a 2D Cartesian plane. The center of the circle is marked with the coordinates (h, k). A point on the circle's edge is labeled (x, y). The radius, denoted by 'r', is a line segment connecting the center (h, k) to the point (x, y) on the circumference.

⚙️

Properties of a Circle

Perfect Symmetry: A circle has infinite lines of symmetry, as any line passing through its center acts as a line of symmetry. It also has rotational symmetry for any angle of rotation about its center.

Constant Curvature: The curvature at every point on a circle is constant and is equal to the reciprocal of its radius (1/r).

Tangent-Radius Perpendicularity: A tangent line to a circle is always perpendicular to the radius drawn to the point of tangency.

Isoperimetric Property: Among all closed curves with the same perimeter, the circle encloses the maximum area.

🔍

Proof of the Standard Equation

The standard equation of a circle is derived directly from its definition using the Distance Formula.

1. Definition: A circle is the set of all points (x, y) that are at a constant distance 'r' (the radius) from a fixed center point (h, k).

2. Apply the Distance Formula: The distance between any point (x, y) on the circle and the center (h, k) is given by:

\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]

3. Set Distance Equal to Radius: We set this distance equal to the radius, r.

\[ r = \sqrt{(x - h)^2 + (y - k)^2} \]

4. Square Both Sides: To eliminate the square root, we square both sides of the equation.

\[ r^2 = (x - h)^2 + (y - k)^2 \]
This is the standard equation of a circle.
🧮

Worked Examples

Find the standard equation of a circle with a center at (4, -1) and a radius of 6.
  1. Identify the center coordinates and the radius: h = 4, k = -1, and r = 6.
  2. Substitute these values into the standard form: (x - h)² + (y - k)² = r².
  3. (x - 4)² + (y - (-1))² = 6².
  4. Simplify the equation.
(x - 4)² + (y + 1)² = 36
Find the center and radius of the circle given by the equation x² + y² + 8x - 2y - 8 = 0.
  1. Group the x and y terms: (x² + 8x) + (y² - 2y) = 8.
  2. Complete the square for x: (x² + 8x + 16) + (y² - 2y) = 8 + 16. The term to add is (8/2)² = 16.
  3. Complete the square for y: (x² + 8x + 16) + (y² - 2y + 1) = 8 + 16 + 1. The term to add is (-2/2)² = 1.
  4. Factor the perfect square trinomials: (x + 4)² + (y - 1)² = 25.
  5. Identify the center and radius from the standard form: h = -4, k = 1, r² = 25, so r = 5.
Center: (-4, 1), Radius: 5
🧮

Try It

🚀

Applications

Engineering & Architecture: Circular shapes are crucial for wheels, gears, bearings, and pipes due to their rotational efficiency and uniform strength. Arches and domes in architecture utilize circular geometry for load distribution.

Navigation & GPS: GPS systems determine a receiver's position by calculating its distance from multiple satellites. The set of all possible locations at a given distance from one satellite forms a sphere, and the intersection of these spheres pinpoints the exact location. In 2D, this simplifies to the intersection of circles.

Physics & Astronomy: The motion of planets (as a first approximation), electrons around a nucleus, and objects in uniform circular motion are all modeled using circles. Wave propagation, such as sound or light from a point source, spreads out in circles (or spheres in 3D).

Computer Graphics & Design: The parametric equations of a circle are used to draw circles and arcs, create smooth animations of rotating objects, and design user interface elements like circular progress bars.

🌍

Real-World Examples

A radio tower broadcasts a signal over a circular area. The tower is located at (20, -30) on a city map, and its signal reaches a radius of 50 kilometers. What is the equation representing the boundary of the broadcast area?
  1. Identify the center (h, k) = (20, -30) and radius r = 50.
  2. Substitute these values into the standard circle equation (x - h)² + (y - k)² = r².
  3. (x - 20)² + (y - (-30))² = 50².
  4. Simplify the equation.
(x - 20)² + (y + 30)² = 2500
A landscape architect is designing a circular stone patio. The patio needs to have a diameter of 12 feet and its center is located 15 feet east and 10 feet north of the corner of a house (the origin). What is the equation of the patio's edge?
  1. Determine the center coordinates: (h, k) = (15, 10).
  2. Calculate the radius from the diameter: r = diameter / 2 = 12 / 2 = 6 feet.
  3. Plug the values into the standard equation: (x - 15)² + (y - 10)² = 6².
  4. Simplify the equation.
(x - 15)² + (y - 10)² = 36
🏙️

Real-World Scenarios

radar range circle
Radar Detection Range
A radar station's detection range forms a circle (x−h)²+(y−k)²=r² centered on the antenna. Air traffic control systems, weather radar, and naval defense networks use circular equations to determine if an object is within detection distance.
cell coverage zone
Mobile Network Coverage
Each cell tower projects a circular coverage area modeled by (x−h)²+(y−k)²=r². Telecom engineers use circle equations to plan tower placement, ensure overlap between cells, and eliminate dead zones in mobile networks.
wheel & gear design
Gear and Wheel Design
Mechanical gears and wheels are circular cross-sections modeled by the circle equation. Engineers specify pitch circles (x−h)²+(y−k)²=r² to calculate gear ratios, tooth spacing, and meshing precision in transmission systems.

Wheels and Gears
The fundamental principle of most forms of transportation and machinery relies on the circle. The wheel's constant radius from its axle ensures a smooth, predictable motion, making it the most efficient shape for rolling and for transferring power in gears.

Ripples in a Pond
When an object is dropped into calm water, the disturbance propagates outwards in concentric circles. This visual representation shows how waves from a point source spread uniformly in all directions, a concept crucial in physics fields like acoustics and optics.

Ferris Wheels
An amusement park Ferris wheel is a perfect real-world example of a circle in motion. Each passenger car traces a circular path, staying at a fixed distance (the radius) from the central hub, demonstrating the principles of circular motion.

📚

Types of Circle Equations

The equation of a circle can be written in several forms, each highlighting different properties of the circle.

FormEquationKey Information
Standard Form(x - h)² + (y - k)² = r²Clearly shows the center (h, k) and the radius r.
General Formx² + y² + Dx + Ey + F = 0A more complex form where the center and radius are found by completing the square.
Parametric Formx = h + r cos(t)<br>y = k + r sin(t)Describes the (x, y) coordinates in terms of a parameter 't' (angle), useful for describing motion along a circular path.
⚠️

Common Mistakes

⚠️ Forgetting to square the radius. The right side of the standard equation is r², not r. If the radius is 5, the equation ends with = 25.
⚠️ Mixing up the signs of the center coordinates. The form is (x - h) and (y - k). If the equation is (x + 3)², the h-coordinate of the center is -3, not +3.
⚠️ Errors in completing the square. When converting from general to standard form, remember to add the same value to both sides of the equation to keep it balanced.
🚀

Study Strategy

1 🤔 Grasp the Core Concepts
  • Focus on the definition: a circle is the set of all points in a plane equidistant from a center point.
  • Identify what the center (h, k) and the radius (r) represent visually on the provided diagram.
  • Connect the formula to the Pythagorean theorem by studying the 'Proof of the Standard Equation' section.
  • Draw your own circles on graph paper, labeling the center, radius, and a point (x, y) on the circumference.
2 🧠 Commit Formulas to Memory
  • Write the standard form (x – h)² + (y – k)² = r² repeatedly until you can recall it instantly.
  • Create flashcards for both the standard form and the general form: x² + y² + 2gx + 2fy + c = 0.
  • Practice reciting the formulas for finding the center (-g, -f) and radius √(g² + f² - c) from the general form.
  • Verbally explain to yourself or a study partner how to convert from the general form to the standard form.
3 ✏️ Solve Diverse Problems
  • Cover the solutions and re-solve every problem in the 'Worked Examples' section on your own.
  • Practice finding the equation when given the two endpoints of a diameter.
  • Master completing the square to convert circle equations from general to standard form.
  • Review the 'Common Mistakes' section and attempt problems specifically designed to test for those errors.
4 🌍 Connect to the Real World
  • Model one of the 'Real-World Scenarios', like the splash zone of a water droplet, by assigning coordinates and writing an equation.
  • Determine if a given point (e.g., a person's location) is within the signal range of a cell tower (a circle).
  • Explain how GPS uses the intersection of circles (spheres in 3D) to pinpoint a location.
  • Design a simple blueprint for a circular object, like a tabletop or garden, using the equation to define its boundary.
By breaking down the formula into these manageable steps, you'll build the confidence to solve any circle equation problem.

Frequently Asked Questions

×

×