Circle
A circle is a closed curve such that every point on the curve is at a constant distance from a fixed point.
Centre at the origin (Standard form)
x2 + y2 = r2
Centre at any point (Central form)
(x - h)2 + (y k)2 = r2
Circle with a given diameter (Diameter form)
(x - x1) . (x - x2) +(y - y1) . (y - y2) = 0
General equation of the circle
x2 + y2 + 2gx + 2fy + c = 0
Equation of a circle in particular cases
When a circle touches the X - axis
(x - h)2 + (y - k)2= k2
When a circle touches the Y- axis
(x - h)2 + (y - k)2 = h2
When a circle touches both the positive axes
(x - r)2 + (y - k)2 = k2
Summary
A circle is a closed curve such that every point on the curve is at a constant distance from a fixed point.
Centre at the origin (Standard form)
x2 + y2 = r2
Centre at any point (Central form)
(x - h)2 + (y k)2 = r2
Circle with a given diameter (Diameter form)
(x - x1) . (x - x2) +(y - y1) . (y - y2) = 0
General equation of the circle
x2 + y2 + 2gx + 2fy + c = 0
Equation of a circle in particular cases
When a circle touches the X - axis
(x - h)2 + (y - k)2= k2
When a circle touches the Y- axis
(x - h)2 + (y - k)2 = h2
When a circle touches both the positive axes
(x - r)2 + (y - k)2 = k2
Things to Remember
Equation of a circle
- Centre at the origin (Standard form)
- Centre at any point (Central form)
- Circle with a given diameter (Diameter form)
- General equation of the circle
Equation of a circle in particular cases
- When a circle touches the X - axis
- When a circle touches the Y- axis
- When a circle touches both the positive axes
MCQs
No MCQs found.
Subjective Questions
No subjective questions found.
Videos
Administering Eye Drops
Administering Ear Drops
Medication Administration: Oral, Nasal, Opthalmic, Otic, and Topical Medication

Circle
A circle is a closed curve such that every point on the curve is at a constant distance from a fixed point. Circle may also be defined as a locus of a point which moves so that its distance from a fixed point is constant. The fixed point is called the centre and the constant distance is called the radius of the circle.
Equation of a circle
1. Centre at the origin (Standard form)
Let O (0, 0) be the centre and r be the radius of the circle.
Let P (x, y) be any point on the circle.
Then, OP = r
Squaring both sides we have,
OP2= r2
or, (x - 0)2 + (y - 0)2 = r2
or, x2 + y2 = r2
This relation is true for any point P (x , y) on the circle. So, it is the equation of the circle.

2. Centre at any point (Central form)
Let Q (h, k) be the centre and r be the radius of the circle.
Let P (x, y) be any point on the circle.
Then, QP = r
Squaring both sides we have,
QP2 = r2
or, (x - h)2 + (y k)2 = r2
This is the equation of the circle.

3. Circle with a given diameter (Diameter form)
Let A (x1, y1) and B(x2, y2) be the ends of a diameter of a circle.
Let P (x, y) be any point on the circle. Join AP, BP and AB.
Since AB is a diameter of the circle, then \(\angle\)APB is a right angle.
Now,
Slope of AP = \(\frac {y - y_1}{x - x_1}\)
Slope of BP = \(\frac {y - y_2}{x - x_2}\)
Since,
AP is perpendicular to BP, the product of their slopes must be -1.
Hence,
\(\frac {y - y_1}{x - x_1}\) . \(\frac {y - y_2}{x - x_2}\) = -1
or, (y - y1) . (y - y2) = - (x - x1) . (x - x2)
or, (x - x1) . (x - x2) +(y - y1) . (y - y2) = 0
This relation is satisfied by any point on the circle. So, it is the equation of the circle.

