Find the square root of complex number 3 + 4i

Strategy: write down an equation satisfied by the square root, and solve it algebraically.  Method:  square root x+iy  satisfies (x+iy)2 = 3 + 4i. Expand: x2-y2 +2xyi = 3+4i. Comparing coefficients gives:   x2-y2 =3 and 2xy =4. Then substitute y:  x2 -4/x2 = 3. Rearrange to get quadratic in x2 : (x+1)(x2 -4) = 0. x can't be imaginary (by definition) so x= +/- 2. Plug in to equation 2xy = 4, get y = +/- 1. So square root is +/- (2+i).

JS

Related Further Mathematics A Level answers

All answers ▸

Convert the general complex number z=x+iy to modulus-argument form.


Prove that ∑(1/(r^2 -1)) from r=2 to r=n is equal to (3n^2-n-2)/(4n(n+1)) for all natural numbers n>=2.


Find the volume of revolution about the x-axis of the curve y=1/sqrt(x^2+2x+2) for 0<x<1


Given M = [[-2,6],[1,3]], find P and D such that M = PDP^(-1) where D is a diagonal matrix