I have to solve the equation: $(x-2)^{x^2-6x+1}\leq 1 $.
If $x-2>1 $ i.e. $x> 3 $ we have $3< x \leq 3+2\sqrt{2}$.
If $0< x-2<1 $ i.e. $ 2< x<3$ we get no solutions.
If $x -2=1$ we get solution $x=3$ and if $x -2= -1$ we have $x=1$.
If $x=2$ we have $0^{-7} $ which is undefined.
Question: I wonder how this equation could be solved if $x<2$. I considered special case $x= 1$,but how could I solve it in general? Wolfram Alpha gives results $x = 3- \sqrt{n+8} , n \in \mathbb{Z}, n \geq -6$, but how can these solutions be obtained without program?
I found in some book that $a^x, a < 0$ is defined for $x = \frac{p}{q}, p \in \mathbb{Z}, q \in \mathbb{N}$, $q$ is odd. Can we apply that in some way and how. Please help,I would be greatly thankful.