Unsolvable limit of trigonometric function

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
cuthecheese
Messages
1
Reaction score
0
I need to find the limit of sin(3t)^2/t^2 as t approaches 0. We have not yet learned L'Hopital's rule, so how do I find the limit here?

I tried to take the derivative of sin(3t)^2/t^2, but it is nowhere near cancelling out 't' from the bottom.

Thanks
 
Physics news on Phys.org
Do you know the limit of sin(x)/x as x->0? Do you know the rules for a limit of a product?

If, so use those along with the fact that [tex]\frac{\sin^2(3t)}{t^2}=\frac{\sin(3t)}{t}\cdot\frac{\sin(3t)}{t}[/tex]
 
[tex]\lim_{t \rightarrow 0}(\frac{sin(3t)^2}{t^2})[/tex]

Now remember [tex]\lim_{t \rightarrow 0}\frac{sin(t)}{t}=1[/tex].

So [tex]\lim_{t \rightarrow 0}(\frac{sin(3t)^2}{t^2})=\lim_{t \rightarrow 0}(\frac{sin(3t)}{t})^2[/tex].

It is pretty easy from now on. In future, please consider using LaTeX code.

Regards.