I'm looking at the solutions to one of my homework assignment, which states that if ${n^{1/2}}^h = 2$, then $h = log(log(n))$ (we are trying to solve for h). How did they arrive at this conclusion?
2026-03-25 01:31:25.1774402285
Solving for an exponent using logarithms
46 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$n^{1/2^h}=2$
$(\frac{1}{2})^h=\frac{1}{2^{h}}=2^{-h}$
$n^{1/2^h}=n^{2^{-h}}$
taking logarithm in base 2 we get:
$2^{-h} \log _2 n=1$
taking logarithm in base 2 we get:
$- h \log_2 2+\log_2(\log_2 n)=0$
$-h+\log_2(\log_2 n)=0 $
⇒ $h = \log_2(\log_2 n)$