University Calculus · Calculus I大学微积分 · 微积分 I

Unit A1: Limits
and Continuity
第 A1 单元:极限
与连续性

The foundation of single-variable calculus. This unit builds the limit from intuition up to the precise epsilon-delta definition, then uses it to define continuity and to prove the Intermediate and Extreme Value Theorems. Everything in Calculus I rests on what follows.单变量微积分的基石。本单元从直观出发建立极限(limit),一直推进到精确的 epsilon-delta 定义,再用它定义连续性(continuity),并证明介值定理(IVT)与极值定理(EVT)。微积分 I 的一切都建立在接下来的内容之上。

Calculus I微积分 I Single-Variable单变量 Foundational基础性 MIT 18.01 / GT 1551 / Princeton MAT 103
Read me first.请先读这里。 This guide serves two readers at once. If you are studying the night before a midterm, read the boxed key ideas and the worked examples in each section and you will be able to compute. If you are studying for mastery or to teach this, open every "Going deeper" block: that is where the epsilon-delta proofs and the theory live. The two paths share the same page.本指南同时服务于两类读者。如果你是在期中考试前一晚复习,只读每节中加框的核心要点和例题,就足以应付计算。如果你追求融会贯通或要讲授这部分内容,请展开每一个 "Going deeper"(深入探究)块:epsilon-delta 证明与理论都在那里。两条路径共用同一页。

The Limit: Intuition and Notation极限:直观理解与记号

Key idea.核心要点。 The statement $\lim_{x \to a} f(x) = L$ means: as $x$ gets arbitrarily close to $a$ (from both sides, but $x \neq a$), the value $f(x)$ gets arbitrarily close to $L$. The limit describes where $f$ is headed near $a$, which need not equal $f(a)$ and need not require $f(a)$ to be defined at all.$\lim_{x \to a} f(x) = L$ 这一式子的含义是:当 $x$ 从两侧任意接近 $a$(但 $x \neq a$)时,函数值 $f(x)$ 任意接近 $L$。极限(limit)描述的是 $f$ 在 $a$ 附近的走向,这个走向不必等于 $f(a)$,甚至不要求 $f(a)$ 有定义。
Two-sided limit exists when the one-sided limits agree当两个单侧极限相等时,双侧极限存在
$$ \lim_{x \to a} f(x) = L \quad\Longleftrightarrow\quad \lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L $$

A limit can fail to exist in three standard ways: the one-sided limits disagree (a jump), the values grow without bound (an infinite limit), or the values oscillate and never settle (for example $\sin(1/x)$ as $x \to 0$). Each failure mode has a distinct signature, and a large part of learning limits is learning to recognize which one you are looking at before you reach for algebra. The first two are detected by computing the one-sided limits separately; the third is detected by noticing that no matter how close $x$ comes to $a$, the values keep sweeping across a fixed range.

It is worth fixing the language precisely. The phrase "as $x$ gets close to $a$" never means $x = a$. We sample the function at inputs near $a$, watch the outputs, and ask whether those outputs are converging on a single target. A useful mental model is a numerical table: list values of $f$ at $x = a \pm 0.1,\ a \pm 0.01,\ a \pm 0.001$ and see whether the outputs stabilize. A table can build conviction, but it can never prove a limit, since a table samples only finitely many points and a limit is a claim about all nearby points at once. That gap is exactly what Section 5 closes with the epsilon-delta definition.

极限不存在通常有三种标准情形:两个单侧极限不一致(跳跃,jump)、函数值无界增长(无穷极限,infinite limit),或函数值反复振荡而始终不收敛(例如当 $x \to 0$ 时的 $\sin(1/x)$)。每种失败方式都有各自的特征,学习极限很大一部分就是在动手做代数之前先辨认出你面对的是哪一种。前两种通过分别计算单侧极限来识别;第三种则通过观察到:无论 $x$ 多么接近 $a$,函数值都始终在一个固定区间内来回扫动来识别。

把语言说精确是值得的。"当 $x$ 接近 $a$" 这句话从不意味着 $x = a$。我们在 $a$ 附近的输入处取样函数,观察输出,并追问这些输出是否收敛(convergence)到同一个目标。一个有用的思维模型是数值表:列出 $f$ 在 $x = a \pm 0.1,\ a \pm 0.01,\ a \pm 0.001$ 处的值,看输出是否稳定下来。数值表能增强信心,但永远无法证明极限,因为表只取样有限多个点,而极限是对所有邻近点同时成立的断言。这一缺口正是第 5 节用 epsilon-delta 定义所要弥合的。

Worked Example 1.1: a removable hole例题 1.1:可去的空洞

Evaluate $\lim_{x \to 3} \dfrac{x^2 - 9}{x - 3}$.

Direct substitution gives $0/0$, an indeterminate form, so the algebra must be simplified first. Factor the numerator:

$$ \frac{x^2 - 9}{x - 3} = \frac{(x-3)(x+3)}{x - 3} = x + 3 \quad (x \neq 3). $$

The original function and $x+3$ agree everywhere except at $x = 3$, and limits ignore the single point $x = a$. Therefore

$$ \lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} (x + 3) = 6. $$

Note $f(3)$ is undefined, yet the limit is $6$. The graph has a hole at $(3, 6)$.

求 $\lim_{x \to 3} \dfrac{x^2 - 9}{x - 3}$。

直接代入(direct substitution)得到 $0/0$,这是一个不定式(indeterminate form),所以必须先做代数化简。把分子因式分解:

$$ \frac{x^2 - 9}{x - 3} = \frac{(x-3)(x+3)}{x - 3} = x + 3 \quad (x \neq 3). $$

原函数与 $x+3$ 除了在 $x = 3$ 处之外处处相同,而极限会忽略 $x = a$ 这一单点。因此

$$ \lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} (x + 3) = 6. $$

注意 $f(3)$ 无定义,但极限是 $6$。图像在 $(3, 6)$ 处有一个空洞。

Worked Example 1.2: one-sided limits of a jump例题 1.2:跳跃处的单侧极限

Let $f(x) = \dfrac{|x|}{x}$ and decide whether $\lim_{x \to 0} f(x)$ exists.

For $x > 0$ we have $|x| = x$, so $f(x) = x/x = 1$. For $x < 0$ we have $|x| = -x$, so $f(x) = -x/x = -1$. The two sides therefore approach different targets:

$$ \lim_{x \to 0^+} f(x) = 1, \qquad \lim_{x \to 0^-} f(x) = -1. $$

Because the one-sided limits disagree, the two-sided limit does not exist. This is the prototype of a jump discontinuity: each side is perfectly well behaved on its own, yet they refuse to meet. Note that $f(0)$ is also undefined here, but that is irrelevant; even if we forced a value at $0$, the limit would still fail because the sides disagree.

设 $f(x) = \dfrac{|x|}{x}$,判断 $\lim_{x \to 0} f(x)$ 是否存在。

当 $x > 0$ 时 $|x| = x$,故 $f(x) = x/x = 1$。当 $x < 0$ 时 $|x| = -x$,故 $f(x) = -x/x = -1$。因此两侧趋向不同的目标:

$$ \lim_{x \to 0^+} f(x) = 1, \qquad \lim_{x \to 0^-} f(x) = -1. $$

由于两个单侧极限不一致,双侧极限不存在。这是跳跃间断(jump discontinuity)的典型:每一侧单独看都规规矩矩,却彼此不相接。注意这里 $f(0)$ 同样无定义,但这无关紧要;即使我们强行在 $0$ 处赋一个值,极限仍不存在,因为两侧不一致。

Worked Example 1.3: oscillation with no limit例题 1.3:无极限的振荡

Examine $\lim_{x \to 0} \sin\!\big(\tfrac{1}{x}\big)$.

As $x \to 0$, the input $\tfrac{1}{x}$ runs off to $\pm\infty$, so $\sin(\tfrac1x)$ cycles through its full range $[-1,1]$ infinitely often. Concretely, take two sequences approaching $0$:

$$ x_n = \frac{1}{2\pi n} \ \Rightarrow\ \sin\!\Big(\tfrac{1}{x_n}\Big) = \sin(2\pi n) = 0, \qquad y_n = \frac{1}{2\pi n + \pi/2} \ \Rightarrow\ \sin\!\Big(\tfrac{1}{y_n}\Big) = 1. $$

Both $x_n \to 0$ and $y_n \to 0$, yet the outputs sit at $0$ and at $1$ respectively. A single limit value $L$ would have to absorb both, which is impossible, so the limit does not exist. Contrast this with $\lim_{x\to 0} x\sin(\tfrac1x)$, which does equal $0$: there the wild oscillation is multiplied by $x \to 0$ and the Squeeze Theorem of Section 3 forces convergence.

考察 $\lim_{x \to 0} \sin\!\big(\tfrac{1}{x}\big)$。

当 $x \to 0$ 时,输入 $\tfrac{1}{x}$ 奔向 $\pm\infty$,因此 $\sin(\tfrac1x)$ 在其整个值域 $[-1,1]$ 上无限多次往复循环。具体地,取两个趋于 $0$ 的数列(sequence):

$$ x_n = \frac{1}{2\pi n} \ \Rightarrow\ \sin\!\Big(\tfrac{1}{x_n}\Big) = \sin(2\pi n) = 0, \qquad y_n = \frac{1}{2\pi n + \pi/2} \ \Rightarrow\ \sin\!\Big(\tfrac{1}{y_n}\Big) = 1. $$

$x_n \to 0$ 和 $y_n \to 0$ 都成立,但输出分别停在 $0$ 和 $1$。单一的极限值 $L$ 必须同时吸纳这两者,这不可能,所以极限不存在。与之对照的是 $\lim_{x\to 0} x\sin(\tfrac1x)$,它确实等于 $0$:在那里剧烈的振荡被乘以 $x \to 0$,第 3 节的夹逼定理(Squeeze Theorem)迫使其收敛。

