Find roots of complex equation (1-x)^5 = x^5

DryRun
Gold Member
Messages
837
Reaction score
4

Homework Statement


Find roots of complex equation (1-x)^5 = x^5


Homework Equations


Probably Euler and/or De Moivre.


The Attempt at a Solution


I know i need to have z^5 on one side and all the rest on the other side. But i need 5 roots, and I'm only getting one.

(1-x)^5 = x^5
Use fifth root on both sides.
(1-x) = x
2x= 1
x = 1/2 (only one solution, which i know is wrong, but no idea how to proceed).
 
Physics news on Phys.org
sharks said:

Homework Statement


Find roots of complex equation (1-x)^5 = x^5

Homework Equations


Probably Euler and/or De Moivre.

The Attempt at a Solution


I know i need to have z^5 on one side and all the rest on the other side. But i need 5 roots, and I'm only getting one.

(1-x)^5 = x^5
Use fifth root on both sides.
(1-x) = x
2x= 1
x = 1/2 (only one solution, which i know is wrong, but no idea how to proceed).

You have the right idea here. But (like you thought), it isn't true that a^5=b^5 implies a=b. However, we can fix this:

If a^5=b^5 (and they are nonzero), then \left(\frac{a}{b}\right)^5=1. So a/b are fifth roots of unity. There are 5 fifth roots of unity. So let \alpha_i be one of the fifth roots of unity, then we have

\frac{a}{b}=\alpha_i

And thus

a=\alpha_i b

So, if a^5=b^5, then a=\alpha_i b where we take \alpha_i the fifth roots of unity. This gives us 5 equations.

Try that on your equation.
 
Take the complex root, to get:

<br /> 1 - x = \omega \, x, \; \omega^{5} = 1<br />

You get a linear equation in x parametrized by the number \omega. Solve it for x. What are the possible values for \omega?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top