Ok, so if I have to use definition, then I should prove something like this:
(∀ϵ>0)(∃k>0)(∀x∈X)
then if x>k then |f(x)−L|<ϵ
L is the limit of the function.
Now, let's say that there is x>k, since this must work for any ϵ then, let's say that k=2ϵ
so, |x2−1x2+1−1|=|−2x2+1|=2x2+1<2x2<2x<2k=ϵ
Now, I'd like to know if this is correct, since I rarely do limits by definition, so I am not quite sure about this.
Answer
The mathematical details are correct. I would perhaps work a bit with the wording. This is how I would write it, were I given that problem on a test or as homework:
Given an ϵ>0, choose k such that k>2ϵ and k>1. Then we have for any x>k:|x2−1x2+1−1|=⋯<2k<ϵSince ϵ was arbitrary, this proves that the function does converge to 1.
Note that 2x2<2x is not true if x≤1, so you need to be specific about that too.
No comments:
Post a Comment