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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top