Need help with epsilon delta proof of f(x)=x^4+(1/x) as x goes to 1

Click For Summary

Homework Help Overview

The discussion revolves around proving the limit of the function f(x) = x^4 + (1/x) as x approaches 1 using the epsilon-delta definition of limits. The original poster claims that the limit is 2 and seeks assistance in formulating the proof.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore how to manipulate the expression |f(x) - L| to fit the epsilon-delta definition. There are attempts to factor the expression and questions about how to express |x-1| in terms of epsilon. Some participants suggest using polynomial long division and the triangle inequality to aid in the proof.

Discussion Status

Several participants have provided insights on how to approach the proof, including suggestions for manipulating the limit expression. The conversation indicates a progression towards a structured proof, with one participant presenting a detailed attempt at the proof itself.

Contextual Notes

Participants note the importance of defining delta in relation to epsilon and the constraints of the problem, such as ensuring the conditions of the epsilon-delta definition are met. There is also mention of specific values for delta that are being considered in the proof attempts.

DeadOriginal
Messages
274
Reaction score
2

Homework Statement


Determine the limit l for a given a and prove that it is the limit by showing how to find δ such that |f(x)-l|<ε for all x satisfying 0<|x-a|<δ.

f(x)=[itex]x^{4}+\frac{1}{x}[/itex], a=1.


Homework Equations


I claim that [itex]\lim\limits_{x\rightarrow 1}x^{4}+\frac{1}{x}=2[/itex].


The Attempt at a Solution


I tried things like solving for x but all my attempts were fruitless. Could anyone point me in the right direction?
 
Physics news on Phys.org
DeadOriginal said:

Homework Statement


Determine the limit l for a given a and prove that it is the limit by showing how to find δ such that |f(x)-l|<ε for all x satisfying 0<|x-a|<δ.

f(x)=[itex]x^{4}+\frac{1}{x}[/itex], a=1.

Homework Equations


I claim that [itex]\lim\limits_{x\rightarrow 1}x^{4}+\frac{1}{x}=2[/itex].

The Attempt at a Solution


I tried things like solving for x but all my attempts were fruitless. Could anyone point me in the right direction?

$$
|f(x) - L| = \left|x^4+\frac{1}{x} - 2\right| < \epsilon
$$
How can you make the above expression look like [itex]|x-1| < f(x)\epsilon[/itex]? Where f(x) is some expression.
$$
0<x-1<\delta
$$
 
Dustinsfl said:
$$
|f(x) - L| = \left|x^4+\frac{1}{x} - 2\right| < \epsilon
$$
How can you make the above expression look like [itex]|x-1| < f(x)\epsilon[/itex]? Where f(x) is some expression.
$$
0<x-1<\delta
$$

I thought I could factor it but I wasn't able to.

Can I say, let [itex]\delta_{1}=1[/itex]. Then [itex]|x-1|<1\Rightarrow-1<x-1<1\Rightarrow0<x<1[/itex]. Then [itex]0<x^{4}<16[/itex]. We then also have [itex]1/2<\frac{1}{x}[/itex].

That feels like it is a dead end not to mention that it doesn't look like itll become |x-1| anytime soon.
 
You need to use this definition :

[itex]\forallε>0, \existsδ>0 | 0 < |x-a| < δ \Rightarrow |f(x) - L| < ε[/itex]

You want to find a delta that will satisfy this definition. The trick with these sorts of problems is to massage |f(x)-L| until you are in the form |x-a| < δ.

[itex]|f(x) - L| = \left|x^4+\frac{1}{x} - 2\right| = |\frac{x^5-2x+1}{x}| = |x-1||x^4+x^3+x^2+x-1|\frac{1}{|x|}[/itex]

Now ask yourself... using the definition, what can you do to manipulate this expression into a suitable δ.

EDIT : Also the triangle inequality will be useful here : |a+b| ≤ |a| + |b|
 
Zondrina said:
You need to use this definition :

[itex]\forallε>0, \existsδ>0 | 0 < |x-a| < δ \Rightarrow |f(x) - L| < ε[/itex]

You want to find a delta that will satisfy this definition. The trick with these sorts of problems is to massage |f(x)-L| until you are in the form |x-a| < δ.

[itex]|f(x) - L| = \left|x^4+\frac{1}{x} - 2\right| = |\frac{x^5-2x+1}{x}| = |x-1||x^4+x^3+x^2+x-1|\frac{1}{|x|}[/itex]

Now ask yourself... using the definition, what can you do to manipulate this expression into a suitable δ.

EDIT : Also the triangle inequality will be useful here : |a+b| ≤ |a| + |b|

Is there a certain way to factor out functions like that? I couldn't for the life of me figure out how to factor it...
 
DeadOriginal said:
Is there a certain way to factor out functions like that? I couldn't for the life of me figure out how to factor it...

I cheated a bit since i know that the |x-a| factor is ALWAYS going to show up when you massage your |f(x)-L| expression. I used polynomial long division coupled with the factor & remainder theorems.
 
Looks like its time to brush up on long division... Thanks a lot! I think I can take it from here.
 
Ok. Here is my attempt at the proof.

Proof: Suppose we are given ε>0. Then choose δ=min(1,[itex]\frac{2\epsilon}{31})[/itex].
Thus we have
[itex] \begin{align*}<br /> 0<|x-1|<δ &\Rightarrow|x-a|<\frac{2\epsilon}{31}.<br /> \end{align*}[/itex]

Now we will set [itex]|x-1|<1\Rightarrow-1\leq x-1\leq 1\Rightarrow 0<x<2.[/itex] Note that [itex]|x-1|\leq|x|+|-1|=|x|+1[/itex]. Then since |x|<2, we have [itex]|x|+1<2+1=3.[/itex] Thus [itex]|x-1|<3[/itex]/
Note that [itex]|x^{4}+x^{3}+x^{2}+x-1|\leq|x^{4}+x^{3}+x^{2}|+|x-1|<|x^{4}+x^{3}+x^{2}|+3\leq|x^{4}+x^{3}|+|x^{2}|+3.[/itex] Now since |x|<2, we have [itex]|x^{2}|<2^{2}=4[/itex] so [itex]|x^{4}+x^{3}|+|x^{2}|+3<|x^{4}+x^{3}|+4+3=|x^{4}+x^{3}|+7\leq|x^{4}|+|x^{3}|+7[/itex]. Now [itex]|x^{4}|<2^{4}=16[/itex] and [itex]|x^{3}|<2^{3}=8[/itex] so [itex]|x^{4}|+|x^{3}|+7<16+8+7=31[/itex]. Thus [itex]|x^{4}+x^{3}+x^{2}+x-1|<31[/itex].

Then it follows that
[itex] \begin{align*}<br /> |x-a|<\frac{2\epsilon}{31} &\Rightarrow\frac{1}{|x|}|x-1||x^{4}+x^{3}+x^{2}+x-1|<\frac{2\cdot 31\cdot\epsilon}{2\cdot 31}\\<br /> &\Rightarrow \frac{1}{|x|}|x-1||x^{4}+x^{3}+x^{2}+x-1|<\epsilon\\<br /> &\Rightarrow \frac{|x-1||x^{4}+x^{3}+x^{2}+x-1|}{|x|}<\epsilon\\<br /> &\Rightarrow \frac{|x^{5}-2x+1|}{|x|}<\epsilon\\<br /> &\Rightarrow |x^{4}+\frac{1}{x}-2|<\epsilon.<br /> \end{align*}[/itex]
This completes the proof.

How does this look?
 

Similar threads

  • · Replies 31 ·
2
Replies
31
Views
3K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K