Find whether $f(n) = O(g(n))$, $f(n) = \Omega(g(n))$ or $f(n) = \Theta(g(n))$ if $f(n) = n^{\big(\displaystyle 1+\sin({n\pi}/{2})\big)/2}$ and $g(n) = \sqrt{n}$.
I tried plotting this out - it oscillates, and the exponential is $0 \le x \le 1$... so I have no idea how to prove it using inequalities and what not.
Help appreciated!