同济高数 第2章 第2-1-6题

教材习题

📝 题目

6.下列各题中均假定 $f^{\prime}\left(x_{0}\right)$ 存在,按照导数定义观察下列极限,指出 $A$ 表示什么:
(1) $\displaystyle{\lim} _{\Delta x \rightarrow 0} \frac{f\left(x_{0}-\Delta x\right)-f\left(x_{0}\right)}{\Delta x}=A$ ;
(2) $\displaystyle{\lim} _{x \rightarrow 0} \frac{f(x)}{x}=A$ ,其中 $f(0)=0$ ,且 $f^{\prime}(0)$ 存在;
(3) $\displaystyle{\lim} _{h \rightarrow 0} \frac{f\left(x_{0}+h\right)-f\left(x_{0}-h\right)}{h}=A$ .
以下两题中给出了四个结论,从中选出一个正确的结论:

💡 答案解析

[AI解答]

[AI解答]

题目 6(1)
已知 $f'(x_0)$ 存在,求极限
$$
\lim_{\Delta x \to 0} \frac{f(x_0 - \Delta x) - f(x_0)}{\Delta x} = A
$$
令 $t = -\Delta x$,则当 $\Delta x \to 0$ 时,$t \to 0$,且
$$
\frac{f(x_0 - \Delta x) - f(x_0)}{\Delta x} = \frac{f(x_0 + t) - f(x_0)}{-t} = -\frac{f(x_0 + t) - f(x_0)}{t}
$$
因此
$$
A = \lim_{t \to 0} \left[ -\frac{f(x_0 + t) - f(x_0)}{t} \right] = -f'(x_0)
$$
所以 $A$ 表示 $-f'(x_0)$。

题目 6(2)
已知 $f(0) = 0$ 且 $f'(0)$ 存在,求
$$
\lim_{x \to 0} \frac{f(x)}{x} = A
$$
由导数定义:
$$
f'(0) = \lim_{x \to 0} \frac{f(x) - f(0)}{x - 0} = \lim_{x \to 0} \frac{f(x)}{x}
$$
因此
$$
A = f'(0)
$$
所以 $A$ 表示 $f'(0)$。

题目 6(3)
已知 $f'(x_0)$ 存在,求
$$
\lim_{h \to 0} \frac{f(x_0 + h) - f(x_0 - h)}{h} = A
$$
将分子改写为
$$
f(x_0 + h) - f(x_0 - h) = [f(x_0 + h) - f(x_0)] - [f(x_0 - h) - f(x_0)]
$$
于是
$$
\frac{f(x_0 + h) - f(x_0 - h)}{h} = \frac{f(x_0 + h) - f(x_0)}{h} - \frac{f(x_0 - h) - f(x_0)}{h}
$$
对第二项令 $t = -h$,则
$$
\frac{f(x_0 - h) - f(x_0)}{h} = \frac{f(x_0 + t) - f(x_0)}{-t} = -\frac{f(x_0 + t) - f(x_0)}{t}
$$
因此原极限为
$$
A = \lim_{h \to 0} \frac{f(x_0 + h) - f(x_0)}{h} + \lim_{t \to 0} \frac{f(x_0 + t) - f(x_0)}{t} = f'(x_0) + f'(x_0) = 2f'(x_0)
$$
所以 $A$ 表示 $2f'(x_0)$。

难度评级:★☆☆☆☆
(本题仅需直接应用导数定义进行变量代换或拆分,属于基础题。)

📋 详细解题步骤

步骤 1/3
目标:求解极限 A = lim_{Δx→0} [f(x0-Δx)-f(x0)]/Δx
令 t = -Δx,则 Δx = -t,当 Δx→0 时 t→0。原式化为 lim_{t→0} [f(x0+t)-f(x0)]/(-t) = -lim_{t→0} [f(x0+t)-f(x0)]/t = -f'(x0)。
公式:f'(x0) = lim_{h→0} [f(x0+h)-f(x0)]/h
提示:注意负号的处理,将分子中的减号转化为标准导数定义的形式。
步骤 2/3
目标:求解极限 A = lim_{x→0} f(x)/x,其中 f(0)=0
由导数定义,f'(0) = lim_{x→0} [f(x)-f(0)]/(x-0) = lim_{x→0} f(x)/x,因此 A = f'(0)。
公式:f'(0) = lim_{x→0} [f(x)-f(0)]/x
提示:直接利用 f(0)=0 将极限转化为导数定义。
步骤 3/3
目标:求解极限 A = lim_{h→0} [f(x0+h)-f(x0-h)]/h
将分子拆分为 [f(x0+h)-f(x0)] - [f(x0-h)-f(x0)],则原式 = lim_{h→0} [f(x0+h)-f(x0)]/h - lim_{h→0} [f(x0-h)-f(x0)]/h。对第二项令 t = -h,得 lim_{t→0} [f(x0+t)-f(x0)]/(-t) = -f'(x0),但注意符号:实际上第二项为 -[f(x0-h)-f(x0)]/h,当 h→0 时,[f(x0-h)-f(x0)]/h → -f'(x0),所以第二项为 -(-f'(x0)) = f'(x0)。因此原式 = f'(x0) + f'(x0) = 2f'(x0)。
公式:f'(x0) = lim_{h→0} [f(x0+h)-f(x0)]/h
提示:拆分后分别处理,注意第二项需变量代换。

📷 拍照上传批改

拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。