Find $x$ such that $5^x - \sqrt{2x} -\log_2{x} = 22$.
I have observed that the solution of this equation should be $x = 2$, I also plotted the graph of the function $f(x) = 5^x - \sqrt{2x} -\log_2{x}$, and it looks like an increasing function, so the solution should be unique.
However my problem is proving that this solution is unique, and showing that the function is increasing using its derivative does not seem to work, as the expression is pretty ugly.
Do you have any suggestions on how to solve this without using the derivative?
Actually, you should write $$f(x)=5^x-\sqrt{2x}-\log_2(x)-22.$$ Now $$f'(x)=5^x\log(5)-\left(\frac{\sqrt{2}}{2\sqrt{x}}+\frac{1}{x\log(2)}\right).$$ Note that $$x\mapsto\frac{\sqrt{2}}{2\sqrt{x}}+\frac{1}{x\log(2)}$$ is decreasing on $[2,\infty)$, while $$x\mapsto 5^x\log(5)$$ is increasing on $[2,\infty)$. Hence, $f'(x)$ is increasing on $[2,\infty)$. A quick computation shows that $f'(2)>0$, and since $f'$ is increasing on $[2,\infty)$ that means $f'(x)>0$ for all $[2,\infty)$.