I've wanted to practice solving simple operations on exponents, so I've made a couple of equations to which I know the answers.
$$5^x -4^x = 9$$
I feel really stupid, because I can't solve this one (obviously the answer is 2). I can't separate the x's after using logarithms.
Any hints? Thanks.
As said by other participants, equations such as $$a^x+b^x=c$$ do not have explicit solutions in the general case. Only numerical methods (such as Newon) can be used and, in some cases, this can require a "good" starting point. In the case you give, is is quite clear that starting on the left of the solution can lead to serious problems since the derivative is very small. Starting from the right would lead easily to convergence.
Being very lazy and starting iterating at $x=4$, Newton successive iterates are :$3.44701$, $2.92838$, $2.47921$, $2.16102$, $2.02198$, $2.00045$, $2.00000$.