Common error.常见错误。 A frequent mistake is concluding that $\lim_{x\to a} f(x) = f(a)$ simply by plugging in $a$. That is valid only when $f$ is continuous at $a$, which is a property to be checked, not assumed. In Worked Example 1.1 the substitution gives $0/0$, a meaningless symbol, not the answer. Treat direct substitution as a first probe: if it yields a finite number and the function is built from continuous pieces, that number is the limit; if it yields $0/0$ or $\infty - \infty$ or a similar indeterminate form, the substitution has told you only that more work is required.一个常见错误是仅靠代入 $a$ 就断定 $\lim_{x\to a} f(x) = f(a)$。这只有当 $f$ 在 $a$ 处连续时才成立,而连续性是需要验证、而非假定的性质。在例题 1.1 中,代入得到 $0/0$,这是一个无意义的符号,并不是答案。把直接代入当作第一道探针:若它给出有限数且函数由连续部分构成,那个数就是极限;若它给出 $0/0$、$\infty - \infty$ 或类似的不定式,代入只是告诉你还需要更多工作。
Going deeper: why "$x \neq a$" is in the definition深入探究:为何定义中要有 "$x \neq a$"

The limit deliberately excludes the point $x = a$ so that it can measure the behavior of $f$ approaching $a$ independently of the value (or non-value) at $a$ itself. This separation is exactly what lets us later define the derivative as a limit of a difference quotient that is $0/0$ at the point of interest. If the limit were forced to use $f(a)$, calculus could not get off the ground.

极限刻意排除 $x = a$ 这一点,从而能够脱离 $a$ 处本身的取值(或无取值)来度量 $f$ 在趋近 $a$ 时的行为。正是这种分离,使我们日后能把导数(derivative)定义为差商的极限——而该差商在所关心的点恰好是 $0/0$。如果极限被迫使用 $f(a)$,微积分根本无从起步。

Which statement is true about $\lim_{x \to a} f(x) = L$?关于 $\lim_{x \to a} f(x) = L$,下列哪项陈述为真?
1.1
It requires $f(a) = L$.它要求 $f(a) = L$。
It requires $f(a)$ to be defined.它要求 $f(a)$ 有定义。
It describes $f$ near $a$ with $x \neq a$, regardless of $f(a)$.它描述的是 $x \neq a$ 时 $f$ 在 $a$ 附近的情况,与 $f(a)$ 无关。
It only uses values with $x > a$.它只用到 $x > a$ 的值。
Correct. The limit ignores the single point $x = a$ and looks only at nearby values from both sides.正确。极限忽略 $x = a$ 这一单点,只看两侧的邻近值。
The limit ignores $f(a)$ entirely and uses both sides, so the value at $a$ is irrelevant to whether the limit exists.极限完全忽略 $f(a)$ 并使用两侧,因此 $a$ 处的取值与极限是否存在无关。

Computing Limits: Laws and Techniques极限的计算:法则与技巧

Key idea.核心要点。 When the limits exist, they respect arithmetic. Sums, products, and quotients of limits behave as expected, with the one caveat that you may not divide by a limit of zero.当极限存在时,它们与四则运算相容。极限的和、积、商都如预期那样运作,唯一的告诫是:不能除以一个等于零的极限。这些规律统称极限法则(limit laws)。
Limit laws (assume $\lim_{x\to a} f$ and $\lim_{x\to a} g$ exist)极限法则(设 $\lim_{x\to a} f$ 与 $\lim_{x\to a} g$ 存在)
$$ \lim_{x\to a}\big(f \pm g\big) = \lim f \pm \lim g, \qquad \lim_{x\to a}(fg) = \lim f \cdot \lim g $$ $$ \lim_{x\to a}\frac{f}{g} = \frac{\lim f}{\lim g}\ \ (\lim g \neq 0), \qquad \lim_{x\to a}\big(f\big)^n = \big(\lim f\big)^n $$

Direct substitution works whenever $f$ is built from polynomials, roots, and the standard transcendental functions and $a$ is in the domain. When substitution returns the indeterminate form $0/0$, simplify first: factor and cancel, or rationalize a radical by multiplying by the conjugate.

直接代入direct substitution)在 $f$ 由多项式、根式和标准超越函数构成、且 $a$ 在定义域内时总是有效。当代入返回不定式(indeterminate form)$0/0$ 时,先化简:因式分解后约分,或乘以共轭式把根式有理化。

Worked Example 2.1: rationalizing a conjugate例题 2.1:用共轭式有理化

Evaluate $\lim_{x \to 0} \dfrac{\sqrt{x + 4} - 2}{x}$.

Substitution gives $0/0$. Multiply by the conjugate $\sqrt{x+4}+2$:

$$ \frac{\sqrt{x+4}-2}{x}\cdot\frac{\sqrt{x+4}+2}{\sqrt{x+4}+2} = \frac{(x+4) - 4}{x\big(\sqrt{x+4}+2\big)} = \frac{x}{x\big(\sqrt{x+4}+2\big)}. $$

Cancel the $x$ and substitute:

$$ \lim_{x \to 0} \frac{1}{\sqrt{x+4}+2} = \frac{1}{\sqrt{4}+2} = \frac{1}{4}. $$

求 $\lim_{x \to 0} \dfrac{\sqrt{x + 4} - 2}{x}$。

代入得到 $0/0$。乘以共轭式 $\sqrt{x+4}+2$:

$$ \frac{\sqrt{x+4}-2}{x}\cdot\frac{\sqrt{x+4}+2}{\sqrt{x+4}+2} = \frac{(x+4) - 4}{x\big(\sqrt{x+4}+2\big)} = \frac{x}{x\big(\sqrt{x+4}+2\big)}. $$

约去 $x$ 再代入:

$$ \lim_{x \to 0} \frac{1}{\sqrt{x+4}+2} = \frac{1}{\sqrt{4}+2} = \frac{1}{4}. $$
Worked Example 2.2: a compound fraction例题 2.2:繁分数

Evaluate $\lim_{x \to 0} \dfrac{\frac{1}{x+2} - \frac{1}{2}}{x}$.

Substitution gives $0/0$ again. The cure for a complex fraction is to combine the numerator over a common denominator first:

$$ \frac{1}{x+2} - \frac{1}{2} = \frac{2 - (x+2)}{2(x+2)} = \frac{-x}{2(x+2)}. $$

Now divide this by $x$, which is the same as multiplying by $\tfrac1x$:

$$ \frac{1}{x}\cdot\frac{-x}{2(x+2)} = \frac{-1}{2(x+2)}. $$

The troublesome $x$ has cancelled, so substitute:

$$ \lim_{x \to 0} \frac{-1}{2(x+2)} = \frac{-1}{2\cdot 2} = -\frac{1}{4}. $$

This is in fact the derivative of $1/x$ at $x = 2$ in disguise, which is why the same technique reappears throughout Unit A2.

求 $\lim_{x \to 0} \dfrac{\frac{1}{x+2} - \frac{1}{2}}{x}$。

代入又得到 $0/0$。处理繁分数的办法是先把分子通分合并:

$$ \frac{1}{x+2} - \frac{1}{2} = \frac{2 - (x+2)}{2(x+2)} = \frac{-x}{2(x+2)}. $$

再把它除以 $x$,也就是乘以 $\tfrac1x$:

$$ \frac{1}{x}\cdot\frac{-x}{2(x+2)} = \frac{-1}{2(x+2)}. $$

麻烦的 $x$ 已约去,于是代入:

$$ \lim_{x \to 0} \frac{-1}{2(x+2)} = \frac{-1}{2\cdot 2} = -\frac{1}{4}. $$

这其实是 $1/x$ 在 $x = 2$ 处导数(derivative)的伪装,这也是为什么同一技巧会贯穿第 A2 单元。

Worked Example 2.3: a one-sided limit forced by a square root例题 2.3:由根号决定的单侧极限

Evaluate $\lim_{x \to 3^+} \dfrac{x - 3}{\sqrt{x - 3}}$.

The expression is defined only for $x > 3$, since $\sqrt{x-3}$ needs a nonnegative argument, so a one-sided limit from the right is the only sensible question. For $x > 3$ write $x - 3 = \big(\sqrt{x-3}\big)^2$:

$$ \frac{x - 3}{\sqrt{x - 3}} = \frac{\big(\sqrt{x-3}\big)^2}{\sqrt{x-3}} = \sqrt{x - 3}. $$

Therefore $\lim_{x \to 3^+} \sqrt{x - 3} = 0$. The lesson is that the domain itself can dictate that only a one-sided limit exists; asking for the two-sided limit here would be meaningless because the function is not defined to the left of $3$.

求 $\lim_{x \to 3^+} \dfrac{x - 3}{\sqrt{x - 3}}$。

该表达式只在 $x > 3$ 时有定义,因为 $\sqrt{x-3}$ 要求被开方数非负,所以从右侧的单侧极限是唯一有意义的问题。对 $x > 3$,把 $x - 3 = \big(\sqrt{x-3}\big)^2$ 改写:

$$ \frac{x - 3}{\sqrt{x - 3}} = \frac{\big(\sqrt{x-3}\big)^2}{\sqrt{x-3}} = \sqrt{x - 3}. $$

于是 $\lim_{x \to 3^+} \sqrt{x - 3} = 0$。这里的教训是:定义域本身可以决定只存在单侧极限;在此处追问双侧极限毫无意义,因为函数在 $3$ 的左侧并无定义。

Going deeper: proving the Sum Law from the limit definition深入探究:从极限定义证明和法则

