Given this equation
$$5^m - 7^m = -2$$ It is clear that the $m = 1$ but how do we solve it?
Given this equation
$$5^m - 7^m = -2$$ It is clear that the $m = 1$ but how do we solve it?
If $m>1$ then $$ 7^m-5^m=7^m\Bigl(1-\frac{5^m}{7^m}\Bigr)>7^m\Bigl(1-\frac{5}{7}\Bigr)=2\cdot7^{m-1}>2. $$ You can argue similarly if $m<1$. This leaves $m=1$ as the only solution.
Let $f(x)=7^x-5^x$. We want to prove that $f(x)=2$ has a unique solution. Here is a sketch of the proof:
The derivative of $f$ is $$f'(x)=\ln 7 \cdot 7^x - \ln 5 \cdot 5^x$$ and $f'(x) > 0$ is equivalent to $$x > \frac{\ln \log_7 5}{\ln 7/5} = A$$
$f$ is decreasing on $(- \infty , A)$, and $\lim_{x \to -\infty} f(x)=0$: these two information give us $f(x)<0$ for $x \in (- \infty , A]$, so that any solution must be $>A$. But $f$ is increasing on $(A , + \infty)$ , so that any solution must be unique.
The range of $f$ is indeed $[f(A) , + \infty)$ , since $f(x) \to \infty$ as $x \to \infty$ and $f$ is continuous. Since $2>0=f(0) > f(A)$ we have that $$f(x)=2$$ has a solution, and it is unique by what we said above.
Once you notice that $x=1$ is your solution, you are done.