Mathematics · Book 2 · Grades 10–12

High School Mathematics

High School Mathematics · Grades 10–12

5Coordinate Geometry

Descartes’ great idea was to describe points by pairs of numbers, turning geometry problems into computations. With just two formulas — the midpoint and the distance — one can prove that a triangle is isosceles, that a quadrilateral is a parallelogram, or that three points are aligned, without drawing a single auxiliary line.

5.1 Coordinates in the plane

Definition 5.1 (Coordinate system)

A coordinate system of the plane consists of an origin OO and two graduated axes through OO: the horizontal xx-axis and the vertical yy-axis. Every point MM then has a unique pair of coordinates (x,y)(x, y): its abscissa xx and its ordinate yy. The system is orthonormal when the axes are perpendicular and carry the same unit of length. All systems in this chapter are orthonormal.

Every point of the plane is located by two numbers: first the abscissa (horizontal), then the ordinate (vertical).
Every point of the plane is located by two numbers: first the abscissa (horizontal), then the ordinate (vertical).

5.2 Midpoint of a segment

Proposition 5.2 (Midpoint formula)

Let A(xA,yA)A(x_A, y_A) and B(xB,yB)B(x_B, y_B). The midpoint II of the segment [AB][AB] has coordinates

I(xA+xB2, yA+yB2).I\left(\frac{x_A + x_B}{2},\ \frac{y_A + y_B}{2}\right).

Proof. Consider the horizontal coordinates. Going from AA to BB, the abscissa changes by xBxAx_B - x_A; the point halfway has abscissa

xA+xBxA2=2xA+xBxA2=xA+xB2,x_A + \frac{x_B - x_A}{2} = \frac{2x_A + x_B - x_A}{2} = \frac{x_A + x_B}{2},

the average of the two abscissas. The same computation applies to the ordinates.

Example 5.3

With A(1,4)A(-1, 4) and B(5,2)B(5, -2), the midpoint of [AB][AB] is

I(1+52, 4+(2)2)=I(2,1).I\left(\frac{-1 + 5}{2},\ \frac{4 + (-2)}{2}\right) = I(2, 1).

The formula also runs backwards: if A(1,4)A(-1, 4) and the midpoint is I(2,1)I(2, 1), then BB satisfies 1+xB2=2\frac{-1 + x_B}{2} = 2 and 4+yB2=1\frac{4 + y_B}{2} = 1, so xB=5x_B = 5 and yB=2y_B = -2: the point BB is the symmetric of AA about II.

5.3 Distance between two points

Theorem 5.4 (Distance formula)

In an orthonormal system, the distance between A(xA,yA)A(x_A, y_A) and B(xB,yB)B(x_B, y_B) is

AB=(xBxA)2+(yByA)2.AB = \sqrt{(x_B - x_A)^2 + (y_B - y_A)^2}.

Proof. Let CC be the point (xB,yA)(x_B, y_A): it has the same height as AA and the same abscissa as BB, so the triangle ACBACB has a right angle at CC. Its legs are horizontal and vertical segments, of lengths AC=xBxAAC = \abs{x_B - x_A} and CB=yByACB = \abs{y_B - y_A}. By the Pythagorean theorem,

AB2=AC2+CB2=(xBxA)2+(yByA)2,AB^2 = AC^2 + CB^2 = (x_B - x_A)^2 + (y_B - y_A)^2,

and taking the square root (both sides are nonnegative) gives the formula.

The distance formula is the Pythagorean theorem applied to the right triangle ACB built on a horizontal and a vertical leg.
The distance formula is the Pythagorean theorem applied to the right triangle ACBACB built on a horizontal and a vertical leg.

Example 5.5

With A(1,1)A(1, 1) and B(5,3)B(5, 3):

AB=(51)2+(31)2=16+4=20=25.AB = \sqrt{(5-1)^2 + (3-1)^2} = \sqrt{16 + 4} = \sqrt{20} = 2\sqrt 5 .

Distances are usually kept in exact (square root) form; only round at the very end if a decimal answer is needed.

Remark 5.6

