This is how I would simplify the first function:
$2^{\sqrt{2\log(n)}} = 2^{\sqrt{2} \sqrt{\log(n)}} = 2^{\sqrt{\log(n)} \sqrt{2}} = (2^{\sqrt{\log(n)}})^{\sqrt{2}} = (2^{(\log(n))^{\frac{1}{2}}})^{\sqrt{2}} = n^{\frac{\sqrt{2}}{2}}$
Are my power rule applications correct?
Thank you in advance!