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

1 Answer
Sep 2, 2015

If you express your complex number in polar form as r(cos theta + i sin theta)r(cosθ+isinθ), then it has fourth roots:

alpha = root(4)(r)(cos (theta/4) + i sin (theta/4))α=4r(cos(θ4)+isin(θ4)), i alphaiα, -alphaα and - i alphaiα

Explanation:

Given a+iba+ib, let r = sqrt(a^2+b^2)r=a2+b2, theta = "atan2"(b, a)θ=atan2(b,a)

Then a + ib = r (cos theta + i sin theta)a+ib=r(cosθ+isinθ)

This has one 4th4th root alpha = root(4)(r)(cos (theta/4) + i sin (theta/4))α=4r(cos(θ4)+isin(θ4))

There are three other 4th4th roots: i alphaiα, -alphaα and -i alphaiα