This site is a work in progress. New lessons are added regularly. Contact us

Simplifying Radical Expressions

Learning goals

  • Read a\sqrt a as the principal root, one number not two
  • Write xnn\sqrt[n]{x^n} as x\lvert x \rvert for even nn
  • Apply the product and quotient rules only to nonnegative radicands
  • Reach simplest form: no perfect powers, no radical denominators
  • Reduce a common factor of index and exponent
  • Reject a+b=a+b\sqrt{a+b} = \sqrt a + \sqrt b

One symbol, one number

Start with a question you can already answer. The equation

x2=9x^2 = 9

has two real solutions, x=3x = 3 and x=3x = -3. Both of them square to 99, so both of them deserve the name “a square root of 99.” That is a fact about the equation, and nothing in this lesson changes it.

Now ask a different question: what number does the symbol 9\sqrt 9 stand for? It cannot stand for both of them. A symbol that might mean 33 or might mean 3-3 is useless, because then 9+9\sqrt 9 + \sqrt 9 could be 66, or 00, or 6-6. With that ambiguity in play, no equation containing a radical would say anything definite. Notation has to be a function: one input, one output.

So a choice was made, and it is the foundation of everything below.

So 9=3\sqrt 9 = 3, and only 33. The other square root of 99 has to be written out as 9=3-\sqrt 9 = -3. Two consequences follow at once, and they are worth saying out loud:

That difference is exactly why the quadratic formula carries a ±\pm in front of its radical:

x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

The radical hands back only the non-negative root, so the formula has to ask for the other one explicitly. The ±\pm you have been writing since chapter 4 is not decoration. It is there to repair, by hand, the second root that the symbol deliberately throws away.

The word “unique” in the definition is doing real work, so it should be earned rather than assumed.

A non-negative number has exactly one non-negative nn-th root#

Fix an integer n2n \ge 2 and a real number a0a \ge 0. That some non-negative real rr satisfies rn=ar^n = a is a fact about the completeness of the real numbers. As rr climbs from 00 upward, rnr^n climbs continuously from 00 upward and passes through every non-negative value on the way, so it passes through the non-negative number aa. What needs proving is that it passes through aa only once.

Suppose two non-negative reals rr and ss both satisfy rn=sn=ar^n = s^n = a, and suppose they are different. Relabel them if necessary so that r<sr < s. Now use a factorization you met with polynomials:

snrn=(sr)(sn1+sn2r++srn2+rn1).s^n - r^n = (s - r)\left(s^{n-1} + s^{n-2}r + \cdots + sr^{n-2} + r^{n-1}\right).

Look at the two factors on the right. The first, srs - r, is positive, because r<sr < s. The second is a sum of products of non-negative numbers, so no term in it is negative, and its leading term sn1s^{n-1} is strictly positive because s>r0s > r \ge 0 forces s>0s > 0. A sum of non-negative terms with at least one positive term is positive.

A positive number times a positive number is positive, so snrn>0s^n - r^n > 0, which says snrns^n \ne r^n. That contradicts rn=sn=ar^n = s^n = a. No two distinct non-negative reals can share an nn-th power, so the non-negative nn-th root of aa is unique, and calling it the principal root is legitimate.

Check your understanding

The equation x2=49x^2 = 49 has two real solutions. What is the value of the expression 49\sqrt{49}?

Answer choices

Roots of any index

Everything above generalises. In the expression an\sqrt[n]{a}, the number nn is the index and aa is the radicand. A square root is the case n=2n = 2, where the index is left unwritten.

The definition splits into two cases, and the split is caused entirely by signs.

Odd index. Cube every real number and you get every real number back: 23=82^3 = 8, (2)3=8(-2)^3 = -8. An odd power preserves sign, so a negative number has a negative cube root and a positive number has a positive one. In each of those cases there is exactly one real root. No choice has to be made and nothing has to be excluded:

83=2,83=2,325=2.\sqrt[3]{8} = 2, \qquad \sqrt[3]{-8} = -2, \qquad \sqrt[5]{-32} = -2.

Even index. An even power destroys sign: r40r^4 \ge 0 for every real rr. So a negative radicand has no real even root at all, and a positive radicand has two of them, ±r\pm r. Both problems get the same treatment as before: negative radicands are excluded, and of the two roots the non-negative one is chosen. For an even index, an\sqrt[n]{a} names a real number exactly when a0a \ge 0, and that number is never negative:

164=2,646=2,164 is not a real number.\sqrt[4]{16} = 2, \qquad \sqrt[6]{64} = 2, \qquad \sqrt[4]{-16} \ \text{is not a real number}.

The last one is not meaningless, and chapter 5 is the reason. You know that 1=i\sqrt{-1} = i, so a negative radicand under a square root has a perfectly good complex value. Keep the distinction sharp: for the rest of this lesson, every rule is stated over the real numbers with a non-negative radicand. Hold onto that, because the next section is where ignoring it costs you.

The square root of a square is an absolute value

Here is the single most important identity in the lesson, and the one most often written down wrong. Simplify x2\sqrt{x^2}.

The tempting answer is xx: the square and the root should undo each other. Test it at x=3x = -3:

(3)2=9=3,butx=3.\sqrt{(-3)^2} = \sqrt{9} = 3, \qquad \text{but} \qquad x = -3.

So x2=x\sqrt{x^2} = x is simply false at x=3x = -3. And you should have seen it coming, because of the first consequence of the definition: x\sqrt{\phantom{x}} never returns a negative number, while xx is negative half the time. An expression that is always 0\ge 0 cannot equal an expression that is sometimes <0< 0.

What you want is the thing that leaves non-negative numbers alone and flips negative ones. You have had a name for it since chapter 1.

For every real xx, x2=x\sqrt{x^2} = |x|#

By definition, x2\sqrt{x^2} is the non-negative real number whose square is x2x^2, and the previous proof says there is only one such number. So the whole job is to show that x|x| has those two properties, and uniqueness then forces x|x| to be that number.

First, x0|x| \ge 0. That is immediate from the definition of absolute value, which reports a distance from zero.

Second, x2=x2|x|^2 = x^2. Check the two cases the absolute value splits into. If x0x \ge 0, then x=x|x| = x, so x2=x2|x|^2 = x^2. If x<0x < 0, then x=x|x| = -x, so

x2=(x)2=(1)2x2=x2.|x|^2 = (-x)^2 = (-1)^2 x^2 = x^2.

Either way x2=x2|x|^2 = x^2.

So x|x| is a non-negative number whose square is x2x^2. The principal square root of x2x^2 is the only non-negative number whose square is x2x^2. Therefore x2=x\sqrt{x^2} = |x|, for every real xx, with no exceptions and no side conditions.

Notice what this does and does not say. It does not say the square and the root fail to undo each other; it says they undo each other up to sign. The absolute value is the bookkeeping that fixes the sign. The two agree precisely on the non-negative numbers: x2=x\sqrt{x^2} = x holds exactly when x0x \ge 0. (In one direction, x0x \ge 0 gives x=x|x| = x. In the other, x2=x\sqrt{x^2} = x makes xx equal to something non-negative, so x0x \ge 0. Both directions check out, which is what “exactly when” demands.)

y = sqrt(x^2) compared with y = xThe V-shaped graph of the absolute value sits on top of the line y = x for non-negative x and reflects above the axis for negative x, where the line drops below the axis.xy-333y = |x|y = x
The graph of y = sqrt(x squared) is the V, and the graph of y = x is the straight line. They lie on top of each other for x at least 0, and separate for negative x: at x = -3 the radical returns 3, while x itself is -3. The V is the graph of the absolute value.

The same reasoning runs at every index, and the index’s parity decides the answer:

xnn=x  (n even),xnn=x  (n odd).\sqrt[n]{x^n} = |x| \ \ (n \text{ even}), \qquad \sqrt[n]{x^n} = x \ \ (n \text{ odd}).

An even root is forced to be non-negative, so it needs the bars. An odd root is free to be negative and carries the sign of xx by itself, so bars would be wrong: (2)33=83=2\sqrt[3]{(-2)^3} = \sqrt[3]{-8} = -2, exactly xx, not x|x|.

One refinement saves a lot of unnecessary bars. When you pull an even power apart, what matters is the exponent that comes out:

x4=x2,x6=x3,x10=x5.\sqrt{x^4} = x^2, \qquad \sqrt{x^6} = |x|^3, \qquad \sqrt{x^{10}} = |x|^5 .