The order of the points does not matter: (xAxB)2=(xBxA)2(x_A - x_B)^2 = (x_B - x_A)^2. But do not forget the squares! The distance is not xBxA+yByA\abs{x_B - x_A} + \abs{y_B - y_A}.

5.4 Using the formulas in geometry

Method 5.7 (Nature of a triangle)

Given three points AA, BB, CC by their coordinates:

  1. compute the three squared lengths AB2AB^2, AC2AC^2, BC2BC^2 with the distance formula (keeping squares avoids square roots);
  2. two equal squared lengths \Rightarrow the triangle is isosceles;
  3. if the largest squared length is the sum of the two others, the triangle is right-angled at the vertex opposite the longest side, by the converse of the Pythagorean theorem.

Example 5.8

Let A(0,1)A(0, 1), B(4,3)B(4, 3) and C(2,3)C(2, -3). Then

AB2=(40)2+(31)2=16+4=20,AC2=(20)2+(31)2=4+16=20,BC2=(24)2+(33)2=4+36=40.\begin{align*} AB^2 &= (4-0)^2 + (3-1)^2 = 16 + 4 = 20, \\ AC^2 &= (2-0)^2 + (-3-1)^2 = 4 + 16 = 20, \\ BC^2 &= (2-4)^2 + (-3-3)^2 = 4 + 36 = 40 . \end{align*}

First, AB2=AC2AB^2 = AC^2, so AB=ACAB = AC: the triangle is isosceles at AA. Moreover AB2+AC2=40=BC2AB^2 + AC^2 = 40 = BC^2, so by the converse of the Pythagorean theorem the triangle is also right-angled at AA.

Method 5.9 (Recognizing a parallelogram)

A quadrilateral ABCDABCD is a parallelogram exactly when its diagonals [AC][AC] and [BD][BD] have the same midpoint. So: compute both midpoints with the midpoint formula and compare them.

Example 5.10

Let A(1,0)A(-1, 0), B(2,2)B(2, 2), C(5,1)C(5, 1) and D(2,1)D(2, -1). The midpoint of [AC][AC] is (1+52,0+12)=(2,12)\left(\frac{-1+5}{2}, \frac{0+1}{2}\right) = (2, \frac12); the midpoint of [BD][BD] is (2+22,212)=(2,12)\left(\frac{2+2}{2}, \frac{2-1}{2}\right) = (2, \frac12). They coincide, so ABCDABCD is a parallelogram.

ABCD is a parallelogram because its two diagonals share the same midpoint I(2, 1/2).
ABCDABCD is a parallelogram because its two diagonals share the same midpoint I(2,12)I(2, \frac12).

5.5 Exercises

Exercise 5.1

Let A(2,5)A(2, 5) and B(4,1)B(-4, 1). Compute the coordinates of the midpoint of [AB][AB] and the distance ABAB.

Solution

Solution of Exercise 5.1.

Midpoint: (2+(4)2,5+12)=(1,3)\left(\frac{2 + (-4)}{2}, \frac{5 + 1}{2}\right) = (-1, 3). Distance:

AB=(42)2+(15)2=36+16=52=213.AB = \sqrt{(-4 - 2)^2 + (1 - 5)^2} = \sqrt{36 + 16} = \sqrt{52} = 2\sqrt{13}.

Exercise 5.2

Let A(3,2)A(3, -2) and I(1,2)I(1, 2). Find the coordinates of the point BB such that II is the midpoint of [AB][AB].

Solution

Solution of Exercise 5.2.

II is the midpoint of [AB][AB] means 3+xB2=1\frac{3 + x_B}{2} = 1 and 2+yB2=2\frac{-2 + y_B}{2} = 2, so xB=1x_B = -1 and yB=6y_B = 6: B(1,6)B(-1, 6).

Exercise 5.3

Which of the points P(4,1)P(4, 1), Q(3,2)Q(-3, 2) and R(0,5)R(0, -5) is closest to the origin O(0,0)O(0,0)? Answer with exact distances.

Solution

Solution of Exercise 5.3.

