From 7153404bbaef7d6a26ed3a2143a7c8531224b7dd Mon Sep 17 00:00:00 2001 From: lcw Date: Mon, 23 Oct 2023 17:39:09 +0800 Subject: [PATCH] =?UTF-8?q?markdown=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/第10章 函数的微分.md | 8 +++++--- src/第2章 从头开始:自然数.md | 16 ++++++++-------- src/第8章 无限集合.md | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/src/第10章 函数的微分.md b/src/第10章 函数的微分.md index 5582b0e..ca0fe07 100644 --- a/src/第10章 函数的微分.md +++ b/src/第10章 函数的微分.md @@ -168,13 +168,15 @@ ## 10.5 洛必达法则 - **命题 10.5.1(洛必达法则 1)**:设 $X\subseteqq \mathbb R$ 和 $X$ 的聚点 $x_0$,函数 $f:X\to\mathbb R$ 和 $g:X\to\mathbb R$,满足 $f(x_0)=g(x_0)=0$,$f$ 和 $g$ 都在 $x_0$ 处可微且 $g'(x_0)\neq 0$。那么: -$$ + + $$ \lim_{x\to x_0}\frac{f(x)}{g(x)}=\frac{f'(x_0)}{g'(x_0)} $$ -**证明**:正确的顺序是从后往前推: + **证明**:正确的顺序是从后往前推: + $$ -\begin{aligned}\lim_{x\to x_0}\frac{f(x)}{g(x)}&=\lim_{x\to x_0}\frac{\frac{f(x)-f(x_0)}{x-x_0}}{\frac{g(x)-g(x_0)}{x-x_0}}\\&=\frac{\lim\limits_{x\to x_0}\frac{f(x)-f(x_0)}{x-x_0}}{\lim\limits_{x\to x_0}\frac{g(x)-g(x_0)}{x-x_0}}\\&=\frac{f'(x_0)}{g'(x_0)}\end{aligned} + \begin{aligned}\lim_{x\to x_0}\frac{f(x)}{g(x)}&=\lim_{x\to x_0}\frac{\frac{f(x)-f(x_0)}{x-x_0}}{\frac{g(x)-g(x_0)}{x-x_0}}\\&=\frac{\lim\limits_{x\to x_0}\frac{f(x)-f(x_0)}{x-x_0}}{\lim\limits_{x\to x_0}\frac{g(x)-g(x_0)}{x-x_0}}\\&=\frac{f'(x_0)}{g'(x_0)}\end{aligned} $$ - **命题 10.5.2(洛必达法则 2)**:设实数 $a,b$ 满足 $a