In the first, x2x^2 is already non-negative for every real xx, so bars would change nothing and are left off. In the others the exponent coming out is odd, so the result could be negative and the bars are mandatory. Bars are needed when, and only when, the exponent that emerges is odd (and the variable is unrestricted).

Worked example 1 Simplify 20x2\sqrt{20x^2}, where xx is any real number

Check the domain first. The radicand is 20x220x^2, and x20x^2 \ge 0 for every real xx, so 20x2020x^2 \ge 0 always. Nothing restricts xx, which means the answer has to be correct for negative xx too.

Split off the largest perfect square inside, which is 4x24x^2:

20x2=4x25=4x25.\sqrt{20x^2} = \sqrt{4x^2 \cdot 5} = \sqrt{4x^2}\,\sqrt{5}.

(The product rule is doing that split, and both factors are non-negative, so it is allowed. The next section is about what happens when they are not.) Now 4x2=22x2=2x\sqrt{4x^2} = \sqrt{2^2}\sqrt{x^2} = 2|x|, using the identity just proved:

20x2=2x5.\sqrt{20x^2} = 2|x|\sqrt 5 .

The bars are not optional here. Test x=1x = -1: the original is 204.47\sqrt{20} \approx 4.47, a positive number. The candidate answer 2x52x\sqrt 5 would give 254.47-2\sqrt5 \approx -4.47, the wrong sign. The correct answer 2x52|x|\sqrt5 gives 254.472\sqrt5 \approx 4.47, which matches.

Check your understanding

Simplify 9x2\sqrt{9x^2}, where xx may be any real number.

Answer choices

The product rule, and the hypothesis it depends on

The rule you have been using on trust is the product rule, and it comes with a hypothesis attached:

ab=ab,provided a0 and b0.\sqrt{ab} = \sqrt a \, \sqrt b, \qquad \text{provided } a \ge 0 \text{ and } b \ge 0 .

That hypothesis is usually skated over, as though it were a formality. Watch where it enters the proof, because in a moment you are going to remove it and watch the rule die.

If a,b0a, b \ge 0, then ab=ab\sqrt{ab} = \sqrt a \sqrt b#

Write p=ap = \sqrt a and q=bq = \sqrt b. These exist as real numbers because aa and bb are non-negative, which is the first use of the hypothesis.

By the definition of the principal root, p0p \ge 0 and q0q \ge 0, and also p2=ap^2 = a and q2=bq^2 = b. Their product pqpq then satisfies two things. Its square is

(pq)2=p2q2=ab,(pq)^2 = p^2 q^2 = ab,

and it is non-negative, since p0p \ge 0 and q0q \ge 0 make pq0pq \ge 0. That is the second use of the hypothesis, and it is the one that matters.

So pqpq is a non-negative real number whose square is abab. By the uniqueness proved earlier, there is only one such number, and its name is ab\sqrt{ab}. Therefore pq=abpq = \sqrt{ab}, which is exactly ab=ab\sqrt a \sqrt b = \sqrt{ab}.

Read the last two paragraphs again. The proof splits into two claims: that pqpq squares to abab, and that pqpq is non-negative. The first claim never uses the sign of aa or bb at all. The second one does, and it is the claim that identifies pqpq as the principal root rather than merely a square root. Pull the hypothesis and the first half of the argument survives while the second half collapses. So the product pqpq lands on a square root of abab, just possibly the wrong one of the two.

That is a prediction, and you have the tools to test it.

Watching the rule fail

Take a=b=1a = b = -1. Compute both sides.

The left side is easy, and it is entirely real:

ab=(1)(1)=1=1.\sqrt{ab} = \sqrt{(-1)(-1)} = \sqrt{1} = 1 .

The right side uses the imaginary unit from chapter 5, where 1=i\sqrt{-1} = i and i2=1i^2 = -1:

ab=11=ii=i2=1.\sqrt{a}\,\sqrt{b} = \sqrt{-1}\cdot\sqrt{-1} = i \cdot i = i^2 = -1 .

One side is 11 and the other is 1-1. The product rule is not “risky” here, or “undefined,” or a matter of taste. For a=b=1a = b = -1 it is false, and you have just checked it with arithmetic you already own.

