Question

Epsilon delta proof for the limit of x squared plus 1 at x equals 1

Original question: For f(x)=x2+1f(x)=x^2+1, use the definition of limit (ϵ\epsilon-δ\delta proof) to prove that limx1f(x)=2\lim_{x\to 1} f(x)=2.

(±1ϵϵ)-(\frac{\pm\sqrt{1-\epsilon}}{\epsilon})

Expert Verified Solution

thumb_up100%(1 rated)

Key takeaway: The heart of an ϵ\epsilon-δ\delta proof is always the same: turn the expression f(x)L|f(x)-L| into something controlled by xa|x-a|. For this function, the algebra is friendly, so the proof is short once the right estimate is chosen.

We want to prove that

limx1(x2+1)=2.\lim_{x\to 1}(x^2+1)=2.

Let ϵ>0\epsilon>0 be given. We must find δ>0\delta>0 such that

0<x1<δ    (x2+1)2<ϵ.0<|x-1|<\delta \implies |(x^2+1)-2|<\epsilon.

Start by simplifying:

(x2+1)2=x21=x1x+1.|(x^2+1)-2|=|x^2-1|=|x-1||x+1|.

Now restrict xx to be near 1. If x1<1|x-1|<1, then 0<x<20<x<2, so

x+1<3.|x+1|<3.

Thus when x1<1|x-1|<1,

(x2+1)2=x1x+1<3x1.|(x^2+1)-2|=|x-1||x+1|<3|x-1|.

To make this less than ϵ\epsilon, it is enough to require

3x1<ϵ.3|x-1|<\epsilon.

So choose

δ=min(1,ϵ3).\delta=\min\left(1,\frac{\epsilon}{3}\right).

Then if 0<x1<δ0<|x-1|<\delta,

(x2+1)2<3x1<3ϵ3=ϵ.|(x^2+1)-2|<3|x-1|<3\cdot\frac{\epsilon}{3}=\epsilon.

Therefore,

limx1(x2+1)=2.\lim_{x\to 1}(x^2+1)=2.


Pitfalls the pros know 👇 A typical error is to set δ=ϵ\delta=\epsilon without bounding the extra factor x+1|x+1|. In an ϵ\epsilon-δ\delta proof, that factor matters. You need a small neighborhood around the point first, then a second bound that translates the expression into something directly controlled by x1|x-1|.

What if the problem changes? If the limit point were xax\to a instead of x1x\to 1, the same pattern works:

x2+1(a2+1)=xax+a.|x^2+1-(a^2+1)|=|x-a||x+a|.

You then bound x+a|x+a| by forcing xx close enough to aa, and choose δ\delta as the minimum of that neighborhood size and the amount needed to make the final estimate smaller than ϵ\epsilon.

Tags: epsilon delta, limit definition, continuity

FAQ

How do you prove that x squared plus 1 approaches 2 as x approaches 1?

Write |(x^2+1)-2|=|x-1||x+1|, bound |x+1| near x=1, and choose delta = min(1, epsilon/3).

Why do we need to bound |x+1| in the proof?

Because the difference factors as |x-1||x+1|. Without controlling |x+1| near 1, the expression is not yet directly tied to epsilon.

chat