JOVANA
Library Glossary Getting Started Three Levels Fields How it works Mission
Join the mission
All guides

中值定理换来什么:单调性、柯西、洛必达

中值定理把 f′ 的符号转化为单调性,推广为柯西的双函数版本,并最终让洛必达法则变得诚实。

f′ 的符号控制单调性

这是中值定理的第一份红利:在一个区间上 f′ > 0 意味着 f 在那里严格递增。这就是递增判别法,尽管它看起来理所当然,却真的需要中值定理——导数是局部量,递增是整体陈述,只有中值定理把二者连起来。

Claim: if f' > 0 on an interval I, then f is strictly increasing on I.

Proof. Take any x1 < x2 in I. Apply the MVT to f on [x1, x2]:
    there is c in (x1, x2) with
        f(x2) - f(x1) = f'(c) · (x2 - x1).
Now f'(c) > 0 (given) and x2 - x1 > 0, so the right side is > 0.
Hence f(x2) - f(x1) > 0, i.e. f(x2) > f(x1).
Since x1 < x2 were arbitrary, f is strictly increasing on I.  ∎

Corollary (constancy): if f' = 0 on I, the same identity gives
    f(x2) - f(x1) = 0 for all x1, x2,  so f is constant on I.
f(x2) − f(x1) = f′(c)(x2 − x1):中值定理把局部的符号转成整体的不等式。

柯西中值定理与洛必达

柯西中值定理同时处理两个函数:在通常假设下,存在 c 使 (f(b) − f(a)) g′(c) = (g(b) − g(a)) f′(c)。证明是对巧妙的组合 h(x) = (f(b) − f(a)) g(x) − (g(b) − g(a)) f(x) 用罗尔定理,它的端点相等。这种双函数形式,正是洛必达法则背后的引擎。

L'Hopital (0/0 form): suppose f, g differentiable near a, f(a) = g(a) = 0,
g'(x) ≠ 0 near a, and lim_{x->a} f'(x)/g'(x) = L. Then lim_{x->a} f(x)/g(x) = L.

Why, via Cauchy MVT. For x near a (say x > a), apply the Cauchy MVT on [a, x]:
there is c between a and x with
    ( f(x) - f(a) ) / ( g(x) - g(a) )  =  f'(c) / g'(c).
But f(a) = g(a) = 0, so the left side is just f(x)/g(x). Hence
    f(x) / g(x) = f'(c) / g'(c),   with a < c < x.

As x -> a, the squeezed c -> a too, so f'(c)/g'(c) -> L.
Therefore f(x)/g(x) -> L.   ∎

Worked instance: lim_{x->0} (sin x)/x.  Here f=sin x, g=x, f(0)=g(0)=0,
f'/g' = (cos x)/1 -> cos 0 = 1.  So the limit is 1 -- recovered honestly.
因为 f(a) = g(a) = 0,柯西中值定理把 f/g 化为某隐藏点 c → a 处的 f′/g′。