OP=16+1=17OP = \sqrt{16 + 1} = \sqrt{17}; OQ=9+4=13OQ = \sqrt{9 + 4} = \sqrt{13}; OR=0+25=5=25OR = \sqrt{0 + 25} = 5 = \sqrt{25}. Since 13<17<2513 < 17 < 25, the square root being increasing, QQ is the closest to the origin.

Exercise 5.4

Plot the points A(1,2)A(1, 2), B(5,4)B(5, 4), C(7,0)C(7, 0) on graph paper, then show by computation that the triangle ABCABC is isosceles. Is it right-angled?

Solution

Solution of Exercise 5.4.

Squared lengths:

AB2=(51)2+(42)2=16+4=20,BC2=(75)2+(04)2=4+16=20,AC2=(71)2+(02)2=36+4=40.\begin{align*} AB^2 &= (5-1)^2 + (4-2)^2 = 16 + 4 = 20, \\ BC^2 &= (7-5)^2 + (0-4)^2 = 4 + 16 = 20, \\ AC^2 &= (7-1)^2 + (0-2)^2 = 36 + 4 = 40 . \end{align*}

AB=BCAB = BC: the triangle is isosceles at BB. Moreover AB2+BC2=40=AC2AB^2 + BC^2 = 40 = AC^2: by the converse of the Pythagorean theorem it is right-angled at BB as well.

Exercise 5.5 ★★

Let A(2,1)A(-2, 1), B(1,3)B(1, 3), C(4,1)C(4, 1) and D(1,1)D(1, -1).

  1. Show that ABCDABCD is a parallelogram.
  2. Compute ABAB and BCBC. Is ABCDABCD a rhombus (all sides equal)?
  3. Compute ACAC and BDBD. Is ABCDABCD a rectangle (equal diagonals)?
Solution

Solution of Exercise 5.5.

1. Midpoint of [AC][AC]: (2+42,1+12)=(1,1)\left(\frac{-2+4}{2}, \frac{1+1}{2}\right) = (1, 1); midpoint of [BD][BD]: (1+12,3+(1)2)=(1,1)\left(\frac{1+1}{2}, \frac{3+(-1)}{2}\right) = (1, 1). Same midpoint: ABCDABCD is a parallelogram.

2. AB2=32+22=13AB^2 = 3^2 + 2^2 = 13 and BC2=32+(4)2=25BC^2 = 3^2 + (-4)^2 = 25: ABBCAB \neq BC, not a rhombus.

3. AC2=62+02=36AC^2 = 6^2 + 0^2 = 36 and BD2=02+(4)2=16BD^2 = 0^2 + (-4)^2 = 16: ACBDAC \neq BD, not a rectangle. ABCDABCD is a plain parallelogram.

Exercise 5.6 ★★

The circle with center Ω(2,1)\Omega(2, 1) and radius 55 consists of all points at distance 55 from Ω\Omega. Which of the points A(5,5)A(5, 5), B(1,3)B(-1, -3), C(6,2)C(6, 2) lie on this circle? Inside it? Outside it?

Solution

Solution of Exercise 5.6.

Compute squared distances to Ω(2,1)\Omega(2,1) and compare with 52=255^2 = 25:

ΩA2=32+42=25,ΩB2=(3)2+(4)2=25,ΩC2=42+12=17.\Omega A^2 = 3^2 + 4^2 = 25, \qquad \Omega B^2 = (-3)^2 + (-4)^2 = 25, \qquad \Omega C^2 = 4^2 + 1^2 = 17 .

AA and BB are on the circle; CC is inside it (17<2517 < 25).

Exercise 5.7 ★★

Let A(1,1)A(1, 1) and B(7,5)B(7, 5). Find all points M(x,0)M(x, 0) of the xx-axis that are equidistant from AA and BB. (Write MA2=MB2MA^2 = MB^2 and solve for xx.)

Solution

Solution of Exercise 5.7.

MA2=(x1)2+1MA^2 = (x - 1)^2 + 1 and MB2=(x7)2+25MB^2 = (x - 7)^2 + 25. Setting MA2=MB2MA^2 = MB^2:

