The epsilon-delta definition of a limit is the formal way calculus explains what it means for a function to approach a value. This cheat sheet helps students turn the definition into a clear proof strategy instead of a memorized sentence. It focuses on worked-example patterns for linear, quadratic, rational, and absolute value limits.
Students need this reference because epsilon-delta proofs require both algebraic control and precise logical wording.
The central idea is to make happen by requiring . Most examples work by rewriting or bounding in terms of . Once a useful inequality is found, choose as a function of , often using a minimum such as .
A complete proof states the choice of , assumes , and then shows .
Key Facts
- The formal definition is if for every there exists such that implies .
- For a linear function , the limit proof often uses , so choosing works when .
- For , use and bound by first forcing .
- A common quadratic choice is because when .
- For a rational function, factor or combine fractions first, then use a restriction such as to keep denominators away from .
- The condition means may approach but does not have to equal , so the function value may be undefined.
- The number is allowed to depend on , but it must be positive and chosen before assuming .
- Using lets one condition control nearby behavior while another condition guarantees .
Vocabulary
- Epsilon
- Epsilon, written , is a positive tolerance for how close must be to the limit value .
- Delta
- Delta, written , is a positive distance from that controls how close must be to .
- Limit
- The limit means can be made arbitrarily close to by taking sufficiently close to .
- Punctured neighborhood
- A punctured neighborhood of is the set of points satisfying .
- Bounding
- Bounding is the process of replacing a difficult factor with a simpler upper estimate, such as using .
- Minimum choice
- A minimum choice such as enforces multiple inequalities at the same time.
Common Mistakes to Avoid
- Choosing before analyzing is wrong because the proof must show exactly how closeness in forces closeness in .
- Forgetting the condition is wrong because the epsilon-delta definition concerns values near , not necessarily the value at .
- Using in every problem is wrong because nonlinear expressions such as usually require extra bounds.
- Dividing by a quantity that might be is wrong because rational limit proofs must first restrict so the denominator stays safely away from .
- Proving only one numerical case such as is wrong because the definition requires the argument to work for every .
Practice Questions
- 1 Prove using the epsilon-delta definition that , and give an explicit formula for in terms of .
- 2 Prove that by bounding after assuming .
- 3 Find a valid choice for proving for .
- 4 Explain why the value of does not affect whether exists under the epsilon-delta definition.
Understanding Epsilon-Delta Definition of a Limit Worked Examples
The difficulty in these proofs comes from the order of the choices. Think of epsilon as an error allowance set by someone else. Your job is to give a positive delta that works for that allowance.
Only after delta is fixed do you consider an input within that distance of the target point. This order prevents circular reasoning. A proof cannot say that the input is close enough without explaining what close enough means.
The proof must give a rule that works for every positive output tolerance, including extremely small ones. This is why a limit is a stronger statement than checking a table of nearby values.
A useful working method is to begin at the output side and work backward. For a polynomial, factor the difference before trying to choose delta. Suppose the input approaches two in a cubic function.
The output error is the absolute difference between the input cubed and eight. Factoring produces the input distance from two multiplied by the expression input squared plus two times input plus four. The first factor is controllable by delta.
The second factor needs a temporary bound. If the input distance from two is less than one, then the input lies between one and three. The second factor is then less than nineteen.
The output error is therefore less than nineteen times the input distance. Choosing delta no larger than epsilon divided by nineteen finishes the job.
The temporary restriction is not arbitrary. It turns a changing expression into a fixed numerical bound.
Rational functions need extra care because a denominator can become dangerously small. Near two, the function one divided by the input has values close to one half, but only because inputs near two stay away from zero. Requiring the input distance from two to be less than one guarantees that the input is greater than one.
This gives a safe lower bound for the denominator before the rest of the error is estimated. The same idea appears in science and computing whenever a calculation divides by a measured quantity.
Small measurement errors can become large output errors near zero. Epsilon-delta reasoning makes that risk visible and gives a way to control it.
When writing a proof, separate discovery from presentation. Scratch work may include guesses, rough bounds, and failed choices. The final proof should be clean.
State the chosen delta, explain why it is positive, assume the required input condition, then show each inequality in order until the output error is below epsilon. Watch the direction of inequalities carefully. A lower bound is usually needed for a denominator, while an upper bound is usually needed for a multiplying factor.
Do not try to make every bound sharp. A simple bound that works is better than a complicated best possible bound. With practice, the main skill becomes recognizing which part of an expression needs local control.