Is the equation z^z + 1 = 0 solvable?

  • Thread starter Thread starter mechprog
  • Start date Start date
  • Tags Tags
    Interesting
AI Thread Summary
The equation z^z + 1 = 0 is solvable using the Lambert W function, which has infinitely many complex branches. The discussion highlights the process of manipulating the equation to express it in a form suitable for applying the Lambert W function, specifically through logarithmic transformations. The beauty of complex numbers and their geometric representations is emphasized, noting the complexity of visualizing the solutions. Additionally, it is mentioned that most equations involving complex numbers will have solutions due to fundamental theorems in algebra and complex analysis, although some functions may lack solutions in the real number domain. The conversation concludes with a suggestion to explore other equations that elude solutions in complex numbers.
mechprog
Messages
27
Reaction score
0
Long back (not so much long back), when I was first introduced to complex numbers, my mind was flooded with strange and interesting curiosities (as they appeared to me!), rather ideas. Of course this realm of mathematics is, as the mathematicians are fond of saying, is remarkably beautiful. As I studied these (complexes!) further and their applications, a strange feeling of asymmetry and limitations developed (Which I will describe no further). But, before that some interesting analogies (which I now suspect to be incorrect) forced me look for some insolvable equations. That time thought of the following equation
z^{z}+1=0
and happily thought that it was unsolvable.
My thoughts were shattered by mathematica (which solved it, but never gave the procedure)
Can anyone help (rather mathematica in hurting me further!) by giving some hints for solving this equation.
 
Mathematics news on Phys.org
Ever considered how a complex number could be represented using trig identities?
 
Hmm, can someone remind me which equations are not solvable with complex numbers? (apart from division by zero)
 
The solution will use the Lambert W function, defined by

W(z)e^{W(z)} = z

The lambert W function has infinitely many complex branches, denoted by W_k(z).

Manipulating z^z = -1 to look like that will give the solution. (Hint: take a logarithm of both sides, then use a suitable change of variables for z)
 
Mute, you are making it much more difficult than it has to be.

Gerenuk, set z = re^{i\theta} (polar form).
 
I don't think that helps. I haven't carried out the working, but being able to solve that equation in the Complex numbers would imply we could solve it for real solutions using that method as well, and we know that for the reals, that equation does require the Lambert W function.
 
Jarle said:
Mute, you are making it much more difficult than it has to be.

Gerenuk, set z = re^{i\theta} (polar form).

I would like to see how it could be done more easily, then.
 
mechprog said:
Of course this realm of mathematics is, as the mathematicians are fond of saying, is remarkably beautiful.

The Lambert W function in my opinion is a perfectly suitable algebraic transformation to use that is no different than taking the sine of both sides. The algebra is one thing, but it's the geometry that is the really beautiful part of this expression. Most people don't get to see that geometry because it's tough to visualize and the composite nature of the solution makes it even more difficult because the geometry is bifurcating. So do what Mute said to do. I get something like:

z\log(z)=\log(-1)

\vdots

\log(-1)=1/z \log(-1)e^{\log(-1)/z}

Then take the Lambert W of both sides and rearrange to get:

z=\frac{log(-1)}{W[\log(-1)]}

Note that's not what Mathematica reports but rather only the principal branch of \log(-1)=\pi i.

Now, both the log and the W function are infinitely-valued, so for every branch of log(z)=ln|z|+i(\theta+2k\pi), the W function has an infinite number of values. But that's only the algebra. The actual function:

z=\frac{log(w)}{W[\log(w)]}

has real and imaginary surfaces that look like twisted funnels that fold into themselves infinitely often with each fold bifurcating into an infinite number of "sub-folds" with the solution to this problem then lining up along a vertical line above the point w=-1 where the line intersects each surface of the folds.

That geometry is the true beauty of this problem in my opinion.
 
jackmell said:
z=\frac{log(-1)}{W[\log(-1)]}.

We should also note that this is equivalent to

z = \exp\left[W(\log(-1))\right].
(this is the form I wrote it as, which my hint pertains to).
 
  • #10
My fault, I misread the equation.
 
  • #11
Although the above methods are more elegant and thorough, if you're just looking for any solution, consider this: what is (-1)^(-1)?
 
  • #12
Although the above methods are more elegant and thorough, if you're just looking for any solution, consider this: what is (-1)^(-1)?
why it never occurred to me?

Well, having seen all this I must look for other equations (which can elude complex numbers for solution) to satisfy my quest.
One of my friend suggested
|z|+1=0
but it doesn't strike as fertile.
 
  • #13
Since you haven't been working with complex numbers for too long, you should probably just take it from us that the vast vast majority of equations you can think of will have solutions in C. This is because of some powerful theorems such as the Fundamental Theorem of Algebra that states that any non constant polynomial with complex coefficients has a solution in C.

There's another very strong theorem from complex analysis that states that if an entire function (complex differentiable over the entire complex plane) is non-constant, then it will pass through every complex value, except perhaps excluding only one.

Another thing you should note is that R is a subset of C, so if the equation has solutions in R, it does in C as well.

However, there will be some functions of a complex variable that will have no solution, and you find some by looking for functions from C to R, not from C to C. Then you just have to think of functions that have no solutions in R, such as |z| +1 =0 as your friend suggested. If you were looking for an equation with no solution in R, that does "strike as fertile".
 
Back
Top