Here's my thinking: $$\sqrt[3]{{\sqrt[2]{x}^3}}^2$$ $$\sqrt{x}^2$$ $$|x|$$ What am I missing? Some calculators just multiply the fractions in both cases and give $x^1$, but it seems that the answer is |x| at least for the second case.
2026-03-27 10:15:57.1774606557
On
Why is $({x}^{3/2})^{2/3} = x$ while $({x}^{2/3})^{3/2} = |x|$?
82 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
$x^{3/2}$ or $x^{2/3}$ makes no sense for $x<0$.
$x^r$ for $r\notin\mathbb Z$ is defined for $x>0$ (and $x=0$ if $r\ge0$).
The exponential function $z^w$ is only well-defined for real, positive $z$ or integer $w$. When $z$ is not a positive real number and $w$ is not an integer, you can get these sorts of inconsistencies depending on how exactly the exponential is being handled.
One convention, usually used when $z$ is known to be real, is to always use the real root if it exists, and consider the expression undefined if it does not. If this convention is used, then $$ (x^{2/3})^{3/2} = |x|\;\;\;;\;\;\;(x^{3/2})^{2/3} = \begin{cases} x & x \ge 0 \\ \mathrm{undefined} & x \le 0\end{cases}. $$
Another convention that allows for $z$ to be complex (and is never undefined) is to define in terms of the exponential and natural logarithm functions: $$ z^w = e^{w \,\mathrm{Ln}(z)} = |z|^we^{iw\mathrm{Arg}(z)}. $$ Under this convention, $(x^{2/3})^{3/2} = x$ but $$ \left(x^{3/2}\right)^{2/3} = \exp\left[\frac{2}{3}\mathrm{Ln}\left(|x|^{3/2}e^{3i\mathrm{Arg}(z)/2}\right)\right] = x\omega $$ where $\omega = 1$ if $\mathrm{Re}[x]/|x| < -1/2$ and $[-1+ i\, \mathrm{sgn}(\mathrm{Im}[x])\sqrt{3}]/2$ otherwise.
Both of these conventions agree that $(x^{2/3})^{3/2} = (x^{3/2})^{2/3} = x$ when $x \ge 0$. But things go awry when we allow $x$ to be negative or complex.