x22x+2=x214x+74  12x=72  x=6.x^2 - 2x + 2 = x^2 - 14x + 74 \ \Longleftrightarrow\ 12x = 72 \ \Longleftrightarrow\ x = 6 .

The unique such point is M(6,0)M(6, 0).

Exercise 5.8 ★★

Let A(0,3)A(0, 3), B(4,1)B(4, 1).

  1. Compute the coordinates of the midpoint II of [AB][AB].
  2. Show that M(2,2)=IM(2, 2) = I, then verify by computing MAMA, MBMB that MM is equidistant from AA and BB.
  3. Find a second point, on the yy-axis, equidistant from AA and BB.
Solution

Solution of Exercise 5.8.

1. I=(0+42,3+12)=(2,2)I = \left(\frac{0+4}{2}, \frac{3+1}{2}\right) = (2, 2).

2. M(2,2)M(2,2) is indeed II. And MA2=(02)2+(32)2=5MA^2 = (0-2)^2 + (3-2)^2 = 5, MB2=(42)2+(12)2=5MB^2 = (4-2)^2 + (1-2)^2 = 5: the midpoint is equidistant from the two endpoints, as expected.

3. Look for N(0,y)N(0, y) with NA2=NB2NA^2 = NB^2:

(3y)2=16+(1y)2  96y=16+12y  4y=8,(3 - y)^2 = 16 + (1 - y)^2 \ \Longleftrightarrow\ 9 - 6y = 16 + 1 - 2y \ \Longleftrightarrow\ -4y = 8,

so y=2y = -2: the point N(0,2)N(0, -2).

Exercise 5.9 ★★

The points A(1,1)A(-1, -1), B(3,1)B(3, 1) and C(11,5)C(11, 5) are given. Compute ABAB, BCBC and ACAC, and deduce that AA, BB, CC are aligned. (Three points are aligned exactly when the largest of the three distances is the sum of the two others.)

Solution

Solution of Exercise 5.9.

AB=42+22=20=25,BC=82+42=80=45,AC=122+62=180=65.\begin{align*} AB &= \sqrt{4^2 + 2^2} = \sqrt{20} = 2\sqrt5, \\ BC &= \sqrt{8^2 + 4^2} = \sqrt{80} = 4\sqrt5, \\ AC &= \sqrt{12^2 + 6^2} = \sqrt{180} = 6\sqrt5 . \end{align*}

Then AB+BC=25+45=65=ACAB + BC = 2\sqrt5 + 4\sqrt5 = 6\sqrt5 = AC: the triangle inequality is an equality, so BB lies on the segment [AC][AC] — the three points are aligned.

Exercise 5.10 ★★★

Let A(a,0)A(a, 0) and B(0,b)B(0, b) with a,b>0a, b > 0, and let II be the midpoint of [AB][AB]. Show by computation that OI=IA=IBOI = IA = IB, where OO is the origin. (This proves a classical theorem: in a right triangle, the midpoint of the hypotenuse is equidistant from the three vertices.)

Solution

Solution of Exercise 5.10.

The midpoint of [AB][AB] is I(a2,b2)I\left(\frac a2, \frac b2\right). Then

OI2=a24+b24,IA2=(aa2)2+(0b2)2=a24+b24,OI^2 = \frac{a^2}{4} + \frac{b^2}{4}, \qquad IA^2 = \left(a - \frac a2\right)^2 + \left(0 - \frac b2\right)^2 = \frac{a^2}{4} + \frac{b^2}{4},

and IB2=(0a2)2+(bb2)2=a24+b24IB^2 = \left(0 - \frac a2\right)^2 + \left(b - \frac b2\right)^2 = \frac{a^2}{4} + \frac{b^2}{4} as well. The three squared distances are equal, so OI=IA=IBOI = IA = IB: the midpoint of the hypotenuse of the right triangle OABOAB is equidistant from all three vertices (it is the center of its circumscribed circle).

5.6 Problem: Descartes’ bridge — circle equations and how to find where you are

Problem 5.1

