🪔 SHUBH DIVALI 2025! 🪔
T.J.I. 🪼 📚 Notes 🏦 Question Banks! 📃 Paper 02s ✏️ Quizzes 🗄️ Flashcards 🔎 SEARCH
🎓 Study Centre Blog Team About Contact Us!

Circles

Directly addresses syllabus objectives 2.A.2, 2.A.4, 2.A.5 and 2.A.6 by covering how the equation of a circle is related to its geometric definition, and the relationship between the circle, and tangent and normal lines

Author:Author ImageRahul Kissoon

Edu Level: CSEC

Date: Aug 12 2025 - 2:19 PM

⏱️Read Time: 15 min



The Equation of a Circle

A circle is defined as the set of points in a plane that are equidistant from a fixed point called the centre, O. Below are some basic definitions related to the geometry of a circle which you should know:

  • The circumference is the distance around the perimeter of a circle. It can be calculated with the formula 2πr.
  • The radius, r, is the distance from the centre of the circle to any point on its circumference.
  • The diameter, d, is the length of a straight line segment which passes through the centre of the circle and whose two endpoints are on the circumference of the circle. The diameter is twice the radius. (d=2r)

As required by the syllabus, you need to know the equation of the circle. That is, how to define a circle in terms of x and y on the Cartesian plane. Let O be the centre of the circle, fixed at the coordinates (h,k) where h,kR.

Based on our definition of the circle, all the points (x,y) which are on the circle must satisfy the condition that the distance between (x,y) and O(h,k) is always some constant value. Recall that the radius, r, is this constant distance.

Recall that the distance between any two points P(x1,y1) and Q(x2,y2) is given by the formula |PQ|=(x2x1)2+(y2y1)2

Since r is the distance between (x,y) and O(h,k), r=(xh)2+(yk)2

Squaring both sides of this equation, (xh)2+(yk)2=r2

This is called the standard equation of a circle. (h,k) is the centre, O, and r is the radius. You are required to memorize this equation and know how to apply it.

Another variant of this equation you are required to know and apply is x2+y2+2fx+2gy+c=0 where f,g,cR. Let me explain how to relate both variants to each other below.

By squaring the left-hand side of the standard equation of a circle then moving r2 to the left-hand side, we obtain x22hx+h2+y22ky+k2=r2x2+y22hx2ky+h2+k2r2=0

Since x2+y2+2fx+2gy+c=0 is merely another form of the same circle, meaning that both forms are geometrically identical to each other, let this equation be equivalent to x2+y22hx2ky+h2+k2r2=0. x2+y22hx2ky+h2+k2r2x2+y2+2fx+2gy+c

Now, compare the coefficients of like terms on both sides of the equation.

Equating the coefficients of 2hx and 2fx, 2h=2fh=f

Equating the coefficients of 2ky and 2gy, 2k=2gk=g

Equating the constant terms on both sides (h2+k2r2 and c), c=h2+k2r2r2=h2+k2cr=h2+k2c

Since the radius is a distance which is a scalar quantity, we only take the principal square root (and ignore the ± sign before the symbol).

Recall that h=f and k=g. Then, r=(f)2+(g)2cr=f2+g2c

We have now derived three crucial formulae which will help you find the centre of the circle and the radius if given an equation of the form x2+y2+2fx+2gy+c=0. h=fk=gr=f2+g2c

Memorize these formulae as they will prove to be quite useful in questions.

Alternatively, if you prefer a more practical approach less reliant on memorization, you can convert to the standard form by completing the square. Once again, consider the equation x2+y2+2fx+2gy+c=0 By grouping the x terms separate from the y terms, x2+2fx+y2+2gy+c=0 Now, complete the square. (x+f)2f2+(y+g)2g2+c=0(x+f)2+(y+g)2f2g2+c=0(x+f)2+(y+g)2=f2+g2c

Although, at a first glance, it may look unfamiliar, we have converted the original equation to the form (xh)2+(yk)2=r2, where h=fk=gr2=f2+g2c


Example 1: A circle is defined by the equation x2+y2+15x2y=17. Determine the centre of the circle and the length of its radius. Hence, express the circle in the form (xh)2+(yk)2=r2.

Firstly, let us move the 17 to the left-hand side to convert the equation to the form of x2+y2+2fx+2gy+c=0. x2+y2+15x2y17=0 By comparing the coefficients of the given equation to the specific form, we get 2f=15f=152 2g=2g=1 c=17

Now, using the formula we previously derived, h=fh=152 k=gk=1 r=f2+g2cr=(152)2+12(17)=2254+1+17=2974r=2972 We have found the values of h, k and r. Substituting it into the equation (xh)2+(yk)2=r2 now, [x(152)]2+(y1)2=(2972)2(x+152)2+(y1)2=2974

Example 2: A circle is defined by the equation (x3)2+(y+5)2=100. Determine the values of the constants f, g and c for which x2+y2+2fx+2gy+c=0.

