Goal: read points off, plug into the formula, simplify. Nothing hidden.
Recall Solution 1.1
Identify: x1=2,y1=3,x2=2,y2=8.
d=(2−2)2+(8−3)2=0+25=25=5What this means: the two points share the same x-value, so they sit on a vertical line. The horizontal gap is 0 and the distance is just the vertical gap. Answer: 5 units.
Recall Solution 1.2
x1=−1,y1=4,x2=6,y2=4.
d=(6−(−1))2+(4−4)2=72+0=49=7
Same y-value → a horizontal line; the distance is the pure horizontal gap. Answer: 7 units.
Recall Solution 1.3
d=(5−0)2+(12−0)2=25+144=169=13
This is the famous 5–12–13 right triangle. Answer: 13 units.
Goal: handle negative coordinates and irrational answers without panic.
Recall Solution 2.1
x1=−3,y1=−2,x2=1,y2=1.
x2−x1=1−(−3)=4,y2−y1=1−(−2)=3Why the plus signs? Subtracting a negative adds: 1−(−3)=1+3.
d=42+32=16+9=25=5Answer: 5 units.
Recall Solution 2.2
x2−x1=−4−2=−6,y2−y1=3−(−5)=8d=(−6)2+82=36+64=100=10
Note (−6)2=+36: the minus disappears under the square. Answer: 10 units.
Recall Solution 2.3
d=(4−1)2+(5−1)2=9+16=25=5
Here it happens to be whole. Compare with A(1,1), B(3,4):
d=22+32=13≈3.606Leave 13 as-is — it is exact; the decimal is only an approximation. Answer: 5 units (first pair).
Goal: use distance to test a claim — collinearity, triangle type, equidistance.
Recall Solution 3.1
Compute all three side lengths (look at the figure above — the three coloured legs):
AB=(4−0)2+(0−0)2=16=4BC=(4−4)2+(3−0)2=9=3CA=(0−4)2+(0−3)2=16+9=25=5Test Pythagoras: does the sum of the two smaller squares equal the largest square?
AB2+BC2=16+9=25=CA2✓
Because the equality holds, the angle opposite the longest side CA is 90∘ — that is the angle at B. Answer: right-angled at B.
Recall Solution 3.2
Three points lie on a line exactly when the two shorter distances add up to the longest.
PQ=(3−1)2+(4−2)2=4+4=8=22QR=(6−3)2+(7−4)2=9+9=18=32PR=(6−1)2+(7−2)2=25+25=50=52Check:PQ+QR=22+32=52=PR. ✓
Since the pieces add up exactly, there is no bend at Q — the points are collinear.
Recall Solution 3.3
Any point on the x-axis has the form (x,0) — its y-value is 0. Call it P(x,0).
Set the two distances equal. Squaring both sides first (to kill the roots):
PA2=(x−2)2+(0−(−5))2=(x−2)2+25PB2=(x−(−2))2+(0−9)2=(x+2)2+81
Set PA2=PB2:
(x−2)2+25=(x+2)2+81
Expand: (x2−4x+4)+25=(x2+4x+4)+81.
The x2 and the 4 cancel from both sides:
−4x+25=4x+81⇒−8x=56⇒x=−7Answer: (−7,0).
Goal: combine the distance formula with algebra you already know.
Recall Solution 4.1
Same x-value, so only the y's differ:
5=(3−3)2+(9−k)2=(9−k)2=∣9−k∣∣9−k∣=5⇒9−k=5 or 9−k=−5k=4ork=14Why two answers? A point 5 above or5 below B both sit at distance 5. Answer: k=4 or k=14.
Recall Solution 4.2
5=(x−2)2+(3−(−1))2=(x−2)2+16
Square both sides: 25=(x−2)2+16⇒(x−2)2=9⇒x−2=±3.
x=5orx=−1Answer: x=5 or x=−1. (Both make a right triangle with legs 3 and 4.)
Recall Solution 4.3
AB=(4−1)2+(4−1)2=9+9=18=32BC=(4−4)2+(1−4)2=9=3CA=(4−1)2+(1−1)2=9=3
Two sides equal (BC=CA=3) → isosceles.
Right-angle test: BC2+CA2=9+9=18=AB2 ✓, so the right angle is at C.
Area =21×leg×leg=21×3×3=29=4.5.
Answer: isosceles right triangle, area =4.5 square units.
Goal: full multi-step geometry, chaining several results.
Recall Solution 5.1
A square needs four equal sides and two equal diagonals. Compute the four sides:
AB=(2−(−1))2+(3−(−1))2=9+16=5BC=(6−2)2+(0−3)2=16+9=5CD=(3−6)2+(−4−0)2=9+16=5DA=(−1−3)2+(−1−(−4))2=16+9=5
All four sides =5 → a rhombus. Now the diagonals:
AC=(6−(−1))2+(0−(−1))2=49+1=50=52BD=(3−2)2+(−4−3)2=1+49=50=52Equal diagonals turn a rhombus into a square. Both diagonals =52 ✓. Proved.
Recall Solution 5.2
The centre O(x,y) is equidistant from all three points (that's the definition of a circle). Set OP2=OQ2 and OQ2=OR2.
OQ2=OR2 (same x=3, so this is the easy one):
(x−3)2+(y+7)2=(x−3)2+(y−3)2
Cancel (x−3)2: (y+7)2=(y−3)2⇒y2+14y+49=y2−6y+9⇒20y=−40⇒y=−2.
OP2=OQ2 with y=−2:
(x−6)2+(−2+6)2=(x−3)2+(−2+7)2(x−6)2+16=(x−3)2+25x2−12x+36+16=x2−6x+9+25⇒−12x+52=−6x+34⇒−6x=−18⇒x=3.Centre O(3,−2). Radius =OR=(3−3)2+(3−(−2))2=0+25=5.
Answer: centre (3,−2), radius 5.
Recall Solution 5.3
On y=x every point looks like P(t,t). Set PA2=PB2:
(t−1)2+(t−2)2=(t−4)2+(t−1)2
Cancel (t−1)2 from both sides:
(t−2)2=(t−4)2⇒t2−4t+4=t2−8t+16⇒4t=12⇒t=3.Answer: P(3,3). (Check: PA=4+1=5, PB=1+4=5 ✓.)