Master L'Hospital's Rule: Solving Limits of (1/sin x) - (1/x)

  • Thread starter Thread starter ACLerok
  • Start date Start date
  • Tags Tags
    Form
Click For Summary

Homework Help Overview

The discussion revolves around finding the limit of the expression (1/sin x) - (1/x) as x approaches 0, which presents an indeterminate form of type "infinity - infinity." Participants are exploring the application of L'Hospital's Rule in this context.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss finding a common denominator and applying L'Hospital's Rule by differentiating the numerator and denominator. Questions arise regarding the behavior of the limit as x approaches 0, particularly concerning the expression 2cos(x)/sin(x) and its implications for the limit.

Discussion Status

The discussion includes various attempts to clarify the limit's behavior and the application of derivatives. Some participants express understanding of the steps taken, while others seek clarification on specific points, indicating an ongoing exploration of the concepts involved.

Contextual Notes

Participants note the importance of understanding the continuity of functions like tan(x) near 0 and the implications of dividing by values approaching zero. There is also mention of homework constraints and the need for careful consideration of limits and indeterminate forms.

ACLerok
Messages
194
Reaction score
0
we starting to learn about l'hospital's rule and i can't figure out this problem. It goes:

Find the Limit for the following indeterminate forms of the type "infinity - infinity"

limit as x approaches 0 of [(1/sin x)-(1/x)]
 
Physics news on Phys.org
God it's been too long and my memory of particular derivatives is fading, but if you find a common denominator of [tex]x sin(x)[/tex] because:

[tex]\frac{1}{sin(x)}-\frac{1}{x} = \frac{x-sin(x)}{x \ sin(x)}[/tex]

and we call the fraction

[tex]\frac{f(x)}{g(x)}[/tex]

can you find the derivatives [tex]f'(x)[/tex] and [tex]g'(x)[/tex] to find the limit of the original form? You'll have to use the chain rule, right? :wink: Like I said it has been too long...hehe

UPDATE:
oops, that product rule, not chain rule!
 
Last edited:
Okay ACLerok I couldn't help myself and gave it my best shot. See if you get the same thing:

let

[tex]\frac{x-sin(x)}{x \ sin(x)} = \frac{f(x)}{g(x)}[/tex]

then

[tex]f'(x) = 1-cos(x)[/tex]

and

[tex]g'(x) = sin(x) + x \ cos(x)[/tex]

so the format is now

[tex]\lim_{x \rightarrow 0} \ \frac{1-cos(x)}{sin(x)+x \ cos(x)} = \frac{1-1}{0+(0)(1)}[/tex]

that's indeterminate, too, so take the drivative again to get

[tex]\lim_{x \rightarrow 0} \ \frac{sin(x)}{2cos(x)-x \ sin(x)}[/tex]

after some algebraic hoopla you get

[tex]\lim_{x \rightarrow 0} \ \frac{1}{\frac{2cos(x)}{sin(x)}-x} = \frac{1}{\infty - 0} = 0[/tex]

So the limit is zero.

NOTE: I updated this page once to correct errors I made during the computation, starting with the SECOND derivative
 
Last edited:
Hi and thanks a lot for replying. I understand everything you did but one thing. can you please explain why the limit of 2cos(x)/sin(x) as x approaches 0 equals infinity?
 
2cos(x)/sin(x) is 2/tan(x). tan(0) is 0, so 2cos(x)/sin(x) is 2/0.

cookiemonster
 
ACLerok said:
Hi and thanks a lot for replying. I understand everything you did but one thing. can you please explain why the limit of 2cos(x)/sin(x) as x approaches 0 equals infinity?
Cookiemonster said it all, but I wanted to add that an easy way to spot this sort of thing is punch sin(0.0000001) in the calc. You get a VERY small number, and if you punched a smaller number than 0.0000001 you'd get an even smaller number for the sin() value. Ad infinitum. If you divide by a fraction you multiply the numerator.

As long as the numerator is a positive value (no matter how big or how small) you get positive infinity for 1/sin(x) as x -> 0
 
Severian596 said:
... punch sin(0.0000001) in the calc. You get a VERY small number, ...
Make sure your calculator is in radians and you should see a moderately interesting result (which, incidently, supports the limit going to zero in the original difference expression).
 
cookiemonster said:
2cos(x)/sin(x) is 2/tan(x). tan(0) is 0, so 2cos(x)/sin(x) is 2/0.

cookiemonster

isn't 2/0 undefined?
 
Yes, but lim{x->0+} 2/x is infinity and lim{x->0-} 2/x is -infinity, so either way it goes to a big number.

Edit: I should point out that tan(x) is continuous in the neighborhood of 0, so that's why it goes to a big number.

cookiemonster
 
Last edited:
  • #10
ACLerok said:
isn't 2/0 undefined?
Right. ACLerok keep in mind that when referring to limits as x -> 0 people tend to refer to fractions like

2/0

as

2/(an arbitrarily tiny number that's so close to zero the numerator is infinity)

Thanks for this thread, btw! It was fun to work through.
 
  • #11
ok thanks a lot guys! one down two more tough ones to go...
 
  • #12
http://www.eden.rutgers.edu/~cjjacob/images/limit.gif

is this problem exactly the same as the first one i posted or is there something i have to do first in order to differentiate?
 
Last edited by a moderator:
  • #13
Try putting the two terms over one denominator and simplifying.

cookiemonster
 
  • #14
Did you figure that last one out AC?
 
  • #15
no i actually just looked at a friend's answer.

this is the second problem i am given.

http://www.eden.rutgers.edu/~cjjacob/images/calcb.gif

after simplifying i get lim x->0, (1-x/x^2)

i figure that the lim x->0, (1/x^2), and x^2 being a very small number, is +infinity.

am i right or wrong?
 
Last edited by a moderator:
  • #16
ACLerok said:
no i actually just looked at a friend's answer.
I think you should not have given up so easily. The problem looks much worse than it actually is.

[tex]lim \ x \rightarrow 0 \ (\frac{1+x}{x}-\frac{1-x}{x})[/tex]


[tex]= \frac{1+x-(1-x)}{x} = \frac{1+x-1+x}{x} = \frac{2x}{x} = 2[/tex]
 
Last edited:
  • #17
ACLerok said:
after simplifying i get lim x->0, (1-x/x^2)
Right
ACLerok said:
i figure that the lim x->0, (1/x^2), and x^2 being a very small number, is +infinity.
I like it
 

Similar threads

Replies
28
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
2K
Replies
25
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
5
Views
3K
Replies
5
Views
2K