HSSC Forge / Maths 11th / Complex Numbers / Square Root of Complex Number

Square Root of Complex Number

To find

a+bi\sqrt{a+bi}

, assume the answer has the form

x+yix + yi

and square both sides:

(x+yi)2=x2y2+2xyi=a+bi(x+yi)^2 = x^2 - y^2 + 2xyi = a + bi

Matching real and imaginary parts gives

x2y2=ax^2 - y^2 = a

and

2xy=b2xy = b

. Combined with the modulus relation

x2+y2=a2+b2x^2 + y^2 = \sqrt{a^2+b^2}

, you can solve for

x2x^2

and

y2y^2

directly, then pick the signs of

xx

and

yy

so that

2xy2xy

matches the sign of

bb

.

Example:

3+4i\sqrt{3+4i}

. Here

a=3,b=4a=3, b=4

, modulus

=5=5

. Then

x2=5+32=4x^2 = \tfrac{5+3}{2} = 4

and

y2=532=1y^2 = \tfrac{5-3}{2} = 1

, so

x=2,y=1x=2, y=1

(same sign, since

b>0b>0

). Check:

(2+i)2=4+4i1=3+4i(2+i)^2 = 4+4i-1 = 3+4i

. ✓