diff --git a/编写小组/讲义/微分中值定理.md b/编写小组/讲义/微分中值定理.md index 15e5a92..32c3aa6 100644 --- a/编写小组/讲义/微分中值定理.md +++ b/编写小组/讲义/微分中值定理.md @@ -419,29 +419,6 @@ $$f'(\xi) = \frac{a+b}{2\eta} f'(\eta)$$ ``` ->[!example] 例3 -设 $0 < a < b$,证明存在 $\xi \in (a, b)$,使得: -$$f(b) - f(a) = \frac{f'(\xi)}{3\xi^2} \cdot (b - a)(a^2 + ab + b^2)$$ - -```text - - - - - - - - - - - - - - - - - -``` ## 多次运用中值定理