# 介值定理（IVT）应用

> AP 微积分 BC · 极限与连续性（第1单元）
> 来源: https://www.owlsprep.com/zh/study/ap-calculus-bc-u1-working-with-the-intermediate-value/

本模块讲解介值定理（IVT）的正式表述、前提条件验证，以及AP考试常见应用，包括根定位和证明函数相交。

**先修:** [闭区间上连续性的定义](https://www.owlsprep.com/zh/study/ap-calculus-bc-u1-continuity-closed-intervals/); 常见函数的连续性性质

## 学习目标

- 陈述介值定理（IVT）的正式表述
- 验证给定函数和区间是否满足IVT的前提条件
- 使用IVT论证闭区间上存在根
- 使用IVT证明两个连续函数在区间上相交
- 避免应用IVT时AP考试的常见陷阱

## IVT的核心思想与正式表述

介值定理（IVT）是连续性的核心结论，根据美国大学理事会官方课程与考试说明（CED），它占AP微积分BC考试分数的10–12%。它会出现在选择题和自由作答题中，要获得满分必须正确论证某个值的存在性。

**介值定理** — If a function $f$ is continuous on the closed interval $[a,b]$, and $N$ is any number between $f(a)$ and $f(b)$, then there exists at least one number $c$ in $(a,b)$ such that $f(c) = N$.

*例:* 直觉上，IVT意味着连续函数在两个端点之间移动时不会跳过中间的输出值。需要记住的关键性质：IVT仅保证*至少存在一个* $c$存在，它从不告诉你$c$的值或存在多少个这样的$c$。

IVT在AP考试中的常见应用包括:

- 论证两个点之间存在根
- 证明两条曲线在区间内相交
- 确认函数在闭区间上经过给定的输出值

## 验证IVT的前提条件

只有当两个不可妥协的前提条件都明确满足时，IVT才能得出有效、可接受的结论。AP阅卷老师总是要求你确认两个前提条件才能给IVT论证满分。

**IVT的前提条件** — 必须满足两个要求：1. 目标区间是一个*闭区间* $[a,b]$，意味着它包含两个端点。IVT不适用于开区间 $(a,b)$ 或无穷区间。2. 函数 $f$ 在整个闭区间 $[a,b]$ 的每一点都连续。

*例:* 验证连续性：多项式、三角函数、指数函数和对数函数在定义域内连续，因此如果整个区间都在定义域内，连续性就成立。区间内任何不连续都会使前提条件不成立。

**例题:** Does IVT apply to $f(x) = \frac{x^2 - 9}{x - 3}$ on the interval $[0, 4]$ to guarantee a $c \in (0,4)$ such that $f(c) = 2$?

1. 检查第一个前提条件：区间 $[0,4]$ 是闭区间，因此该要求满足。
2. 对分子因式分解化简函数:
3. $$f(x) = \frac{(x-3)(x+3)}{x-3}$$
4. 函数在 $x=3$ 处无定义，而$x=3$ 位于 $[0,4]$ 内。这产生了可去间断点，因此 $f$ 不在整个 $[0,4]$ 上连续。
5. Even if we ignore the discontinuity, $f(0) = 3$ and $f(4) = 7$, so $N=2$ is not between 3 and 7 anyway.
6. 结论：IVT不适用于该问题。

> **考试提示:** AP FRQ评分中，明确陈述并验证两个IVT前提条件总是会单独给1分。在你的论证中永远不要省略写 $f$ 连续在 $[a,b]$ 上。

## 使用IVT定位根（波尔查诺定理）

IVT在AP考试中最常见的应用是论证函数在闭区间上至少有一个根（零点）。这个特殊情况称为波尔查诺定理，它可以直接通过一般IVT令 $N=0$ 得到。

For the root case, the conditions simplify to: if $f$ is continuous on $[a,b]$, and $f(a)$ and $f(b)$ have opposite signs, then 0 is an intermediate value between $f(a)$ and $f(b)$, so IVT guarantees at least one root $c \in (a,b)$. On the AP exam, you will almost always use IVT here to *justify existence*, not approximate the root's value.

**例题:** Justify that $f(x) = x^3 - 4x - 2$ has at least one root on the interval $[2, 3]$.

1. 确认IVT前提条件：$f(x)$ 是多项式，因此它在全体实数上连续，故在闭区间 $[2,3]$ 上连续。
2. Evaluate $f$ at both endpoints:
3. $$f(2) = 2^3 - 4(2) - 2 = 8 - 8 - 2 = -2 < 0$$
4. $$f(3) = 3^3 - 4(3) - 2 = 27 - 12 - 2 = 13 > 0$$
5. $N=0$ 介于 $f(2) = -2$ 和 $f(3) = 13$ 之间。
6. By the Intermediate Value Theorem, there exists at least one $c \in (2,3)$ such that $f(c) = 0$, so $f(x)$ has at least one root on $[2,3]$.

> **考试提示:** When asked to justify a root, always explicitly state that $f(a)$ and $f(b)$ have opposite signs, which means 0 is between them. This is the key reasoning step graders look for.

## Proving Two Functions Intersect Using IVT

Another common AP application is proving two continuous functions intersect at least once on a closed interval. To solve this, convert the intersection problem to a root-finding problem by defining a new difference function.

If you want to find an $x$ where $f(x) = h(x)$, this is equivalent to finding a $c$ where $g(c) = 0$, where $g(x) = f(x) - h(x)$. Since the difference of two continuous functions is also continuous, $g(x)$ inherits continuity from $f$ and $h$, so you can apply the root version of IVT to $g(x)$.

**例题:** Prove that $f(x) = \ln(x+3)$ and $h(x) = \cos\left(\frac{x}{2}\right)$ intersect at least once on the interval $[-1, 1]$.

1. Define the difference function:
2. $$g(x) = f(x) - h(x) = \ln(x+3) - \cos\left(\frac{x}{2}\right)$$
3. Check continuity: $\ln(x+3)$ is continuous for $x > -3$, and $\cos\left(\frac{x}{2}\right)$ is continuous everywhere. Their difference is therefore continuous on the entire closed interval $[-1, 1]$.
4. Evaluate endpoints:
5. $$g(-1) = \ln(2) - \cos(-0.5) \approx 0.693 - 0.878 = -0.185 < 0$$
6. $$g(1) = \ln(4) - \cos(0.5) \approx 1.386 - 0.878 = 0.508 > 0$$
7. 0 is between $g(-1)$ and $g(1)$, so by IVT, there exists a $c \in (-1,1)$ where $g(c) = 0$.
8. This means $\ln(c+3) = \cos\left(\frac{c}{2}\right)$, so the two functions intersect at $x=c$.

> **考试提示:** Always define the difference function explicitly when proving intersection. This makes your reasoning clear and avoids confusion for graders.

## AP Style Concept Check

**概念自测**

Test your understanding of IVT rules with this AP-style multiple choice question:

1. Let $f$ be a function continuous on $[-3, 5]$ with $f(-3) = -8$ and $f(5) = 10$. Which of the following statements must be true?

   - A) There is exactly one value $c \in (-3, 5)$ such that $f(c) = 0$
   - B) For every $N$ between $-8$ and $10$, there exists a $c \in (-3, 5)$ such that $f(c) = N$
   - C) Since $f(-3)$ is negative and $f(5)$ is positive, $f$ must be increasing on $(-3, 5)$
   - D) There exists a value $c \in (-3, 5)$ such that $f(c) = 7$, and $c$ must be greater than 2

   *答案:* B) For every $N$ between $-8$ and $10$, there exists a $c \in (-3, 5)$ such that $f(c) = N$

   *解析:* IVT only guarantees at least one $c$, not exactly one (A is wrong). IVT says nothing about monotonicity (C is wrong) and gives no information about the location of $c$ beyond being in the interval (D is wrong). Option B matches the exact statement of IVT.

