Borui Academy

Chapter 8

Circles

圆 · standard form · general form · tangent · chord

Unit 8 · Circles 圆

By the end of this chapter you can:

  1. Write the standard equation of a circle given its centre and radius, and read both back from the equation
  2. Convert the general equation x2+y2+Dx+Ey+F=0x^{2}+y^{2}+Dx+Ey+F=0 to standard form by completing the square, and decide whether it represents a real circle
  3. Determine the position relationship between a line and a circle by comparing the centre-to-line distance dd with the radius rr
  4. Find the equation of a tangent line to a circle, both at a given point on the circle and from an external point

Exam weight on past CSCA papers: ~5% (2 of 48 MCQs).


8.1 Standard Equation of a Circle 圆的标准方程

A circle is the set of all points in the plane that are a fixed distance rr (the radius) from a fixed point C(a,b)C(a, b) (the centre). Applying the distance formula, any point P(x,y)P(x, y) on the circle satisfies

(xa)2+(yb)2=r2\boxed{(x - a)^{2} + (y - b)^{2} = r^{2}}

Symbol Meaning 中文
(a, b)(a,\ b) centre 圆心 圆心坐标
rr radius 半径 (r>0r > 0) 半径

Special cases worth knowing:

  • Centre at the origin: x2+y2=r2x^{2} + y^{2} = r^{2}.
  • Unit circle: x2+y2=1x^{2} + y^{2} = 1 (centre OO, radius 11).

⚠️ Sign trap: The standard form is (xa)2+(yb)2=r2(x - a)^{2} + (y - b)^{2} = r^{2}. A circle centred at (3,2)(3, -2) is (x3)2+(y+2)2=r2(x - 3)^{2} + (y + 2)^{2} = r^{2} — the sign on yy flips because y(2)=y+2y - (-2) = y + 2. Students who rush will write (y2)2(y - 2)^{2} and get the wrong centre.

🔑 Reading a standard equation: identify what fills \square in (x)2+(y)2=(x - \square)^{2} + (y - \square)^{2} = \square. The centre is (,)(\square, \square) and the radius is \sqrt{\square}.

Worked Example 8.1.A

Write the equation of the circle with centre C(1,3)C(-1, 3) and radius r=5r = 5. Then verify that P(3,6)P(3, 6) lies on the circle.

Solution.

Substitute directly into the standard form:

(x(1))2+(y3)2=52(x - (-1))^{2} + (y - 3)^{2} = 5^{2}

(x+1)2+(y3)2=25\boxed{(x + 1)^{2} + (y - 3)^{2} = 25}

Verification — plug P(3,6)P(3, 6) into the left side:

(3+1)2+(63)2=16+9=25 (3 + 1)^{2} + (6 - 3)^{2} = 16 + 9 = 25\ ✓


8.2 General Equation of a Circle 圆的一般方程

Expanding the standard form (xa)2+(yb)2=r2(x-a)^{2}+(y-b)^{2}=r^{2} and rearranging gives the general equation:

x2+y2+Dx+Ey+F=0x^{2} + y^{2} + Dx + Ey + F = 0

where D=2aD = -2a, E=2bE = -2b, F=a2+b2r2F = a^{2} + b^{2} - r^{2}.

Reading back the centre and radius using the coefficients directly:

centre=(D2, E2),r=D24+E24F\text{centre} = \left(-\frac{D}{2},\ -\frac{E}{2}\right), \qquad r = \sqrt{\frac{D^{2}}{4} + \frac{E^{2}}{4} - F}

Validity condition: The equation represents a real circle if and only if

D2+E24F>0D^{2} + E^{2} - 4F > 0

(If D2+E24F=0D^{2} + E^{2} - 4F = 0 you get a single point; if <0< 0, there is no real geometric locus.)

How to complete the square (the reliable method):

  1. Group the xx-terms and yy-terms separately, moving the constant to the right.
  2. For x2+Dxx^{2} + Dx: add (D2)2\left(\tfrac{D}{2}\right)^{2} to both sides to get (x+D2)2\left(x + \tfrac{D}{2}\right)^{2}.
  3. Repeat for y2+Eyy^{2} + Ey.
  4. The right side is now r2r^{2}; read off centre and radius.

