1) $$f(n) = 2^n\,,\quad g(n) = (3/2) ^ n$$
Is $f(n) = \Theta(g(n))$? Can someone please explain this to me ?
2)$$f(n) = n^2+\log n\,,\quad g(n) = n^2$$
I know that $f(n) = \Theta(g(n))$ but how can I get the constant $c$ to prove the equation for $\Theta$?