Solve the following equation over the real numbers(without utilising calculus) $$ (\frac{1}{2})^{1+x}+(\frac{1}{6})^{x}-\sqrt{2}\cdot(\frac {\sqrt{2}}{6})^x=1 $$
I simply can't really find a solid starting point; I thinks it might be a notation tham I'm oblivious to; I do know the root of the equation $ x=-1 $ thanks to Wolfram, but am interested more in the steps to determine it.
To get rid of all the fractions, set $y=-x$ to get $$2^{y-1}+6^y-\sqrt{2}(3\sqrt{2})^y=1,$$ from which it is quickly clear that $y=1$ is a solution. Moreover, rearranging shows that $$1-2^{y-1}=6^y-\sqrt{2}(3\sqrt{2})^y=3^y(2^y-\sqrt{2}^{y+1})\tag{1},$$ and if $y\neq1$ then $2^y-\sqrt{2}^{y+1}\neq0$ and so we find that $$3^y=\frac{1-2^{y-1}}{2^y-\sqrt{2}^{y+1}}=-\frac{1}{2}-\sqrt{2}^{-y-1},$$ where the left hand side is positive and the right hand side is negative, a contradiction. Hence there is no solution with $y\neq1$, i.e. the unique solution is $y=1$.