Unsolvable limit of trigonometric function

AI Thread Summary
To find the limit of sin(3t)^2/t^2 as t approaches 0 without using L'Hôpital's rule, one can utilize the known limit of sin(x)/x as x approaches 0. By rewriting sin(3t)^2/t^2 as (sin(3t)/t) * (sin(3t)/t) and applying the limit properties, it simplifies to 9 * (sin(3t)/(3t))^2. Since lim(t → 0) (sin(3t)/(3t)) equals 1, the overall limit evaluates to 9. This approach effectively resolves the limit without derivatives.
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 \frac{\sin^2(3t)}{t^2}=\frac{\sin(3t)}{t}\cdot\frac{\sin(3t)}{t}
 
And, if that isn't enough, the obvious
\frac{sin^2(3t)}{t^2}= 9\frac{sin(3t)}{3t}\cdot\frac{sin(3t)}{3t}
 
\lim_{t \rightarrow 0}(\frac{sin(3t)^2}{t^2})

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

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

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

Regards.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top