I have some trouble understanding how $\mathcal{o}$-notation works. Take for example $f \in \mathcal{o}(n^{-1/2})$. Then what would the limiting behavior of $nf$ or $f^2$ be?
Can somebody explain this to me?
I have some trouble understanding how $\mathcal{o}$-notation works. Take for example $f \in \mathcal{o}(n^{-1/2})$. Then what would the limiting behavior of $nf$ or $f^2$ be?
Can somebody explain this to me?
We have, if $f\in \mathcal{o}(a(n))$ and $g\in \mathcal{O}(b(n))$, then $f g\in \mathcal{o}(a(n)b(n))$. Also, $\mathcal{o}(a(n)) \subset \mathcal{O}(a(n))$. These two facts will give you the limiting behaviors you want to find. Note $n\in \mathcal{O}(n)$.