(4.2)James Stewart Calculus 5th
2016-10-10 本文已影响25人
dodo_lihao
The Mean Value Theorem 中值定理
先了解 Rolle’s Theorem 罗尔定理
Rolle’s Theorem 罗尔定理
![](https://img.haomeiwen.com/i2800913/47a7f07d832d47c1.png)
如果存在下面3点:
- f在 闭区间[a, b]上是连续的
- f在 开区间(a, b)上是可微的
- f(a) = f(b)
则,存在一个点c, 使得 f'(c) = 0
罗尔定理的一些情况
![](http://upload-images.jianshu.io/upload_images/2800913-80129549a75e0fc3.png)
The Mean Value Theorem 中值定理
![](http://upload-images.jianshu.io/upload_images/2800913-2212b7e744d99dd0.png)
其实,就是3点变成2点了
- f在 闭区间[a, b]上是连续的
- f在 开区间(a, b)上是可微的
就可以求对应点c的导数。
我们可以用斜率去理解:
![](http://upload-images.jianshu.io/upload_images/2800913-e7fa0072922f10ed.png)
大体的情况:
![](http://upload-images.jianshu.io/upload_images/2800913-38b0e04582861fa5.png)
定理5
![](http://upload-images.jianshu.io/upload_images/2800913-1709494baf78a66c.png)
如果在 (a, b) 上所有点的导数都为0, 则f在 (a, b) 上是 常数。
Corollary 结论
![](http://upload-images.jianshu.io/upload_images/2800913-e96784982e6d60e0.png)
如果 f'(x) = g'(x), 则两个函数的差, 是一个常数
可以写成 f(x) = g(x) + c , c为常数