I'm confused as to why my calculator is saying that $$x^\frac{n}{n}=x$$ when $n$ is an even integer. I was under the impression that $$x^\frac{n}{n}=\sqrt[n]x^n=|x|$$ when $n$ is an even integer. Thanks for any clarification.
2026-03-26 19:15:46.1774552546
On
On
Rational Exponents on Calculator
673 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
The calculator is correct. $\frac {n}{n} = 1$ for all $n \neq 0$. Any argument to the contrary must address that.
2
On
The basic problem is that the "laws of exponents" such as $(x^a)^{1/b} = x^{a/b} = (x^{1/b})^a$ work for positive $x$ but not always for negative $x$. Things get even more interesting when complex numbers are involved.
I would have to insist that when you write $x^{n/n}$ it has the meaning $x^{(n/n)}$, and since $n/n = 1$ (at least for $n \ne 0$) this is equal to $x^1 = x$. Most computer algebra packages take the same view, indeed in a text-based interface you generally can't enter this without the parentheses:
x^(n/n)
If you want $(x^{n})^{1/n}$ or $(x^{1/n})^n$, you put in parentheses accordingly.
$x^{(\frac nn)} =x^1 = x$
$(x^{n})^{\frac 1n} = |x|$
Note the difference... brackets affect a lot