2

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?

Ritu
  • 1,663
  • 1
    Did you already account for the solution $x=2$? Proceeding from there, divide though by $5^x$ and note that the LHS is strictly decreasing over the positive reals, showing that there can be only one solution. – abiessu Jun 05 '15 at 06:50
  • @abiessu yes, I tried putting positive integers like x=1, x=2 etc. But I wanted to know how can it be solved algebraically... – Ritu Jun 05 '15 at 06:52
  • The simple answer is "it can't". – abiessu Jun 05 '15 at 06:53

1 Answers1

6

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.

JimmyK4542
  • 54,331