SOLUTION: i^2 is then (-1)
1. what is i^3?
2. what is (i-1)(i+1)?
3. what is i^4?
4. What is i^n is n is an even number? and if n is an odd number?
Algebra ->
Radicals
-> SOLUTION: i^2 is then (-1)
1. what is i^3?
2. what is (i-1)(i+1)?
3. what is i^4?
4. What is i^n is n is an even number? and if n is an odd number?
Log On
Question 324178: i^2 is then (-1)
1. what is i^3?
2. what is (i-1)(i+1)?
3. what is i^4?
4. What is i^n is n is an even number? and if n is an odd number? Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! i^2 is then (-1)
1. what is i^3?
= -i
-------------
2. what is (i-1)(i+1)?
=
= -2
-------
3. what is i^4?
= 1
-----------
4. What is i^n is n is an even number?
It's either -1 or +1.
---------------------
and if n is an odd number?
Either -i or +i
-----------------
Odd or even is not sufficient to specify the result. It's a modulo 4 function.
-----------
i^n = i to the power of the remainder of n/4.