The limit laws are not axioms; they are theorems that follow from the epsilon-delta definition of Section 5. Here is the proof of the Sum Law, which is the template for the rest. Suppose $\lim_{x\to a} f(x) = L$ and $\lim_{x\to a} g(x) = M$. We claim $\lim_{x\to a}\big(f(x) + g(x)\big) = L + M$.

Let $\varepsilon > 0$. The target is $\big|(f(x)+g(x)) - (L+M)\big| < \varepsilon$. By the triangle inequality,

$$ \big|(f+g) - (L+M)\big| = \big|(f - L) + (g - M)\big| \le |f - L| + |g - M|. $$

The strategy is to make each piece smaller than $\varepsilon/2$. Since $\lim f = L$, there is a $\delta_1 > 0$ with $|f(x) - L| < \varepsilon/2$ whenever $0 < |x - a| < \delta_1$. Since $\lim g = M$, there is a $\delta_2 > 0$ with $|g(x) - M| < \varepsilon/2$ whenever $0 < |x - a| < \delta_2$. Take $\delta = \min\{\delta_1, \delta_2\}$. Then for $0 < |x - a| < \delta$ both bounds hold at once, so

$$ \big|(f+g) - (L+M)\big| \le |f - L| + |g - M| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon. $$

Since $\varepsilon$ was arbitrary, the Sum Law holds. Splitting the tolerance in half so the pieces recombine to $\varepsilon$ is the recurring trick; you will see it again in the proof of the Product Law and in many later arguments.

极限法则不是公理;它们是从第 5 节的 epsilon-delta 定义推出的定理。下面是和法则(Sum Law)的证明,它是其余法则的模板。设 $\lim_{x\to a} f(x) = L$ 且 $\lim_{x\to a} g(x) = M$。我们断言 $\lim_{x\to a}\big(f(x) + g(x)\big) = L + M$。

设 $\varepsilon > 0$。目标是 $\big|(f(x)+g(x)) - (L+M)\big| < \varepsilon$。由三角不等式,

$$ \big|(f+g) - (L+M)\big| = \big|(f - L) + (g - M)\big| \le |f - L| + |g - M|. $$

策略是让每一项都小于 $\varepsilon/2$。由 $\lim f = L$,存在 $\delta_1 > 0$,使得只要 $0 < |x - a| < \delta_1$ 就有 $|f(x) - L| < \varepsilon/2$。由 $\lim g = M$,存在 $\delta_2 > 0$,使得只要 $0 < |x - a| < \delta_2$ 就有 $|g(x) - M| < \varepsilon/2$。取 $\delta = \min\{\delta_1, \delta_2\}$。则当 $0 < |x - a| < \delta$ 时两个界同时成立,故

$$ \big|(f+g) - (L+M)\big| \le |f - L| + |g - M| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon. $$

由于 $\varepsilon$ 是任意的,和法则成立。把容差一分为二、使各项重新合成 $\varepsilon$ 是反复出现的技巧;你会在乘积法则(Product Rule 思路)的证明及后续许多论证中再次见到它。

Common error.常见错误。 The limit laws apply only when the individual limits exist as finite numbers. Splitting $\lim_{x\to 0}\big(\frac1x - \frac1x\big)$ into $\lim \frac1x - \lim \frac1x$ is illegal, because neither piece exists; the original expression is simply $\lim_{x\to 0} 0 = 0$. Likewise you may not apply the Quotient Law when the denominator's limit is $0$. Always confirm that each limit you are about to separate actually exists before you separate it.极限法则只有在各个极限都作为有限数存在时才适用。把 $\lim_{x\to 0}\big(\frac1x - \frac1x\big)$ 拆成 $\lim \frac1x - \lim \frac1x$ 是非法的,因为这两项都不存在;原表达式其实就是 $\lim_{x\to 0} 0 = 0$。同样,当分母的极限为 $0$ 时不能套用商的法则(Quotient Law)。在拆分一个极限之前,务必先确认你要拆出的每一项确实存在。
$\displaystyle \lim_{x \to 2} \frac{x^2 - x - 2}{x - 2}$ equals:$\displaystyle \lim_{x \to 2} \frac{x^2 - x - 2}{x - 2}$ 等于:
2.1
$0$
$3$
$1$
does not exist不存在
Correct. Factor $x^2 - x - 2 = (x-2)(x+1)$, cancel $x-2$, then substitute: $2 + 1 = 3$.正确。把 $x^2 - x - 2 = (x-2)(x+1)$ 因式分解,约去 $x-2$,再代入:$2 + 1 = 3$。
Factor the numerator as $(x-2)(x+1)$ and cancel the common $x-2$, leaving $x+1 \to 3$.把分子因式分解为 $(x-2)(x+1)$,约去公因式 $x-2$,剩下 $x+1 \to 3$。

The Squeeze Theorem and the Trig Limits夹逼定理与三角极限

Key idea.核心要点。 If a function is trapped between two others that converge to the same limit, it is forced to converge there too. This is the standard tool for limits that resist algebra, including the foundational trig limits.如果一个函数被夹在另两个收敛到同一极限的函数之间,它也被迫收敛到那里。这就是夹逼定理(Squeeze Theorem),是处理那些抗拒代数手段的极限的标准工具,包括几个基础三角极限。
Squeeze Theorem and the two trig limits夹逼定理与两个三角极限
$$ \text{If } g(x) \le f(x) \le h(x) \text{ near } a \text{ and } \lim_{x\to a} g = \lim_{x\to a} h = L, \text{ then } \lim_{x\to a} f = L. $$ $$ \lim_{x \to 0} \frac{\sin x}{x} = 1, \qquad \lim_{x \to 0} \frac{1 - \cos x}{x} = 0 $$
Going deeper: proof that $\lim_{x\to 0}\frac{\sin x}{x}=1$深入探究:证明 $\lim_{x\to 0}\frac{\sin x}{x}=1$

For $0 < x < \pi/2$, compare areas inside the unit circle: the triangle with area $\tfrac12 \sin x$, the sector with area $\tfrac12 x$, and the larger triangle with area $\tfrac12 \tan x$. Then

$$ \sin x \le x \le \tan x. $$

Divide through by $\sin x > 0$ and invert (which flips the inequalities):

$$ 1 \ge \frac{\sin x}{x} \ge \cos x. $$

As $x \to 0^+$, $\cos x \to 1$, so by the Squeeze Theorem $\frac{\sin x}{x} \to 1$. Because $\frac{\sin x}{x}$ is even, the same holds as $x \to 0^-$, giving the two-sided limit $1$.

对 $0 < x < \pi/2$,比较单位圆内的三块面积:面积为 $\tfrac12 \sin x$ 的三角形、面积为 $\tfrac12 x$ 的扇形,以及面积为 $\tfrac12 \tan x$ 的较大三角形。于是

$$ \sin x \le x \le \tan x. $$

两边同除以 $\sin x > 0$ 再取倒数(不等号方向随之翻转):

$$ 1 \ge \frac{\sin x}{x} \ge \cos x. $$

当 $x \to 0^+$ 时 $\cos x \to 1$,故由夹逼定理 $\frac{\sin x}{x} \to 1$。又因 $\frac{\sin x}{x}$ 是偶函数,当 $x \to 0^-$ 时同样成立,从而双侧极限为 $1$。

Worked Example 3.1: a direct squeeze例题 3.1:一次直接的夹逼

Show $\lim_{x \to 0} x^2 \sin\!\big(\tfrac{1}{x}\big) = 0$.

The factor $\sin(\tfrac1x)$ has no limit at $0$ (Worked Example 1.3), so the Product Law is useless here. Instead bound the bad factor. For every $x \neq 0$,

$$ -1 \le \sin\!\Big(\tfrac{1}{x}\Big) \le 1. $$

Multiply through by $x^2 \ge 0$, which preserves the inequalities:

$$ -x^2 \le x^2 \sin\!\Big(\tfrac{1}{x}\Big) \le x^2. $$

Both outer functions tend to $0$ as $x \to 0$, so the Squeeze Theorem forces the middle to $0$ as well. The oscillation never goes away, but the shrinking envelope $\pm x^2$ crushes it to zero.

证明 $\lim_{x \to 0} x^2 \sin\!\big(\tfrac{1}{x}\big) = 0$。

因子 $\sin(\tfrac1x)$ 在 $0$ 处没有极限(见例题 1.3),所以乘积法则在此无用。改为给这个捣乱的因子定界。对每个 $x \neq 0$,

$$ -1 \le \sin\!\Big(\tfrac{1}{x}\Big) \le 1. $$

两边同乘 $x^2 \ge 0$,不等号方向不变:

$$ -x^2 \le x^2 \sin\!\Big(\tfrac{1}{x}\Big) \le x^2. $$

当 $x \to 0$ 时外侧两个函数都趋于 $0$,于是夹逼定理迫使中间也趋于 $0$。振荡始终没有消失,但不断收缩的包络 $\pm x^2$ 把它压成了零。

Worked Example 3.2: the $1 - \cos x$ limit derived例题 3.2:推导 $1 - \cos x$ 极限

Derive $\lim_{x \to 0} \dfrac{1 - \cos x}{x} = 0$ from the $\frac{\sin x}{x}$ limit.

Multiply numerator and denominator by the conjugate $1 + \cos x$ to convert the cosine into a sine via $1 - \cos^2 x = \sin^2 x$:

$$ \frac{1 - \cos x}{x}\cdot\frac{1 + \cos x}{1 + \cos x} = \frac{1 - \cos^2 x}{x(1 + \cos x)} = \frac{\sin^2 x}{x(1 + \cos x)}. $$

Now regroup into a known piece times a piece that substitutes cleanly:

$$ \frac{\sin^2 x}{x(1 + \cos x)} = \frac{\sin x}{x}\cdot\frac{\sin x}{1 + \cos x}. $$

