3

solve the following equation :

$$3^x +4^x = 5^x \text{ in } \Bbb R$$

the trivial answer is $x=2$ .

Rory Daulton
  • 32,288

2 Answers2

9

Let $f(x)=\frac{3^x+4^x}{5^x}=(\frac{3}{5})^x+(\frac{4}{5})^x$, not hard to see $f$ is continuous and monotonically decreasing so $f(x)=1$ only has unique solution $x=2$.

2

$$\left( \frac{3}{5} \right)^x+\left( \frac{4}{5} \right)^x=1$$ Then $x=2$

$f(x)=\left( \frac{3}{5} \right)^x+\left( \frac{4}{5} \right)^x$decreasing function

Roman83
  • 17,884
  • 3
  • 26
  • 70