Question
Convert the equation to standard form. Find the centre, radius, and write the parametric equations.
(CBSE 11 / JEE Main — bread and butter circle problem)
Form Conversion Flowchart
flowchart TD
A["Circle Equation"] --> B{Which form given?}
B -->|"x² + y² + 2gx + 2fy + c = 0"| C["General Form"]
B -->|"(x-h)² + (y-k)² = r²"| D["Standard Form"]
B -->|"x = h + r cos t, y = k + r sin t"| E["Parametric Form"]
C -->|Complete the square| D
D -->|Read off h, k, r| F["Centre = (h, k), Radius = r"]
D -->|Substitute| E
C -->|"Centre = (-g, -f), r = sqrt(g²+f²-c)"| F
Solution — Step by Step
Group terms and terms:
Complete the square for each:
Comparing with :
- Centre:
- Radius:
Any point on the circle can be written as for some parameter .
Why This Works
Completing the square transforms the expanded form back into the geometric form — a squared distance equal to a constant. The expression literally says “the distance from to equals ”, which is the definition of a circle.
The parametric form uses the fact that . Substituting and into the standard form gives , which is always true.
Alternative Method — Direct Formula from General Form
From , comparing with our equation :
, ,
Centre
For JEE Main, the direct formula method is faster. But for CBSE board exams, the step-by-step completing the square approach earns more marks because examiners want to see the working. Know both — use whichever fits the exam.
Common Mistake
The classic blunder: forgetting to add the completing-the-square constants to both sides. When you add 9 and 4 to the left side, you must add to the right side too. Missing this gives you instead of — a completely wrong radius.
Another frequent error with the direct formula: sign mistakes in the centre. The centre is , not . From , we get , so the -coordinate of the centre is .