How do I find the square root of a complex number?

Say you want to find the square root of the complex number 3+2i.
We can assume that the answer we want will be in the form a+bi.
It follows then, that you can also write 3+2i as (a+bi)2.
Expanding this gives us 3+2i = a2+2abi-b2
Then all we need to do is compare the coefficients of the imaginary and real parts: i.e. 3 = a2-b2 and 2 = 2ab.
Solve these 2 simultaneous equations to get a =1.8 and b = 0.56 (ignore any imaginary solutions for a and b - they have to be real).
Therefore the square root of 3+2i is 1.8+0.56i. You can check this by squaring our solution and you'll get back to 3+2i (or near enough due to rounding).


DC

Related Further Mathematics A Level answers

All answers ▸

Prove, by induction, that 4^(n+1) + 5^(2n-1) is always divisible by 21


The point D has polar coordinates ( 6, 3π/4). Find the Cartesian coordinates of D.


Differentiate arcsin(2x) using the fact that 2x=sin(y)


Take quadratic equation x^2-6x+14=0 and its solutions a and b. What is a/b+b/a?