This test uses JavaScript to generate your test and mark it. You therefore need to enable Scripting using the Preferences... item in one of the Menu items for this Browser's window. Once enabled, just Reload (Refresh) this page.

Geometry: Equation of a Circle

The circle with equation x2 – 6 x + y2 – 4 y + 5 = 0 has
its centre at (,) and its radius is

tickcross


Worked Solution:

The circle with centre at ( 0, 0 ) and radius r has equation x2 + y2 = r2.
Replacing x by xa and y by yb moves the centre to (a, b):
(xa)2 + (yb)2 = r2
x2 – 2 a x + y2 – 2 b y + a2 + b2r2 = 0

So the centre is found from the x and y coefficients in the circle's equation:
–2 a = –6, the coefficient of x
–2 b = –4, the coefficient of y
so the centre is (a, b) = (3, 2).
The constant in the circle's equation is 5 = a2 + b2r2 = 32 + 22r2 = 13 – r2
=>r = √8 = 2.828 to 3 dps.


© MEI Produced by Dr Ron Knott, revised 3 April 2007
tom . button [AT] mei . org . uk
Test reference: GeomCircleEqun.html?ref=33443