A few months ago, I wrote down this set of simultaneous equations, hoping there might be a way to solve them:
$y+x^2=0$
$\frac{x^x}{2-\sqrt{y}}=\frac{1}{\sqrt{e^{\pi }}}$
I know that one solution to these equations is $x=i$ and $y=1$, but I’m struggling to prove if this is the only solution or if others might exist. I keep hitting a wall, especially with this expression that frequently comes up:
$ax^2+bx=c$
where $a,b$ and $c$ are constants. In the simplest case when $a=1$ and $b=0$, the equation reduces to $x^x=c$, and I’ve been able to solve that using the Lambert W function:
When $x^x=c$
$x=e^{W\left(ln\left(e\right)\right)}$
However, I’m not a big fan of the Lambert function; it often feels like a trick without general applicability, and I haven't managed to get further.
That’s why I’m reaching out to the StackExchange community. Could anyone help verify if $x=i$ and $y=1$ is indeed the only solution to the original system? And if possible, could someone suggest a method or tool for handling expressions like $ax^x+bx+c$ more generally?
Lastly, if the equations above are too complex or unsolvable, could they be modified without losing their essential properties to make them more approachable?
Thank you in advance for any insights!
If $a$ is a positive real number and $z$ any complex number, you can also define $a^z$ as $\exp(z\ln(a))$ where $\exp(w) = \sum_{n \geqslant 0} \frac{w^n}{n!}$ when $w$ is a complex number. However, there is no good way to extend powers to any couple of complex numbers $z^w$.
– Cactus Nov 04 '24 at 13:39