Weekend problem — the circle becomes an equation, old theorems become computations, and three beacons locate a point: trilateration by algebra

In 1637 René Descartes built a bridge between two continents: every curve of geometry became an equation, every geometric question a computation. This problem walks the bridge in both directions — deriving the circle’s equation from the distance formula (Theorem 5.4), re-proving classical theorems in three lines of algebra, and ending where the bridge carries the most traffic today: computing a position from distance signals, the flat-earth heart of GPS.

Part I — The circle gets an equation.

  1. A point M(x,y)M(x, y) lies on the circle of center Ω(2,1)\Omega(2, 1) and radius 55 exactly when ΩM=5\Omega M = 5. Square this condition to obtain the circle’s equation:

    (x2)2+(y1)2=25.(x - 2)^2 + (y - 1)^2 = 25 .
  2. Test membership: which of A(5,5)A(5, 5), B(6,4)B(6, 4), D(4,4)D(4, 4) are on the circle, inside it, outside it?
  3. A circle in disguise: complete the squares (Problem 2.1) in

    x2+y26x+4y12=0x^2 + y^2 - 6x + 4y - 12 = 0

    and give its center and radius.

  4. Do the same with x2+y26x+4y+14=0x^2 + y^2 - 6x + 4y + 14 = 0. What does the completed form reveal? State the criterion: when does (xh)2+(yk)2=c(x - h)^2 + (y - k)^2 = c describe a circle, a single point, or nothing at all?
  5. Intersect the circle of question 3 with the horizontal line y=3y = 3: substitute and solve. How many points, and what is the geometric name of such a line?

Part II — Old theorems in three lines.

  1. The circle theorem of the Middle School volume’s circle theorem (a right angle in every half-circle), re-proved by algebra: let A(r,0)A(-r, 0) and B(r,0)B(r, 0) be the ends of a diameter and M(x,y)M(x, y) any point of the circle x2+y2=r2x^2 + y^2 = r^2. Compute MA2+MB2MA^2 + MB^2 and conclude with the converse of Pythagoras that AMB^\widehat{AMB} is right.
  2. The median theorem: with A(a,0)A(-a, 0), B(a,0)B(a, 0) (so the midpoint of [AB][AB] is the origin II), show that for every point M(x,y)M(x, y):

    MA2+MB2=2MI2+AB22.MA^2 + MB^2 = 2\,MI^2 + \frac{AB^2}{2} .
  3. Deduce the locus of the points MM with MA2+MB2=26MA^2 + MB^2 = 26 when AB=6AB = 6: what curve, which center, what radius?
  4. A different locus: A(0,0)A(0,0), B(3,0)B(3,0); find all points with MA=2MBMA = 2\,MB. (Square, expand, complete the squares: a famous circle appears — Apollonius knew it without coordinates.)
  5. In one or two sentences: what does Descartes’ bridge change about how theorems get proved? Compare question 6 with the rectangle proof of the Middle School volume’s circle theorem (a right angle in every half-circle).

Part III — Three beacons find you. Your position M(x,y)M(x, y) is unknown. Beacon P(0,0)P(0, 0) measures your distance as 55; beacon Q(6,0)Q(6, 0) also measures 55.

  1. Write the two circle equations, subtract them, and watch the squares cancel: what simple equation survives? Combine with one circle to find the two candidate positions.
  2. A third beacon R(0,8)R(0, 8) measures your distance as 55. Compute its distance to each candidate and decide where you are.
  3. Explain why subtracting two circle equations always yields the equation of a line (which terms cancel?), and what that line is geometrically when the circles cross at two points.
  4. Real satellite positioning works in space and with imperfect clocks: each satellite gives (via signal travel time) one distance, hence one sphere. How many unknowns does a receiver have (position and its own clock error), and why does GPS therefore listen to at least four satellites?
  5. Precision: suppose beacon PP’s distance is really 5.15.1 instead of 55 (all else unchanged). Redo the subtraction of question 11 to find the new xx, and quantify how far the estimate moved. (Compare the error budget ideas of Problem 1.1.)

