Saturday, July 9, 2016

complex numbers - Why is sqrtxsqrtx=x?




Q1 - Why is xx=x?



Q2 - I was thinking it would be:
xx=xx=x2 but apparently not (why not?)



Q3 - What are the formal algebra rules to use? Can I calculate this without using i such as in: xx=ixix=x2=x.


Answer



By definition, a square root of u is something that, when squared, gives u. Hence, if x exists, then xx=x by definition.



Now, the principal square root of a nonnegative real number u is the nonnegative real number whose square is u. We denote this by u. What this means is that, for x to be defined, we need x to be a nonnegative real number, which means that x is nonpositive real. Now, if x=0, this is no problem, and you can say that xx=x, since 0=0. If x is positive, then the left hand side of () isn't even defined, so () is false. If x is negative, then the right hand side of is a negative number, while the left hand side is the square of a positive number, so is positive, and so () is again false.




However, we can conclude that, if x is defined (that is, if x is nonpositive real), then xx=x2. How can this be? Well, remember that a principal square root has to be nonnegative real, so for any real u, we have in general that u2=|u|. In particular, then, since x is nonpositive real, then xx=x2=|x|=x.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...