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

A circle with centre ( –5, –8) passing through ( –3, –8) has equation
x2 + x + y2 + y + = 0

tickcross


Worked Solution:

The circle with centre at ( 0, 0 ) and radius r has equation x2 + y2 = r2.
Replacing x by x – (–5) and y by y – (–8) moves the centre to ( –5, –8):
(x + 5)2 + (y + 8)2 = r2
The radius, r, is the distance between the centre and a point on the circle,
found using Pythagoras' Theorem: r2 = ((–3) – (–5))2 + ((–8) – (–8))2 = 22 = 4

The equation (x + 5)2 + (y + 8)2 = 4 expands to x2 + 10 x + y2 + 16 y + 85 = 0


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