document.write( "Question 470932: How do we calculate the real and imaginary parts of (sqrt3 + i)^100 ?
\n" );
document.write( "I have tried and my working are as follows:
\n" );
document.write( "r = sqrt ((sqrt3)^2 + 1^2) = 2
\n" );
document.write( "alpha = arctan (1/sqrt3) = pi/6
\n" );
document.write( "Z = r (cos alpha + i sin alpha)
\n" );
document.write( "= 2 (cos pi/6 + i sin pi/6)
\n" );
document.write( "= 2 e^i(pi/6)
\n" );
document.write( "(sqrt3 + i)^100 = (2e^i(pi/6)^100
\n" );
document.write( "= 2^100 x e^i(100pi/6)
\n" );
document.write( "= 2^100 x e^i(50pi/3)
\n" );
document.write( "= ?
\n" );
document.write( "How do I solve from here ? \n" );
document.write( "
Algebra.Com's Answer #323031 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do we calculate the real and imaginary parts of (sqrt3 + i)^100 ? \n" ); document.write( "I have tried and my working are as follows: \n" ); document.write( "r = sqrt ((sqrt3)^2 + 1^2) = 2 \n" ); document.write( "alpha = arctan (1/sqrt3) = pi/6 \n" ); document.write( "Z = r (cos alpha + i sin alpha) \n" ); document.write( "Z = 2 (cos pi/6 + i sin pi/6) \n" ); document.write( " \n" ); document.write( "For the other 99 roots add 2pi and divide by 600 \n" ); document.write( "---------------------------------- \n" ); document.write( "---------------------------------- \n" ); document.write( "= 2 e^i(pi/6) \n" ); document.write( "(sqrt3 + i)^100 = (2e^i(pi/6)^100 \n" ); document.write( "= 2^100 x e^i(100pi/6) \n" ); document.write( "= 2^100 x e^i(50pi/3) \n" ); document.write( " \n" ); document.write( " |