Convert the following equations of circle into standard form and hence find their centre and radius:
(i)(0,2),(2,0),(1,3)
(ii)5x2+5y2−2x+4y−27=0
(iii)4x2+4y2+2ax+by−a2=0
Background and Explanation
The standard form of a circle is (x−h)2+(y−k)2=r2, where (h,k) represents the centre and r represents the radius. To convert from the general form x2+y2+Dx+Ey+F=0, we use the method of completing the square for both the x and y terms. This involves rearranging terms, ensuring the coefficients of x2 and y2 are equal to 1, and then adding the square of half the coefficient to each group.
First, we group the x terms and y terms together, moving the constant to the right-hand side:
⇒x2+y2−4x+6y−36=0(x2−4x)+(y2+6y)=36
Next, we complete the square for each group. For the x terms: take half of −4 (which is −2) and square it to get 4. For the y terms: take half of 6 (which is 3) and square it to get 9. We add these values to both sides of the equation:
⇒(x2−4x+4−4)+(y2+6y+9−9)=36
Now we rewrite the perfect square trinomials and simplify:
⇒(x−2)2−4+(y+3)2−9=36
Move the constants −4 and −9 to the right-hand side:
or(x−2)2+(y+3)2=49
This can also be written as:
(x−2)2+(y−(−3))2=72
Result: The standard form is (x−2)2+(y+3)2=72. Centre:(2,−3) Radius:7