I am currently learning about properties of radicals in a high school math class, and I am curious as to why this property holds true?
$\sqrt[n]{x} \cdot \sqrt[n]{y} = \sqrt[n]{x \cdot y}$
Could anyone intuitively explain this to me?
If $\sqrt[n]{a}$ and $\sqrt[n]{b}$ are defined and real for real $a,b$, this is true.
Note that $(xy)^n = x^ny^n$. So if $x=\sqrt[n]{a}$ and $y=\sqrt[n]{b}$ then $$(xy)^n=\left(\sqrt[n]{a}\sqrt[n]{b}\right)^n = (\sqrt[n]{a})^n(\sqrt[n]{b})^n=ab$$
So $z=\sqrt[n]{a}\sqrt[n]{b}$ satisfies $z^n= ab$. So $z=\sqrt[n]{ab}$ by definition. (You'll need some additional arguments that $z$ is the right sign when $n$ is even, but that is easy.)
Is this what you are telling me to apply?
– Nick Mar 16 '16 at 20:26$(\sqrt[n]{x} \cdot \sqrt[n]{y})^{n} = (\sqrt[n]{x \cdot y})^{n}$ to yield $x \cdot y = x \cdot y$
I guess that's pretty intuitive, although I wish there was something more visual. – Nick Mar 16 '16 at 20:35
Is this because if $n$ was even then the answer for both the radicals in the left expression could be either positive or negative, therefor I would have 4 different possible answers? – Nick Mar 16 '16 at 20:37