Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Calculus
Reply
 
Thread Tools Display Modes
  #1  
Old November 2nd, 2007, 09:26 PM
Spec's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 319
Thanks: 52
Thanked 118 Times in 107 Posts
Spec will become famous soon enoughSpec will become famous soon enough
Default Trouble with limits

I've encountered some difficult problems in my textbook that I can't solve. Any help would be appreciated. This is not homework—I'm just looking to advance my knowledge, that's all.

Question 1: (SOLVED, but I still don't understand the general method for solving these kinds of problems)
For each \epsilon > 0, find a \omega so that x > \omega \implies \left| {\frac{\sqrt{x^2 + 1}}{x} - 1 }\right| < \epsilon is true. What does this show?

(By the way, how do I get the absolute characters to extend all the way in LaTeX?) SOLVED: Use \left| and \right|


Question 2: (SOLVED, but I still don't understand the general method for solving these kinds of problems)
Show that x^3 \to 1 when x \to 1 using the definition of limits.

This is what I've got so far:

As soon as we've chosen a \epsilon > 0, then we'll be able to find a \delta > 0 so that
|x^3 - 1| < \epsilon when 0 < |x - 1| < \delta.

Note:
|x^3 - 1| = |x - 1| \cdot |x^2 + x + 1|



Question 3: (SOLVED)
Is f(x) = \lim_{n \to \infty} \frac{x^n}{1 + x^n} continuous for all x \geq 0?

Is f(x) = \lim_{n \to \infty} \frac{x + x^2 + ... + x^n}{1 + x + ... + x^n} continuous for all x \geq 0?

Last edited by Spec; November 3rd, 2007 at 06:27 PM. Reason: Fixed LaTeX code
Reply With Quote
Advertisement
 
  #2  
Old November 3rd, 2007, 12:09 AM
kalagota's Avatar
MHF Contributor
 
Join Date: Oct 2007
Location: Taguig City, Philippines
Posts: 1,027
Country:
Thanks: 72
Thanked 286 Times in 275 Posts
kalagota is a jewel in the roughkalagota is a jewel in the roughkalagota is a jewel in the rough
Send a message via Yahoo to kalagota
Default

Quote:
Originally Posted by Spec View Post

Question 2:
Show that x^3 \to 1 when x \to 1 using the definition of limits.

This is what I've got so far:

As soon as we've chosen a \epsilon > 0, then we'll be able to find a \delta > 0 so that
|x^3 - 1| < \epsilon when 0 < |x - 1| < \delta.

Note:
|x^3 - 1| = |x - 1| \cdot |x^2 + x + 1|
if |x| < 1 \, or \, (-1 < x < 1) \implies 0 < x^2 < 1 so that

-1 < x^2 + x < 2 \implies 0 < x^2 + x + 1 < 3

\implies |x^3 - 1| = |x - 1| \cdot |x^2 + x + 1| < 3\delta
then choose \delta = \frac{\epsilon}{3}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Venimus, vidimus, comemus tui crustuli
(We came, we saw, we ate your cookies)


"if it is for the one I love, I'd still fight the law." -Ichigo


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #3  
Old November 3rd, 2007, 05:12 AM
topsquark's Avatar
Generous Contributor
 
Join Date: Jan 2006
Location: Angelica, NY
Posts: 7,618
Country:
Thanks: 643
Thanked 2,312 Times in 2,098 Posts
topsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond repute
Default

Quote:
Originally Posted by Spec View Post
Is f(x) = \lim_{n \to \infty} \frac{x^n}{1 + x^n} continuous for all x \geq 0?
Consider x = 0. Now consider all other x. Can you define an epsilon and delta around x = 0?

-Dan
__________________
Got a Physics question? Come on over to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert
Reply With Quote
  #4  
Old November 3rd, 2007, 08:27 AM
red_dog's Avatar
MHF Contributor
 
Join Date: Jun 2007
Location: Medgidia, Romania
Posts: 1,169
Country:
Thanks: 22
Thanked 620 Times in 561 Posts
red_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to behold
Default

If x\in[0,1) then \lim_{n\to\infty}x^n=0\Rightarrow f(x)=0.
If x=1\Rightarrow f(1)=\frac{1}{2}
If \displaystyle x>1\Rightarrow\lim_{n\to\infty}\frac{x^n}{1+x^n}=\lim_{n\to\infty}\frac{x^n}{x^n\left[\left(\frac{1}{x}\right)^n+1\right]}=1.
So \displaystyle f(x)=\left\{\begin{array}{cc}0, & x\in[0,1)\\\frac{1}{2}, & x=1\\1, & x>1\end{array}\right., and f is discontinuous in x=1.


For the second one:
f(x)=\left\{\begin{array}{cc}x, & x\in[0,1)\\\frac{n}{n+1}, & x=1\\1, & x>1\end{array}\right. and f is discontinuous in x=1.
Reply With Quote
The following users thank red_dog for this useful post:
Donate to MHF
  #5  
Old November 3rd, 2007, 01:38 PM
Spec's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 319
Thanks: 52
Thanked 118 Times in 107 Posts
Spec will become famous soon enoughSpec will become famous soon enough
Default

Quote:
Originally Posted by red_dog View Post
If x\in[0,1) then \lim_{n\to\infty}x^n=0\Rightarrow f(x)=0.
If x=1\Rightarrow f(1)=\frac{1}{2}
If \displaystyle x>1\Rightarrow\lim_{n\to\infty}\frac{x^n}{1+x^n}=\lim_{n\to\infty}\frac{x^n}{x^n\left[\left(\frac{1}{x}\right)^n+1\right]}=1.
So \displaystyle f(x)=\left\{\begin{array}{cc}0, & x\in[0,1)\\\frac{1}{2}, & x=1\\1, & x>1\end{array}\right., and f is discontinuous in x=1.


For the second one:
f(x)=\left\{\begin{array}{cc}x, & x\in[0,1)\\\frac{n}{n+1}, & x=1\\1, & x>1\end{array}\right. and f is discontinuous in x=1.
The second one is supposed to be continuous for all x \geq 0 according to the answer in the textbook.
Reply With Quote
  #6  
Old November 3rd, 2007, 05:41 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,754 Times in 3,070 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by Spec View Post
I've encountered some difficult problems in my textbook that I can't solve. Any help would be appreciated. This is not homework—I'm just looking to advance my knowledge, that's all.

Question 1:
For each \epsilon > 0, find a \omega so that x > \omega \implies |{\frac{\sqrt{x^2 + 1}}{x} - 1|} < \epsilon is true. What does this show?
This would show that,
\lim_{x\to \infty} \frac{\sqrt{x^2+1}}{x} = 1.

Note that if x>0 then:
\left| \frac{\sqrt{x^2+1}}{x} - 1 \right| = \left| \frac{\sqrt{x^2+1}-x}{x} \cdot \frac{\sqrt{x^2+1} + x}{\sqrt{x^2+1}+x} \right|= \frac{1}{x(\sqrt{x^2+1}+x)} \leq \frac{1}{x(\sqrt{x^2}+x)} = \frac{1}{2x^2} \leq \frac{1}{x^2}.
So chose,
C > \sqrt{\frac{1}{\epsilon}}.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
The following users thank ThePerfectHacker for this useful post:
Donate to MHF
  #7  
Old November 3rd, 2007, 05:43 PM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,754 Times in 3,070 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by Spec View Post
The second one is supposed to be continuous for all x \geq 0 according to the answer in the textbook.
The book is wrong.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
  #8  
Old November 3rd, 2007, 06:21 PM
Spec's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 319
Thanks: 52
Thanked 118 Times in 107 Posts
Spec will become famous soon enoughSpec will become famous soon enough
Default

Quote:
Originally Posted by ThePerfectHacker View Post
This would show that,
\lim_{x\to \infty} \frac{\sqrt{x^2+1}}{x} = 1.

Note that if x>0 then:
\left| \frac{\sqrt{x^2+1}}{x} - 1 \right| = \left| \frac{\sqrt{x^2+1}-x}{x} \cdot \frac{\sqrt{x^2+1} + x}{\sqrt{x^2+1}+x} \right|= \frac{1}{x(\sqrt{x^2+1}+x)} \leq \frac{1}{x(\sqrt{x^2}+x)} = \frac{1}{2x^2} \leq \frac{1}{x^2}.
So chose,
C > \sqrt{\frac{1}{\epsilon}}.
I have no idea what you did there. I'm with you right until this point (why did you choose to compare it to that?):

\leq \frac{1}{x(\sqrt{x^2}+x)} = \frac{1}{2x^2} \leq \frac{1}{x^2}.
So chose,
C > \sqrt{\frac{1}{\epsilon}}.
Reply With Quote
  #9  
Old November 3rd, 2007, 08:36 PM
kalagota's Avatar
MHF Contributor
 
Join Date: Oct 2007
Location: Taguig City, Philippines
Posts: 1,027
Country:
Thanks: 72
Thanked 286 Times in 275 Posts
kalagota is a jewel in the roughkalagota is a jewel in the roughkalagota is a jewel in the rough
Send a message via Yahoo to kalagota
Default

because you are sure that the latter function is greater than the absolute thing, and it easier to compute, if that latter function is less than epsilon, then your absolute thing is less than epsilon..
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Venimus, vidimus, comemus tui crustuli
(We came, we saw, we ate your cookies)


"if it is for the one I love, I'd still fight the law." -Ichigo


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #10  
Old November 4th, 2007, 03:10 AM
red_dog's Avatar
MHF Contributor
 
Join Date: Jun 2007
Location: Medgidia, Romania
Posts: 1,169
Country:
Thanks: 22
Thanked 620 Times in 561 Posts
red_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to beholdred_dog is a splendid one to behold
Default

Quote:
Originally Posted by Spec View Post
The second one is supposed to be continuous for all x \geq 0 according to the answer in the textbook.
Sorry, you're right. I forgot to take the limit in the case x=1.
\displaystyle\lim_{n\to\infty}\frac{n}{n+1}=1.
So, f(x)=\left\{\begin{array}{cc}x, & x\in[0,1)\\1, & x\geq 1\end{array}\right.
and f is continuous for all x\geq 0
Reply With Quote
The following users thank red_dog for this useful post:
Donate to MHF
  #11  
Old November 4th, 2007, 05:47 AM
kalagota's Avatar
MHF Contributor
 
Join Date: Oct 2007
Location: Taguig City, Philippines
Posts: 1,027
Country:
Thanks: 72
Thanked 286 Times in 275 Posts
kalagota is a jewel in the roughkalagota is a jewel in the roughkalagota is a jewel in the rough
Send a message via Yahoo to kalagota
Default

Quote:
Originally Posted by Spec View Post
...
Question 1: (SOLVED, but I still don't understand the general method for solving these kinds of problems)
For each \epsilon > 0, find a \omega so that x > \omega \implies \left| {\frac{\sqrt{x^2 + 1}}{x} - 1 }\right| < \epsilon is true. What does this show?

(By the way, how do I get the absolute characters to extend all the way in LaTeX?) SOLVED: Use \left| and \right|


Question 2: (SOLVED, but I still don't understand the general method for solving these kinds of problems)
Show that x^3 \to 1 when x \to 1 using the definition of limits.

This is what I've got so far:

As soon as we've chosen a \epsilon > 0, then we'll be able to find a \delta > 0 so that
|x^3 - 1| < \epsilon when 0 < |x - 1| < \delta.

Note:
|x^3 - 1| = |x - 1| \cdot |x^2 + x + 1|
...

you'll just get used to it.. Ü
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Venimus, vidimus, comemus tui crustuli
(We came, we saw, we ate your cookies)


"if it is for the one I love, I'd still fight the law." -Ichigo


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
  #12  
Old November 14th, 2007, 07:36 AM
Spec's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 319
Thanks: 52
Thanked 118 Times in 107 Posts
Spec will become famous soon enoughSpec will become famous soon enough
Default

I need help with another limit.


\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}}

This is what I've done so far.

\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}} = \lim_{x \to \infty}\frac{\frac{x}{ln(e^{2x} + x)} + 1}{\frac{\sqrt{x}}{e^{1 + ln(x)}} + 1} \cdot \frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}

If this is correct, then the question becomes; what can I do with:

\lim_{x \to \infty}\frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}



Also, I've solved this one, but my solution seems a bit strange. Anyone have a better solution?

\lim_{x \to \infty}(1 + \frac{1}{5x})^{7x}

I used a substitution:
t = \frac{1}{x}, t \to 0 when x \to \infty

So we have:
\lim_{t \to 0} (1 + \frac{t}{5})^{\frac{7}{t}} = \lim_{t \to 0} e^{ln(1 + \frac{t}{5})^{\frac{7}{t}}} = \lim_{t \to 0} e^{\frac{7}{5} \cdot ln(1 + \frac{t}{5})^{\frac{7}{t}^\frac{5}{7}}} = \lim_{t \to 0} e^{\frac{7}{5} \cdot ln(1 + \frac{t}{5})^{\frac{5}{t}}} = \lim_{t \to 0} e^{\frac{7}{5} \cdot ln(e)} = e^{\frac{7}{5}}
Reply With Quote
  #13  
Old November 14th, 2007, 07:39 AM
topsquark's Avatar
Generous Contributor
 
Join Date: Jan 2006
Location: Angelica, NY
Posts: 7,618
Country:
Thanks: 643
Thanked 2,312 Times in 2,098 Posts
topsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond repute
Default

Quote:
Originally Posted by Spec View Post
I need help with another limit.


\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}}

This is what I've done so far.

\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}} = \lim_{x \to \infty}\frac{\frac{x}{ln(e^{2x} + x)} + 1}{\frac{\sqrt{x}}{e^{1 + ln(x)}} + 1} \cdot \frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}

