Push Limits: Good Morning Questions

  • Thread starter Thread starter Abukadu
  • Start date Start date
  • Tags Tags
    Limits Push
Click For Summary

Homework Help Overview

The discussion revolves around the topic of function limits in calculus, specifically focusing on epsilon-delta definitions and proving properties of limits as x approaches certain values or infinity.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various attempts to prove limits, including manipulating inequalities and exploring the behavior of functions as x approaches specific values. Questions arise regarding the setup of epsilon-delta definitions and the implications of limits at infinity.

Discussion Status

Some participants have provided intuitive insights and suggestions for approaching the problems, while others express confusion about the questions posed. There is an acknowledgment of different interpretations of the limit proofs, and some guidance has been offered regarding the manipulation of expressions.

Contextual Notes

Participants note challenges in articulating their thoughts in English and the complexity of the mathematical concepts involved. There is mention of previous attempts leading to frustration, indicating a struggle with the material.

Abukadu
Messages
32
Reaction score
0
Good morning :)

I got a couple of question, hope I won't bother you guys too much.. its about function limits.

1)

http://www.upit.ws/uploads/53401353963d7.JPG

Homework Statement



what I tried to do was to say that for all delta>x-(7/4) there is 3x/(4x-7)>M
than I tried to work with 3x/(4x-7)>M so that ill get an expression that looks like x-(7/4) but I got stuck trying to get it out of the denominator.

2)

http://www.upit.ws/uploads/6e159c2fa9206.JPG

if to every epsilon>0 there's a x0 so that for all x > x0 exists |f(x) - L| > epsilon.
tried developing the |f(x) - L| > epsilon part but got stuck in: |(2x+7)/(x^2 +3x +1)| < epsilon

3)

for extra credit :) I need to prove (using epsilon and delta) that if a function has a limit (when x->infinity) then its singular, meaning if f(x) [x->infinity]=L and f(x) [x->infinity]=K then L=K !

I know it probably dosent seem like I tried too hard from the attempts to solution I wrote but I wasted quite a few pages on different tries. They just don't seem to get me anywhere so I saved me the trouble of trying to write them in english (not exactly my forte..)
 
Physics news on Phys.org
I don't understand exactly what the question is, but I'll assume you want to prove these limits. However, I have only studied limits at a high school level so my answers could be completely off the topic. If so, just disregard my post.

1) I thought this would be obvious. Take the numerator - for x->7/4+, it equals 21/4 (positive). The denominator - it approaches 0 from the positive end. Thus we have a positive number divided by an infinitesimally small positive number. Approaching infinite.

2) Use the result that for lim (x-> infinite) 1/x = 0.
Divide both numerator and denominator by the highest power of x, so we have (1+5/x+8/x^2)/(1+3/x+1/x^2). As x -> infinite, all parts with the variable in the denominator will approach 0. Therefore we end up with 1/1.

3) Sorry I don't understand this.
 
thanks for trying but your answers are regarded as "intuitive" at this point
 
Abukadu said:
Good morning :)

I got a couple of question, hope I won't bother you guys too much.. its about function limits.

1)

http://www.upit.ws/uploads/53401353963d7.JPG

Homework Statement



what I tried to do was to say that for all delta>x-(7/4) there is 3x/(4x-7)>M
than I tried to work with 3x/(4x-7)>M so that ill get an expression that looks like x-(7/4) but I got stuck trying to get it out of the denominator.
You want to show that, given a number M > 0, there exists a small number \delta &gt; 0 such that when 0 &lt; x - 7/4 &lt; \delta, \frac{3x}{4x -7} &gt; M.

Because this is a right-hand limit, you don't need absolute values around x - 7/4.

So let's find delta.
We want \frac{3x}{4x - 7} &gt; M
or, 3x &gt; M(4x - 7)
Since x > 7/4, 4x - 7 > 0, so the direction of the inequality doesn't change.
Now bring all the terms involving x to one side of the inequality, to solve for x.

You should end up with x &lt; \frac{7M}{4M - 3}, so take delta to be the value on the right minus 7/4.

Abukadu said:
2)

http://www.upit.ws/uploads/6e159c2fa9206.JPG

if to every epsilon>0 there's a x0 so that for all x > x0 exists |f(x) - L| > epsilon.
tried developing the |f(x) - L| > epsilon part but got stuck in: |(2x+7)/(x^2 +3x +1)| < epsilon

3)

for extra credit :) I need to prove (using epsilon and delta) that if a function has a limit (when x->infinity) then its singular, meaning if f(x) [x->infinity]=L and f(x) [x->infinity]=K then L=K !

I know it probably dosent seem like I tried too hard from the attempts to solution I wrote but I wasted quite a few pages on different tries. They just don't seem to get me anywhere so I saved me the trouble of trying to write them in english (not exactly my forte..)
 
Abukadu said:
Good morning :)

I got a couple of question, hope I won't bother you guys too much.. its about function limits.

1)

http://www.upit.ws/uploads/53401353963d7.JPG

Homework Statement



what I tried to do was to say that for all delta>x-(7/4) there is 3x/(4x-7)>M
than I tried to work with 3x/(4x-7)>M so that ill get an expression that looks like x-(7/4) but I got stuck trying to get it out of the denominator.

2)

http://www.upit.ws/uploads/6e159c2fa9206.JPG

if to every epsilon>0 there's a x0 so that for all x > x0 exists |f(x) - L| > epsilon.
tried developing the |f(x) - L| > epsilon part but got stuck in: |(2x+7)/(x^2 +3x +1)| < epsilon
You don't have this quite right. For every epsilon > 0 there is a (large) number M so that when x > M, |f(x) - 1| is less than epsilon. I used M here instead of x0, not because x0 is incorrect, but just to convey the idea that M is supposed to represent a large number. I also replaced your L with the limit value, 1.

Here I have used f(x) = \frac{x^2 + 5x + 8}{x^2 +3x +1}. As your work shows, f(x) - 1 = (2x + 7)/(x^2 + 3x + 1).

Work with the inequality: -eps < f(x) - 1 < eps, or 1 - eps < (2x + 7)/(x^2 + 3x + 1) < 1 + eps. Try to break this down so that you have x in the middle of the inequality, and expressions involving epsilon on either end. If you can get there, you can figure out what M has to be.


Abukadu said:
3)

for extra credit :) I need to prove (using epsilon and delta) that if a function has a limit (when x->infinity) then its singular, meaning if f(x) [x->infinity]=L and f(x) [x->infinity]=K then L=K !

I know it probably dosent seem like I tried too hard from the attempts to solution I wrote but I wasted quite a few pages on different tries. They just don't seem to get me anywhere so I saved me the trouble of trying to write them in english (not exactly my forte..)
 
Thanks mark, ill try solving 2 and see if I can get there.
as to 3, I managed to prove it myself :-)
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
19
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
32
Views
4K
  • · Replies 15 ·
Replies
15
Views
6K
  • · Replies 20 ·
Replies
20
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K