I was wondering what the solution to $x=e^x$ was, but then I graphed $y=x$ and $y=e^x$ and saw that they didn't intersect. I assume they wouldn't intersect for a base greater than $e$ either. So, I wanted to know what values of $a$ would give the equation $x=a^x$ a solution. The first thing you notice is that $x>0$ because $x=a^x>0$. Also, the values $a\in(0,1)$ should work based on the shape of exponential decay (and $a=1$ of course), but the challenge is for $a>1$. The conclusion I reached was that the rest of the values for $a$ should be inside $(1,e)$. My reasoning uses the fact that $x>\ln(x)$ on the domain of $\ln(x)$.
If you rearrange $x=a^x$ you get $$x=a^x$$ $$\ln(x)=\ln(a^x)$$ $$\ln(x)=x\ln(a)$$ $$\frac{\ln(x)}{\ln(a)}=x$$ In order for this equation to be unsolvable, the function on the left must never intersect the function on the right, so one must always be greater. Because $\ln(x)$ grows more slowly, x would have to be the greater function. This leads to the inequality $$x>\frac{\ln(x)}{\ln(a)}$$ $$x\ln(a)>\ln(x)$$ This inequality is automatically true if $x\ln(a)>x$. Dividing on both sides gives $ln(a)>1\rightarrow a>e$. Therefore when $a>e$ the equation can't be solved. But what subinterval of $(1,e)$ contains the a-values I'm looking for?
