I was trying to solve this question:
Solve in $\mathbb{R}^+$ the Equation
$7^x-5^x=\lfloor x^2 \rfloor+1$
Where $\lfloor t\rfloor$ is the floor function
It is known that $\lfloor x^2\rfloor\leq x^2 $ so
$$7^x-5^x<x^2+1 $$
but You hace
$$7^x-5^x-x^2>1$$
for $x>1 $
But it is hard with derivatives
You are on the right track. Let call $$ f(x)=7^x-5^x-x^2 $$ we have $$ f'(x)=\log(7) 7^x-\log(5) 5^x -2x $$ and $$ f^{''}(x)=(\log(7))^2 7^x-(\log(5))^2 5^x -2 $$
$f''(x)$ is increasing and $f''(1)>0$ so for $x \ge 1$ $f'(x)$ is increasing.
$f'(1)>0$, so for $x \ge 1$ $f(x)$ is increasing, but $f(1)=1$ that implies that, for any $x >1$ $$ 7^x-5^x-x^2>1 $$ This show that there are no solution for $x>1$. $x=1$ is a solution.
So it only remains to find the solution for $0\le x<1$ i.e. the solution of the equation $$ g(x):=7^x-5^x-1=0 $$ As $g(0)=-1$ and $g(1)=1$ and the function is continuous, by Bolzano theorem there is at least one solution.
As $g(x)$ is increasing this solution is unique
Edit:
If you are not allowed to use a calculator you can prove that $ f'(1)>0$ in the following way: We have $$ \log(7)7-\log(5) 5 > \log(7) (7-5)>2 $$ as $\log(7)> \log(5)>1$. So $f'(1)>0$ Similarly $$ (\log(7))^27-(\log(5))^2 5 > (\log(7))^2 (7-5)>2 $$
and so $f''(1)>0$