You're viewing a single thread.
All comments
158
comments
That x^0.5 is not the same as the square root of x
4 0 ReplyPlease explain :)
1 0 ReplyX^3 = x•x•x
X^2 = x•x
X^1 = x
X^0 = 1
X^-1 = 1/x
X^-2 = 1/(x•x)
X^-3 = 1/(x•x•x)
When the exponent is between -1 and 1, it becomes a root function:
X^(1/2) = sqrt(x)
X^(1/3) = cubic root(x)
X^-(1/2) = 1/(sqrt(x))
X^-(1/3) = 1/(cubic root(x))
3 0 ReplyOh I misunderstood the original comment, the teacher said it wasn't the same, but it is the same. My understanding is that sqrt(x) = x^1/2
3 0 Reply
158
comments
Scroll to top