Consider a circle of radius r on a Cartesian plane centered at point o(a,b) as shown in figure below. A point p on the circumference of the circle has an arbitrary point (x, y).
![](https://i0.wp.com/precisestudy.online/wp-content/uploads/2024/02/equationofacircle.jpg?ssl=1)
line OQ an QP makes a right angle triangle with the radius r of the circle such OP=r, OQ = x-a and QP=y-b.
using Pythagoras’ theorem: (x-a)2 + (y-b)2 = r2.
Hence the general equation of a circle is given as:
(x-a)2 + (y-b)2 = r2.
where:
- r is the radius of the circle
- (a, b) are the coordinates at the center of the circle
- (x,y) is an arbitrary point on the circumference of the circle.
Example
Find the equation of a circle centered at (4, 5) and with radius of 3 units.
Solution
Recall the equation: (x-a)2 + (y-b)2 = r2
a=4, b=5, r=3
hence (x-4)2+(y-5)2 = 32
=x2– 4x- 4x+ 16+ y2– 5y- 5y + 25= 9
x2-8x + 16 + y2 – 10y + 25 = 9
x2– 8x + y2– 10y+ 41=9
x2 – 8x + y2 – 10y + 32=0
Leave a Reply