Mathematics · Book 1 · Grades 1–9

Primary & Middle School Mathematics

Primary & Middle School Mathematics · Grades 1–9

65Square Roots

How long is the diagonal of a square of side 11? The Pythagorean theorem answers 2\sqrt 2, a number whose square is 22 — and which turns out not to be a fraction. This chapter defines square roots, establishes the rules for computing with them, and teaches how to simplify expressions like 75\sqrt{75}.

65.1 Definition and first properties

Definition 65.1 (Square root)

Let a0a \geq 0. The square root of aa, written a\sqrt a, is the unique nonnegative number whose square is aa:

a0and(a)2=a.\sqrt a \geq 0 \qquad\text{and}\qquad \left(\sqrt a\right)^2 = a .

Negative numbers have no square root, since every square is nonnegative.

Example 65.2

49=7\sqrt{49} = 7, 0=0\sqrt 0 = 0, 1=1\sqrt 1 = 1, 2.25=1.5\sqrt{2.25} = 1.5. The first square roots to know by heart are those of the perfect squares: 1,4,9,16,25,36,49,64,81,100,121,1441, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144.

The diagonal of a unit square has length √12 + 12 = √2 1.414, by the Pythagorean theorem ( recalls it). This number is irrational: its decimals never repeat.
The diagonal of a unit square has length 12+12=21.414\sqrt{1^2 + 1^2} = \sqrt2 \approx 1.414, by the Pythagorean theorem (Chapter 69 recalls it). This number is irrational: its decimals never repeat.

Proposition 65.3 (Square root of a square)

For every real number xx (positive or not):

