Source : Colorado.edu, Vanier College, Worksheet Logarithm Function, Question 8 (https://math.colorado.edu/math1300/resources/Exercises_LogarithmicFunction.pdf)
To be proved :
$\log_{\frac {1} {\sqrt b} }\sqrt x= -\log_b x$.
What I did, before getting stuck :
$n=\log_{\frac {1} {\sqrt b} }\sqrt x$
$\iff \bigg (\frac {1} {\sqrt b} \bigg)^n = \sqrt x $
$\iff \frac {n} { (\sqrt b)^n}= \sqrt x$
$\iff n = (\sqrt b)^n \sqrt x$
Whith the help of @jjagmath I continue the proof at the point I made a mistake :
$ \frac {1} {(\sqrt b)^n}= \sqrt x $
$ \iff 1 = \sqrt x (\sqrt b)^n$
$\iff \frac {1} {\sqrt x} = (\sqrt b)^n$
$ \iff x^{-1/2}= (\sqrt b)^n$
$ \iff n = \log_{\sqrt b} x^{- \frac {1} {2} }$
$ \iff n = - \frac {1} {2}\log_{\sqrt b} x$
$\iff n = - \frac {1}{2} \frac {\log_b x} {\log_b b^{1/2}}$ $\space \space \space$ by theChange of base formula.
$\iff n = - \frac {1}{2} \frac {\log_b x} {\frac {1} {2}}$
$ \iff n = - \log_b x$
You got stuck because you made a mistake: $\left(\frac {1} {\sqrt b} \right)^n \ne \frac {n} { (\sqrt b)^n}$
Your proof should go like this:
$n=\log_{\frac {1} {\sqrt b} }\sqrt x$
$\iff \left(\frac {1} {\sqrt b} \right)^n = \sqrt x $
$\iff \frac {1} { (\sqrt b)^n}= \sqrt x$
$\iff 1 = (\sqrt b)^n \sqrt x$
Can you finish your proof now?
Edit:
I see you finished your proof, but you did something more complicated. Your proof was almost done like this.
$\iff 1 = (\sqrt b)^n \sqrt x$
$\iff 1 = b^n x$
$\iff b^n = x^{-1}$
$\iff n = \log_b(x^{-1}) = -\log_b(x)$