Different Forms of Equations of a Circle

Master the equations of a circle in CBSE Class 11 Applied Mathematics. Learn standard, center-radius, and general forms with solved examples and exercises.

Standard Form of a Circle

The standard form of a circle represents a circle with its center at the origin (0,0) and a radius r. This form is derived directly from the distance formula where the distance from any point (x,y) on the circle to the origin is constant. It is the most fundamental representation used in coordinate geometry.

x² + y² = r²
Example: Solved Example: Find the equation of a circle centered at origin with radius 5.
Show Step-by-Step Solution

Step 1: Identify center (0,0) and radius r = 5.
Step 2: Substitute r into x² + y² = r².
Step 3: x² + y² = 5².
Answer: x² + y² = 25

Center-Radius Form

When a circle is shifted such that its center is at (h,k) and it has a radius r, the equation is expressed in the center-radius form. This form clearly identifies the geometric properties of the circle, allowing for easy plotting on a Cartesian plane. It is obtained by shifting the origin of the standard form.

(x − h)² + (y − k)² = r²
Example: Solved Example: Find the equation of a circle with center (2, -3) and radius 4.
Show Step-by-Step Solution

Step 1: Identify h = 2, k = -3, r = 4.
Step 2: Substitute into (x − h)² + (y − k)² = r².
Step 3: (x − 2)² + (y − (-3))² = 4².
Answer: (x − 2)² + (y + 3)² = 16

General Form of a Circle

The general form of a circle is represented by a quadratic equation in two variables x and y. This form is useful for identifying the center and radius by completing the square. The center is given by (-g, -f) and the radius is √(g² + f² − c).

x² + y² + 2gx + 2fy + c = 0
Example: Solved Example: Find the center and radius of x² + y² + 4x − 6y − 12 = 0.
Show Step-by-Step Solution

Step 1: Compare with 2g = 4, 2f = -6, c = -12.
Step 2: g = 2, f = -3, c = -12.
Step 3: Center = (-2, 3), Radius = √(2² + (-3)² − (-12)) = √(4 + 9 + 12) = √25 = 5.
Answer: Center (-2, 3), Radius 5