I have some trouble with this problem, I'll write what I did
Problem:
f(x)=x2−2x
Prove f continuous in R.
My solution:
I need to prove that:
limx→x0f(x)=f(x0)
Or more specifically,
To all ϵ>0 exist δ>0 so to x∈R (function is a polynomial),
|x−x0|<δ then |f(x)−f(x0)|<ϵ
So
|f(x)−f(x0)| =
|x2−2x−x20+2x0| =
|−2(x−x0)+(x−x0)(x+x0)|<ϵ
Now I got stuck. Any ideas?
Thanks
Answer
The idea is to bound |x2−2x−x20+2x0| with stuff, so that in the end we get this to be less than ϵ. We know that |x−x0|<δ. There is a very nice inequality, which we'll use: |a|−|b|≤|a−b|
This gives us that |x|≤δ+|x0|. There's no harm in suppose that δ<1 (why?)
So we have |x|<1+|x0|. Now, we also use the triangle inequality. It follows: |x2−2x−x20+2x0|=|(x+x0)(x−x0)+2(x−x0)|=|(x+x0+2)(x−x0)|≤(|x|+|x0|+2)|x−x0|≤(1+|x0|+|x0|+2)|x−x0|<(3+2|x0|) δ
So, given ϵ>0, choosing δ=min{1,ϵ3+2|x0|} will solve the problem.
Once I answered a question on which I gave the general strategy for dealing with ϵ−δ proof for polynomials like this one. Maybe you'll find it helpful.
No comments:
Post a Comment