4. General equation of the circle
Let Q (h, k) be the centre and r be the radius of the circle.
Let P (x, y) be any point on the circle.
Then,
QP = r
Squaring on both sides,
QP2 = r2
or, (x - h)2 + (y - k)2 = r2
or, x2 - 2hx + h2 + y2 - 2ky + k2 = r2
or, x2 + y2 - 2hx - 2ky + h2 + k2 - r2 = 0
This is the equation of a circle having centre at the point (h, k) and radius r.
Putting -2h = 2g, -2k = 2f and h2 + k2 - r2 = c we have,
x2 + y2 + 2gx + 2fy + c = 0
This is general equation of the circle.

Note: The general equation of a circle is: x2 + y2 + 2gx + 2fy + c = 0.
Comparing this equation with the general equation of second degree
ax2 + 2hxy + by2 + 2gx + 2fy + c = 0 we have,
- coefficient of x2 and y2 are equal
- coefficient of xy is zero
Hence,
The general equation of second degreeax2 + 2hxy + by2 + 2gx + 2fy + c = 0 represents a circle if
- coefficients of x2 and y2 are equal i.e. a = b
- coefficient of xy is zero i.e. h = 0
Centre and radius of a circle
The general equation of a circle is:
x2 + y2 + 2gx + 2fy + c = 0
or, x2 + 2gx + y2+ 2fy = -c
or, x2 + 2gx + g2 + y2 + 2fy + f2 = g2 + f2 - c
or, (x + g)2 + (y + f)2 = (\(\sqrt {g^2 + f^2 - c}\))2
Comparing this equation with (x - h)2 + (y - k)2 = r2, we have
h = -g, k = -f and r = \(\sqrt {g^2 + f^2 - c}\)
Hence,
Centre of the circle (h, k) = (-g, -f)
Radius of the circle (r) = \(\sqrt {g^2 + f^2 - c}\)
Equation of a circle passing through three points

Let, A (x1, y1), B (x2, y2) and C (x3, y3) be three points of a circle.
Let, P (h, k) be the centre of the circle.
Then,
AP = BP = CP
or, AP2 = BP2 = CP2
By using distance formula,
We have,
AP2= (x1 - h)2 + (y1 - k)2
BP2= (x2 - h)2 + (y2 - k)2
CP2= (x3 - h)2 + (y3 - k)2
Taking AP2 = BP2 we have,
(x1 - h)2 + (y1- k)2 = (x2 - h)2 + (y2 - k)2 .....................................................(i)
Taking BP2 = CP2 we have,
(x2 - h)2 + (y2- k)2 = (x3 - h)2 + (y3 - k)2 .....................................................(ii)
By solving (i) and (ii) we will get the values of h and k. Hence, we get centre P (h, k) of the circle. Then length of AP or BP or CP gives the radius r of the circle.
Now, Putting the values of h, k and r in (x - h)2 + (y - k)2 = r2 we get the required equation of the circle.
Equation of a circle in particular cases
1. When a circle touches the X - axis
Let the centre of a circle be C(h, k) and radius r. If this circle touches X- axis and the circle is in the first or second quadrant, then r = k.
If the circle is in the third or fourth quadrant, then r = -k.
Now,
The equation of a circle touching the X- axis is
(x - h)2 + (y - k)2 = r2
or, (x - h)2 + (y - k)2= k2

2. When a circle touches the Y- axis
Let C (h, k) and r be the centre and radius of a circle.
If this circle touches the Y- axis and it is in the first or fourth quadrant, then r = h.
If the circle is in the second or third quadrant, then r = -h.
Now,
The equation of a circle touching the Y- axis is
(x - h)2 + (y - k)2 = r2
or,(x - h)2 + (y - k)2 = h2

3. When a circle touches both the positive axes
Let C(h, k) and r be the centre and radius of a circle, if this circle touches both the positive axes, then h = k = r.
Now,
The equation of the circle is:
(x - h)2 + (y - k)2 = r2
or,(x - h)2 + (y - k)2 = h2
or,(x - k)2 + (y - h)2 = k2
or,(x - r)2 + (y - k)2 = k2

Lesson
Co-ordinate Geometry
Subject
Optional Mathematics
Grade
Grade 10
Recent Notes
No recent notes.
Related Notes
No related notes.