x2=x={xif x0,xif x<0.\sqrt{x^2} = \abs{x} = \begin{cases} x & \text{if } x \geq 0,\\ -x & \text{if } x < 0 . \end{cases}

Proof. The number x\abs{x} is nonnegative and its square is x2x^2 (a number and its opposite have the same square). Being the unique nonnegative number of square x2x^2, it is x2\sqrt{x^2}.

Example 65.4

(5)2=25=5=5\sqrt{(-5)^2} = \sqrt{25} = 5 = \abs{-5}: the square root “forgets” the sign, it does not restore it. In particular x2=x\sqrt{x^2} = x is wrong for negative xx.

65.2 Products and quotients of square roots

Theorem 65.5 (Multiplication and division rules)

For all a0a \geq 0 and b0b \geq 0:

ab=a×b,and for b>0:ab=ab.\sqrt{a b} = \sqrt a \times \sqrt b, \qquad\text{and for } b > 0:\quad \sqrt{\frac ab} = \frac{\sqrt a}{\sqrt b} .

Proof. The number a×b\sqrt a \times \sqrt b is nonnegative (product of nonnegative numbers), and its square is

(a×b)2=(a)2×(b)2=ab.\left(\sqrt a \times \sqrt b\right)^2 = \left(\sqrt a\right)^2 \times \left(\sqrt b\right)^2 = a b .

By uniqueness of the nonnegative number whose square is abab, it equals ab\sqrt{ab}. The quotient rule is proved the same way.

Remark 65.6 (No such rule for sums!)

a+b\sqrt{a + b} is not a+b\sqrt a + \sqrt b in general:

9+16=25=5,but9+16=3+4=7.\sqrt{9 + 16} = \sqrt{25} = 5, \qquad\text{but}\qquad \sqrt 9 + \sqrt{16} = 3 + 4 = 7 .

Method 65.7 (Simplifying n\sqrt n)

To simplify the square root of an integer:

  1. find the largest perfect square dividing nn (factor nn if needed);
  2. split with the product rule and extract the square: k2m=km\sqrt{k^2 m} = k\sqrt m;
  3. check that no perfect square divides what is left under the root.

Example 65.8

Simplify 75\sqrt{75}: since 75=25×375 = 25 \times 3,

75=25×3=25×3=53.\sqrt{75} = \sqrt{25 \times 3} = \sqrt{25} \times \sqrt 3 = 5\sqrt3 .

Simplify 72\sqrt{72}: since 72=36×272 = 36 \times 2, 72=62\sqrt{72} = 6\sqrt2. And a quotient: 4916=4916=74\sqrt{\dfrac{49}{16}} = \dfrac{\sqrt{49}}{\sqrt{16}} = \dfrac74.

Example 65.9 (Adding square roots)

Sums of square roots simplify only when the roots are alike. Compute 12+2748\sqrt{12} + \sqrt{27} - \sqrt{48}, simplifying each term first:

12=4×3=23,27=9×3=33,48=16×3=43,\begin{align*} \sqrt{12} &= \sqrt{4 \times 3} = 2\sqrt3, \\ \sqrt{27} &= \sqrt{9 \times 3} = 3\sqrt3, \\ \sqrt{48} &= \sqrt{16 \times 3} = 4\sqrt3, \end{align*}

so the sum is 23+3343=(2+34)3=32\sqrt3 + 3\sqrt3 - 4\sqrt3 = (2 + 3 - 4)\sqrt3 = \sqrt3.

Example 65.10 (Expanding with square roots)

The identities of algebra apply to square roots. Expand (5+2)2\left(\sqrt5 + 2\right)^2 with (a+b)2=a2+2ab+b2(a+b)^2 = a^2 + 2ab + b^2:

(5+2)2=5+2×25+4=9+45.\left(\sqrt5 + 2\right)^2 = 5 + 2 \times 2\sqrt5 + 4 = 9 + 4\sqrt5 .

And with the third identity, (a+b)(ab)=a2b2(a+b)(a-b) = a^2 - b^2:

(7+3)(73)=73=4:\left(\sqrt7 + \sqrt3\right)\left(\sqrt7 - \sqrt3\right) = 7 - 3 = 4 :

the product of two irrational numbers can be an integer.

65.3 The equation x2=ax^2 = a

Theorem 65.11 (Solving x2=ax^2 = a)

  1. If a>0a > 0, the equation x2=ax^2 = a has exactly two solutions: a\sqrt a and a-\sqrt a;
  2. if a=0a = 0, the only solution is 00;
  3. if a<0a < 0, there is no solution.

Proof. Rewrite x2=ax^2 = a as x2(a)2=0x^2 - \left(\sqrt a\right)^2 = 0 when a0a \geq 0, and factor as a difference of squares:

(xa)(x+a)=0,\left(x - \sqrt a\right)\left(x + \sqrt a\right) = 0 ,

so x=ax = \sqrt a or x=ax = -\sqrt a (these coincide when a=0a = 0). When a<0a < 0 there is no solution, since x20>ax^2 \geq 0 > a for every xx.

Solving x2 = 3 on the parabola y = x2: the horizontal line y = 3 cuts it at the two abscissas ±√3.
Solving x2=3x^2 = 3 on the parabola y=x2y = x^2: the horizontal line y=3y = 3 cuts it at the two abscissas ±3\pm\sqrt3.

Example 65.12

x2=16x^2 = 16: solutions 44 and 4-4. x2=5x^2 = 5: solutions 5\sqrt5 and 5-\sqrt5 (exact values; 52.236\sqrt5 \approx 2.236). x2=9x^2 = -9: no solution. 3x2=213x^2 = 21: divide by 3 first, x2=7x^2 = 7, solutions ±7\pm\sqrt7.

65.4 Exercises

Exercise 65.1

Compute without a calculator:

64,100,0.09,125,(13)2,(4)2.\sqrt{64}, \qquad \sqrt{100}, \qquad \sqrt{0.09}, \qquad \sqrt{\tfrac{1}{25}}, \qquad \left(\sqrt{13}\right)^2, \qquad \sqrt{(-4)^2} .
Solution

Solution of Exercise 65.1.

64=8\sqrt{64} = 8; 100=10\sqrt{100} = 10; 0.09=0.3\sqrt{0.09} = 0.3 (since 0.32=0.090.3^2 = 0.09); 125=15\sqrt{\frac{1}{25}} = \frac15; (13)2=13\left(\sqrt{13}\right)^2 = 13; (4)2=16=4=4\sqrt{(-4)^2} = \sqrt{16} = 4 = \abs{-4}.

Exercise 65.2

Simplify:

50,45,98,300.\sqrt{50}, \qquad \sqrt{45}, \qquad \sqrt{98}, \qquad \sqrt{300} .
Solution

Solution of Exercise 65.2.

50=25×2=52\sqrt{50} = \sqrt{25 \times 2} = 5\sqrt2; 45=9×5=35\sqrt{45} = \sqrt{9 \times 5} = 3\sqrt5; 98=49×2=72\sqrt{98} = \sqrt{49 \times 2} = 7\sqrt2; 300=100×3=103\sqrt{300} = \sqrt{100 \times 3} = 10\sqrt3.

Exercise 65.3

Compute and simplify:

2×18,753,5×20,850.\sqrt2 \times \sqrt{18}, \qquad \frac{\sqrt{75}}{\sqrt3}, \qquad \sqrt5 \times \sqrt{20}, \qquad \frac{\sqrt{8}}{\sqrt{50}} .
Solution

Solution of Exercise 65.3.

2×18=36=6\sqrt2 \times \sqrt{18} = \sqrt{36} = 6.

753=753=25=5\dfrac{\sqrt{75}}{\sqrt3} = \sqrt{\dfrac{75}{3}} = \sqrt{25} = 5.

5×20=100=10\sqrt5 \times \sqrt{20} = \sqrt{100} = 10.

850=850=425=25\dfrac{\sqrt8}{\sqrt{50}} = \sqrt{\dfrac{8}{50}} = \sqrt{\dfrac{4}{25}} = \dfrac25.

Exercise 65.4

Solve: x2=36x^2 = 36; x2=11x^2 = 11; x2+4=0x^2 + 4 = 0; 2x2=502x^2 = 50.

Solution

Solution of Exercise 65.4.

x2=36x^2 = 36: x=6x = 6 or x=6x = -6.

x2=11x^2 = 11: x=11x = \sqrt{11} or x=11x = -\sqrt{11}.

x2+4=0x^2 + 4 = 0 means x2=4<0x^2 = -4 < 0: no solution.

2x2=502x^2 = 50: x2=25x^2 = 25, so x=5x = 5 or x=5x = -5.

Exercise 65.5

Reduce to a single term: 20+45\sqrt{20} + \sqrt{45}, then 3818+23\sqrt8 - \sqrt{18} + \sqrt2.

Solution

Solution of Exercise 65.5.

20+45=25+35=55\sqrt{20} + \sqrt{45} = 2\sqrt5 + 3\sqrt5 = 5\sqrt5.

3818+2=3×2232+2=(63+1)2=423\sqrt8 - \sqrt{18} + \sqrt2 = 3 \times 2\sqrt2 - 3\sqrt2 + \sqrt2 = (6 - 3 + 1)\sqrt2 = 4\sqrt2.

Exercise 65.6 ★★

Expand and simplify:

(3+1)2,(253)2,(6+2)(62).\left(\sqrt3 + 1\right)^2, \qquad \left(2\sqrt5 - 3\right)^2, \qquad \left(\sqrt6 + \sqrt2\right)\left(\sqrt6 - \sqrt2\right).
Solution

Solution of Exercise 65.6.

(3+1)2=3+23+1=4+23\left(\sqrt3 + 1\right)^2 = 3 + 2\sqrt3 + 1 = 4 + 2\sqrt3.

(253)2=4×52×3×25+9=29125\left(2\sqrt5 - 3\right)^2 = 4 \times 5 - 2 \times 3 \times 2\sqrt5 + 9 = 29 - 12\sqrt5.

(6+2)(62)=62=4\left(\sqrt6 + \sqrt2\right)\left(\sqrt6 - \sqrt2\right) = 6 - 2 = 4.

Exercise 65.7 ★★

A square field has area 64006400 m2^2. What is the length of its side? Of its diagonal (exact value, then rounded to the nearest meter)?

Solution

Solution of Exercise 65.7.

Side: 6400=80\sqrt{6400} = 80 m. Diagonal (Pythagoras): 802+802=802113\sqrt{80^2 + 80^2} = 80\sqrt2 \approx 113 m.

Exercise 65.8 ★★

Show that 12=22\dfrac{1}{\sqrt2} = \dfrac{\sqrt2}{2} (multiply numerator and denominator by 2\sqrt2). Use the same trick to write 63\dfrac{6}{\sqrt3} and 105\dfrac{10}{\sqrt5} without a square root in the denominator.

Solution

Solution of Exercise 65.8.

12=1×22×2=22\dfrac{1}{\sqrt2} = \dfrac{1 \times \sqrt2}{\sqrt2 \times \sqrt2} = \dfrac{\sqrt2}{2}.

63=633=23\dfrac{6}{\sqrt3} = \dfrac{6\sqrt3}{3} = 2\sqrt3. 105=1055=25\dfrac{10}{\sqrt5} = \dfrac{10\sqrt5}{5} = 2\sqrt5.

Exercise 65.9 ★★

True or false? Justify with a proof or a counterexample.

  1. For all a,b0a, b \geq 0: ab=ab\sqrt{ab} = \sqrt a \sqrt b.
  2. For all a,b0a, b \geq 0: a+b=a+b\sqrt{a+b} = \sqrt a + \sqrt b.
  3. For all xx: x2=x\sqrt{x^2} = x.
  4. (32)2=18\left(3\sqrt2\right)^2 = 18.
Solution

Solution of Exercise 65.9.

1. True: this is the product rule (Theorem 65.5).

2. False: 9+16=5\sqrt{9 + 16} = 5 but 9+16=7\sqrt9 + \sqrt{16} = 7.

3. False for negative xx: (4)2=44\sqrt{(-4)^2} = 4 \neq -4. The correct statement is x2=x\sqrt{x^2} = \abs{x}.

4. True: (32)2=9×2=18\left(3\sqrt2\right)^2 = 9 \times 2 = 18.

Exercise 65.10 ★★★

Let x=7+43x = \sqrt{7 + 4\sqrt3}. Compute (2+3)2\left(2 + \sqrt3\right)^2, and deduce a simpler expression of xx. Same question for 945\sqrt{9 - 4\sqrt5} (aim for a square of the form (52)2\left(\sqrt5 - 2\right)^2, and mind the sign).

Solution

Solution of Exercise 65.10.

(2+3)2=4+43+3=7+43\left(2 + \sqrt3\right)^2 = 4 + 4\sqrt3 + 3 = 7 + 4\sqrt3. So x=7+43=(2+3)2=2+3x = \sqrt{7 + 4\sqrt3} = \sqrt{\left(2+\sqrt3\right)^2} = 2 + \sqrt3 (a nonnegative number, so the root just removes the square).

Similarly (52)2=545+4=945\left(\sqrt5 - 2\right)^2 = 5 - 4\sqrt5 + 4 = 9 - 4\sqrt5, and 52>0\sqrt5 - 2 > 0, so 945=52\sqrt{9 - 4\sqrt5} = \sqrt5 - 2 (not 252 - \sqrt5, which is negative!).

65.5 Problem: The number that is not a fraction

Problem 65.1

Weekend problem — the legendary proof that 2\sqrt2 is irrational, its many cousins, and Heron’s uncannily good recipe for approximating it

The diagonal of a unit square is a perfectly real length — you drew it in Example 58.9 — and yet, as the Pythagoreans discovered to their horror some twenty-five centuries ago, no fraction whatsoever measures it. Legend claims the discovery was punished by drowning. This problem walks you through the immortal proof (four questions and it is yours for life), multiplies the victims, and ends with the recipe engineers used for two thousand years to tame the untameable number.

Part I — The proof.

  1. First hunt it down: check that 1.4<2<1.51.4 < \sqrt2 < 1.5, then that 1.41<2<1.421.41 < \sqrt2 < 1.42, by squaring the bounds. One more digit: between which three-decimal numbers does 2\sqrt2 lie?
  2. Now suppose — for the sake of contradiction — that 2=ab\sqrt2 = \frac ab for some fraction in lowest terms (Method 64.16). Square both sides and show that a2=2b2a^2 = 2 b^2. What is the parity of a2a^2?
  3. The parity facts of Problem 58.1 say: odd numbers have odd squares. Deduce that aa is even, write a=2ka = 2k, substitute — and show that bb must be even too.
  4. Where is the contradiction? Conclude, and state the theorem in full: 2\sqrt2 is irrational — it is no quotient of whole numbers.
  5. The proof leaned once, discreetly, on the words “in lowest terms”. Point to the exact step that would collapse without them, and explain why assuming lowest terms was legitimate in the first place.

Part II — The victims multiply.

  1. A second proof style, via prime factorizations (Theorem 64.6): in a2=3b2a^2 = 3b^2, compare the parity of the exponent of 33 on each side (Problem 64.1: squares carry even exponents). Conclude that 3\sqrt3 is irrational.
  2. Run the same exponent argument on a2=nb2a^2 = n b^2 for a general whole number nn: for which nn does it produce a contradiction, and for which does it fail? State the complete result: n\sqrt n is irrational exactly when …
  3. Prove the shield lemma: a nonzero rational times an irrational is irrational. (Suppose rx=qr x = q with r,qr, q rational, r0r \neq 0, and solve for xx.) Deduce that 222\sqrt2 and 22\frac{\sqrt2}{2} are irrational.
  4. Prove that 1+21 + \sqrt2 is irrational. Then the pretty one: supposing s=2+3s = \sqrt2 + \sqrt3 were rational, compute s2s^2, isolate 6\sqrt6, and find the contradiction.
  5. Temper the enthusiasm: give two irrational numbers whose sum is rational, and two whose product is rational. (Irrationality is not preserved by arithmetic — each case needs its own proof.)

Part III — Heron’s recipe. Two thousand years before calculators, Heron of Alexandria approximated 2\sqrt2 like this: guess xx; replace the guess by the average of xx and 2x\frac2x; repeat.

  1. Start from the guess x=1x = 1 and compute the next two guesses as exact fractions.
  2. Compute the third guess, again as an exact fraction, and its decimal value. Compare with question 1: how many decimals of 2\sqrt2 are already correct?
  3. The idea behind the recipe: a rectangle of area 22 with one side xx has the other side 2x\frac2x. Show that 2\sqrt2 always lies between xx and 2x\frac2x (consider the two cases x2>2x^2 > 2 and x2<2x^2 < 2), so averaging the two sides squeezes the rectangle towards the square.
  4. The guesses 32\frac32, 1712\frac{17}{12}, 577408\frac{577}{408} hide a gem: compute 322×223^2 - 2 \times 2^2, then 1722×12217^2 - 2 \times 12^2, then 57722×4082577^2 - 2 \times 408^2. Part I proved a22b2=0a^2 - 2b^2 = 0 impossible — how close do Heron’s fractions come to the impossible?
  5. Finale, in two sentences: the diagonal of the unit square exists on paper, no fraction measures it, and its decimal writing can never repeat (Problem 63.1). What kind of “new numbers” must the number line therefore contain — and where in this series is their full story told?
Solution

Solution of Problem 65.1.

1. 1.42=1.96<2<2.25=1.521.4^2 = 1.96 < 2 < 2.25 = 1.5^2; 1.412=1.9881<2<2.0164=1.4221.41^2 = 1.9881 < 2 < 2.0164 = 1.42^2. Three decimals: 1.4142=1.999396<2<2.002225=1.41521.414^2 = 1.999396 < 2 < 2.002225 = 1.415^2, so 1.414<2<1.4151.414 < \sqrt2 < 1.415.

2. Squaring 2=ab\sqrt2 = \frac ab gives 2=a2b22 = \frac{a^2}{b^2}, hence a2=2b2a^2 = 2b^2: the number a2a^2 is twice a whole number — even.

3. If aa were odd, a2a^2 would be odd (Problem 58.1); since a2a^2 is even, aa is even: a=2ka = 2k. Substituting: 4k2=2b24k^2 = 2b^2, so b2=2k2b^2 = 2k^2 is even, and by the same parity fact bb is even.

4. Both aa and bb even means both divisible by 22 — but ab\frac ab was in lowest terms, sharing no common divisor. Contradiction: the assumed fraction cannot exist. Theorem: 2\sqrt2 is irrational.

5. The contradiction lives entirely in “lowest terms”: without it, “aa and bb both even” contradicts nothing. Assuming lowest terms is legitimate because every fraction has a lowest-terms form (Method 64.16: divide out the GCD) — if 2\sqrt2 were any fraction at all, it would be a lowest-terms one, and that one is impossible.

6. In prime factorizations, squares carry even exponents (Problem 64.1). In a2=3b2a^2 = 3b^2, the exponent of 33 is even on the left, but odd on the right (even from b2b^2, plus one). No number has two factorizations (Theorem 64.6): contradiction, and 3\sqrt3 is irrational.

7. In a2=nb2a^2 = n b^2, the argument finds a prime with contradictory exponent parity exactly when some prime appears in nn with an odd exponent. If every exponent of nn is even, nn is a perfect square (n=m2n = m^2, and n=m\sqrt n = m is whole). Complete result: n\sqrt n is irrational for every whole nn that is not a perfect square — 2,3,5,6,7,8,10,\sqrt2, \sqrt3, \sqrt5, \sqrt6, \sqrt7, \sqrt8, \sqrt{10}, \dots

8. From rx=qr x = q with r0r \neq 0: x=qrx = \frac qr, a quotient of rationals, hence rational. So if xx is irrational, rxr x cannot be rational: 222\sqrt2 and 22\frac{\sqrt2}{2} are irrational (multipliers 22 and 12\frac12).

9. If 1+2=q1 + \sqrt2 = q were rational, then 2=q1\sqrt2 = q - 1 would be rational: contradiction. If s=2+3s = \sqrt2 + \sqrt3 were rational, then s2=2+26+3=5+26s^2 = 2 + 2\sqrt6 + 3 = 5 + 2\sqrt6 would be too, giving 6=s252\sqrt6 = \frac{s^2 - 5}{2} rational — but 6\sqrt6 is irrational (question 7). So 2+3\sqrt2 + \sqrt3 is irrational.

10. Sums: 2\sqrt2 and 2-\sqrt2 (or 2\sqrt2 and 121 - \sqrt2) are each irrational, with rational sums 00 and 11. Products: 2×2=2\sqrt2 \times \sqrt2 = 2. Irrationality can evaporate in arithmetic — hence the case-by-case proofs.

11. From x=1x = 1: average of 11 and 21=2\frac21 = 2: x1=32x_1 = \frac32. Then average of 32\frac32 and 23/2=43\frac{2}{3/2} = \frac43: x2=12(32+43)=12176=17121.4167x_2 = \frac12\left(\frac32 + \frac43\right) = \frac12 \cdot \frac{17}{6} = \frac{17}{12} \approx 1.4167.

12. x3=12(1712+2417)=12289+288204=577408=1.4142156x_3 = \frac12\left(\frac{17}{12} + \frac{24}{17}\right) = \frac12 \cdot \frac{289 + 288}{204} = \frac{577}{408} = 1.4142156\ldots Against 2=1.4142135\sqrt2 = 1.4142135\ldots: five decimals correct after three steps — the recipe roughly doubles the correct decimals each round.

13. If x2>2x^2 > 2 (guess too big), then x>2x > \sqrt2, and 2x<22=2\frac2x < \frac{2}{\sqrt2} = \sqrt2: the companion side is too small. If x2<2x^2 < 2, the inequalities reverse. Either way 2\sqrt2 sits between xx and 2x\frac2x, so their average — the next guess — is closer than the worse of the two sides: the rectangle of area 22 gets squarer at every step.

14. 98=19 - 8 = 1; 289288=1289 - 288 = 1; 332929332928=1332\,929 - 332\,928 = 1. Every Heron guess ab\frac ab satisfies a22b2=1a^2 - 2b^2 = 1: Part I proved that hitting 00 is impossible, and these fractions miss the impossible by exactly one unit — the closest whole numbers can ever come.

15. The number line must contain numbers beyond the fractions — lengths like 2\sqrt2, whose decimal writings run forever without repeating: the real numbers. Their honest construction is a story for the High School volume and, in full rigor, the university ones.