As $x \to 0$ the first factor tends to $1$ and the second tends to $\dfrac{0}{1 + 1} = 0$, so the product tends to $1 \cdot 0 = 0$. The same conjugate trick gives $\lim_{x\to 0}\dfrac{1 - \cos x}{x^2} = \tfrac12$, a result you will reuse when computing the second derivative of cosine.

从 $\frac{\sin x}{x}$ 极限推导 $\lim_{x \to 0} \dfrac{1 - \cos x}{x} = 0$。

分子分母同乘共轭式 $1 + \cos x$,借助 $1 - \cos^2 x = \sin^2 x$ 把余弦化成正弦:

$$ \frac{1 - \cos x}{x}\cdot\frac{1 + \cos x}{1 + \cos x} = \frac{1 - \cos^2 x}{x(1 + \cos x)} = \frac{\sin^2 x}{x(1 + \cos x)}. $$

再重新分组成一个已知的部分乘以一个可以干净代入的部分:

$$ \frac{\sin^2 x}{x(1 + \cos x)} = \frac{\sin x}{x}\cdot\frac{\sin x}{1 + \cos x}. $$

当 $x \to 0$ 时第一个因子趋于 $1$,第二个趋于 $\dfrac{0}{1 + 1} = 0$,故乘积趋于 $1 \cdot 0 = 0$。同样的共轭技巧给出 $\lim_{x\to 0}\dfrac{1 - \cos x}{x^2} = \tfrac12$,这个结果在计算余弦的二阶导数时会再次用到。

Common error.常见错误。 The Squeeze Theorem requires both bounding functions to share the same limit. If $g(x) \le f(x) \le h(x)$ but $\lim g = 0$ while $\lim h = 1$, the theorem says nothing; $f$ could converge to anything in between or fail to converge at all. A second pitfall is forgetting that multiplying an inequality by a negative quantity reverses it. In Worked Example 3.1 the multiplier $x^2$ is nonnegative, so the direction is safe; if you ever multiply a bound by a factor that could be negative, split into cases or bound by absolute values instead.夹逼定理要求上下两个界函数收敛到同一个极限。若 $g(x) \le f(x) \le h(x)$ 但 $\lim g = 0$ 而 $\lim h = 1$,定理什么也说不出;$f$ 可能收敛到二者之间的任意值,也可能根本不收敛。第二个陷阱是忘了:用负数乘不等式会使不等号反向。在例题 3.1 中乘子 $x^2$ 非负,所以方向是安全的;若你乘的因子可能为负,请分情况讨论,或改用绝对值来定界。
$\displaystyle \lim_{x \to 0} \frac{\sin 5x}{x}$ equals:$\displaystyle \lim_{x \to 0} \frac{\sin 5x}{x}$ 等于:
3.1
$5$
$1$
$0$
$\tfrac15$
Correct. Write $\frac{\sin 5x}{x} = 5\cdot\frac{\sin 5x}{5x}$; as $x\to 0$ the fraction tends to $1$, so the limit is $5$.正确。把 $\frac{\sin 5x}{x} = 5\cdot\frac{\sin 5x}{5x}$;当 $x\to 0$ 时该分式趋于 $1$,故极限为 $5$。
Multiply and divide by $5$: $\frac{\sin 5x}{x} = 5\cdot\frac{\sin 5x}{5x} \to 5\cdot 1 = 5$.乘以并除以 $5$:$\frac{\sin 5x}{x} = 5\cdot\frac{\sin 5x}{5x} \to 5\cdot 1 = 5$。

Limits Involving Infinity涉及无穷的极限

Key idea.核心要点。 Two distinct questions hide behind the word "infinity." A vertical asymptote asks what happens to $f(x)$ as $x \to a$ and the values blow up. A horizontal asymptote asks what happens to $f(x)$ as $x \to \pm\infty$, describing end behavior."无穷" 这个词背后藏着两个不同的问题。垂直渐近线(vertical asymptote)问的是:当 $x \to a$ 而函数值发散时,$f(x)$ 会怎样。水平渐近线(horizontal asymptote)问的是:当 $x \to \pm\infty$ 时 $f(x)$ 怎样,描述的是末端行为。
End behavior of a rational function有理函数的末端行为
$$ \lim_{x \to \pm\infty} \frac{a_m x^m + \cdots}{b_n x^n + \cdots} = \begin{cases} 0 & m < n \\[2pt] a_m/b_n & m = n \\[2pt] \pm\infty & m > n \end{cases} $$
Worked Example 4.1: horizontal asymptote例题 4.1:水平渐近线

Find $\lim_{x \to \infty} \dfrac{3x^2 - 5}{2x^2 + x}$. Divide numerator and denominator by the highest power $x^2$:

$$ \frac{3 - 5/x^2}{2 + 1/x} \xrightarrow{\ x \to \infty\ } \frac{3 - 0}{2 + 0} = \frac{3}{2}. $$

So $y = \tfrac32$ is a horizontal asymptote. Equal degrees give the ratio of leading coefficients.

求 $\lim_{x \to \infty} \dfrac{3x^2 - 5}{2x^2 + x}$。分子分母同除以最高次幂 $x^2$:

$$ \frac{3 - 5/x^2}{2 + 1/x} \xrightarrow{\ x \to \infty\ } \frac{3 - 0}{2 + 0} = \frac{3}{2}. $$

所以 $y = \tfrac32$ 是一条水平渐近线。次数相等时,极限等于首项系数之比。

The symbol $\infty$ is not a number, and writing $\lim_{x\to a} f(x) = \infty$ does not mean the limit exists in the ordinary sense. It is shorthand for a precise statement: $f(x)$ exceeds every bound as $x$ approaches $a$. When we say a limit "is $\infty$" we are describing a specific way the ordinary limit fails, not asserting convergence. The same caution applies to $x \to \infty$, which means $x$ increases past every bound, not that $x$ reaches some final value.

符号 $\infty$ 不是一个数,写 $\lim_{x\to a} f(x) = \infty$ 并不意味着极限在通常意义下存在。它是一个精确陈述的简写:当 $x$ 趋近 $a$ 时 $f(x)$ 超过任意界。当我们说一个极限 "是 $\infty$" 时,我们是在描述通常极限失败的一种特定方式,而非断言收敛(convergence)。同样的告诫适用于 $x \to \infty$,它的意思是 $x$ 越过任意界地增大,而非 $x$ 达到某个最终取值。

Worked Example 4.2: a vertical asymptote and its sign例题 4.2:垂直渐近线及其符号

Analyze $\lim_{x \to 2} \dfrac{1}{(x - 2)^2}$ and the two one-sided limits of $\lim_{x \to 2} \dfrac{1}{x - 2}$.

For the first, $(x-2)^2 > 0$ for all $x \neq 2$ and shrinks to $0$, so the reciprocal grows without bound from both sides:

$$ \lim_{x \to 2} \frac{1}{(x - 2)^2} = +\infty. $$

For the second, the sign of $x - 2$ matters. From the right, $x - 2 \to 0^+$, so the reciprocal tends to $+\infty$; from the left, $x - 2 \to 0^-$, so it tends to $-\infty$:

$$ \lim_{x \to 2^+} \frac{1}{x - 2} = +\infty, \qquad \lim_{x \to 2^-} \frac{1}{x - 2} = -\infty. $$

Because the two sides disagree even in their infinite behavior, the two-sided limit does not exist (not even as $+\infty$). The line $x = 2$ is a vertical asymptote in both cases; the difference is whether the function dives the same way or opposite ways on the two sides.

分析 $\lim_{x \to 2} \dfrac{1}{(x - 2)^2}$,以及 $\lim_{x \to 2} \dfrac{1}{x - 2}$ 的两个单侧极限。

对第一个,$(x-2)^2 > 0$ 对所有 $x \neq 2$ 成立且趋于 $0$,故其倒数从两侧都无界增大:

$$ \lim_{x \to 2} \frac{1}{(x - 2)^2} = +\infty. $$

对第二个,$x - 2$ 的符号很关键。从右侧 $x - 2 \to 0^+$,故倒数趋于 $+\infty$;从左侧 $x - 2 \to 0^-$,故趋于 $-\infty$:

$$ \lim_{x \to 2^+} \frac{1}{x - 2} = +\infty, \qquad \lim_{x \to 2^-} \frac{1}{x - 2} = -\infty. $$

由于两侧连无穷行为都不一致,双侧极限不存在(甚至不能记为 $+\infty$)。两种情形里直线 $x = 2$ 都是垂直渐近线;区别在于函数在两侧是朝同一方向还是相反方向发散。

Worked Example 4.3: end behavior with a radical例题 4.3:含根式的末端行为

Find $\lim_{x \to \infty} \dfrac{\sqrt{9x^2 + 1}}{x + 5}$.

The highest power inside the root is $x^2$, whose square root is $|x|$. For $x \to \infty$ we have $x > 0$, so $|x| = x$. Factor $x^2$ out of the radical:

$$ \sqrt{9x^2 + 1} = \sqrt{x^2\Big(9 + \tfrac{1}{x^2}\Big)} = |x|\sqrt{9 + \tfrac{1}{x^2}} = x\sqrt{9 + \tfrac{1}{x^2}} \quad (x > 0). $$

Divide numerator and denominator by $x$:

$$ \frac{x\sqrt{9 + 1/x^2}}{x(1 + 5/x)} = \frac{\sqrt{9 + 1/x^2}}{1 + 5/x} \xrightarrow{\ x\to\infty\ } \frac{\sqrt{9}}{1} = 3. $$

The horizontal asymptote is $y = 3$. Had the question asked for $x \to -\infty$, the step $|x| = x$ would have become $|x| = -x$, and the limit would have been $-3$; sign care with $\sqrt{x^2} = |x|$ is the whole subtlety here.

