simple: what does -i^2 generally equal?

G

Guest

Guest
ok, there's a mis-understanding between a friend and myself. does -i^2 equal +1 or
-1?
 
Depends what you mean. Are you saying "-(i<sup>2</sup>)" or "(-i)<sup>2</sup>"? That is, are you including the "minus" sign in the squaring, or not?

Thank you.

Eliz.
 
black0belt0babe7 said:
ok, there's a mis-understanding between a friend and myself. does -i^2 equal +1 or
-1?

As written, with no parentheses, the negative is not affected by the exponent. Thus - 1² = - 1.
 
If you meant to write this
[(i)2]\displaystyle [- (i)^2]

Then it is equal too
(1)2=(1)=1\displaystyle - (\sqrt { - 1} )^2 = - ( - 1) = 1

If you meant to write this
(i)2\displaystyle ( - i)^2

Then it is equal to
(1)2=(1)=1\displaystyle ( - \sqrt { - 1} )^2 = ( - 1) = - 1

Please use brackets next time.
 
Top