Part IV — The surveyor’s toolkit.

  1. The shortest watering path: a camp at A(1,5)A(1, 5), a barn at B(7,3)B(7, 3), a straight river along the axis y=0y = 0. To go from AA to the river and then to BB with the least walking: reflect BB across the river into BB', and find where the segment [AB][AB'] crosses the river. Give the crossing point and the minimal total length. (The idea is the billiard-bounce exercise of the Middle School volume, now fully computable.)
  2. Confirm minimality on a rival: compute the total path via Q(3,0)Q(3, 0) and check it loses to your answer.
  3. Classify the quadrilateral A(1,1)A(1,1), B(4,2)B(4,2), C(5,5)C(5,5), D(2,4)D(2,4) completely: parallelogram? rhombus? rectangle? square? (Method 5.9, Method 5.7 — compare diagonals too.)
  4. Given A(1,2)A(-1, 2), B(3,4)B(3, 4), C(6,0)C(6, 0), find DD such that ABCDABCD is a parallelogram (the diagonal-midpoint trick of the half-turns weekend problem of the Middle School volume, now in formulas).
  5. Finale: three tools — midpoint formula, distance formula, subtraction of circle equations. For each, name the kind of question it settled in this problem, and state what the next two chapters add to the kit (directions and slopes: vectors and line equations).
Solution

Solution of Problem 5.1.

1. ΩM=5    ΩM2=25    (x2)2+(y1)2=25\Omega M = 5 \iff \Omega M^2 = 25 \iff (x - 2)^2 + (y - 1)^2 = 25 by the distance formula (Theorem 5.4) — squaring is harmless, both sides being positive.

2. AA: (52)2+(51)2=9+16=25(5-2)^2 + (5-1)^2 = 9 + 16 = 25: on the circle. BB: 16+9=2516 + 9 = 25: on it too. DD: 4+9=13<254 + 9 = 13 < 25: inside.