⚠️ Complete the square — don't shortcut: applying the centre formula (D/2,E/2)(-D/2,\,-E/2) is fast but skips the validity check. Always verify D2+E24F>0D^{2}+E^{2}-4F>0 before claiming the equation is a circle.

🔑 Quick check after completing the square: the right-hand side you end up with must be positive. If it's zero or negative, it is not a real circle — the CSCA will use this as a distractor.

Worked Example 8.2.A

Convert x2+y26x+4y3=0x^{2} + y^{2} - 6x + 4y - 3 = 0 to standard form. Find the centre and radius.

Solution.

Rearrange and group:

(x26x)+(y2+4y)=3(x^{2} - 6x) + (y^{2} + 4y) = 3

Complete the square for xx: add (62)2=9\left(\tfrac{6}{2}\right)^{2} = 9 to both sides.

Complete the square for yy: add (42)2=4\left(\tfrac{4}{2}\right)^{2} = 4 to both sides.

(x26x+9)+(y2+4y+4)=3+9+4=16(x^{2} - 6x + 9) + (y^{2} + 4y + 4) = 3 + 9 + 4 = 16

(x3)2+(y+2)2=16(x - 3)^{2} + (y + 2)^{2} = 16

Centre (3, 2),r=4\boxed{\text{Centre } (3,\ -2),\quad r = 4}

Validity check: D=6D = -6, E=4E = 4, F=3F = -3.  D2+E24F=36+16+12=64>0\ D^{2}+E^{2}-4F = 36 + 16 + 12 = 64 > 0. ✓


8.3 Line–Circle Position Relationships 直线与圆的位置关系

Given a circle with centre C(a,b)C(a, b) and radius rr, and a line :Ax+By+C0=0\ell: Ax + By + C_{0} = 0, let

d=Aa+Bb+C0A2+B2d = \frac{|Aa + Bb + C_{0}|}{\sqrt{A^{2} + B^{2}}}

be the perpendicular distance from the centre CC to the line \ell. The three cases are:

Relationship Condition Intersection points 中文
Secant (intersecting) d<rd < r 2 相交
Tangent d=rd = r 1 相切
Disjoint d>rd > r 0 相离

Chord length formula: when the line is a secant (d<rd < r), the perpendicular from the centre bisects the chord. By the Pythagorean theorem the half-chord has length r2d2\sqrt{r^{2} - d^{2}}, so the full chord length is

chord=2r2d2\ell_{\text{chord}} = 2\sqrt{r^{2} - d^{2}}

🔑 dd vs rr — the whole game: memorise this table. On the CSCA you compute dd once and compare:

  • d<rd < r: line cuts through — two points, chord can be calculated.
  • d=rd = r: line just grazes — one tangent point.
  • d>rd > r: line misses entirely — zero points.

Worked Example 8.3.A

Determine the relationship between the circle (x1)2+(y+2)2=25(x - 1)^{2} + (y + 2)^{2} = 25 and the line 3x4y+15=03x - 4y + 15 = 0. If they intersect, find the chord length.

Solution.

Centre C(1,2)C(1, -2), radius r=5r = 5.

d=3(1)4(2)+1532+(4)2=3+8+155=265=5.2d = \frac{|3(1) - 4(-2) + 15|}{\sqrt{3^{2} + (-4)^{2}}} = \frac{|3 + 8 + 15|}{5} = \frac{26}{5} = 5.2

Since d=5.2>r=5d = 5.2 > r = 5, the line and circle are disjoint (相离).

No intersection. The line misses the circle.\boxed{\text{No intersection. The line misses the circle.}}

(If the answer had given d=3<5d = 3 < 5, the chord length would have been 2259=216=82\sqrt{25 - 9} = 2\sqrt{16} = 8.)


8.4 Tangent Lines to a Circle 圆的切线