The diagnosis is exactly what the proof predicted. The number 1-1 that the right side produced is a square root of ab=1ab = 1, because (1)2=1(-1)^2 = 1. It is simply the wrong square root: it is the negative one, and x\sqrt{\phantom{x}} is committed to the non-negative one. The hypothesis a,b0a, b \ge 0 is what guarantees the product pqpq lands on the correct root, and with two negative factors that guarantee is gone.

The failure is not a one-off:

49=(2i)(3i)=6i2=6,while(4)(9)=36=6.\sqrt{-4}\cdot\sqrt{-9} = (2i)(3i) = 6i^2 = -6, \qquad \text{while} \qquad \sqrt{(-4)(-9)} = \sqrt{36} = 6 .

Off by a sign again, and always by a sign, because the two candidate roots differ only by a sign. With one negative factor there is no problem at all: 49=(2i)(3)=6i\sqrt{-4}\cdot\sqrt{9} = (2i)(3) = 6i, and (4)(9)=36=6i\sqrt{(-4)(9)} = \sqrt{-36} = 6i agrees.

Sorting the cases out gives a sharp statement. For real aa and bb, use the chapter-5 convention c=ic\sqrt{-c} = i\sqrt c for c>0c > 0. Then the identity ab=ab\sqrt{ab} = \sqrt a \sqrt b holds unless aa and bb are both negative, and when they are both negative it always fails, by a factor of 1-1. Both directions of that claim are quick to check. If at most one of them is negative, say a=ma = -m with m>0m > 0 and b0b \ge 0, then ab=imb=imb\sqrt a \sqrt b = i\sqrt m \sqrt b = i\sqrt{mb} and ab=mb=imb\sqrt{ab} = \sqrt{-mb} = i\sqrt{mb}, which agree. If both are negative, a=ma = -m and b=nb = -n with m,n>0m, n > 0, then

ab=(im)(in)=i2mn=mn,whileab=mn,\sqrt a \, \sqrt b = (i\sqrt m)(i\sqrt n) = i^2 \sqrt{mn} = -\sqrt{mn}, \qquad \text{while} \qquad \sqrt{ab} = \sqrt{mn},

and those two are negatives of each other, never equal (unless both are zero, which two negatives cannot be).

The practical rule that follows is short, and it is the one to carry into every problem with a negative radicand: convert to ii first, then multiply. Never combine two negative radicands under one radical sign.

Check your understanding

What is 425\sqrt{-4}\cdot\sqrt{-25}?

Answer choices

Nothing in that proof cared that the index was 22. It needed only that a non-negative radicand has exactly one non-negative nn-th root, which is what the very first proof established for every nn. Replace each square root by an nn-th root and the argument runs word for word, so the rule holds at every index:

abn=anbn,provided a0 and b0.\sqrt[n]{ab} = \sqrt[n]{a}\,\sqrt[n]{b}, \qquad \text{provided } a \ge 0 \text{ and } b \ge 0 .

That is the step you take whenever you pull a fourth root or a sixth root apart, as in 16x84=164x84\sqrt[4]{16x^8} = \sqrt[4]{16}\,\sqrt[4]{x^8}.

For an odd index none of the trouble with signs arises in the first place: a3\sqrt[3]{a} is defined for every real aa and carries the sign of aa. So the odd-index product rule ab3=a3b3\sqrt[3]{ab} = \sqrt[3]{a}\,\sqrt[3]{b} holds for all real aa and bb, negatives included. There is no second root competing for the name, so there is nothing to get wrong.

The quotient rule

Division behaves the same way, and the proof is the same argument with a quotient in place of a product. If a0a \ge 0 and b>0b > 0, then a/b\sqrt a / \sqrt b is non-negative and its square is a/ba/b, so it is the principal square root of a/ba/b:

ab=ab,a0, b>0.\sqrt{\frac{a}{b}} = \frac{\sqrt a}{\sqrt b}, \qquad a \ge 0, \ b > 0 .

The condition b>0b > 0 is stronger than b0b \ge 0 only because you cannot divide by zero. The same statement holds at any index, for a non-negative aa and a positive bb:

abn=anbn.\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}} .

