How do you solve this equations where the unknown is to the power of the unknown?

154 Views Asked by At

How do you solve equations like: $$x^x=7$$

I've been thinking about this but couldn't find any answer. (I'm not looking for graphical solutions, only pure algebra)

Thanks!

3

There are 3 best solutions below

0
On BEST ANSWER

Letting $x=e^t$, you rewrite

$$e^{te^t}=7,$$ or $$te^t=\ln(7),$$ which is solved by means of the Lambert function:

$$x=e^{W((\ln(7))}=\frac{\ln(7)}{W(\ln(7))}.$$

There is no better analytical way, I am afraid.

0
On

You can try to use graphic way to find the number of the solution. If you apply the $log$ to both terms you get: $$xlogx=log7$$ that is $x=log(7)/log(x)$ and you can picture the function $y=x$ and $y=log(7)/log(x)$

0
On

If you are trying to solve $x^{x} = c$ for positive real $x$ and positive real $c$, then this is equivalent to proving that $x \log(x) = \log(c)$, so that $x\log(x) = d$ for positive real $x$ and some real number $d$. Now calculus tells you that $f(x) = x \log(x)$ has derivative $1 + \log(x)$. This derivative is strictly positive for $x > \frac{1}{e}$. Hence $f(x)$ is strictly increasing on $[\frac{1}{e}, \infty)$, and $f(x)$ takes each value in $[\frac{-1}{e},\infty)$ exactly once on that interval ( making use of Rolle's theorem, for example). This is as far as general calculus theory will take you.

As others have said if you want to determine exactly where the values are attained you have to use numerical methods, or known values of Lambert's W-function.