Calculating Limit: sin^2(3t)/t^2 as t → 0

  • Thread starter Thread starter Taryn
  • Start date Start date
  • Tags Tags
    Limit
Taryn
Messages
63
Reaction score
0
Okay so this is the problem
Calculate this limit
lim sin^2(3t)/t^2
t->0

This is wat I did...

I sed that it is also the lim sin3t*sin3t/t*t
t->0
I know that sint is upper and lower bounded by -1 and 1
Now this is where I just get completely stuffed... and confused!

could someone just tell me or even show me how to think about doing the next step, and also tell me about the L'Hosp... rule... never been shown that and from other posts I've read it seems to make everythin a lot easier.
 
Physics news on Phys.org
for l'hopital's rule, you take the limit of the top derivative over the bottom derivative.
 
For your question, what is
\lim_{x\rightarrow 0}\frac{sin(x)}{x} ?

L'Hospital rule is applicable only in cases where the expression whose limit is to be taken gives an indeterminate form when evaluated directly(functional value 0/0 or inf./inf.)
 
arunbg said:
L'Hospital rule is applicable only in cases where the expression whose limit is to be taken gives an indeterminate form when evaluated directly(functional value 0/0 or inf./inf.)
And, in this case, it's the indeterminate form 0 / 0.
Taryn said:
Okay so this is the problem
Calculate this limit
lim sin^2(3t)/t^2
t->0

This is wat I did...

I sed that it is also the lim sin3t*sin3t/t*t
Uhmm, you know the well-known limit:
\lim_{t \rightarrow 0} \frac{\sin t}{t} = 1, right?
That limit can be applied nicely here. I'll give you an example:
Example:
Evaluate
\lim_{u \rightarrow 0} \frac{\sin (2u)}{u}
--------------
Since there is 2u in the numerator, while in the denominator there's only u, we'll try to multiply both numerator, and denominator by 2 to get:
\lim_{u \rightarrow 0} \frac{\sin (2u)}{u} = \lim_{u \rightarrow 0} \frac{2 \sin (2u)}{2u} = 2 \lim_{u \rightarrow 0} \frac{\sin (2u)}{2u}
Now, as u tends to 0, 2u also tends to 0, right? If we let y = 2u, then as u -> 0, y also tends to 0, right?
So:
\lim_{u \rightarrow 0} \frac{\sin (2u)}{u} = 2 \lim_{y \rightarrow 0} \frac{\sin (y)}{y} = 2 \times 1 = 2.
Is there anything unclear?
Can you go from here? :)
 
Last edited:
yeah cheers for that I should be able to figure it out from there
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top