By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
The epsilon-delta definition of a limit is a formal way to define the limit of a function. It states that the limit ( L ) of ( f(x) ) as ( x ) approaches ( a ) is ( L ) if, for every ( \epsilon > 0 ), there exists a ( \delta > 0 ) such that if ( 0 < |x - a| < \delta ), then ( |f(x) - L| < \epsilon ). This topic appears in exams to test your understanding of the fundamental concept of limits and your ability to apply formal mathematical definitions.
This topic is frequently tested in calculus exams, particularly in introductory and advanced calculus courses. It typically carries significant marks (10-20% of the total) and tests your ability to understand and apply formal definitions, logical reasoning, and precise mathematical language.
For ( \lim_{x \to a} f(x) = L ) to be true, for every ( \epsilon > 0 ), there must exist a ( \delta > 0 ) such that: [ 0 < |x - a| < \delta \implies |f(x) - L| < \epsilon ]
Think of ( \epsilon ) as a "target" around ( L ) on the y-axis, and ( \delta ) as a "window" around ( a ) on the x-axis. The goal is to find a ( \delta ) such that all ( x ) values within this window map ( f(x) ) values within the target.
Intermediate
Question: Prove that ( \lim_{x \to 2} (3x - 1) = 5 ) using the epsilon-delta definition.
Step-by-Step: 1. Let ( \epsilon > 0 ) be given.2. We need to find ( \delta > 0 ) such that ( 0 < |x - 2| < \delta \implies |(3x - 1) - 5| < \epsilon ).3. Simplify ( |(3x - 1) - 5| ): [ |3x - 6| = 3|x - 2| ] 4. We need ( 3|x - 2| < \epsilon ), so: [ |x - 2| < \frac{\epsilon}{3} ] 5. Choose ( \delta = \frac{\epsilon}{3} ).
Answer: ( \delta = \frac{\epsilon}{3} )
Question: Prove that ( \lim_{x \to 1} x^2 = 1 ) using the epsilon-delta definition.
Step-by-Step: 1. Let ( \epsilon > 0 ) be given.2. We need to find ( \delta > 0 ) such that ( 0 < |x - 1| < \delta \implies |x^2 - 1| < \epsilon ).3. Simplify ( |x^2 - 1| ): [ |x^2 - 1| = |(x - 1)(x + 1)| ] 4. Assume ( |x - 1| < 1 ), then ( 0 < x < 2 ) and ( |x + 1| < 3 ).5. We need ( |x - 1||x + 1| < \epsilon ), so: [ |x - 1| < \frac{\epsilon}{3} ] 6. Choose ( \delta = \min(1, \frac{\epsilon}{3}) ).
Answer: ( \delta = \min(1, \frac{\epsilon}{3}) )
Question: Prove that ( \lim_{x \to 0} \frac{1}{x} ) does not exist using the epsilon-delta definition.
Step-by-Step: 1. Suppose ( \lim_{x \to 0} \frac{1}{x} = L ) for some ( L ).2. Let ( \epsilon = 1 ). We need ( \delta > 0 ) such that ( 0 < |x| < \delta \implies |\frac{1}{x} - L| < 1 ).3. For any ( \delta > 0 ), choose ( x = \frac{\delta}{2} ). Then: [ |\frac{1}{x} - L| = |\frac{2}{\delta} - L| ] 4. As ( \delta \to 0 ), ( \frac{2}{\delta} \to \infty ), making ( |\frac{2}{\delta} - L| ) arbitrarily large.5. Thus, no ( \delta ) can satisfy the condition for ( \epsilon = 1 ).
Answer: The limit does not exist.
Correct Approach: Understand ( \epsilon ) as the error tolerance and ( \delta ) as the proximity requirement.
Mistake: Not considering the absolute value correctly.
Correct Approach: Always consider ( |x - a| ) and ( |f(x) - L| ).
Mistake: Forgetting the condition ( 0 < |x - a| ).
Correct Approach: Ensure ( x \neq a ) in your proof.
Mistake: Assuming ( \delta ) can always be found.
Favored By: Calculus exams.
True/False Statements: Identify correct applications of the definition.
Favored By: Multiple-choice exams.
Fill-in-the-Blank: Complete the epsilon-delta definition.
Question: Which of the following is the correct epsilon-delta definition of a limit?
Options: A. ( \lim_{x \to a} f(x) = L ) if for every ( \delta > 0 ), there exists ( \epsilon > 0 ) such that ( 0 < |x - a| < \delta \implies |f(x) - L| < \epsilon ).B. ( \lim_{x \to a} f(x) = L ) if for every ( \epsilon > 0 ), there exists ( \delta > 0 ) such that ( 0 < |x - a| < \delta \implies |f(x) - L| < \epsilon ).C. ( \lim_{x \to a} f(x) = L ) if for every ( \epsilon > 0 ), there exists ( \delta > 0 ) such that ( 0 < |x - a| < \epsilon \implies |f(x) - L| < \delta ).D. ( \lim_{x \to a} f(x) = L ) if for every ( \delta > 0 ), there exists ( \epsilon > 0 ) such that ( 0 < |x - a| < \epsilon \implies |f(x) - L| < \delta ).
Correct Answer: B
Explanation: The correct definition requires ( \epsilon ) to be given first, and then ( \delta ) to be found.
Why the Distractors Are Tempting: - A: Confuses the order of ( \epsilon ) and ( \delta ).- C: Incorrectly places ( \epsilon ) in the inequality.- D: Reverses the roles of ( \epsilon ) and ( \delta ).
Question: For ( \lim_{x \to 2} (3x - 1) = 5 ), what is ( \delta ) if ( \epsilon = 0.1 )?
Options: A. ( \delta = 0.1 ) B. ( \delta = 0.033 ) C. ( \delta = 0.3 ) D. ( \delta = 0.01 )
Explanation: ( \delta = \frac{\epsilon}{3} = \frac{0.1}{3} = 0.033 ).
Why the Distractors Are Tempting: - A: Directly uses ( \epsilon ) as ( \delta ).- C: Incorrectly multiplies ( \epsilon ) by 3.- D: Too small, suggesting a misunderstanding of the division.
Question: True or False: ( \lim_{x \to 0} \frac{1}{x} ) exists.
Options: A. True B. False
Explanation: The limit does not exist because no ( \delta ) can satisfy the condition for all ( \epsilon ).
Why the Distractors Are Tempting: - A: Might seem plausible if one does not consider the behavior as ( x \to 0 ).
Question: For ( \lim_{x \to 1} x^2 = 1 ), what is ( \delta ) if ( \epsilon = 0.1 )?
Explanation: ( \delta = \min(1, \frac{\epsilon}{3}) = \min(1, \frac{0.1}{3}) = 0.033 ).
Question: Which of the following is not a correct step in the epsilon-delta proof?
Options: A. Let ( \epsilon > 0 ) be given.B. Find ( \delta > 0 ) such that ( 0 < |x - a| < \delta ).C. Ensure ( |f(x) - L| < \epsilon ).D. Allow ( x = a ).
Correct Answer: D
Explanation: The condition ( 0 < |x - a| ) explicitly excludes ( x = a ).
Why the Distractors Are Tempting: - A: Correct step in the proof.- B: Correct step in the proof.- C: Correct step in the proof.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.