Intersection of Circles0%

Circles · Topic 5 of 7

Intersection of Circles

Video lesson · from 18:413 worked examples

One lesson video covers all of Circles, so it opens at 18:41 for this topic — not from the beginning.

Theory

Consider two circles with radii r1r_1 and r2r_2 with r1>r2r_1 > r_2.

Let dd be the distance between the centres of the two circles.

r₁r₂d
The circles do not touchThe circles meet at one point onlyThe circles meet at two distinct points
Externald
d>r1+r2d > r_1 + r_2
d
d=r1+r2d = r_1 + r_2
d
r1r2<d<r1+r2r_1 - r_2 < d < r_1 + r_2
Internald
d<r1r2d < r_1 - r_2
d
d=r1r2d = r_1 - r_2

⚠️ Common Examiner Traps

  • Compare the distance between centres with the radii: touching externally means d=r1+r2d = r_1 + r_2; touching internally means d=r1r2d = r_1 - r_2. Work out all three numbers before concluding.
  • Do not stop at the distance: the marks are for the comparison and the conclusion, so state which case applies and why.
  • Keep distances exact: rounding can make a genuine tangency look like a near miss.
  • Find the centres and radii correctly first: if either circle is in general form, extract (g,f)(-g,-f) and g2+f2c\sqrt{g^2+f^2-c} before comparing anything.

Worked examples

Example 1

Circle P has centre (-4,-1) and radius 2 units, circle Q has equation x2+y22x+6y+1=0x^2+y^2-2x+6y+1=0.

Show that the circles P and Q do not touch.

Circle P: Centre = (4,1)(-4, -1), rP=2r_P = 2

Circle Q: x2+y22x+6y+1=0x^2+y^2-2x+6y+1=0

Centre: 2g=2    g=12g = -2 \implies g = -1, 2f=6    f=32f = 6 \implies f = 3. Centre = (1,3)(1, -3).

Radius: rQ=(1)2+321=1+91=9=3r_Q = \sqrt{(-1)^2 + 3^2 - 1} = \sqrt{1 + 9 - 1} = \sqrt{9} = 3

Calculate distance dd between centres P and Q:

d=(1(4))2+(3(1))2=52+(2)2=25+4=295.39d = \sqrt{(1 - (-4))^2 + (-3 - (-1))^2} = \sqrt{5^2 + (-2)^2} = \sqrt{25+4} = \sqrt{29} \approx 5.39

Calculate rP+rQr_P + r_Q:

rP+rQ=2+3=5r_P + r_Q = 2 + 3 = 5

Since d>rP+rQd > r_P + r_Q (29>5\sqrt{29} > 5), the circles do not touch.

Example 2

Circle R has equation x2+y22x4y4=0x^2+y^2-2x-4y-4=0, and circle S has equation (x4)2+(y6)2=4(x-4)^2+(y-6)^2=4.

Show that the circles R and S touch externally.

Circle R: Centre = (1,2)(1, 2)

Radius: rR=(1)2+(2)2(4)=1+4+4=3r_R = \sqrt{(-1)^2 + (-2)^2 - (-4)} = \sqrt{1 + 4 + 4} = 3

Circle S: Centre = (4,6)(4, 6), rS=4=2r_S = \sqrt{4} = 2

Calculate distance dd between centres R and S:

d=(41)2+(62)2=32+42=9+16=5d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9+16} = 5

Calculate rR+rSr_R + r_S:

rR+rS=3+2=5r_R + r_S = 3 + 2 = 5

Since d=rR+rSd = r_R + r_S (5=55 = 5), the circles touch externally.

Example 3

Circle A has equation (x3)2+(y+3)2=64(x-3)^2+(y+3)^2=64, and circle B has equation (x+1)2+y2=9(x+1)^2+y^2=9.

Show that the circles A and B touch internally.

Circle A: Centre = (3,3)(3, -3), rA=64=8r_A = \sqrt{64} = 8

Circle B: Centre = (1,0)(-1, 0), rB=9=3r_B = \sqrt{9} = 3

Calculate distance dd between centres A and B:

d=(13)2+(0(3))2=(4)2+32=16+9=5d = \sqrt{(-1-3)^2 + (0 - (-3))^2} = \sqrt{(-4)^2 + 3^2} = \sqrt{16+9} = 5

Calculate rArBr_A - r_B:

rArB=83=5r_A - r_B = 8 - 3 = 5

Since d=rArBd = r_A - r_B (5=55 = 5), the circles touch internally.