3

Show that the equation $$3^x+4^x=5^x$$ has exactly one root.

Consider x as a member of real number set. This question was given by my instructor as part of Calculus course. I don't have any clue on how to approach this. Please help me in solving this.

user493838
  • 85
  • 7
  • Here’s a hint: rearrange so that the equation has 0 on one side. Now differentiate. If the derivative is always positive or always negative then the function must have at most one root so find a value where it’s positive and where it’s negative and you’re done by MVT – Dan Robertson Oct 20 '17 at 21:54

2 Answers2

2

The hint:

We need to solve that $$\left(\frac{3}{5}\right)^x+\left(\frac{4}{5}\right)^x=1$$

2

Roots of the given equation correspond to solutions of the equation $$(\frac{3}{5})^x+(\frac{4}{5})^x=1$$ However, the function $f(x)=(\frac{3}{5})^x+(\frac{4}{5})^x$ is decreasing for all $x$ (as the sum of two decreasing functions), hence there is at most one solution. Now find one solution by inspection ($x=2$) and we're done.

vadim123
  • 82,796