求 $\lim_{x \to \infty} \dfrac{\sqrt{9x^2 + 1}}{x + 5}$。

根号内最高次幂是 $x^2$,其平方根是 $|x|$。当 $x \to \infty$ 时 $x > 0$,故 $|x| = x$。从根式中提出 $x^2$:

$$ \sqrt{9x^2 + 1} = \sqrt{x^2\Big(9 + \tfrac{1}{x^2}\Big)} = |x|\sqrt{9 + \tfrac{1}{x^2}} = x\sqrt{9 + \tfrac{1}{x^2}} \quad (x > 0). $$

分子分母同除以 $x$:

$$ \frac{x\sqrt{9 + 1/x^2}}{x(1 + 5/x)} = \frac{\sqrt{9 + 1/x^2}}{1 + 5/x} \xrightarrow{\ x\to\infty\ } \frac{\sqrt{9}}{1} = 3. $$

水平渐近线是 $y = 3$。若问的是 $x \to -\infty$,则 $|x| = x$ 这一步会变成 $|x| = -x$,极限将是 $-3$;对 $\sqrt{x^2} = |x|$ 的符号谨慎正是这里的全部微妙之处。

Common error.常见错误。 Treating $\infty$ as a number invites false arithmetic such as $\infty - \infty = 0$ or $\frac{\infty}{\infty} = 1$. Both are indeterminate. For instance $\lim_{x\to\infty}\big(\sqrt{x^2 + x} - x\big)$ is the indeterminate form $\infty - \infty$, and rationalizing reveals the true value $\tfrac12$, not $0$. Whenever an expression produces $\infty - \infty$, $\tfrac{\infty}{\infty}$, $0\cdot\infty$, or $\tfrac00$, stop and transform the expression algebraically before drawing any conclusion.把 $\infty$ 当作数会招致错误的运算,例如 $\infty - \infty = 0$ 或 $\frac{\infty}{\infty} = 1$。二者都是不定式(indeterminate form)。例如 $\lim_{x\to\infty}\big(\sqrt{x^2 + x} - x\big)$ 是 $\infty - \infty$ 型,有理化后揭示出真实值是 $\tfrac12$,而非 $0$。每当一个表达式产生 $\infty - \infty$、$\tfrac{\infty}{\infty}$、$0\cdot\infty$ 或 $\tfrac00$ 时,先停下来对表达式作代数变形,再下任何结论。
$\displaystyle \lim_{x \to \infty} \frac{4x + 1}{2x^2 - 7}$ equals:$\displaystyle \lim_{x \to \infty} \frac{4x + 1}{2x^2 - 7}$ 等于:
4.1
$2$
$\infty$
does not exist不存在
$0$
Correct. The denominator degree (2) exceeds the numerator degree (1), so the limit is $0$.正确。分母次数(2)高于分子次数(1),故极限为 $0$。
Lower numerator degree than denominator means the ratio tends to $0$ at infinity.分子次数低于分母,意味着该比值在无穷处趋于 $0$。

The Precise Definition of a Limit (Epsilon-Delta)极限的精确定义(Epsilon-Delta)

Key idea.核心要点。 The intuitive phrase "arbitrarily close" is made precise with a challenge-and-response game. The skeptic names a tolerance $\varepsilon > 0$ around $L$; you must produce a radius $\delta > 0$ around $a$ that keeps $f(x)$ inside the tolerance. If you can always answer, the limit holds. This is the dividing line between a university course and a high-school one."任意接近" 这句直观的话,用一个 "挑战—应答" 的游戏被精确化。怀疑者在 $L$ 周围指定一个容差 $\varepsilon > 0$;你必须给出 $a$ 周围的一个半径 $\delta > 0$,使 $f(x)$ 保持在该容差之内。如果你总能应答,极限就成立。这正是大学课程与中学课程的分水岭。
Definition定义
$$ \lim_{x \to a} f(x) = L \iff \forall\, \varepsilon > 0\ \ \exists\, \delta > 0 \ \text{ such that } \ 0 < |x - a| < \delta \implies |f(x) - L| < \varepsilon. $$
Worked Example 5.1: a linear epsilon-delta proof例题 5.1:一个线性的 epsilon-delta 证明

Prove $\lim_{x \to 4} (3x - 5) = 7$.

Scratch work. We need $|(3x - 5) - 7| < \varepsilon$, i.e. $|3x - 12| = 3|x - 4| < \varepsilon$, i.e. $|x - 4| < \varepsilon/3$. That tells us the right choice is $\delta = \varepsilon/3$.

Proof. Let $\varepsilon > 0$ and set $\delta = \varepsilon/3$. If $0 < |x - 4| < \delta$, then

$$ |(3x - 5) - 7| = 3|x - 4| < 3\delta = 3\cdot\frac{\varepsilon}{3} = \varepsilon. $$

Since $\varepsilon$ was arbitrary, the limit is $7$.

证明 $\lim_{x \to 4} (3x - 5) = 7$。

草稿。我们需要 $|(3x - 5) - 7| < \varepsilon$,即 $|3x - 12| = 3|x - 4| < \varepsilon$,即 $|x - 4| < \varepsilon/3$。这告诉我们正确的选择是 $\delta = \varepsilon/3$。

证明。设 $\varepsilon > 0$,令 $\delta = \varepsilon/3$。若 $0 < |x - 4| < \delta$,则

$$ |(3x - 5) - 7| = 3|x - 4| < 3\delta = 3\cdot\frac{\varepsilon}{3} = \varepsilon. $$

由于 $\varepsilon$ 是任意的,极限为 $7$。

Going deeper: a quadratic proof with a bounding trick深入探究:带定界技巧的二次证明

Prove $\lim_{x \to 2} x^2 = 4$. We need $|x^2 - 4| = |x - 2|\,|x + 2| < \varepsilon$. The factor $|x+2|$ is not constant, so first restrict $\delta \le 1$. Then $|x - 2| < 1$ gives $1 < x < 3$, hence $|x + 2| < 5$. Now

$$ |x^2 - 4| = |x-2|\,|x+2| < 5\,|x - 2|. $$

To force this below $\varepsilon$, also require $|x - 2| < \varepsilon/5$. Choose $\delta = \min\{1,\ \varepsilon/5\}$. Then both bounds hold and $|x^2 - 4| < 5\cdot(\varepsilon/5) = \varepsilon$. The $\min$ is the standard device whenever the slack factor depends on $x$.

证明 $\lim_{x \to 2} x^2 = 4$。我们需要 $|x^2 - 4| = |x - 2|\,|x + 2| < \varepsilon$。因子 $|x+2|$ 不是常数,所以先限制 $\delta \le 1$。则 $|x - 2| < 1$ 给出 $1 < x < 3$,故 $|x + 2| < 5$。于是

$$ |x^2 - 4| = |x-2|\,|x+2| < 5\,|x - 2|. $$

为把它压到 $\varepsilon$ 以下,再要求 $|x - 2| < \varepsilon/5$。取 $\delta = \min\{1,\ \varepsilon/5\}$。则两个界同时成立,且 $|x^2 - 4| < 5\cdot(\varepsilon/5) = \varepsilon$。每当那个伸缩因子依赖于 $x$ 时,取 $\min$ 是标准手段。

Worked Example 5.2: a reciprocal, where $\delta$ must guard the denominator例题 5.2:倒数情形,$\delta$ 须守护分母

Prove $\lim_{x \to 3} \dfrac{1}{x} = \dfrac{1}{3}$.

Scratch work. We need to control

$$ \left|\frac{1}{x} - \frac{1}{3}\right| = \left|\frac{3 - x}{3x}\right| = \frac{|x - 3|}{3\,|x|}. $$

The factor $\tfrac{1}{|x|}$ blows up if $x$ is allowed near $0$, so first keep $x$ away from $0$. Require $\delta \le \tfrac32$, so $|x - 3| < \tfrac32$ gives $\tfrac32 < x < \tfrac92$, hence $|x| > \tfrac32$ and $\tfrac{1}{|x|} < \tfrac23$. Then

$$ \frac{|x - 3|}{3\,|x|} < \frac{|x - 3|}{3}\cdot\frac{2}{3} = \frac{2}{9}\,|x - 3|. $$

To push this below $\varepsilon$, also require $|x - 3| < \tfrac{9}{2}\varepsilon$.

Proof. Let $\varepsilon > 0$ and set $\delta = \min\big\{\tfrac32,\ \tfrac92\varepsilon\big\}$. If $0 < |x - 3| < \delta$, then $|x| > \tfrac32$ from the first bound, and

$$ \left|\frac{1}{x} - \frac{1}{3}\right| = \frac{|x - 3|}{3\,|x|} < \frac{2}{9}\,|x - 3| < \frac{2}{9}\cdot\frac{9}{2}\varepsilon = \varepsilon. $$

Since $\varepsilon$ was arbitrary, the limit is $\tfrac13$. The new idea beyond the quadratic case is that here $\delta$ does double duty: it bounds the slack factor and keeps $x$ inside the domain where $\tfrac1x$ is well behaved.

证明 $\lim_{x \to 3} \dfrac{1}{x} = \dfrac{1}{3}$。

草稿。我们需要控制

$$ \left|\frac{1}{x} - \frac{1}{3}\right| = \left|\frac{3 - x}{3x}\right| = \frac{|x - 3|}{3\,|x|}. $$

若允许 $x$ 靠近 $0$,因子 $\tfrac{1}{|x|}$ 会发散,所以先让 $x$ 远离 $0$。要求 $\delta \le \tfrac32$,则 $|x - 3| < \tfrac32$ 给出 $\tfrac32 < x < \tfrac92$,故 $|x| > \tfrac32$ 且 $\tfrac{1}{|x|} < \tfrac23$。于是

