How can someone calculate the asymptotic upperbound of $2^nn^2$? The first term ($2^n$) grows much faster than the second, but saying that as a final result $2^nn^2 = O(2^n)$ would only be true in the case we had in addition, right? How does it work in multiplication?
2026-05-15 01:18:35.1778807915
Asymptotic upperbound in multiplication
69 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
We could say that for any positive $\epsilon$, we have $n^22^n=O(2^{n+\epsilon})$. That is occasionally useful.
You are right in saying that it is not $O(2^n)$.