Find all rational solutions to ${x^{\lceil x \rceil}}^{\lfloor x \rfloor}=\frac{512}{25}$
Notice that $\frac{512}{25}=\frac{2^9}{5^2}$. I tried to use the definitions of the floor and ceiling functions, but how does that help in the exponents Please help me.
My approach -
I let $x=a \frac{p}{q}$ so that we have to solve ${25(qa+p)}^{a+1}^a={512q}^{a+1}^a$ now, we should have $q \mid 25$ and afer a little bash, $q=5$ and $a=1$ works, which implies $25(5+p)^2=512$ which has no solutions?
It's clear that $x$ is not an integer (otherwise $\frac{512}{25} = 20.84$ would also be an integer). Let $x = a + \frac mn$ with $0 < \frac mn < 1$. So our equation becomes $${{(a+\frac mn)}^{(a+1)}}^a = \frac{512}{25}.$$
If $a \geq 2$, the expression on the left is greater than $a^{{(a+1)}^a} \ge2^{3^2} = 2^9 > 20.84$. If $a \leq -1$, we can rewrite $(a+1)^a$ as $\frac1{{(a+1)}^{-a}}$. So we're either taking an even root of $a+\frac mn$ which is imaginary, or we're taking an odd root, which is negative, and since $\frac{512}{25}$ is a positive real number, we have no solutions for $a \leq -1$. We're left with two cases: $a = 0$ and $a = 1$.
For $ a= 0$, $(\frac mn)^{(0+1)^0} = \frac mn = \frac{512}{25} > 1$, a contradiction.
For a = 1, $(1+\frac mn)^{(1+1)^1} = (1+\frac mn)^2 =\frac{512}{25} \implies 1+\frac mn = \frac{16\sqrt2}5 \implies \sqrt2 = \frac5{16}(1+\frac mn) \in \mathbb Q$, which is known to be false.
Therefore there are no solutions to this equation.