That this, why does, for example, the square root of $n$, cubed, give the same value as the square root of $n$ cubed?
2026-04-04 04:37:50.1775277470
Can you explain why $(\sqrt{n})^3 = \sqrt{n^3}$?
114 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
The reason that taking a square root fundamentally "makes sense" (i.e. is well-defined) as a function is as follows:
Now, let's look at those two values you have: that is, take $a = (\sqrt{n})^3$ and $b = \sqrt{n^3}$. We note that $$ a^2 = (\sqrt{n})^3 \cdot (\sqrt{n})^3 = (\sqrt{n})^6 = ((\sqrt{n})^2)^3 = n^3\\ b^2 = \sqrt{n^3} \cdot \sqrt{n^3} = \sqrt{n^3 \cdot n^3} = \sqrt{(n^{3})^2} = n^3 $$ since $a,b$ are both non-negative and $a^2 = b^2$, it must be that $a = b$.
Here's an equivalent perspective: if $p$ and $q$ are integers, then $(n^{p})^q = (n^q)^p$. This is because, with the way exponentiation is defined, we have $$ (n^q)^p = \left(\overbrace{n \cdots n}^{p \text{ times}}\right)^q = \overbrace{\overbrace{n \cdots n}^{p \text{ times}} \cdots \overbrace{n \cdots n}^{p \text{ times}}}^{q \text{ times}} = \overbrace{n \cdots n}^{pq \text{ times}} = n^{pq}\\ % (n^q)^p = \left(\overbrace{n \cdots n}^{q \text{ times}}\right)^p = \overbrace{\overbrace{n \cdots n}^{q \text{ times}} \cdots \overbrace{n \cdots n}^{q \text{ times}}}^{p \text{ times}} = \overbrace{n \cdots n}^{qp \text{ times}} = n^{qp} $$ and of course, $pq = qp$. When we extend the definition of exponentiation to rational numbers $p$ and $q$, the new exponents inherit the property $(n^p)^q = (n^q)^p = n^{pq}$. Thus, we have $$ (\sqrt{n})^3 = (n^{1/2})^3 = n^{3/2} = (n^3)^{1/2} = \sqrt{n^3} $$ as desired.