How Do You Solve Complex Number Equations?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 10K views
missmerisha
Messages
22
Reaction score
0
I hope, I've posted this question in the right section.

Homework Statement


Solve the fooling equation over C

z^3+ 8 = 0


The Attempt at a Solution



First Attempt
z^3 = -8
cube root (2 ^3) = cube root (8 i^2 )
z = 2i


Second Attempt
z^3 = -8
z ^3 = -2 ^3
so, z = -2
 
Physics news on Phys.org
Or you could convert -8 into polar form, then using De Moivre's theorem get all three cube roots.
 
We're learning Polar Form next year and I have never heard of De Moivre's Theorem.

So, is my second attempt incorrect?
 
Your first attempt is incorrect; [itex](2i)^3=-8i\neq -8[/itex]

Your second attempt is not incorrect but it is incomplete: [itex]z^3+8=0[/itex] is a 3rd degree polynomial equation; so it must have three roots. You have correctly found one root [itex]z=-2[/itex], but you still need to find the other two.

One method is to divide your polynomial [itex]z^3+8[/itex] by [itex]z+2[/itex] (Since z=-2 is a root, you know (z+2) must be a factor of the polynomial) which will leave you with a quadratic that you can solve to find your other two roots.
 
thanks
I've got it now.