圆 · standard form · general form · tangent · chord
Unit 8 · Circles 圆
By the end of this chapter you can:
Write the standard equation of a circle given its centre and radius, and read both back from the equation
Convert the general equationx2+y2+Dx+Ey+F=0 to standard form by completing the square, and decide whether it represents a real circle
Determine the position relationship between a line and a circle by comparing the centre-to-line distance d with the radius r
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 r (the radius) from a fixed point C(a,b) (the centre). Applying the distance formula, any point P(x,y) on the circle satisfies
(x−a)2+(y−b)2=r2
Symbol
Meaning
中文
(a,b)
centre 圆心
圆心坐标
r
radius 半径 (r>0)
半径
Special cases worth knowing:
Centre at the origin: x2+y2=r2.
Unit circle: x2+y2=1 (centre O, radius 1).
⚠️ Sign trap: The standard form is (x−a)2+(y−b)2=r2. A circle centred at (3,−2) is (x−3)2+(y+2)2=r2 — the sign on y flips because y−(−2)=y+2. Students who rush will write (y−2)2 and get the wrong centre.
🔑 Reading a standard equation: identify what fills □ in (x−□)2+(y−□)2=□. The centre is (□,□) and the radius is □.
Worked Example 8.1.A
Write the equation of the circle with centre C(−1,3) and radius r=5. Then verify that P(3,6) lies on the circle.
Solution.
Substitute directly into the standard form:
(x−(−1))2+(y−3)2=52
(x+1)2+(y−3)2=25
Verification — plug P(3,6) into the left side:
(3+1)2+(6−3)2=16+9=25✓
8.2 General Equation of a Circle 圆的一般方程
Expanding the standard form (x−a)2+(y−b)2=r2 and rearranging gives the general equation:
x2+y2+Dx+Ey+F=0
where D=−2a, E=−2b, F=a2+b2−r2.
Reading back the centre and radius using the coefficients directly:
centre=(−2D,−2E),r=4D2+4E2−F
Validity condition: The equation represents a real circle if and only if
D2+E2−4F>0
(If D2+E2−4F=0 you get a single point; if <0, there is no real geometric locus.)
How to complete the square (the reliable method):
Group the x-terms and y-terms separately, moving the constant to the right.
For x2+Dx: add (2D)2 to both sides to get (x+2D)2.
Repeat for y2+Ey.
The right side is now r2; read off centre and radius.
⚠️ Complete the square — don't shortcut: applying the centre formula (−D/2,−E/2) is fast but skips the validity check. Always verify D2+E2−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+y2−6x+4y−3=0 to standard form. Find the centre and radius.
Solution.
Rearrange and group:
(x2−6x)+(y2+4y)=3
Complete the square for x: add (26)2=9 to both sides.
Complete the square for y: add (24)2=4 to both sides.
Given a circle with centre C(a,b) and radius r, and a line ℓ:Ax+By+C0=0, let
d=A2+B2∣Aa+Bb+C0∣
be the perpendicular distance from the centre C to the line ℓ. The three cases are:
Relationship
Condition
Intersection points
中文
Secant (intersecting)
d<r
2
相交
Tangent
d=r
1
相切
Disjoint
d>r
0
相离
Chord length formula: when the line is a secant (d<r), the perpendicular from the centre bisects the chord. By the Pythagorean theorem the half-chord has length r2−d2, so the full chord length is
ℓchord=2r2−d2
🔑 d vs r — the whole game: memorise this table. On the CSCA you compute d once and compare:
d<r: line cuts through — two points, chord can be calculated.
d=r: line just grazes — one tangent point.
d>r: line misses entirely — zero points.
Worked Example 8.3.A
Determine the relationship between the circle (x−1)2+(y+2)2=25 and the line 3x−4y+15=0. If they intersect, find the chord length.
Solution.
Centre C(1,−2), radius r=5.
d=32+(−4)2∣3(1)−4(−2)+15∣=5∣3+8+15∣=526=5.2
Since d=5.2>r=5, the line and circle are disjoint (相离).
No intersection. The line misses the circle.
(If the answer had given d=3<5, the chord length would have been 225−9=216=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 (x−a)2+(y−b)2=r2 and you need the tangent at the point (x0,y0)on the circle, the tangent line is
(x0−a)(x−a)+(y0−b)(y−b)=r2
Why it works: the radius from C(a,b) to (x0,y0) 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) on x2+y2=r2 is
x0x+y0y=r2
Setup 2 — Tangent from an external point
If P(x1,y1) lies outside the circle (verify: ∣PC∣2>r2), there are exactly two tangent lines from P to the circle.
Tangent length (the common distance from P to either contact point T):
∣PT∣=∣PC∣2−r2
To find the tangent line equations:
Write the family of lines through P: y−y1=k(x−x1), i.e. kx−y+(y1−kx1)=0.
Set the centre-to-line distance equal to r and solve for k.
Separately check whether the vertical line x=x1 is also tangent.
⚠️ Don't forget the vertical tangent: the slope k approach misses vertical lines. Always test x=x1 as a separate candidate — compute d and compare to r.
🔑 Two-step strategy for external-point tangents:
Confirm P is external: ∣PC∣2>r2.
Set up y−y1=k(x−x1), apply d=r, solve the resulting quadratic in k.
Worked Example 8.4.A
Find the equations of the tangent lines from P(3,1) to the circle x2+y2=5.
Solution.
Step 1 — confirm P is external.
Circle: centre C(0,0), radius r=5. ∣PC∣2=32+12=10>5=r2. ✓ P is external.
Step 2 — set up the general line through P(3,1).
Let the tangent be y−1=k(x−3), i.e. kx−y+(1−3k)=0.
Step 3 — impose d=r=5.
d=k2+1∣k(0)−0+(1−3k)∣=k2+1∣1−3k∣=5
Squaring:
(1−3k)2=5(k2+1) 1−6k+9k2=5k2+5 4k2−6k−4=0⟹2k2−3k−2=0 (2k+1)(k−2)=0⟹k=−21 or k=2
Step 4 — write the two tangent lines.
k=2: y−1=2(x−3)⟹2x−y−5=0
k=−21: y−1=−21(x−3)⟹x+2y−5=0
Step 5 — check for a vertical tangent x=3.
d=02+12∣0−0+(−3)∣→ actually use d= distance from (0,0) to x=3, which is 3. Since 3=5, no vertical tangent.
2x−y−5=0andx+2y−5=0
Try it! 自测练习
Q1. Write the standard equation of the circle with centre (−2,5) and radius 3.
Q2. Convert x2+y2+2x−8y+8=0 to standard form. State the centre and radius.
Q3. Does the line x−y+6=0 intersect, touch, or miss the circle (x−1)2+(y−1)2=9?
Q4. Find the tangent to x2+y2=25 at the point (3,−4).
Q5. A point P(5,0) lies outside the circle x2+y2=9. Find the length of the tangent from P to the circle.
Answers & explanations
(x+2)2+(y−5)2=9.
Group: (x2+2x)+(y2−8y)=−8. Complete: (x+1)2+(y−4)2=−8+1+16=9. Centre (−1,4), r=3.
Centre (1,1), r=3. Distance: d=12+(−1)2∣1−1+6∣=26=32≈4.24. Since d=32>3=r, the line misses the circle (相离).
Tangent at (x0,y0)=(3,−4) on x2+y2=25: x0x+y0y=r2⇒3x−4y=25.
∣PT∣=∣PC∣2−r2=52−32=25−9=16=4.
📌 Chapter summary
Topic
Key formula / skill
核心公式/技能
8.1 Standard equation
(x−a)2+(y−b)2=r2; read centre (a,b) and r=RHS directly
标准方程,直接读取圆心和半径
8.2 General equation
Complete the square to convert; valid iff D2+E2−4F>0
配方法转化;判别式 >0 才是圆
8.3 Line–circle
Compare d (centre-to-line distance) with r: d<r secant · d=r tangent · d>r disjoint; chord =2r2−d2
比较 d 与 r 的大小;弦长公式
8.4 Tangent lines
At point on circle: (x0−a)(x−a)+(y0−b)(y−b)=r2; from external P: set d=r, solve quadratic in k; tangent length =∣PC∣2−r2
切点处切线公式;外点切线解斜率
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.