# 无穷极限与垂直渐近线的联系

> AP 微积分 AB · CED 第一单元：极限与连续性
> 来源: https://www.owlsprep.com/zh/study/ap-calculus-ab-u1-connecting-infinite-limits-and-vertical/

本模块为AP 微积分 AB讲解了单侧无穷极限与垂直渐近线的联系，涵盖核心定义、解析定位、符号测试，以及符合College Board CED要求的绘图和应用问题解读。

**先修:** 计算单侧和双侧有限极限; 因式分解多项式并确定定义域间断点; 有理函数和对数函数的基本性质

## 学习目标

- 按照AP CED标准定义无穷极限和垂直渐近线
- 用解析法确定有理函数和对数函数的垂直渐近线位置
- 用符号测试法计算单侧无穷极限
- 将无穷极限行为与垂直渐近线附近的图像形状联系起来

## 核心定义

本主题建立了无界函数行为（无穷极限）与垂直渐近线之间的正式联系，这是第一单元的核心概念，占AP 微积分 AB考试分数权重的10-12%，在选择题和自由作答题部分都会出现。

**垂直渐近线** — 若$f(x)$在$x=c$处至少存在一个单侧无穷极限，则直线$x=c$是$f(x)$的垂直渐近线。与可去间断点（孔洞）不同，垂直渐近线对应持续无界行为，而非函数值未定义的有限极限。

> **info**
>
> 注意，$\lim_{x \to c} f(x) = \infty$并不意味着极限存在。无穷大不是一个数，它只是描述无界增长的记号。

## 单侧无穷极限：符号测试法

要确定无穷极限的符号，在确认分母的$(x-c)$项没有公因子可以约去后，使用测试点法：在你测试的一侧选一个非常接近$c$的值，检查化简后输出的符号。你只需要跟踪符号，不需要实际数值，这样可以在考试中节省时间。

**例题:** Evaluate $\lim_{x \to 3^-} \frac{x+2}{x^2 - 2x - 3}$ 并说明结果对垂直渐近线有何结论。

1. 对分母因式分解：

   $$x^2 - 2x - 3 = (x - 3)(x + 1)$$
2. 分子分母没有公因子，因此$x=3$处不存在可去间断点。
3. 我们从左侧趋近$x=3$，因此选一个略小于3的测试点，例如$x=2.9$。
4. 计算每个因子的符号：分子为正，$(x-3)$为负，$(x+1)$为正。符号相乘得$\frac{(+)}{(-)(+)} = -$，因此输出是一个绝对值很大的负数。
5. 因此极限为：

   $$\lim_{x \to 3^-} \frac{x+2}{x^2 - 2x - 3} = -\infty$$
6. 由于$x=3$处至少存在一个单侧无穷极限，因此直线$x=3$是该函数的垂直渐近线。

> **考试提示:** 测试符号时，你只需要跟踪每个因子的符号，不需要计算实际数值。这在选择题中能节省大量时间，因为选择题不需要你写出中间计算过程。

## 解析法确定垂直渐近线位置

寻找垂直渐近线的过程遵循一致的核心流程：先化简函数，再找出导致无界行为的点。对于有理函数：约去分子分母的公因子，化简后分母的任何根都是垂直渐近线。对于对数函数$f(x) = \ln(g(x))$：垂直渐近线出现在满足$g(c) = 0$，且$g(x)$在$x=c$至少一侧为正的位置。

**例题:** Find all vertical asymptotes of $f(x) = \frac{x^2 - 4}{x^2 - 3x + 2}.$

1. 对分子和分母因式分解：

   $$x^2 - 4 = (x-2)(x+2), \quad x^2 - 3x + 2 = (x-1)(x-2)$$
2. 约去公因子$(x-2)$化简函数，得到：

   $$f(x) = \frac{x+2}{x-1} \quad \text{for all } x \neq 2$$
3. 根$x=2$被约去，因此它是可去间断点（孔洞），不是垂直渐近线。化简后分母只有一个根$x=1$。
4. 验证无穷极限行为：$\lim_{x \to 1^-} \frac{x+2}{x-1} = -\infty$ 且 $\lim_{x \to 1^+} \frac{x+2}{x-1} = +\infty$，因此两个单侧极限都是无穷大。唯一的垂直渐近线是$x=1$。

> **考试提示:** 识别垂直渐近线前一定要先化简函数。AP考试题目会故意设置公因子，考查你能否区分孔洞和渐近线。

## 将无穷极限行为与图像形状对应

当你找到$x=c$处的垂直渐近线后，左右侧无穷极限的符号会告诉你渐近线附近的图像形状，这在绘图类FRQ和图像识别类MCQ中经常考查。不要假设渐近线两侧都趋向同符号的无穷大，一定要用测试点法验证。对于仅在渐近线一侧有定义的函数，你只需要描述有定义一侧的行为即可。

**例题:** Describe the shape of the graph of $f(x) = \ln(4 - x^2)$ near its vertical asymptotes.

1. 求函数的定义域：

   $$4 - x^2 > 0 \implies x^2 < 4 \implies -2 < x < 2$$