Both rules are worth reading in both directions. Left to right, they take a radical apart: 9/25=3/5\sqrt{9/25} = 3/5. Right to left, they put one together, which is often the faster move:

502=502=25=5.\frac{\sqrt{50}}{\sqrt{2}} = \sqrt{\frac{50}{2}} = \sqrt{25} = 5 .

Simplest radical form

Radicals, like fractions, have a standard form, so that two people who simplify the same expression write down the same thing. A radical expression is in simplest radical form when all three of these hold.

  1. No perfect nn-th power factors remain under the radical. 72\sqrt{72} fails this, because 3636 divides 7272.
  2. No radical appears in a denominator. 12\dfrac{1}{\sqrt 2} fails this.
  3. The index and the exponents under the radical share no common factor. x46\sqrt[6]{x^4} fails this, because 66 and 44 share the factor 22.

Condition 2 is a real condition, but its repair is a technique of its own, and it closes this chapter (Rationalizing and Radical Conjugates). Leave it alone for now; every exercise here is arranged so that conditions 1 and 3 are the whole job.

Condition 1: extract perfect powers. Factor the radicand, pull out everything that appears as a perfect nn-th power, and leave the rest inside. Two routes work. Hunt for the largest perfect nn-th power that divides the radicand, which is fast when you spot it. The other route is to factor into primes and take out one factor for every group of nn equal ones, which never fails.

Worked example 2 Put 72\sqrt{72} in simplest radical form

Route 1: the largest perfect square. The perfect squares are 1,4,9,16,25,36,49,1, 4, 9, 16, 25, 36, 49, \ldots, and the largest one dividing 7272 is 3636, since 72=36272 = 36 \cdot 2. Both factors are non-negative, so the product rule applies:

72=362=362=62.\sqrt{72} = \sqrt{36 \cdot 2} = \sqrt{36}\,\sqrt{2} = 6\sqrt 2 .

Route 2: prime factorization. If the largest square is not obvious, break the radicand into primes and group them in pairs, since a pair of equal primes is a perfect square:

72=2332=(22)(33)(2).72 = 2^3 \cdot 3^2 = (2 \cdot 2)(3 \cdot 3)(2).

Each pair sends one copy of itself outside the radical, and the leftover 22 stays in:

72=232=62.\sqrt{72} = 2 \cdot 3 \cdot \sqrt 2 = 6\sqrt 2 .

Both routes agree, as they must. A quick sanity check: 626(1.414)=8.496\sqrt2 \approx 6(1.414) = 8.49, and 8.492728.49^2 \approx 72.

The answer 626\sqrt2 is not “less simplified” than 72\sqrt{72} because it looks longer. It is more useful. It separates the exact whole-number part from the irrational part, which exposes that 72\sqrt{72} and 2\sqrt{2} are multiples of the same irrational number. Two expressions written in simplest form can be compared at a glance, and the next lesson turns that into arithmetic.

At a higher index, the grouping size changes but nothing else does. For a cube root you take out one factor per group of three.

Worked example 3 Simplify 54a43\sqrt[3]{-54a^4}, where aa is any real number

The index is odd, so a negative radicand is fine and no absolute values will appear. Factor the radicand, splitting off perfect cubes:

54a4=(27)(2)(a3)(a),-54a^4 = (-27)(2)\,(a^3)(a),

since 54=272-54 = -27 \cdot 2 and a4=a3aa^4 = a^3 \cdot a. Both 27=(3)3-27 = (-3)^3 and a3a^3 are perfect cubes, so they come out:

54a43=273a332a3=3a2a3=3a2a3.\sqrt[3]{-54a^4} = \sqrt[3]{-27}\,\sqrt[3]{a^3}\,\sqrt[3]{2a} = -3 \cdot a \cdot \sqrt[3]{2a} = -3a\sqrt[3]{2a} .

No bars anywhere. a33=a\sqrt[3]{a^3} = a exactly, for every real aa, because an odd root keeps the sign it was given. Writing a|a| here would be an error, not a precaution: at a=1a = -1 the original is 5433.78\sqrt[3]{-54} \approx -3.78, and 3a2a3=3233.78-3a\sqrt[3]{2a} = 3\sqrt[3]{-2} \approx -3.78 matches, while 3a2a3-3|a|\sqrt[3]{2a} would give +3.78+3.78.

