A friend of mine is claiming to have a closed form solution to $x^x-x+5=\frac{29}{4}$, plotting it into wolfram alpha gives an approximation, and the equation doesn't seem very easy to solve. Can any of you help me finding a solution?
2026-03-28 03:34:59.1774668899
On
$x^x-x+5=\frac{29}{4}$
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
The equation reduces to $$f(x)=x^x-x-\frac{9}{4}$$ and, by inspection $f(2)=-\frac{1}{4}$ while $f(3)=\frac{87}{4}$. So, as the plot shows it, there is a solution slightly above $x=2$.
A easy procedure to solve nonlinear equation is based on Newton method which, starting from a "reasonable" guess $x_0$, produces the following iteration scheme $$x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)}$$ Using $x_0=2$, the following iterates are generated :$2.04331$, $2.04127$, $2.04126$ which is the solution for six significant figures.
The other solution is "quite" obvious, corresponding to $x=-2$.
I assume he means the rather obvious $x=-2$.
I assume you are referring to the positive transcendental root, somewhere in the vicinity of $2$.
I believe we already did. :-)