document.write( "Question 1108169: Find the square roots of z=5−12i \n" ); document.write( "
Algebra.Com's Answer #723161 by abdulaleem(11)![]() ![]() You can put this solution on YOUR website! Suppose that a+bi is a square root of 5 + 12i. \n" ); document.write( "Then, (a+bi)^2 = (a^2 - b^2) + (2ab)i = 5 + 12i. \n" ); document.write( "Equate real and imaginary parts: \n" ); document.write( "a^2 - b^2 = 5 \n" ); document.write( "2ab = 12 ==> b = 6/a. \r \n" ); document.write( "\n" ); document.write( "So, a^2 - (6/a)^2 = 5 \n" ); document.write( "==> a^2 - 36/a^2 = 5 \n" ); document.write( "==> a^4 -5a^2 - 36 = 0. \n" ); document.write( "==> (a^2 -9)(a^2 + 4) = 0. \n" ); document.write( "Since a must be real, a = 3 or -3. \n" ); document.write( "This gives b = 2 or -2, respectively. \r \n" ); document.write( "\n" ); document.write( "Thus, we have two square roots: 3+2i or -3-2i. \n" ); document.write( " |