Given a polynomial such as:
$x^3 + 8i$
How can I solve this?
The first obvious step is to move the $8i$ over, so you get:
$x^3 = -8i$
From there, I need to create a complex number of some sort. I'm not sure how I can do this.
Given a polynomial such as:
$x^3 + 8i$
How can I solve this?
The first obvious step is to move the $8i$ over, so you get:
$x^3 = -8i$
From there, I need to create a complex number of some sort. I'm not sure how I can do this.
You can express $-8i$ in terms of the complex exponential. If $e^{i \theta} = \cos \theta + i \sin \theta$, then
$$-8i = 8(-i) = 8[\cos (3 \pi / 2) + i \sin (3 \pi / 2)] = 8e^{(3i \pi / 2)+2 \pi n} = x^3,$$
with $n = 0, 1, 2.$ Then
$$x = 2e^{(i \pi/2)+2 \pi n/3},$$
with $n = 0, 1, 2$.
For $n = 0$, $x = 2e^{i \pi/2} = 2(\cos \pi / 2 + i \sin \pi / 2) = 2i.$
You can get the other two roots similarly for $n = 1, 2$.