Analysis: Finding limit with l'Hospital

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Analysis Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Shackleford
Messages
1,649
Reaction score
2
I'm not sure what I did with this expression is right.

I looked at the argument as x tends to 0. I used l'Hospital twice and found that the argument tends to pi/3. Of course, tan(pi/3) = sqrt3.

http://i111.photobucket.com/albums/n149/camarolt4z28/Untitled-3.png
 
Last edited by a moderator:
Physics news on Phys.org
ehild said:
How did you use l'Hospital twice? Your method is legal. The result is correct.

ehild

Oops. You're right. I just used it once.

I plugged this into my TI-89 Ti, and it didn't agree with my analytical result. I suppose it's not very reliable as it didn't agree for a couple of other problems, too.
 
It's worth noting that you don't need to use L'Hopital's Rule at all for this problem.

[tex]\lim_{x \to 0^+}\tan\left( \frac{sin 2\pi x}{6x}\right)[/tex]
[tex]=\tan (\lim_{x \to 0^+}\left( \frac{sin 2\pi x \cdot 2\pi x}{2\pi x \cdot 6x}\right))[/tex]
[tex]=\tan (\lim_{x \to 0^+}\left( \frac{sin 2\pi x}{2\pi x} \cdot \frac{2\pi x}{6x}\right))[/tex]
[tex]=\tan (\frac{\pi}{3}) = \sqrt{3}[/tex]

I used a wellknown limit, [itex]\lim_{t \to 0} \frac{sin(t)}{t} = 1[/itex] and the fact that you can interchange the limit and function, provided the function is continuous at the limiting point.
 
Mark44 said:
It's worth noting that you don't need to use L'Hopital's Rule at all for this problem.

[tex]\lim_{x \to 0^+}\tan\left( \frac{sin 2\pi x}{6x}\right)[/tex]
[tex]=\tan (\lim_{x \to 0^+}\left( \frac{sin 2\pi x \cdot 2\pi x}{2\pi x \cdot 6x}\right))[/tex]
[tex]=\tan (\lim_{x \to 0^+}\left( \frac{sin 2\pi x}{2\pi x} \cdot \frac{2\pi x}{6x}\right))[/tex]
[tex]=\tan (\frac{\pi}{3}) = \sqrt{3}[/tex]

I used a wellknown limit, [itex]\lim_{t \to 0} \frac{sin(t)}{t} = 1[/itex] and the fact that you can interchange the limit and function, provided the function is continuous at the limiting point.

I like that method better. Ah. I didn't know that. I haven't read the section yet, but I'm sure it mentions being able to interchange the limit and function.