Convert the equation x2+y2−6x+4y−12=0 to standard form. Find the centre, radius, and write the parametric equations.
Solution — Step by Step
Group x and y terms:
(x2−6x)+(y2+4y)=12
Complete the square for each:
(x2−6x+9)+(y2+4y+4)=12+9+4
(x−3)2+(y+2)2=25
Comparing with (x−h)2+(y−k)2=r2:
Centre = (3,−2), Radius = 5
x=3+5cosθ,y=−2+5sinθ,θ∈[0,2π)
Any point on the circle can be written as (3+5cosθ,−2+5sinθ) for some angle θ.
Why This Works
graph TD A["Circle Equation Forms"] --> B["Standard: x-h² + y-k² = r²"] A --> C["General: x² + y² + 2gx + 2fy + c = 0"] A --> D["Parametric: x=h+r cos θ, y=k+r sin θ"] B --> E["Centre h,k and radius r are visible"] C --> F["Centre = -g,-f, Radius = √g²+f²-c"] D --> G["Useful for finding points on circle"] B -->|"Expand"| C C -->|"Complete square"| B B -->|"Substitute cos θ, sin θ"| D
The general form x2+y2+2gx+2fy+c=0 is useful because:
Centre = (−g,−f)
Radius = g2+f2−c
For the equation to represent a real circle: g2+f2−c>0
From our equation: 2g=−6⟹g=−3, 2f=4⟹f=2, c=−12.
Centre = (3,−2) ✓, Radius = 9+4+12=5 ✓
Alternative Method
For JEE, the parametric form is extremely powerful. If a problem says “A point P moves on the circle x2+y2=25”, immediately write P=(5cosθ,5sinθ). This reduces a two-variable problem to one variable (θ), making optimization and locus problems much simpler.
The equation of the tangent at the parametric point (h+rcosθ,k+rsinθ) is: (x−h)cosθ+(y−k)sinθ=r. This is faster than implicit differentiation.
Common Mistake
Forgetting to add the completed-square constants to BOTH sides. When completing the square, students write (x2−6x+9)+(y2+4y+4)=12 — forgetting to add 9 and 4 to the right side too. The correct equation is =12+9+4=25. Missing this step gives a wrong radius. Always balance both sides when completing the square.
Standard form: (x−h)2+(y−k)2=r2
General form: x2+y2+2gx+2fy+c=0, centre (−g,−f), radius g2+f2−c
Parametric: x=h+rcosθ, y=k+rsinθ
Tangent at (x1,y1): xx1+yy1+g(x+x1)+f(y+y1)+c=0
Length of tangent from (x1,y1): x12+y12+2gx1+2fy1+c
Want to master this topic?
Read the complete guide with more examples and exam tips.