I came across the following question:
Find the number of solutions of the equation $3^x+4^x=5^x$ in the set of positive real numbers.
I tried the above question by taking log on both sides and then solving, but it didn't seem to work. Any idea on how to proceed to solve this question?
$\endgroup$ 31 Answer
$\begingroup$Divide both sides by $5^x$ to get $\left(\dfrac{3}{5}\right)^x+\left(\dfrac{4}{5}\right)^x = 1$.
The left side is strictly decreasing, while the right side is constant. Hence, there is at most one solution. All you have to do is find one solution, and you have found all solutions.
EDIT: As far as solving this algebraically goes, for most values of $a,b,c > 0$, the equation $a^x+b^x = c^x$ doesn't have a nice solution for $x$ in terms of $a,b,c$. However, for specific values of $a,b,c$ there can be a nice solution. If this is a textbook problem for which an exact answer is required, then the authors will have picked out values of $a,b,c$ for which there is a nice solution.
$\endgroup$ 6