I've been trying to figure out some limits for about a week and I'm generally having a hard time figuring them out. I don't really know what to look for when encountering such a problem besides making it look like something we know the answer to. I have tried to solve these two limits this past week: \begin{equation} f(x)=\log \sinh(x^2)-x^2 \mbox{ for } x \rightarrow \infty \end{equation} and \begin{equation} f(x)=\frac{\tanh(x)-1}{\mathrm{e}^{-2x}} \mbox{ for } x \rightarrow \infty \end{equation}
If anyone could help me out with any of these or just give me a hint, then it would be greatly appreciated! We were told that we aren't allowed to differentiate or use L'Hopital's rule
Let me help you with the second one, I am not sure of the first one yet.
First, let's rewrite your limit so it looks better:
$$\lim_{x\to\infty}(\tanh(x)-1)e^{2x}$$
Recall that $\tanh(x)-1=\dfrac{e^x-e^{-x}}{e^x+e^{-x}}-1$
We can rewrite using a common denominator
$$=\dfrac{e^x-e^{-x}-[e^x+e^{-x}]}{e^x+e^{-x}}=\dfrac{-2e^{-x}}{e^x+e^{-x}}$$
Now our limit becomes easier to evaluate.
$$\lim_{x\to\infty}\left(\dfrac{-2e^{-x}}{e^x+e^{-x}}\right)e^{2x}$$
Simplifying the top, we get that this limit equals:
$$\lim_{x\to\infty}\left(\dfrac{-2e^x}{e^x+e^{-x}}\right)$$
I trust you can take it from here, it all goes well the answer is $-2$