Question
Epsilon delta proof for the limit of x squared plus 1 at x equals 1
Original question: For , use the definition of limit (- proof) to prove that .
Expert Verified Solution
Key takeaway: The heart of an - proof is always the same: turn the expression into something controlled by . For this function, the algebra is friendly, so the proof is short once the right estimate is chosen.
We want to prove that
Let be given. We must find such that
Start by simplifying:
Now restrict to be near 1. If , then , so
Thus when ,
To make this less than , it is enough to require
So choose
Then if ,
Therefore,
Pitfalls the pros know 👇 A typical error is to set without bounding the extra factor . In an - 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 .
What if the problem changes? If the limit point were instead of , the same pattern works:
You then bound by forcing close enough to , and choose as the minimum of that neighborhood size and the amount needed to make the final estimate smaller than .
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.