Finding Solutions to a Complex Equation

ƒ(x)
Messages
327
Reaction score
0

Homework Statement



Solve (z+1)^5 = z^5

Homework Equations



None

The Attempt at a Solution



z^5 + 5z^4 + 10z^3 + 10z^2 + 5z + 1 = z^5
5z^4 + 10z^3 + 10z^2 + 5z + 1 = 0
5z^3(z + 2) + 5z(2z + 1) = -1

I'm not quite sure how to go about solving this. Expanding, canceling terms, and then factoring doesn't get me anywhere.
 
Physics news on Phys.org
ƒ(x) said:
Solve (z+1)^5 = z^5
It's clear that there are no real roots: consider the graphs of (x+1)^5 and x^5 for real x. Are you looking for an exact solution or a numerical approximation? For an exact solution, you'll have to solve a quartic equation, which can be done but it's fairly ugly.
 
ƒ(x) said:

Homework Statement



Solve (z+1)^5 = z^5

Homework Equations



None

The Attempt at a Solution



z^5 + 5z^4 + 10z^3 + 10z^2 + 5z + 1 = z^5
5z^4 + 10z^3 + 10z^2 + 5z + 1 = 0
5z^3(z + 2) + 5z(2z + 1) = -1

I'm not quite sure how to go about solving this. Expanding, canceling terms, and then factoring doesn't get me anywhere.
Play with it.

5z4 + 10z3 + 10z2 + 5z + 1
=5(z4 + 2z3 + 2z2 + z) + 1

=5(z4 + 2z3 + z2 + z2 + z) + 1

=5( (z2 + z)2 + (z2 + z) ) + 1

=5 (z2 + z)2 + 5 (z2 + z) + 1


Let u = z2 + z .

You have a quadratic equation in u .

Solve for u, then solve u = z2 + z for z.

Added in Edit:

See Dick's method in the next post. Sweet!
 
Last edited:
Or just write your equation as (\frac{z+1}{z})^5=1. That tells you 1+1/z is a fifth root of unity. It's pretty easy from there.
 
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