I'm trying to solve this limit, but I don't know if I can use L'Hopital's Rule on it in the current form.
$$\lim_{n \to \infty} {\ln ({3n+1}) - \ln ({3n-1}) \over \frac 1n} $$
I tried to look what $\infty - \infty$ is equal to, but it seems that it varies based on what type of infinity these are, so that didn't help. If this doesn't work I don't see any other way to get it into a form that works, but if I am wrong pointers in the right direction would be useful.
Please don't solve the problem for me, this the middle of a homework problem so I am trying to figure this out at least partially on my own. Thanks
HINT :
Use the subtraction property of logarithm for the expression in the numberator and you'll get :
$$\lim_{x \to \infty} {\ln ({3n+1}) - \ln ({3n-1}) \over \frac 1n}= \lim_{x \to \infty} \frac{\ln\bigg(\frac{3n+1}{3n-1}\bigg)}{\frac{1}{n}}$$
Now this is an intermediate form of $\frac{0}{0}$ when $x \to \infty$ so you can proceed with applying L'Hospital's Rule.