How to prove Asymptotic Theta Statement using ratios and l'hopital's rule?

134 Views Asked by At

Prove using ratio test: $$\frac{n+1+\log n}{2n} = \Theta(\log n).$$ If I recall correctly, theta means they grow at the same rate, which I told was true for this statement. I am having trouble showing it. I can set the ratio up by putting $\log n$ under the left side, but what do I do from there? Any help is greatly appreciated!