3. x26x=(x3)29x^2 - 6x = (x - 3)^2 - 9 and y2+4y=(y+2)24y^2 + 4y = (y + 2)^2 - 4, so the equation reads (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25: center (3,2)(3, -2), radius 55.

4. (x3)2+(y+2)2=1(x - 3)^2 + (y + 2)^2 = -1: a sum of squares is never negative — no point satisfies it: the empty set. In general (xh)2+(yk)2=c(x - h)^2 + (y - k)^2 = c is a circle of radius c\sqrt c if c>0c > 0, the single point (h,k)(h, k) if c=0c = 0, and empty if c<0c < 0.

5. With y=3y = 3: (x3)2+25=25(x - 3)^2 + 25 = 25, so (x3)2=0(x - 3)^2 = 0: the single point (3,3)(3, 3). One contact point: the line is tangent to the circle.

6. MA2+MB2=(x+r)2+y2+(xr)2+y2=2x2+2y2+2r2=2r2+2r2=4r2MA^2 + MB^2 = (x + r)^2 + y^2 + (x - r)^2 + y^2 = 2x^2 + 2y^2 + 2r^2 = 2r^2 + 2r^2 = 4r^2 (using x2+y2=r2x^2 + y^2 = r^2). Since AB2=(2r)2=4r2AB^2 = (2r)^2 = 4r^2, the triangle AMBAMB satisfies MA2+MB2=AB2MA^2 + MB^2 = AB^2: right-angled at MM (converse of Pythagoras) — three lines, as promised.

7. MA2+MB2=(x+a)2+y2+(xa)2+y2=2x2+2y2+2a2=2MI2+2a2MA^2 + MB^2 = (x + a)^2 + y^2 + (x - a)^2 + y^2 = 2x^2 + 2y^2 + 2a^2 = 2\,MI^2 + 2a^2, and AB22=(2a)22=2a2\frac{AB^2}{2} = \frac{(2a)^2}{2} = 2a^2. Identity proved.

8. 2MI2+362=262\,MI^2 + \frac{36}{2} = 26 gives MI2=4MI^2 = 4: the circle of center the midpoint II and radius 22.

9. MA2=4MB2MA^2 = 4\,MB^2: x2+y2=4((x3)2+y2)x^2 + y^2 = 4\left((x - 3)^2 + y^2\right), i.e. 3x2+3y224x+36=03x^2 + 3y^2 - 24x + 36 = 0, or x2+y28x+12=0x^2 + y^2 - 8x + 12 = 0: completing, (x4)2+y2=4(x - 4)^2 + y^2 = 4 — the circle of center (4,0)(4, 0) and radius 22 (the circle of Apollonius of ratio 22).

10. The bridge converts constructions into computations: no auxiliary rectangle, no case analysis — one expansion and the theorem falls out. The price: computations carry less geometric insight; the classical proof shows why, the algebraic one shows that — a working mathematician keeps both.

11. x2+y2=25x^2 + y^2 = 25 and (x6)2+y2=25(x - 6)^2 + y^2 = 25. Subtracting: x2(x6)2=0x^2 - (x - 6)^2 = 0, i.e. 12x36=012x - 36 = 0: x=3x = 3. Then 9+y2=259 + y^2 = 25: y=±4y = \pm 4. Candidates (3,4)(3, 4) and (3,4)(3, -4).

12. From (3,4)(3, 4) to R(0,8)R(0, 8): 9+16=5\sqrt{9 + 16} = 5 — matches. From (3,4)(3, -4): 9+14412.4\sqrt{9 + 144} \approx 12.4 — wrong. You are at (3,4)(3, 4).

13. Both equations carry the same x2+y2x^2 + y^2 (or with equal coefficients after expansion): subtraction cancels the squares and leaves an equation of degree one — a line. When the circles meet twice, that line passes through both meeting points: it is the line of the common chord.

14. Four unknowns: three coordinates plus the receiver’s clock error (a cheap watch, corrected by the mathematics). Each satellite supplies one equation, so four satellites give four equations for four unknowns — with more satellites improving the precision.

15. Subtraction now gives x=5.1252+3612=37.01123.084x = \frac{5.1^2 - 5^2 + 36}{12} = \frac{37.01}{12} \approx 3.084: a 1010 cm error in one distance moved the estimate about 88 cm here. Errors propagate through every formula — the interval-arithmetic caution of Problem 1.1, now with coordinates.

16. B(7,3)B' (7, -3). The line (AB)(AB') has slope 3571=43\frac{-3 - 5}{7 - 1} = -\frac43 and crosses y=0y = 0 at x=1+58×6=4.75x = 1 + \frac{5}{8} \times 6 = 4.75: drink at P(4.75, 0)P(4.75,\ 0). Minimal length: AP+PB=AP+PB=AB=62+82=10AP + PB = AP + PB' = AB' = \sqrt{6^2 + 8^2} = 10.

17. Via Q(3,0)Q(3, 0): AQ+QB=4+25+16+9=29+510.39>10AQ + QB = \sqrt{4 + 25} + \sqrt{16 + 9} = \sqrt{29} + 5 \approx 10.39 > 10. The reflected straight line wins.

18. Diagonal midpoints: [AC][AC]: (3,3)(3, 3); [BD][BD]: (3,3)(3, 3) — equal: parallelogram. Sides: AB=10=ADAB = \sqrt{10} = AD: rhombus. Diagonals: AC=32BD=8AC = \sqrt{32} \neq BD = \sqrt{8}: not a rectangle, hence not a square. Verdict: a rhombus, and nothing more.

19. D=A+CB=(1+63, 2+04)=(2,2)D = A + C - B = (-1 + 6 - 3,\ 2 + 0 - 4) = (2, -2): then [AC][AC] and [BD][BD] share the midpoint (52,1)\left(\frac52, 1\right).

20. Midpoint formula: parallelograms and centers (questions 18, 19). Distance formula: circles, loci, triangle natures, shortest paths (questions 1–9, 16). Subtraction of circle equations: the line that locates a position (questions 11–15). Missing from the kit: a clean algebra of directions — vectors — and of slopes — line equations and systems: the next two chapters supply exactly that.