2. 函数在$x=2$和$x=-2$处无定义，且仅在每个点的一侧有定义。计算有定义侧的极限：当$x \to 2^-$时，$4 - x^2 \to 0^+$，所以$\ln(4 - x^2) \to -\infty$。当$x \to -2^+$时，$4 - x^2 \to 0^+$，所以$\ln(4 - x^2) \to -\infty$。
3. 结果：垂直渐近线为$x=2$和$x=-2$。图像从左侧趋近$x=2$时趋向负无穷，从右侧趋近$x=-2$时趋向负无穷。

**概念自测**

1. 下列哪个选项给出了$f(x) = \frac{3x(x - 4)}{x^3 - 4x^2 - 9x + 36}$的垂直渐近线个数？

   - 0
   - 1
   - 2
   - 3

   *解析:* 分组因式分解分母得$(x-3)(x+3)(x-4)$。$(x-4)$因子和分子约去，剩下$x=3$和$x=-3$处的垂直渐近线，因此答案是2。

> **考试提示:** 根据AP考试定义，对于仅在垂直渐近线一侧有定义的函数，只要该侧存在无穷极限，就可以判定为垂直渐近线。

## 常见错误

- **错误做法:** 即使$(x-c)$因子能和分子约去，仍将$x=c$算作垂直渐近线
  - 原因: 被约去的因子对应可去间断点（孔洞），不是无界行为
  - 正确做法: 总是先约去公因子，仅将化简后分母的根算作垂直渐近线
- **错误做法:** 假设函数未定义的点一定是垂直渐近线
  - 原因: 定义域限制不保证存在无界行为；间断点可以是可去间断点或跳跃间断点
  - 正确做法: 在将$x=c$标记为垂直渐近线前，一定要确认$x=c$处至少有一个单侧极限是无穷大
- **错误做法:** Claiming $\lim_{x \to c} f(x) = \infty$ means the limit exists and equals infinity
  - 原因: Infinite limit notation only describes behavior, not a finite limit value
  - 正确做法: When asked if the limit exists, state that infinite limits do not exist (DNE); $\infty$ only describes the direction of unbounded growth
- **错误做法:** Assuming both sides of a vertical asymptote must go to the same sign of infinity
  - 原因: Students generalize from examples like $\frac{1}{x^2}$ and forget that functions like $\frac{1}{x}$ have opposite signs
  - 正确做法: Always test the sign of the one-sided limit separately for the left and right side of the asymptote
- **错误做法:** Claiming $x=3$ is not a vertical asymptote of $f(x) = \ln((x - 3)^2)$ because $(x-3)^2$ never changes sign
  - 原因: Students confuse a requirement for a sign change with the requirement that the argument is positive near $c$
  - 正确做法: For any $x=c$ where the argument of a logarithm approaches zero from the positive side (on at least one side), $x=c$ is a vertical asymptote regardless of sign change

## 速查表

| 类别 | 法则 / 关键信息 | 注释 |
| --- | --- | --- |
| 垂直渐近线定义 | Line $x=c$ is a vertical asymptote if at least one $\lim_{x \to c^\pm} f(x) = \pm\infty$ | Infinite limits do not exist; only one infinite one-sided limit is required |
| Rational Function Asymptotes | 1. Cancel common factors of numerator/denominator<br>2. Any root of simplified denominator = vertical asymptote | Canceled roots are holes, not vertical asymptotes |
| Logarithmic Function Asymptotes | For $f(x) = \ln(g(x))$, asymptote at $x=c$ if $g(c) = 0$ and $g(x) > 0$ near $c$ on at least one side | Works even if $g(x)$ is positive on both sides of $c$ |
| Sign Test for Infinite Limits | After confirming no cancellation at $x=c$, test sign of simplified function at a point near $c$ on the desired side | Only track signs to save time on exams |
| Two-Sided Infinite Limit Behavior | $\lim_{x \to c} f(x) = \infty$ only if both $\lim_{x \to c^-} f(x) = \infty$ and $\lim_{x \to c^+} f(x) = \infty$ | Different signs mean the two-sided limit does not exist, but $x=c$ is still an asymptote |
| Domain Check | A function can only have a vertical asymptote at a value not in its domain | All points in the domain have finite function values, so no unbounded behavior is possible |

## 下一步

本主题是后续所有函数绘图、连续性分析、微分方程解曲线绘图工作的基础前提，这些内容在AP 微积分 AB考试中都占有很高比重。接下来，你可以通过学习无穷远处的极限和水平渐近线，将无界行为的概念拓展到$x$无界增长的情况，这和你在这里学到的极限行为和图像解读核心思想是一致的。如果不能正确识别垂直渐近线，你将无法正确分类间断点、回答图像解读问题，或在FRQ部分画出准确的微分方程解曲线。

- [无穷远极限与水平渐近线的联系](https://www.owlsprep.com/zh/study/ap-calculus-ab-u1-connecting-limits-at-infinity-and/)
- [使用介值定理（IVT）](https://www.owlsprep.com/zh/study/ap-calculus-ab-u1-working-with-the-intermediate-value/)
- [微分：定义与基本性质](https://www.owlsprep.com/zh/study/ap-calculus-ab-u2-overview/)

---

来自 [OwlsPrep](https://www.owlsprep.com) —— A-Level / IB / AP / IGCSE 免费学习指南，依据官方考纲编写。原页面：https://www.owlsprep.com/zh/study/ap-calculus-ab-u1-connecting-infinite-limits-and-vertical/