Conveniently, the given equation is already in the desired form of (xh)2+(yk)2=r2. By simple observation, we can deduce that h=3, k=5 and r2=100r=10. All that needs to be done now is apply the formulae.

To find the value of f, h=ff=hf=3

To find the value of g, k=gg=kg=5

To find the value of c, first recall that r=f2+g2c

Squaring both sides, r2=f2+g2cc=f2+g2r2c=(3)2+52102c=9+25100c=66

Finally, we can directly substitute in these values into x2+y2+2fx+2gy+c=0. x2+y2+2(3)x+2(5)y66=0x2+y26x+10y66=0

Example 3: A circle, C, of radius 4 passes through the point (1,4) and has a centre C is (3,k). State the Cartesian equation of C in the form (xh)2+(yk)2=r2.

Right off the bat, we can substitute h=3 and r=4 into the equation to get (x3)2+(yk)2=42(x3)2+(yk)2=16

Next, let us substitute x=1 and y=4 into the equation. (13)2+(4k)2=16(4)2+k2+8k+16=1616+k2+8k+16=16k2+8k+16=0(k+4)2=0k+4=0k=4

Finally, substituting k=4 into the equation of the circle, (x3)2+[y(4)]2=16(x3)2+(y+4)2=16

Tangent and Normal Lines to a Circle

A line is tangent to a circle if and only if it touches the circle at exactly one point.

A line l is normal to a circle at a point if and only if the angle formed between the tangent line at the same point and l is π2 radians or 90. l, normal to the circle at a point, passes through both that point on the circumference and the centre of the circle.

Consider a circle C with equation (1)x2+y2+2fx+2gy+c=0 Consider a line l with equation (2)y=ax+b where a is the gradient and b is the y-intercept.

To determine the points of intersection between the line and the circle, you must solve the system of simultaneous equations above by directly substituting y=ax+b into (1).

Upon doing so, you will get a quadratic equation in terms of x. To determine the value of a or b for which

  • l is tangent to C, set the discriminant of the quadratic equation equal to 0 and solve.
  • l intersects C at two points, set the discriminant of the quadratic equation to be greater than 0 and solve.
  • l does not intersect C at all, set the discriminant of the quadratic equation to be less than 0 and solve.

Recall that the product of the gradients of perpendicular lines is always 1. By definition, the tangent and normal lines are perpendicular to each other. Therefore, if mtan is the gradient of the tangent line and m is the gradient of the normal line, then mtan×m=1m=1mtan

Example 4: The points M(3,2) and N(1,4) are the ends of a diameter of circle C.

i) Determine the equation of circle C.

ii) Find the equation of the tangent to the circle at the point P(1,6).

Source: Caribbean Examinations Council, CSEC, 2016, Paper 2, Q3

i) The centre of C is the midpoint of the diameter. Let O(h,k) be the centre of C. Using the formula for the midpoint of a line segment, h=3+(1)2=312=22h=1k=2+42=62k=3 Therefore, O(1,3) is the centre of C.

ii) Let the equation of the tangent at P be y=ax+b.

Recall the relationship between the gradient of the tangent and the gradient of the normal. m=1mtanmtan=1m

Remember that the centre of the circle and any point on the circumference lie on the normal line passing through that point. Therefore, by using the gradient of a line formula, the gradient of the normal line can be calculated. Recall m=y2y1x2x1 Using the points P(1,6) and O(1,3), m=361(1)=31+1=32m=32 Thus, mtan=132mtan=23

The equation of our tangent line is of the form y=23x+b

To find the value of b, substitute x=1 and y=6. 6=23(1)+bb=6+23b=203 Finally, the equation of our tangent line is y=23x+203

Example 5: A circle C is defined by the equation (x3)2+(y+1)2=25. A line l is defined by the equation y=λx+4 where λ is a constant. Determine the value(s) of λ such that l is tangential to C and hence deduce the equation(s) of l.

Firstly, define a system of equations representing the circle and the tangent line: (1)(x3)2+(y+1)2=25 (2)y=λx+4

Substituting y=λx+4 directly into (1), (x3)2+(λx+4+1)2=25x26x+9+(λx+5)225=0x26x+9+λ2x2+10λx+2525=0x2+λ2x2+10λx6x+9=0(λ2+1)x2+(10λ6)x+9=0

Setting the discriminant of this equation equal to 0 and solving for λ, (10λ6)24(λ2+1)(9)=0100λ2120λ+3636(λ2+1)=0100λ2120λ36λ236=064λ2120λ=08λ215λ=0λ(8λ15)=0λ=0,158

In conclusion, the equation of l can be either y=4 or y=158x+4. Both values of λ make l tangent to C at a point.

About Rahul Kissoon

Read More

Mode

We have a new Instagram Account! Follow us @edukattedotcom.