Evaluate the limit without using L'hopital's rule
a)$$\lim_{x \to 0} \frac {(1+2x)^{1/3}-1}{x} $$
I got the answer as $l=\frac 23$... but I used L'hopitals rule for that... How can I do it another way?
b)$$\lim_{x \to 5^-} \frac {e^x}{(x-5)^3}$$
$l=-\infty$
c)$$\lim_{x \to \frac {\pi} 2} \frac{\sin x}{\cos^2x} - \tan^2 x$$
I don't know how to work with this at all
So basically I was able to find most of the limits through L'Hopitals Rule... BUT how do I find the limits without using his rule?
For the first one, note how similar it looks to the derivative of a certain function..
For the second, note that $e^x$ is and nonzero at $5$ and doesn't approach $0$ but something rather bad happens to $\dfrac{1}{(x-5)^3}$ at $x=5$. Plot it if you can't tell what is happening.
For the third, try making a common denominator:
$$\frac{\sin x}{\cos^2 x}-\tan^2 x = \frac{\sin x}{\cos^2 x} - \frac{\sin^2 x}{\cos^2 x} = \frac{\sin x -\sin^2 x}{\cos^2 x}.$$
As written, this is still not entirely easy but we can rewrite it as
$$\frac{\sin x-\sin^2 x}{1-\sin^2 x}.$$
Can you see how to proceed?