document.write( "Question 121401: Calculate the first 10 powers of i. Observe the pattern. Explain how to quickly calculate any whole number power of i.( ex. What is i^312?)
\n" );
document.write( "I know how to calculate the first ten powers and I see the pattern but I am awful at explaining to other people. Can you help? \n" );
document.write( "
Algebra.Com's Answer #89075 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! i^1=sqrt-1 \n" ); document.write( "i^2=-1 \n" ); document.write( "i^3=1sqrt-1 \n" ); document.write( "i^4=1 \n" ); document.write( "i^5=1sqrt-1 \n" ); document.write( "i^6=-1 \n" ); document.write( "i^7=-1sqrt-1 \n" ); document.write( "i^8=1 \n" ); document.write( "i^9=1sqrt-1 \n" ); document.write( "i^10=-1 \n" ); document.write( "--------------------------------------- \n" ); document.write( "i^312=i^(78*4) or i^4=1 \n" ); document.write( "IF THE POWER IS DIVISABLE BY 4 THEN THE ANSWER IS (1) \n" ); document.write( "IF DIVIDING THE POWER BY 4 GIVES A REMAINDER OF 1 THEN THE ANSWER IS (SQRT-1) \n" ); document.write( "IF DIVIDING THE POWER BY 4 GIVES A REMAINDER OF 2 THEN THE ANSWER IS (-1) \n" ); document.write( "IF DIVIDING THE POWER BY 4 GIVES A REMAINDER OF 3 THEN THE ANSWER IS (1SQRT-1) \n" ); document.write( " |