1

The total number of solutions (real) of equation: $2^x+3^x+4^x-5^x=0 ?$

I have no idea how to solve this problem. Can someone point me in the right direction?

nikola
  • 119

2 Answers2

7

Given $$2^x+3^x+4^x=5^x\Rightarrow \underbrace{\left(\frac{2}{4.5}\right)^x+\left(\frac{3}{4.5}\right)^x+\left(\frac{4}{4.5}\right)^x}_{\bf{Strictly\; decreasing \; fun.}} = \underbrace{\left(\frac{5}{4.5}\right)^x}_{\bf{Strictly\; increasing \; fun.}}$$

So these two function Intersect each other at exactly one point.

juantheron
  • 53,015
  • 5
    Then, we could use $4.999$ instead of $4.5$. Don't you think that André Nicolas's suggestion would even be easier since lhs will be decreasing and rhs a constant ? – Claude Leibovici Jul 16 '16 at 11:32
0

$$2^x+3^x+4^x=5^x$$

$${\left(\frac{2}{5}\right)^x+\left(\frac{3}{5}\right)^x+\left(\frac{4}{5}\right)^x} =1$$ $$y={\left(\frac{2}{5}\right)^x+\left(\frac{3}{5}\right)^x+\left(\frac{4}{5}\right)^x}$$ $$y=1$$ Since the function is always decreasing . It will meet $y=1$ only once .

Graph will make things more easier .enter image description here

Aakash Kumar
  • 3,480