L'Hopital's rule graph problem

Moose352
Messages
165
Reaction score
0
Why can't I solve this?
<br /> \lim_{x\rightarrow 0} \frac{\sqrt{1+\tan(x)}-\sqrt{1+\sin(x)}}{x^3}<br />
 
Last edited:
Mathematics news on Phys.org
What is the problem? (I don't understand your problem statement.) Are you trying to find the limit of that expression as x goes to something?
 
Yes, I need to evaluate the limit as x->0.
 
L'Hopital's Rule

Are you familiar with L'Hopital's rule? (Look it up!) It's very useful for evaluating functions with indeterminate form (like 0/0).
 
No I'm not familiar with L'Hopital's rule. I looked it up in my book (it was listed as L'Hospital's rule :smile: ) but I'm quite sure the problem should be able to be solved without using L'Hopital's rule.
 
Last edited:
If you graph the equation, it's pretty clear that the limit is infinity.
 
No, the limit is 1/4.
 
Moose352 said:
No I'm not familiar with L'Hopital's rule. I looked it up in my book (it was listed as L'Hospital's rule :smile: ) but I'm quite sure the problem should be able to be solved without using L'Hopital's rule.

Why do you say that?

cookiemonster
 
Well, because L'Hopital's Rule is like 4 chapters away! So assuming that my book hasn't screwed up, I would think they wouldn't put a problem requiring knowledge of L'Hopital's Rule without introducing it first!
 
  • #10
Well, what are you "allowed" to use?

cookiemonster
 
  • #11
multiply the numerator and denominator by sqrt(1+tanx)+sqrt(1+sinx). Then you should have the factor tanx-sinx in your numerator. Now let t = tan(x/2), then tan(x) = 2t/(1-t^2), sin(x) = 2t/(1+t^2). Plug into the original expression, and note that the limit of tan(x/2)/x as x tends to 0 is 1/2. (This follows from the fact that lim sin(x)/x = 1, which can be proved without L'Hospital's rule.)
 
  • #12
I guess my graph is wrong. Perhaps I typed the equation incorrectly. Drat.
 
  • #13
Hmm, I think I may have solved it. I'm really tired, so I probably made a lot of mistakes:

\frac{\sqrt{1+\tan(x)}-\sqrt{1+\sin(x)}}{x^3}

=\frac{\tan(x)-\sin(x)}{x^3(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})}

=\frac{\frac{\sin(x)}{\cos(x)}-\sin(x)}{x^3(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})}

Since the limit of sin(x)/x = 1 as x->0,


=\frac{\frac{1}{\cos(x)}-1}{x^2(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})}

=\frac{1-\cos(x)}{x^2\cos(x)(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})}

=\frac{\sin(x)^2}{x^2\cos(x)(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})(1+\cos(x))}

=\frac{1}{\cos(x)(\sqrt{1+\tan(x)}+\sqrt{1+\sin(x)})(1+\cos(x))}

=\frac{1}{1(\sqrt{1+0}+\sqrt{1+0})(1+1)}=\frac{1}{4}


Does this work? Wong, I haven't checked out your solution yet.
 
Last edited:
  • #14
=\frac{\sin(x)^2}{x^2\cos(x)(\sqrt{1+\tan(x)}+\sqr t{1+\sin(x)})(1+\cos(x))}



=\frac{\sin(x)^2}{x^2\cos(x)(\sqrt{1+\tan(x)}+\sqr t{1+\sin(x)})(1+\cos(x))}

How do you do this step? The first has cos(x), not cos2(x).

It does reduce to lim_{x-&gt;0}\frac{1- cos(x)}{x^2} since the rest has a limit of the rest is 1/2. I would do that either by L'Hopital's rule or by replacing cos(x) by by its McLaurin series. Either way the whole limit is 1/4.
 
  • #15
Not sure what your question is Halls, but if you're asking how I got from 1-cos(x) to 1-cos(x)^2, i multiplied numerator and denominator by 1+cos(x). What
 
  • #16
You can evaluate the limit as it is just using a table or a graph. Once I typed in the equation properly, the value of f(x) approached 0.25 as x approached 0, from both sides. Why bother doing all this? Were you asked to prove that the limit is 0.25?
 
  • #17
Because THIS IS MATH, not a drawing , guessing game.
 
  • #18
To Moose353: Sorry, I didn't see the 1+ cos(x) in the denominator. I see nothing wrong with your solution.

To Loseyourname: Hello3719's point is that drawing a graph and observing that it APPEARS to converge to 1/4 doesn't prove that it does (as opposed to converging to 0.2500000000000000000000000000001, say).
 
Last edited by a moderator:
  • #19
No problem Halls. Thanks for the help!
 
  • #20
HallsofIvy said:
To Moose353: Sorry, I didn't see the 1+ cos(x) in the denominator. I see nothing wrong with your solution.

To Loseyourname: Hello3719's point is that drawing a graph and observing that it APPEARS to converge to 1/4 doesn't prove that it does (as opposed to converging to 0.2500000000000000000000000000001, say).

I know. That's why I asked if he simply needed to get an answer or if he needed to prove an answer. If no proof is needed, a shortcut never hurts.
 
Back
Top