Master the equations of a circle in CBSE Class 11 Applied Mathematics. Learn standard, center-radius, and general forms with solved examples and exercises.
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.
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
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.
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
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).
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