$$ \frac{|x - 3|}{3\,|x|} < \frac{|x - 3|}{3}\cdot\frac{2}{3} = \frac{2}{9}\,|x - 3|. $$

为把它压到 $\varepsilon$ 以下,再要求 $|x - 3| < \tfrac{9}{2}\varepsilon$。

证明。设 $\varepsilon > 0$,令 $\delta = \min\big\{\tfrac32,\ \tfrac92\varepsilon\big\}$。若 $0 < |x - 3| < \delta$,则由第一个界 $|x| > \tfrac32$,且

$$ \left|\frac{1}{x} - \frac{1}{3}\right| = \frac{|x - 3|}{3\,|x|} < \frac{2}{9}\,|x - 3| < \frac{2}{9}\cdot\frac{9}{2}\varepsilon = \varepsilon. $$

由于 $\varepsilon$ 是任意的,极限为 $\tfrac13$。相较二次情形,这里的新意是 $\delta$ 身兼两职:既给伸缩因子定界,把 $x$ 保持在 $\tfrac1x$ 表现良好的定义域之内。

Going deeper: the negation, and disproving a limit深入探究:定义的否定,以及反证一个极限

To show a limit does not equal a proposed value, negate the definition. The statement $\lim_{x\to a} f(x) = L$ fails when

$$ \exists\, \varepsilon > 0 \ \text{ such that } \ \forall\, \delta > 0,\ \exists\, x \text{ with } 0 < |x - a| < \delta \text{ and } |f(x) - L| \ge \varepsilon. $$

In words: there is one stubborn tolerance $\varepsilon$ that no $\delta$ can satisfy, because inside every punctured neighborhood of $a$ some point is thrown at least $\varepsilon$ away from $L$.

Apply this to disprove $\lim_{x\to 0}\dfrac{|x|}{x} = 1$. Take $\varepsilon = 1$. For any $\delta > 0$, pick a point on the left, say $x = -\tfrac{\delta}{2}$, which satisfies $0 < |x| < \delta$. There $f(x) = -1$, so

$$ |f(x) - 1| = |-1 - 1| = 2 \ge 1 = \varepsilon. $$

Since this works for every $\delta$, the limit is not $1$. The same argument rules out every candidate $L$, which is the rigorous version of "the one-sided limits disagree, so no limit exists."

要证明一个极限等于某个提议值,就否定定义。当满足下式时,断言 $\lim_{x\to a} f(x) = L$ 失败:

$$ \exists\, \varepsilon > 0 \ \text{ such that } \ \forall\, \delta > 0,\ \exists\, x \text{ with } 0 < |x - a| < \delta \text{ and } |f(x) - L| \ge \varepsilon. $$

用文字说:存在一个顽固的容差 $\varepsilon$ 是任何 $\delta$ 都满足不了的,因为在 $a$ 的每个去心邻域内,总有某个点被抛到离 $L$ 至少 $\varepsilon$ 远处。

用它来反证 $\lim_{x\to 0}\dfrac{|x|}{x} = 1$。取 $\varepsilon = 1$。对任意 $\delta > 0$,在左侧取一点,比如 $x = -\tfrac{\delta}{2}$,它满足 $0 < |x| < \delta$。在那里 $f(x) = -1$,故

$$ |f(x) - 1| = |-1 - 1| = 2 \ge 1 = \varepsilon. $$

由于这对每个 $\delta$ 都成立,极限不是 $1$。同样的论证排除了每个候选 $L$,这正是 "两个单侧极限不一致,故极限不存在" 的严格版本。

Common error.常见错误。 The quantifier order is not negotiable: $\varepsilon$ comes first and $\delta$ may depend on it. Choosing $\delta$ before seeing $\varepsilon$, or letting $\delta$ depend on $x$, breaks the proof. The whole point is that $\delta$ is a function of $\varepsilon$ alone, valid uniformly for all $x$ in the punctured neighborhood. A related slip is writing $\delta = \varepsilon$ for a limit like $\lim_{x\to 4}(3x - 5) = 7$; here the slope $3$ scales the error, so $\delta = \varepsilon/3$ is required, as Worked Example 5.1 shows.量词的顺序不容商量:$\varepsilon$ 在前,$\delta$ 可以依赖它。在看到 $\varepsilon$ 之前就选定 $\delta$,或让 $\delta$ 依赖 $x$,都会使证明垮掉。要点在于 $\delta$ 只是 $\varepsilon$ 的函数,并对去心邻域内所有 $x$ 一致有效。一个相关的失误是对像 $\lim_{x\to 4}(3x - 5) = 7$ 这样的极限写成 $\delta = \varepsilon$;这里斜率 $3$ 放大了误差,所以需要 $\delta = \varepsilon/3$,如例题 5.1 所示。
To prove $\lim_{x\to 1}(5x - 2) = 3$ directly, which $\delta$ works for a given $\varepsilon > 0$?要直接证明 $\lim_{x\to 1}(5x - 2) = 3$,对给定的 $\varepsilon > 0$,下列哪个 $\delta$ 有效?
5.1
$\delta = \varepsilon$
$\delta = \varepsilon/5$
$\delta = 5\varepsilon$
no $\delta$ works没有 $\delta$ 有效
Correct. $|(5x-2)-3| = 5|x-1|$, so requiring $|x-1| < \varepsilon/5$ gives $5|x-1| < \varepsilon$.正确。$|(5x-2)-3| = 5|x-1|$,所以要求 $|x-1| < \varepsilon/5$ 即得 $5|x-1| < \varepsilon$。
Here $|(5x-2)-3| = 5|x-1|$; to make this below $\varepsilon$ take $\delta = \varepsilon/5$.这里 $|(5x-2)-3| = 5|x-1|$;要让它小于 $\varepsilon$,取 $\delta = \varepsilon/5$。

Continuity and the Intermediate Value Theorem连续性与介值定理

Key idea.核心要点。 Continuity at a point is the statement that the limit equals the value. It is the precise way to say the graph has no break there.在某点连续(continuous)就是说极限等于函数值。这是 "图像在那里没有断裂" 的精确表述。
Continuity at $x = a$ (all three must hold)在 $x = a$ 处连续(三条须同时成立)
$$ \text{(i) } f(a) \text{ is defined}, \quad \text{(ii) } \lim_{x \to a} f(x) \text{ exists}, \quad \text{(iii) } \lim_{x \to a} f(x) = f(a). $$

Discontinuities come in three types: removable (a hole, where the limit exists but misses or skips the value), jump (one-sided limits disagree), and infinite (a vertical asymptote). Sums, products, quotients (away from zero denominators), and compositions of continuous functions are continuous, which is why polynomials are continuous everywhere and rational functions are continuous off their zeros.

间断有三种类型:可去间断(removable,一个空洞,极限存在但错过或跳过了函数值)、跳跃间断(jump,两个单侧极限不一致)、无穷间断(infinite,一条垂直渐近线)。连续函数的和、积、商(在分母非零处)以及复合都是连续的,这就是为什么多项式处处连续,有理函数在其零点之外连续。

