document.write( "Question 29395: i need some basic rules for the following type of problem set:\r
\n" );
document.write( "\n" );
document.write( "(i^0) * (-i^0) = ???\r
\n" );
document.write( "\n" );
document.write( "does i^o * i^0 = 1 ???\r
\n" );
document.write( "\n" );
document.write( "-i * i = ???\r
\n" );
document.write( "\n" );
document.write( "does -i^0 = -1 ???\r
\n" );
document.write( "\n" );
document.write( "i^1 * -i^1 = ???\r
\n" );
document.write( "\n" );
document.write( "i^2 * -i^2 = ???\r
\n" );
document.write( "\n" );
document.write( "-i^1 * i^2 = ???\r
\n" );
document.write( "\n" );
document.write( "i^1 * -i^2 = ???\r
\n" );
document.write( "\n" );
document.write( "then the set:\r
\n" );
document.write( "\n" );
document.write( "i^-1 * i^-2 = ??? ; i^1 * 1^-2 = ??? ; etc.\r
\n" );
document.write( "\n" );
document.write( "any resources on this type of factoring would be extremely useful, since i haven't seen this expressed anywhere in the literature as of yet.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "this type of factoring might be simple to roger penrose, but it's driving me nuts. \n" );
document.write( "
Algebra.Com's Answer #23175 by stanbon(75887) ![]() You can put this solution on YOUR website! Powers of i follow a cyclic pattern that you should memorize. \n" ); document.write( "i^0=1 \n" ); document.write( "i^1=i \n" ); document.write( "i^2=-1 \n" ); document.write( "i^3=-i \n" ); document.write( "i^4=1 \n" ); document.write( "Then it starts over again because the last result was \"1\". \n" ); document.write( "Following this pattern you should be able to work your problems. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |