DeadOriginal
- 274
- 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)=x^{2}, arbitrary a.
Homework Equations
I will incorporate the triangle inequality in this proof.
The Attempt at a Solution
We want to be able to find a δ such that if 0<|x-a|<δ then |x^4-a^4|<ε. Working backwards we see that |x^{4}-a^{4}|=|x^{2}-a^{2}||x^{2}+a^{2}|=|x-a||x+a||x^{2}+a^{2}|<\epsilon so then |x-a|<\frac{\epsilon}{|x+a||x^{2}+a^{2}|}. Now set |x-a|<1. Then from the triangle inequality we know that |x|-|a|\leq|x-a|<1 so |x|-|a|<1 and it follows that |x|<1+|a|. Thus we have |x-a|\leq|x|+|a|<1+2|a|. Note that (|x|)^{2}=|x^{2}| so |x^{2}|<(1+|a|)^{2}=1+2|a|+a^{2}. Thus we have |x^{2}+a^{2}|<1+2|a|+a^{2}+|a^{2}|=1+2|a|+2a^{2}. In conclusion, we have |x+a||x^{2}+a^{2}|<(1+2|a|)(1+2|a|+2a^{2}) so then \frac{\epsilon}{(1+2|a|)(1+2|a|+2a^{2})}. Now for the proof.
Proof: Suppose we are given ε>0. Then choose δ=min(1,\frac{\epsilon}{(1+2|a|)(1+2|a|+2a^{2})}). Then 0<|x-a|<\delta\Rightarrow|x-a|<\frac{\epsilon}{(1+2|a|)(1+2|a|+2a^{2})} \Rightarrow|x-a||x+a||x^{2}+a^{2}|<\frac{\epsilon(1+2|a|)(1+2|a|+2a^{2})}{(1+2|a|)(1+2|a|+2a^{2})}\Rightarrow|x^{2}-a^{2}||x^{2}+a^{2}|<\epsilon\Rightarrow|x^{4}-a^{4}|<\epsilon. This completes the proof.
Could someone take a look at this for me? I feel like something isn't right with it.