Intermediate Value Theorem介值定理(IVT
$$ f \text{ continuous on } [a,b] \text{ and } N \text{ between } f(a) \text{ and } f(b) \implies \exists\, c \in (a,b) \text{ with } f(c) = N. $$
Worked Example 6.1: a root exists例题 6.1:根的存在性

Show $x^3 + x - 1 = 0$ has a solution in $(0, 1)$.

Let $f(x) = x^3 + x - 1$, a polynomial, hence continuous on $[0,1]$. Then $f(0) = -1 < 0$ and $f(1) = 1 > 0$. Since $0$ lies between $f(0)$ and $f(1)$, the IVT guarantees a $c \in (0,1)$ with $f(c) = 0$.

The theorem is an existence statement: it proves a root is there without locating it. Bisection then narrows the interval as far as desired.

证明 $x^3 + x - 1 = 0$ 在 $(0, 1)$ 内有解。

设 $f(x) = x^3 + x - 1$,它是多项式,故在 $[0,1]$ 上连续。则 $f(0) = -1 < 0$ 且 $f(1) = 1 > 0$。由于 $0$ 介于 $f(0)$ 与 $f(1)$ 之间,介值定理(IVT)保证存在 $c \in (0,1)$ 使 $f(c) = 0$。

该定理是一个存在性陈述:它证明根在那里,却不定位它。随后用二分法可把区间收窄到任意精度。

Worked Example 6.2: making a piecewise function continuous例题 6.2:使分段函数连续

Find the value of $k$ that makes

$$ f(x) = \begin{cases} \dfrac{x^2 - 9}{x - 3}, & x \neq 3 \\[6pt] k, & x = 3 \end{cases} $$

continuous at $x = 3$.

Continuity requires $\lim_{x\to 3} f(x) = f(3) = k$. The limit was computed in Worked Example 1.1: cancelling the factor $x - 3$ gives $\lim_{x\to 3}(x + 3) = 6$. So we must set

$$ k = 6. $$

With $k = 6$ the removable hole is filled and $f$ becomes continuous everywhere. This is the precise meaning of "removable": there exists a single value we could assign at the point to repair the break. If the limit had failed to exist, as in a jump, no choice of $k$ could make $f$ continuous there.

求使

$$ f(x) = \begin{cases} \dfrac{x^2 - 9}{x - 3}, & x \neq 3 \\[6pt] k, & x = 3 \end{cases} $$

在 $x = 3$ 处连续的 $k$ 值。

连续要求 $\lim_{x\to 3} f(x) = f(3) = k$。该极限已在例题 1.1 中算出:约去因子 $x - 3$ 得 $\lim_{x\to 3}(x + 3) = 6$。所以必须令

$$ k = 6. $$

当 $k = 6$ 时,可去的空洞被填补,$f$ 处处连续。这正是 "可去" 的精确含义:存在单一的值,我们可以在该点赋上以修复断裂。如果极限本就不存在(例如跳跃),任何 $k$ 的取值都无法使 $f$ 在那里连续。

Worked Example 6.3: the IVT applied to a fixed point例题 6.3:用介值定理处理不动点

Show that $\cos x = x$ has a solution in $\big(0, \tfrac{\pi}{2}\big)$.

Direct algebra cannot solve this transcendental equation, so reframe it as a root problem. Let $g(x) = \cos x - x$, which is continuous on $\big[0, \tfrac{\pi}{2}\big]$ as a difference of continuous functions. Evaluate the endpoints:

$$ g(0) = \cos 0 - 0 = 1 > 0, \qquad g\!\Big(\tfrac{\pi}{2}\Big) = \cos\tfrac{\pi}{2} - \tfrac{\pi}{2} = -\tfrac{\pi}{2} < 0. $$

Since $0$ lies between $g(0)$ and $g(\tfrac{\pi}{2})$, the IVT gives a $c \in \big(0, \tfrac{\pi}{2}\big)$ with $g(c) = 0$, that is $\cos c = c$. This is the standard proof that the equation $\cos x = x$ has a fixed point; numerically $c \approx 0.739$, but the IVT delivers existence with no computation at all.

证明 $\cos x = x$ 在 $\big(0, \tfrac{\pi}{2}\big)$ 内有解。

直接代数无法解这个超越方程,所以把它改写成求根问题。设 $g(x) = \cos x - x$,作为两个连续函数之差,它在 $\big[0, \tfrac{\pi}{2}\big]$ 上连续。计算端点:

$$ g(0) = \cos 0 - 0 = 1 > 0, \qquad g\!\Big(\tfrac{\pi}{2}\Big) = \cos\tfrac{\pi}{2} - \tfrac{\pi}{2} = -\tfrac{\pi}{2} < 0. $$

由于 $0$ 介于 $g(0)$ 与 $g(\tfrac{\pi}{2})$ 之间,介值定理给出 $c \in \big(0, \tfrac{\pi}{2}\big)$ 使 $g(c) = 0$,即 $\cos c = c$。这是方程 $\cos x = x$ 有不动点的标准证明;数值上 $c \approx 0.739$,但介值定理无需任何计算就给出了存在性。

Common error.常见错误。 The IVT requires continuity on the entire closed interval. Applying it across a vertical asymptote produces nonsense. For example $f(x) = \tfrac1x$ has $f(-1) = -1$ and $f(1) = 1$, yet there is no $c \in (-1, 1)$ with $f(c) = 0$, because $f$ is discontinuous at $0$. Always confirm the function is continuous on all of $[a, b]$ before invoking the theorem. A second subtlety: the IVT guarantees at least one $c$, not exactly one; a wiggly function can cross the level $N$ many times.介值定理要求在整个闭区间上连续。跨越一条垂直渐近线去套用它会得出荒谬结论。例如 $f(x) = \tfrac1x$ 有 $f(-1) = -1$、$f(1) = 1$,却不存在 $c \in (-1, 1)$ 使 $f(c) = 0$,因为 $f$ 在 $0$ 处间断。调用定理前,务必确认函数在整个 $[a, b]$ 上连续。第二个微妙之处:介值定理保证至少有一个 $c$,而非恰好一个;一个上下起伏的函数可以多次穿过水平 $N$。
$f(x) = \dfrac{x^2 - 1}{x - 1}$ has, at $x = 1$, a discontinuity that is:$f(x) = \dfrac{x^2 - 1}{x - 1}$ 在 $x = 1$ 处的间断属于:
6.1
infinite无穷间断
a jump跳跃间断
removable可去间断
no discontinuity没有间断
Correct. The limit is $2$ but $f(1)$ is undefined, so the hole is removable.正确。极限是 $2$ 但 $f(1)$ 无定义,所以这个空洞是可去的。
The expression cancels to $x+1$ with limit $2$, while $f(1)$ is undefined: a removable hole.表达式约去后为 $x+1$,极限为 $2$,而 $f(1)$ 无定义:一个可去空洞。

Theory and Consequences理论与推论

Key idea.核心要点。 Continuity on a closed, bounded interval is a strong hypothesis. It guarantees not just intermediate values but also that the function attains a highest and a lowest value.在有界闭区间上的连续性是一个很强的前提。它不仅保证介值,还保证函数取到一个最大值和一个最小值。
Extreme Value Theorem极值定理(EVT
$$ f \text{ continuous on a closed interval } [a,b] \implies f \text{ attains an absolute max and an absolute min on } [a,b]. $$

Both hypotheses are needed. On the open interval $(0,1)$ the continuous function $f(x) = 1/x$ has no maximum. On $[0,1]$ a function with a single jump can skip its supremum and attain no maximum. The EVT is the theorem that makes the closed-interval optimization method of Unit A7 valid: a continuous function on $[a,b]$ must take its extreme values, and they can only occur at critical points or endpoints.

两个前提缺一不可。在开区间 $(0,1)$ 上,连续函数 $f(x) = 1/x$ 没有最大值。在 $[0,1]$ 上,一个带单一跳跃的函数可以越过其上确界而取不到最大值。极值定理(EVT)正是使第 A7 单元的闭区间优化方法成立的定理:在 $[a,b]$ 上的连续函数必取到其极值,而极值只能出现在临界点或端点处。

Worked Example 7.1: why each EVT hypothesis is necessary例题 7.1:为何极值定理的每个前提都必不可少

Each hypothesis of the EVT is doing real work, which the following counterexamples make concrete.

Dropping closedness. On $(0, 1]$ the function $f(x) = 1/x$ is continuous, but as $x \to 0^+$ it grows without bound, so it has no maximum. The supremum is $+\infty$ and is never attained. The closed left endpoint is exactly what the EVT needs and the open interval denies.

Dropping boundedness. On the unbounded interval $[0, \infty)$ the continuous function $f(x) = x$ has no maximum. A finite interval is essential.

Dropping continuity. On the closed interval $[0, 1]$ define $f(x) = x$ for $x < 1$ and $f(1) = 0$. The values approach $1$ but never reach it, since the only point that could supply the value $1$ has been redefined to $0$. The supremum $1$ is not attained, so no maximum exists. A single discontinuity is enough to break the conclusion.

The three counterexamples show that continuity, closedness, and boundedness are jointly, not redundantly, responsible for the guarantee.

极值定理的每个前提都在实打实地起作用,下面的反例把这一点具体化。

去掉闭性。在 $(0, 1]$ 上,函数 $f(x) = 1/x$ 连续,但当 $x \to 0^+$ 时它无界增大,故没有最大值。上确界是 $+\infty$ 且永不取到。闭的左端点正是极值定理所需、而开区间所欠缺的。

去掉有界性。在无界区间 $[0, \infty)$ 上,连续函数 $f(x) = x$ 没有最大值。有限区间是本质性的。

去掉连续性。在闭区间 $[0, 1]$ 上,定义当 $x < 1$ 时 $f(x) = x$,且 $f(1) = 0$。函数值趋近 $1$ 却从不到达,因为唯一能提供值 $1$ 的那个点已被重新定义为 $0$。上确界 $1$ 取不到,故没有最大值。单一的间断就足以破坏结论。

这三个反例表明:连续性、闭性与有界性是共同地、而非冗余地承担起这一保证的。

Common error.常见错误。 The EVT guarantees that a maximum and a minimum exist; it does not say where they are, and it gives no formula. Students sometimes conclude that the extreme values must occur at the endpoints. They need not: for $f(x) = -x^2$ on $[-1, 1]$ the maximum is at the interior point $x = 0$. The correct procedure, developed in Unit A7, is to test all critical points and both endpoints, then compare. The EVT is what guarantees this finite checklist actually contains the answer.极值定理保证最大值和最小值存在;它不说它们在哪里,也不给公式。学生有时断定极值必出现在端点。其实不必:对 $[-1, 1]$ 上的 $f(x) = -x^2$,最大值在内部点 $x = 0$ 处。正确的做法(在第 A7 单元中展开)是检验所有临界点和两个端点,然后比较。极值定理保证的正是这份有限的清单确实包含答案。
Going deeper: why continuity forces boundedness深入探究:为何连续性迫使有界

The EVT has two halves: a continuous function on $[a,b]$ is bounded, and it actually attains its bounds. The boundedness half already reveals why the closed interval is indispensable.

Suppose, for contradiction, that $f$ is continuous on $[a,b]$ but unbounded above. Then for each $n$ there is a point $x_n \in [a,b]$ with $f(x_n) > n$. The sequence $(x_n)$ lives in the closed bounded interval $[a,b]$, so by the Bolzano-Weierstrass property it has a subsequence $x_{n_k}$ converging to some limit $c \in [a,b]$. Here the closedness matters: the limit $c$ cannot escape the interval. By continuity, $f(x_{n_k}) \to f(c)$, a finite number. But by construction $f(x_{n_k}) > n_k \to \infty$, so $f(x_{n_k})$ is unbounded. A sequence cannot converge to a finite value and diverge to infinity at once, a contradiction. Hence $f$ is bounded above; the same argument bounds it below.

Once $f$ is known to be bounded, let $M = \sup_{[a,b]} f$. A second argument, again using a convergent subsequence and continuity, produces a point where $f$ equals $M$, which completes the EVT. The point to retain is that the closed bounded interval is precisely what keeps the limit point $c$ inside the domain, which is why both hypotheses, dropped in Worked Example 7.1, were fatal.

极值定理有两半:$[a,b]$ 上的连续函数是有界的,并且它确实取到了它的界。有界这一半已经揭示了为何闭区间不可或缺。

反证:设 $f$ 在 $[a,b]$ 上连续但向上无界。则对每个 $n$ 存在一点 $x_n \in [a,b]$ 使 $f(x_n) > n$。数列 $(x_n)$ 落在有界闭区间 $[a,b]$ 内,故由 Bolzano-Weierstrass 性质,它有一个收敛到某极限 $c \in [a,b]$ 的子列 $x_{n_k}$。这里闭性很关键:极限 $c$ 无法逃出区间。由连续性,$f(x_{n_k}) \to f(c)$,一个有限数。但由构造 $f(x_{n_k}) > n_k \to \infty$,故 $f(x_{n_k})$ 无界。一个数列不可能同时收敛到有限值又发散(divergence)到无穷,矛盾。于是 $f$ 向上有界;同样的论证给出向下有界。

一旦知道 $f$ 有界,令 $M = \sup_{[a,b]} f$。再用一次收敛子列与连续性的论证,可得到一个使 $f$ 等于 $M$ 的点,从而完成极值定理。要记住的要点是:有界闭区间正是把极限点 $c$ 留在定义域内的东西,这也是为何在例题 7.1 中去掉任一前提都是致命的。

Going deeper: the bridge to the derivative深入探究:通往导数的桥梁

The whole machinery of this unit exists to support one definition. The derivative is

$$ f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}, $$

a limit whose difference quotient is exactly $0/0$ at $h = 0$. Everything you practiced here (recognizing indeterminate forms, simplifying before substituting, and trusting the limit even where the expression is undefined at the point) is precisely the skill set Unit A2 requires. Limits are not a preliminary to calculus; they are its definition.

本单元的整套机器都是为支撑一个定义而存在的。导数(derivative)是

$$ f'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}, $$

一个其差商在 $h = 0$ 处恰为 $0/0$ 的极限。你在这里练就的一切(辨认不定式、代入前先化简、即使表达式在该点无定义也信任极限)正是第 A2 单元所需的技能组合。极限不是微积分的前奏;它就是微积分的定义。

Flashcards记忆卡

0 / 12 flipped已翻 0 / 12
Meaning of $\lim_{x\to a} f(x) = L$?$\lim_{x\to a} f(x) = L$ 的含义?
As $x \to a$ with $x \neq a$, $f(x)$ gets arbitrarily close to $L$.当 $x \to a$ 且 $x \neq a$ 时,$f(x)$ 任意接近 $L$。
When does a two-sided limit exist?双侧极限何时存在?
When both one-sided limits exist and are equal.当两个单侧极限都存在且相等时。
Three ways a limit fails to exist?极限不存在的三种方式?
One-sided limits disagree; values blow up; values oscillate.单侧极限不一致;函数值发散;函数值振荡。
How to resolve a $0/0$ form?如何处理 $0/0$ 型?
Factor and cancel, or rationalize with the conjugate, then substitute.因式分解约分,或用共轭式有理化,再代入。
$\lim_{x\to 0}\dfrac{\sin x}{x}$?
$1$
$\lim_{x\to 0}\dfrac{1-\cos x}{x}$?
$0$
Squeeze Theorem?夹逼定理?
If $g \le f \le h$ near $a$ and $\lim g = \lim h = L$, then $\lim f = L$.若在 $a$ 附近 $g \le f \le h$ 且 $\lim g = \lim h = L$,则 $\lim f = L$。
End behavior of $\frac{p(x)}{q(x)}$ when $\deg p < \deg q$?当 $\deg p < \deg q$ 时 $\frac{p(x)}{q(x)}$ 的末端行为?
Limit at $\pm\infty$ is $0$ (horizontal asymptote $y=0$).在 $\pm\infty$ 处极限为 $0$(水平渐近线 $y=0$)。
Epsilon-delta definition of a limit?极限的 epsilon-delta 定义?
$\forall \varepsilon>0\ \exists \delta>0:\ 0<|x-a|<\delta \Rightarrow |f(x)-L|<\varepsilon$.
Three conditions for continuity at $a$?在 $a$ 处连续的三个条件?
$f(a)$ defined; $\lim_{x\to a} f$ exists; the two are equal.$f(a)$ 有定义;$\lim_{x\to a} f$ 存在;两者相等。
Intermediate Value Theorem?介值定理(IVT)?
$f$ continuous on $[a,b]$, $N$ between $f(a),f(b)$ $\Rightarrow$ some $c$ with $f(c)=N$.$f$ 在 $[a,b]$ 上连续,$N$ 介于 $f(a),f(b)$ 之间 $\Rightarrow$ 存在 $c$ 使 $f(c)=N$。
Extreme Value Theorem?极值定理(EVT)?
$f$ continuous on closed $[a,b]$ $\Rightarrow$ it attains an absolute max and min.$f$ 在闭区间 $[a,b]$ 上连续 $\Rightarrow$ 它取到绝对最大值与最小值。

Unit Quiz单元测验

$\displaystyle \lim_{x \to 0} \frac{\sqrt{x+9}-3}{x}$ equals:$\displaystyle \lim_{x \to 0} \frac{\sqrt{x+9}-3}{x}$ 等于:
Q1
$0$
$\tfrac16$
$\tfrac13$
does not exist不存在
Correct. Rationalize: the expression becomes $\frac{1}{\sqrt{x+9}+3} \to \frac{1}{6}$.正确。有理化后表达式变为 $\frac{1}{\sqrt{x+9}+3} \to \frac{1}{6}$。
Multiply by the conjugate $\sqrt{x+9}+3$; the $x$ cancels, leaving $\frac{1}{\sqrt{x+9}+3}\to\frac16$.乘以共轭式 $\sqrt{x+9}+3$;$x$ 约去,剩下 $\frac{1}{\sqrt{x+9}+3}\to\frac16$。
For which value of $k$ is $f$ continuous at $x=2$, where $f(x)=\frac{x^2-4}{x-2}$ for $x\neq 2$ and $f(2)=k$?当 $x\neq 2$ 时 $f(x)=\frac{x^2-4}{x-2}$ 且 $f(2)=k$,$k$ 取何值使 $f$ 在 $x=2$ 处连续?
Q2
$0$
$2$
no value works没有值有效
$4$
Correct. The limit is $x+2 \to 4$, so $k=4$ makes value equal limit.正确。极限为 $x+2 \to 4$,所以 $k=4$ 使函数值等于极限。
The limit at $2$ is $4$, so continuity requires $f(2)=k=4$.在 $2$ 处极限为 $4$,故连续要求 $f(2)=k=4$。
In an epsilon-delta proof that $\lim_{x\to 3} x^2 = 9$, after restricting $\delta \le 1$ we may bound $|x+3|$ by:在证明 $\lim_{x\to 3} x^2 = 9$ 的 epsilon-delta 证明中,限制 $\delta \le 1$ 后可把 $|x+3|$ 定界为:
Q3
$7$
$3$
$1$
$9$
Correct. $|x-3|<1$ gives $2<x<4$, so $5<x+3<7$ and $|x+3|<7$. Then $\delta=\min\{1,\varepsilon/7\}$.正确。$|x-3|<1$ 给出 $2<x<4$,故 $5<x+3<7$ 且 $|x+3|<7$。则 $\delta=\min\{1,\varepsilon/7\}$。
With $|x-3|<1$ we get $2<x<4$, hence $x+3<7$, so the bounding constant is $7$.由 $|x-3|<1$ 得 $2<x<4$,故 $x+3<7$,所以定界常数是 $7$。
$\displaystyle \lim_{x \to \infty}\frac{\sqrt{9x^2+1}}{x+4}$ equals:$\displaystyle \lim_{x \to \infty}\frac{\sqrt{9x^2+1}}{x+4}$ 等于:
Q4
$9$
$0$
$3$
$\infty$
Correct. For large $x>0$, $\sqrt{9x^2+1}\approx 3x$, so the ratio tends to $3$.正确。当 $x>0$ 很大时 $\sqrt{9x^2+1}\approx 3x$,故该比值趋于 $3$。
Divide top and bottom by $x$: $\frac{\sqrt{9+1/x^2}}{1+4/x}\to\frac{3}{1}=3$.分子分母同除以 $x$:$\frac{\sqrt{9+1/x^2}}{1+4/x}\to\frac{3}{1}=3$。
The IVT applied to a continuous $f$ on $[a,b]$ guarantees:把介值定理用于 $[a,b]$ 上连续的 $f$,可保证:
Q5
$f$ is differentiable on $(a,b)$$f$ 在 $(a,b)$ 上可微
every value between $f(a)$ and $f(b)$ is attained$f(a)$ 与 $f(b)$ 之间的每个值都被取到
$f$ has a maximum at an endpoint$f$ 在某端点处取最大值
$f$ is increasing$f$ 单调递增
Correct. That is exactly the conclusion of the Intermediate Value Theorem.正确。这正是介值定理的结论。
The IVT only asserts that intermediate values are attained, nothing about monotonicity or derivatives.介值定理只断言介于其间的值被取到,与单调性或导数无关。
$\displaystyle \lim_{x \to 0^+} \frac{1}{x}$ is:$\displaystyle \lim_{x \to 0^+} \frac{1}{x}$ 是:
Q6
$0$
$1$
$-\infty$
$+\infty$
Correct. As $x \to 0^+$, $1/x$ grows without bound, so the one-sided limit is $+\infty$.正确。当 $x \to 0^+$ 时 $1/x$ 无界增大,故单侧极限为 $+\infty$。
Approaching $0$ from the right, $1/x$ increases without bound: $+\infty$.从右侧趋近 $0$,$1/x$ 无界增大:$+\infty$。

Readiness Checklist备考清单

Tap each item you can do without notes.点击每一项你不看笔记也能做到的内容。 0 / 8 mastered已掌握 0 / 8