If this is correct, then the question becomes; what can I do with:

\lim_{x \to \infty}\frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}
Here's a possible route: Have you noticed that e^{1 + ln(x)} = ex? Then you can use ThePerfectHacker's favorite method: the squeeze theorem.

-Dan
__________________
Got a Physics question? Come on over to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert
Reply With Quote
  #14  
Old November 14th, 2007, 11:54 AM
Spec's Avatar
Senior Member
 
Join Date: Aug 2007
Posts: 319
Thanks: 52
Thanked 118 Times in 107 Posts
Spec will become famous soon enoughSpec will become famous soon enough
Default

I'm not quite sure how to apply the squeeze theorem here. Are there any other solutions that doesn't require its use?
Reply With Quote
  #15  
Old November 14th, 2007, 12:25 PM
topsquark's Avatar
Generous Contributor
 
Join Date: Jan 2006
Location: Angelica, NY
Posts: 7,618
Country:
Thanks: 643
Thanked 2,312 Times in 2,098 Posts
topsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond repute
Default

Quote:
Originally Posted by Spec View Post
\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}}

This is what I've done so far.

\lim_{x \to \infty}\frac{x + ln(e^{2x} + x)}{\sqrt{x} + e^{1 + ln(x)}} = \lim_{x \to \infty}\frac{\frac{x}{ln(e^{2x} + x)} + 1}{\frac{\sqrt{x}}{e^{1 + ln(x)}} + 1} \cdot \frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}

