PDA

View Full Version : Problem


Moose352
Jul15-04, 06:44 PM
Why can't I solve this?

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

Doc Al
Jul15-04, 06:49 PM
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?

Moose352
Jul15-04, 07:03 PM
Yes, I need to evaluate the limit as x->0.

Doc Al
Jul15-04, 07:18 PM
Are you familiar with L'Hopital's rule? (Look it up!) It's very useful for evaluating functions with indeterminate form (like 0/0).

Moose352
Jul15-04, 07:37 PM
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 :rofl: ) but I'm quite sure the problem should be able to be solved without using L'Hopital's rule.

loseyourname
Jul15-04, 09:11 PM
If you graph the equation, it's pretty clear that the limit is infinity.

Moose352
Jul15-04, 09:26 PM
No, the limit is 1/4.

cookiemonster
Jul15-04, 10:22 PM
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 :rofl: ) 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

Moose352
Jul15-04, 10:27 PM
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!

cookiemonster
Jul15-04, 10:47 PM
Well, what are you "allowed" to use?

cookiemonster

Wong
Jul15-04, 11:17 PM
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.)

loseyourname
Jul15-04, 11:25 PM
I guess my graph is wrong. Perhaps I typed the equation incorrectly. Drat.

Moose352
Jul16-04, 03:28 AM
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)}+\sqr t{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.

HallsofIvy
Jul16-04, 09:52 AM
=\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->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.

Moose352
Jul16-04, 10:57 AM
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

loseyourname
Jul16-04, 04:09 PM
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?

hello3719
Jul16-04, 08:19 PM
Because THIS IS MATH, not a drawing , guessing game.

HallsofIvy
Jul16-04, 08:30 PM
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).

Moose352
Jul16-04, 11:18 PM
No problem Halls. Thanks for the help!

loseyourname
Jul16-04, 11:27 PM
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.