Asymptotic efficiency

O-notation - upper bound

ex. 2n^2+1 = O(n^2), with c = ? and n0 = ?

ex2. 2n^2=O(n^3), with c = ? , and n0 = ?

Omega-notation - lower bound