How Do You Solve Complex Number Equations?

AI Thread Summary
To solve the equation z^3 + 8 = 0, the first step is to rewrite it as z^3 = -8. The correct solution includes finding one root, z = -2, which can be confirmed by factoring the polynomial as (z + 2)(z^2 - 2z + 4). Since this is a third-degree polynomial, there are three roots in total, and the other two can be found by solving the resulting quadratic equation. Understanding polar form and De Moivre's theorem will aid in finding all roots, but the immediate focus should be on completing the factorization. The discussion emphasizes the importance of recognizing the number of roots for polynomial equations.
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; (2i)^3=-8i\neq -8

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

One method is to divide your polynomial z^3+8 by z+2 (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.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top