What is the proof that $\sqrt{a} \cdot \sqrt{b} = \sqrt{a \cdot b}$ for $a,~ b > 0$?

1.7k Views Asked by At

I am having trouble understanding why the square root identity only applies to when a and b are greater than 0.

Is there a proof to the square root identity and that it only holds when a & b > 0?

In other words, what are the special attributes of negative numbers that cause this identity to break down?

3

There are 3 best solutions below

2
On

Let $a,b\ge0$. Then

$$(\sqrt a\sqrt b)^2=(\sqrt a)^2 (\sqrt b)^2 = ab$$ $$\sqrt{ab}^2=ab$$

It only holds only when $a,b\ge0$ because $\sqrt x$ is defined for $x\in [0,\infty)$.

0
On

First, suppose we know that $$x^2 = y^2.$$ From this we can conclude $$x = \pm y.\tag{$\star$}$$

If we know that both $x$ and $y$ are positive, we can do a little better: $$x=y.$$

(This is the crucial step. Make sure you understand it before going on.)


Now, suppose we want to show that $\sqrt a\sqrt b = \sqrt{ab}$. The squares of $\sqrt a\sqrt b$ and $\sqrt{ab}$ are equal (both squares are $ab$), so by $(\star)$ we know that $$\sqrt a\sqrt b = \pm\sqrt{ab}.$$

And if we knew that both sides were positive, we could do better: $$\sqrt a \sqrt b = \sqrt{ab}.$$

If $a$ and $b$ are positive, then we do know that both sides are positive, because when $x$ is positive $\sqrt x$ is defined to be a positive number, specifically the unique positive number whose square is $x$.

But if $x$ is negative (or complex), the meaning of $\sqrt x$ changes subtly, and is harder to pin down. Every number (except 0) has not one but two square roots, and when $x$ is negative we can't pick out the one we want by saying we want the positive one, because neither one is positive.

If $a$ or $b$ might be negative, then we can still say $$\sqrt a \sqrt b = \pm \sqrt{ab}$$ but we can't take that extra step to get rid of the $\pm$ sign.


You might ask why we couldn't find some way to extend the notion of “positive square root” when $x$ is negative or complex. Say for example we agree to always take the one whose imaginary part is positive, so that $\sqrt{-1}$ always means $i$ and never $-i$. We can do this, but it still doesn't get us what we want, because now we lose the property that the product of two positive numbers is positive! For example, we've just agreed to say that $i$ is positive, but the product $i\cdot i$ of two positive numbers is $-1$ which is not positive. So we still can't conclude that $\sqrt a\sqrt b$ and $\sqrt {ab}$ are both positive, and therefore we can't conclude that they are equal.

0
On

Note that

$(1)$ Both sides of the equation are non-negative.

$(2)$ The square of both sides is the same.

One can show that every non-negative real number has a unique non-negative square root using the intermediate value theorem.

If $a,b < 0$, then it's patently false, since $i^2 = -1 \neq \sqrt{1}$.