Two standard setups appear on the CSCA.

Setup 1 — Tangent at a known point on the circle

If the circle is (xa)2+(yb)2=r2(x - a)^{2} + (y - b)^{2} = r^{2} and you need the tangent at the point (x0, y0)(x_{0},\ y_{0}) on the circle, the tangent line is

(x0a)(xa)+(y0b)(yb)=r2\boxed{(x_{0} - a)(x - a) + (y_{0} - b)(y - b) = r^{2}}

Why it works: the radius from C(a,b)C(a,b) to (x0,y0)(x_{0},y_{0}) is perpendicular to the tangent. The formula above is the dot-product condition that the tangent vector is perpendicular to the radius vector.

Special case (circle centred at origin): tangent at (x0,y0)(x_{0}, y_{0}) on x2+y2=r2x^{2}+y^{2}=r^{2} is

x0x+y0y=r2x_{0}x + y_{0}y = r^{2}

Setup 2 — Tangent from an external point

If P(x1,y1)P(x_{1}, y_{1}) lies outside the circle (verify: PC2>r2|PC|^{2} > r^{2}), there are exactly two tangent lines from PP to the circle.

Tangent length (the common distance from PP to either contact point TT):

PT=PC2r2|PT| = \sqrt{|PC|^{2} - r^{2}}

To find the tangent line equations:

  1. Write the family of lines through PP: yy1=k(xx1)y - y_{1} = k(x - x_{1}), i.e. kxy+(y1kx1)=0kx - y + (y_{1} - kx_{1}) = 0.
  2. Set the centre-to-line distance equal to rr and solve for kk.
  3. Separately check whether the vertical line x=x1x = x_{1} is also tangent.

⚠️ Don't forget the vertical tangent: the slope kk approach misses vertical lines. Always test x=x1x = x_{1} as a separate candidate — compute dd and compare to rr.

🔑 Two-step strategy for external-point tangents:

  1. Confirm PP is external: PC2>r2|PC|^{2} > r^{2}.
  2. Set up yy1=k(xx1)y - y_{1} = k(x - x_{1}), apply d=rd = r, solve the resulting quadratic in kk.

Worked Example 8.4.A

Find the equations of the tangent lines from P(3,1)P(3, 1) to the circle x2+y2=5x^{2} + y^{2} = 5.

Solution.

Step 1 — confirm PP is external.

Circle: centre C(0,0)C(0, 0), radius r=5r = \sqrt{5}. PC2=32+12=10>5=r2|PC|^{2} = 3^{2} + 1^{2} = 10 > 5 = r^{2}. ✓ PP is external.

Step 2 — set up the general line through P(3,1)P(3, 1).

Let the tangent be y1=k(x3)y - 1 = k(x - 3), i.e. kxy+(13k)=0kx - y + (1 - 3k) = 0.

Step 3 — impose d=r=5d = r = \sqrt{5}.

d=k(0)0+(13k)k2+1=13kk2+1=5d = \frac{|k(0) - 0 + (1 - 3k)|}{\sqrt{k^{2} + 1}} = \frac{|1 - 3k|}{\sqrt{k^{2} + 1}} = \sqrt{5}

Squaring:

(13k)2=5(k2+1)(1 - 3k)^{2} = 5(k^{2} + 1)
16k+9k2=5k2+51 - 6k + 9k^{2} = 5k^{2} + 5
4k26k4=0    2k23k2=04k^{2} - 6k - 4 = 0 \implies 2k^{2} - 3k - 2 = 0
(2k+1)(k2)=0    k=12  or  k=2(2k + 1)(k - 2) = 0 \implies k = -\tfrac{1}{2}\ \text{ or }\ k = 2

Step 4 — write the two tangent lines.

  • k=2k = 2: y1=2(x3)    2xy5=0y - 1 = 2(x - 3) \implies 2x - y - 5 = 0
  • k=12k = -\tfrac{1}{2}: y1=12(x3)    x+2y5=0y - 1 = -\tfrac{1}{2}(x - 3) \implies x + 2y - 5 = 0

