Solve polynomial using complex number

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
2 replies · 2K views
songoku
Messages
2,514
Reaction score
395
Homework Statement
a. Solve w^3 = 1 in de moivre form

b. You must use result from (a) to solve (z + i)^3 + (z - i)^3 = 0
Relevant Equations
de moivre
I can do question (a). For question (b), I can not see the relation to question (a). Can we really do question (b) using result from (a)? Please give me little hint to relate them

Thanks
 
Physics news on Phys.org
songoku said:
Homework Statement: a. Solve w^3 = 1 in de moivre form

b. You must use result from (a) to solve (z + i)^3 + (z - i)^3 = 0
Homework Equations: de moivre

I can do question (a). For question (b), I can not see the relation to question (a). Can we really do question (b) using result from (a)? Please give me little hint to relate them

Thanks

Divide both sides in (b) by ##(z+i)^3## and use that ##-1=(-1)^3## to write the equation in the form

$$\left(\frac{i-z}{i+z}\right)^3=1$$

Then you can use (a) to proceed.
 
Math_QED said:
Divide both sides in (b) by ##(z+i)^3## and use that ##-1=(-1)^3## to write the equation in the form

$$\left(\frac{i-z}{i+z}\right)^3=1$$

Then you can use (a) to proceed.

Thank you very much