If this is correct, then the question becomes; what can I do with:

\lim_{x \to \infty}\frac{ln(e^{2x} + x)}{e^{1 + ln(x)}}
Sorry, I don't know what I was thinking about for an upper bound on the limit.

What I would do is this:
\lim_{x \to \infty}\frac{ln(e^{2x} + x)}{e^{1 + ln(x)}} = \frac{1}{e} \cdot \lim_{x \to \infty}\frac{ln(e^{2x} + x)}{x}

This limit is of the form \frac{\infty}{\infty} so we may use L'Hopital's rule here:
\lim_{x \to \infty}\frac{ln(e^{2x} + x)}{e^{1 + ln(x)}} = \frac{1}{e} \cdot \lim_{x \to \infty}\frac{ln(e^{2x} + x)}{x} = \frac{1}{e} \cdot \lim_{x \to \infty} \frac{\frac{1}{e^{2x} + x} \cdot (2e^{2x} + 1)}{1}= \frac{1}{e} \cdot \lim_{x \to \infty} \frac{2e^{2x} + 1}{e^{2x} + x}

It should be clear that the value of this last limit is 2.

-Dan
__________________
Got a Physics question? Come on over to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert
Reply With Quote
The following users thank topsquark for this useful post:
Donate to MHF
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 02:27 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.