## 常见错误

- **错误做法:** Applying IVT to an open interval $(a,b)$ or infinite interval $[a, \infty)$ and claiming the conclusion holds.
  - 原因: Students often ignore the closed interval requirement because the conclusion can still be true by coincidence, so they assume hypotheses do not matter.
  - 正确做法: Always confirm the interval you are using is closed before invoking IVT; if it is not closed, adjust it to a closed subinterval that satisfies the condition.
- **错误做法:** Forgetting to check continuity when $f$ has a discontinuity between $a$ and $b$, then concluding there must be a $c$ with $f(c) = N$.
  - 原因: Students often only check that $N$ is between $f(a)$ and $f(b)$ and stop, skipping the critical continuity check.
  - 正确做法: Explicitly state that the function is continuous on the entire closed interval before drawing any conclusion from IVT.
- **错误做法:** Claiming IVT tells you how many values of $c$ exist, or what the exact value of $c$ is.
  - 原因: Students confuse IVT with numerical root-finding methods that approximate $c$, or assume there can only be one $c$ between $a$ and $b$.
  - 正确做法: Only claim that at least one $c$ exists when using IVT; never state the exact value or number of roots unless you have additional information.
- **错误做法:** When finding roots, claiming that because $f(a)$ and $f(b)$ are both positive, there are no roots on $(a,b)$.
  - 原因: Students incorrectly invert IVT: IVT says opposite signs imply a root, but it does not say same signs imply no roots.
  - 正确做法: Remember that IVT cannot be used to disprove the existence of a root; same signs at endpoints do not rule out roots inside the interval.
