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 #89073 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Since every 4th power is \"1\", \n" ); document.write( "If you have i^x and x = 4k+r \n" ); document.write( "the i^x = i^r \n" ); document.write( "---------------- \n" ); document.write( "Example: i^37 = i^(4*9+1) = i^1 = i \n" ); document.write( "i^23 = i^(5*4+3) = i^3 = -i \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |