I would like to prove that the equation $ 3^x+4^x=5^x $ has only one real solution ($x=2$)
I tried to study the function $ f(x)=5^x-4^x-3^x $ (in order to use the intermediate value theorem) but I am not able to find the sign of $ f'(x)= \ln(5)\times5^x-\ln(4)\times4^x-\ln(3)\times3^x $ and I can't see any other method to solve this exercise...
Then if $x>2,$ $$5^x = (4^2 + 3^2)^n 5^r = 4^{2n}5^r + 3^{2n}5^r + 5^r\displaystyle\sum_{i = 1}^{n-1} \binom {n} {i} 4^{2i}3^{2(n-1)} > 4^{2n + r} + 3^{2n+ r} = 4^x + 3^x.$$
– jspecter Sep 04 '11 at 13:56