- **错误做法:** When proving intersection of $f(x)$ and $h(x)$, set up the difference function as $g(x) = f(x)h(x)$ and look for $g(x) = 0$.
  - 原因: Students confuse intersection (equal function values) with roots of the product, which only occurs when either function is zero.
  - 正确做法: Always define $g(x) = f(x) - h(x)$ for intersection problems, and look for $g(c) = 0$ to get $f(c) = h(c)$.

## 速查表

| 类别 | 规则 / 公式 | 注释 |
| --- | --- | --- |
| General IVT Statement | If $f$ continuous on $[a,b]$, $N$ between $f(a), f(b)$, then $\exists c \in (a,b)$ with $f(c)=N$ | Only guarantees *at least one* $c$ exists; no value or count of $c$ |
| IVT Hypotheses | 1. Interval is closed $[a,b]$; 2. $f$ is continuous on all of $[a,b]$ | Both required for IVT to apply; conclusion not justified if either fails |
| Root Finding (Bolzano's Theorem) | If $f$ continuous on $[a,b]$, $f(a)f(b) < 0$, then $\exists c \in (a,b)$ with $f(c)=0$ | $f(a)f(b) < 0$ means $f(a)$ and $f(b)$ have opposite signs |
| Prove Intersection of Two Functions | Define $g(x) = f(x) - h(x)$; apply root IVT to $g(x)$ | Intersection $\iff f(c)=h(c) \iff g(c)=0$; never use $g(x) = f(x)h(x)$ |
| What IVT Cannot Do | Cannot disprove root existence, cannot find $c$, cannot count roots | Same sign at endpoints does not mean no roots exist inside the interval |
| FRQ Justification Template | 1. State "$f$ is continuous on $[a,b]$"; 2. State $N$ is between $f(a)$ and $f(b)$; 3. Conclude by IVT | 1 point always awarded for explicit hypothesis confirmation on AP FRQs |

## 下一步

Mastering IVT is a critical prerequisite for the rest of Unit 1 and later units in AP Calculus BC. Immediately after this topic, you will build on the ideas of continuity on closed intervals and guaranteed existence of values to study the Extreme Value Theorem and Mean Value Theorem, both of which require the same core skill of verifying continuity hypotheses that you practiced here. Across the rest of the course, IVT is used as a standard justification step in numerical root-finding methods and in proving the existence of critical points and average values of functions. Without correctly verifying IVT hypotheses and applying the theorem to justify existence of values, you will lose points on many FRQ justifications across the exam.

- [Mean Value Theorem](https://www.owlsprep.com/zh/study/ap-calculus-bc-u5-mean-value-theorem/)
- [微分：定义与基本性质](https://www.owlsprep.com/zh/study/ap-calculus-bc-u2-overview/)
- [某一点处平均变化率与瞬时变化率的定义](https://www.owlsprep.com/zh/study/ap-calculus-bc-u2-defining-average-and-instantaneous-rates/)

---

来自 [OwlsPrep](https://www.owlsprep.com) —— A-Level / IB / AP / IGCSE 免费学习指南，依据官方考纲编写。原页面：https://www.owlsprep.com/zh/study/ap-calculus-bc-u1-working-with-the-intermediate-value/
