I need to prove or disprove these two problems, but I'm not sure I did it right. $$(a).\quad f(n) = 2^n+1 = O(2^n)\\ (b).\quad f(n) = 2^n+1 = Θ(2^n) .$$
What I tried for the first one is, $2^n+1/2^n \le C$ when $K>1$, and then get stuck.
I think I'm just having trouble proving BigO
$2^{n+1}\leq 3\times 2^n$ for all $n$. So, $2^{n+1}=O(2^n)$