Worked example 4 Simplify 50x3y4\sqrt{50x^3y^4}

Start with the domain, because it does half the work. The index is even, so the radicand must be non-negative. Since y40y^4 \ge 0 always and 50>050 > 0, the sign of 50x3y450x^3y^4 is decided by x3x^3, which carries the sign of xx. So as long as y0y \ne 0, the expression names a real number exactly when x0x \ge 0, and that hypothesis comes free with the problem.

The one exception is worth naming, since this lesson is about taking hypotheses seriously. If y=0y = 0 the radicand is 00 no matter what xx is, so the expression is a perfectly real 00 even for negative xx. That case carries no information, so set it aside: assume y0y \ne 0, and the domain hands you x0x \ge 0.

Split each factor into a perfect square times a remainder:

50x3y4=(252)(x2x)(y4),50x^3y^4 = (25 \cdot 2)(x^2 \cdot x)(y^4),

so the perfect squares are 2525, x2x^2, and y4y^4, and what stays behind is 2x2x:

50x3y4=25x2y42x=5xy22x.\sqrt{50x^3y^4} = \sqrt{25}\,\sqrt{x^2}\,\sqrt{y^4}\,\sqrt{2x} = 5 \cdot |x| \cdot y^2 \cdot \sqrt{2x} .

Now clean up the two absolute values that could have appeared. The domain already forces x0x \ge 0, so x=x|x| = x. And y4=y2\sqrt{y^4} = y^2 needs no bars in the first place, because the exponent coming out is even and y20y^2 \ge 0 for every real yy:

50x3y4=5xy22x.\sqrt{50x^3y^4} = 5xy^2\sqrt{2x} .

The general habit is worth naming. Ask what the domain forces before you ask whether you need bars. Bars are needed only for a variable whose sign is genuinely unknown, and an odd power under an even root usually pins the sign down for you.

Condition 3: reduce the index. Rational exponents, from the previous lesson, make this mechanical. Rewrite the radical as a power, reduce the fraction, and translate back.

Worked example 5 Simplify 86\sqrt[6]{8} and 94\sqrt[4]{9}

For 86\sqrt[6]{8}, write the radicand as a power of 22 and convert to a rational exponent:

86=236=(23)1/6=23/6=21/2=2.\sqrt[6]{8} = \sqrt[6]{2^3} = \left(2^3\right)^{1/6} = 2^{3/6} = 2^{1/2} = \sqrt 2 .

The index and the exponent shared the factor 33, and reducing 3/63/6 to 1/21/2 is precisely what cancelling it means. A sixth root of 88 really is 2\sqrt2: check by raising it to the sixth power, (2)6=(21/2)6=23=8(\sqrt2)^6 = (2^{1/2})^6 = 2^3 = 8.

The same move handles 94\sqrt[4]{9}:

94=324=32/4=31/2=3.\sqrt[4]{9} = \sqrt[4]{3^2} = 3^{2/4} = 3^{1/2} = \sqrt 3 .

For a variable base, keep the base non-negative so the rational-exponent rules apply. With x0x \ge 0,

x46=x4/6=x2/3=x23,\sqrt[6]{x^4} = x^{4/6} = x^{2/3} = \sqrt[3]{x^2},

which is in simplest form, since 33 and 22 share no common factor.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Here is a mistake worth more than most correct answers. It was printed in 1770, in an algebra textbook by Leonhard Euler. He was Swiss, and he produced more mathematics than anyone before him or since.

Euler was using the rule you have been using all lesson. The root of a product is the product of the roots. He applied it to two negative numbers, and concluded that 2\sqrt{-2} times 3\sqrt{-3} is 6\sqrt6. By the conventions now standard the answer is 6-\sqrt6, the other square root of the same number. Euler had walked straight into the trap this lesson is built around.

It is not hard to see how. In 1770 nobody had yet insisted that the radical sign must name one particular number. The square root of a negative was still handled on instinct rather than by definition. So the rule looked unconditional, because nothing in the notation announced the hypothesis it was quietly resting on.

That is why the clause “provided a0a \ge 0 and b0b \ge 0” is not textbook throat clearing. It is the whole difference between the answer you now know how to defend and the one the finest mathematician of his century wrote down.