Step 5 — check for a vertical tangent x=3x = 3.

d=00+(3)02+12d = \frac{|0 - 0 + (−3)|}{\sqrt{0^{2}+1^{2}}} \to actually use d=d = distance from (0,0)(0,0) to x=3x=3, which is 33. Since 353 \ne \sqrt{5}, no vertical tangent.

2xy5=0andx+2y5=0\boxed{2x - y - 5 = 0 \quad\text{and}\quad x + 2y - 5 = 0}


Try it! 自测练习

Q1. Write the standard equation of the circle with centre (2,5)(-2, 5) and radius 33.

Q2. Convert x2+y2+2x8y+8=0x^{2} + y^{2} + 2x - 8y + 8 = 0 to standard form. State the centre and radius.

Q3. Does the line xy+6=0x - y + 6 = 0 intersect, touch, or miss the circle (x1)2+(y1)2=9(x - 1)^{2} + (y - 1)^{2} = 9?

Q4. Find the tangent to x2+y2=25x^{2} + y^{2} = 25 at the point (3,4)(3, -4).

Q5. A point P(5,0)P(5, 0) lies outside the circle x2+y2=9x^{2} + y^{2} = 9. Find the length of the tangent from PP to the circle.

Answers & explanations
  1. (x+2)2+(y5)2=9(x + 2)^{2} + (y - 5)^{2} = 9.

  2. Group: (x2+2x)+(y28y)=8(x^{2}+2x)+(y^{2}-8y) = -8. Complete: (x+1)2+(y4)2=8+1+16=9(x+1)^{2}+(y-4)^{2} = -8+1+16 = 9. Centre (1, 4)(-1,\ 4), r=3r = 3.

  3. Centre (1,1)(1,1), r=3r = 3. Distance: d=11+612+(1)2=62=324.24d = \dfrac{|1 - 1 + 6|}{\sqrt{1^{2}+(-1)^{2}}} = \dfrac{6}{\sqrt{2}} = 3\sqrt{2} \approx 4.24. Since d=32>3=rd = 3\sqrt{2} > 3 = r, the line misses the circle (相离).

  4. Tangent at (x0,y0)=(3,4)(x_{0}, y_{0}) = (3,-4) on x2+y2=25x^{2}+y^{2}=25:  x0x+y0y=r23x4y=25\ x_{0}x + y_{0}y = r^{2} \Rightarrow \boxed{3x - 4y = 25}.

  5. PT=PC2r2=5232=259=16=4|PT| = \sqrt{|PC|^{2} - r^{2}} = \sqrt{5^{2} - 3^{2}} = \sqrt{25-9} = \sqrt{16} = 4.


📌 Chapter summary

Topic Key formula / skill 核心公式/技能
8.1 Standard equation (xa)2+(yb)2=r2(x-a)^{2}+(y-b)^{2}=r^{2}; read centre (a,b)(a,b) and r=RHSr=\sqrt{\text{RHS}} directly 标准方程,直接读取圆心和半径
8.2 General equation Complete the square to convert; valid iff D2+E24F>0D^{2}+E^{2}-4F>0 配方法转化;判别式 >0>0 才是圆
8.3 Line–circle Compare dd (centre-to-line distance) with rr: d<rd<r secant · d=rd=r tangent · d>rd>r disjoint; chord =2r2d2= 2\sqrt{r^{2}-d^{2}} 比较 ddrr 的大小;弦长公式
8.4 Tangent lines At point on circle: (x0a)(xa)+(y0b)(yb)=r2(x_{0}-a)(x-a)+(y_{0}-b)(y-b)=r^{2}; from external PP: set d=rd=r, solve quadratic in kk; tangent length =PC2r2=\sqrt{\lvert PC\rvert^{2}-r^{2}} 切点处切线公式;外点切线解斜率

What's next → Unit 9 extends these ideas to conic sections — ellipses, hyperbolas, and parabolas are all defined by similar distance conditions, and you will use the line–conic distance technique again.