1. For the function $f(x) = 2x + 7$, a student claims $\lim_{x \to 3} f(x) = 13$ and proposes $\delta = \varepsilon / 3$. Is this choice of δ valid?
- A.Yes, because $\varepsilon / 3 < \varepsilon / 2$ and any sufficiently small δ works.
- B.No, because the correct δ must be exactly $\varepsilon / 2$, and no other value is acceptable.
- C.Yes, because $\delta = \varepsilon / 3 \leq \varepsilon / 2$, and any δ that is at most $\varepsilon / 2$ satisfies the definition.
- D.No, because δ must always be larger than $\varepsilon / |m|$ where $m$ is the slope.
View Answer
Answer: Yes, because $\delta = \varepsilon / 3 \leq \varepsilon / 2$, and any δ that is at most $\varepsilon / 2$ satisfies the definition.
Find the standard δ: $|f(x) - 13| = |2x + 7 - 13| = 2|x - 3|$. For this to be less than $\varepsilon$, we need $|x - 3| < \varepsilon / 2$. So $\delta = \varepsilon / 2$ is the natural choice. Any smaller δ also works: If $\delta' \leq \delta$, then $0 < |x - 3| < \delta'$ implies $0 < |x - 3| < \delta$, so the implication still holds. Since $\varepsilon / 3 < \varepsilon / 2$, the student's δ is valid. Why distractors fail: Option A gives a correct conclusion but with incomplete reasoning (it doesn't explain why being smaller works logically). Option B is wrong because δ need not be exactly $\varepsilon / 2$; any positive value $\leq \varepsilon / 2$ works. Option D reverses the inequality — δ must be at most $\varepsilon / |m|$, not larger.