人邮高数 第2章 第2-1-5题

教材习题

📝 题目

5.求下列函数在定点处的导数:
(1)$y=\sin x-\cos x$ ,求 $\displaystyle \left.y^{\prime}\right|_{x=\frac{\pi}{6}},\left.y^{\prime}\right|_{x=\frac{\pi}{4}}$ ;
(2)$\displaystyle f(x)=\frac{3}{5-x}+\frac{x^{2}}{5}$ ,求 $f^{\prime}(0), f^{\prime}(2)$ ;
(3)$\displaystyle f(t)=\frac{1-\sqrt{t}}{1+\sqrt{t}}$ ,求 $f^{\prime}(4)$ ;
(4)$y=\arctan x+3 \operatorname{arccot} x$ ,求 $f^{\prime}(1), f^{\prime}(-1)$ ;
(5)设 $\displaystyle f(x)=\frac{(x-1)(x-2)}{(x+1)(x+2)}$ ,求 $f^{\prime}(1)$ .

💡 答案解析

[AI解答]

[AI解答]

习题2-1 第5题解答

---

(1)
已知 $ y = \sin x - \cos x $,则
$$
y' = \cos x + \sin x
$$
于是
$$
\left. y' \right|_{x=\frac{\pi}{6}} = \cos\frac{\pi}{6} + \sin\frac{\pi}{6}
= \frac{\sqrt{3}}{2} + \frac{1}{2} = \frac{\sqrt{3}+1}{2}
$$
$$
\left. y' \right|_{x=\frac{\pi}{4}} = \cos\frac{\pi}{4} + \sin\frac{\pi}{4}
= \frac{\sqrt{2}}{2} + \frac{\sqrt{2}}{2} = \sqrt{2}
$$

---

(2)
已知
$$
f(x) = \frac{3}{5-x} + \frac{x^{2}}{5}
$$
先求导:
$$
f'(x) = 3 \cdot \frac{1}{(5-x)^2} + \frac{2x}{5}
$$
于是
$$
f'(0) = \frac{3}{(5-0)^2} + 0 = \frac{3}{25}
$$
$$
f'(2) = \frac{3}{(5-2)^2} + \frac{4}{5}
= \frac{3}{9} + \frac{4}{5} = \frac{1}{3} + \frac{4}{5}
= \frac{5}{15} + \frac{12}{15} = \frac{17}{15}
$$

---

(3)
已知
$$
f(t) = \frac{1-\sqrt{t}}{1+\sqrt{t}}
$$
令 $ u = \sqrt{t} $,则 $ f = \frac{1-u}{1+u} $,由链式法则:
$$
f'(t) = \frac{-(1+u) - (1-u)}{(1+u)^2} \cdot \frac{1}{2\sqrt{t}}
= \frac{-2}{(1+\sqrt{t})^2} \cdot \frac{1}{2\sqrt{t}}
= -\frac{1}{\sqrt{t}(1+\sqrt{t})^2}
$$
于是
$$
f'(4) = -\frac{1}{\sqrt{4}(1+\sqrt{4})^2}
= -\frac{1}{2(1+2)^2} = -\frac{1}{2 \cdot 9} = -\frac{1}{18}
$$

---

(4)
已知
$$
y = \arctan x + 3\operatorname{arccot} x
$$
求导:
$$
y' = \frac{1}{1+x^2} + 3\left(-\frac{1}{1+x^2}\right)
= \frac{1}{1+x^2} - \frac{3}{1+x^2}
= -\frac{2}{1+x^2}
$$
于是
$$
f'(1) = -\frac{2}{1+1^2} = -\frac{2}{2} = -1
$$
$$
f'(-1) = -\frac{2}{1+(-1)^2} = -\frac{2}{2} = -1
$$

---

(5)
已知
$$
f(x) = \frac{(x-1)(x-2)}{(x+1)(x+2)}
$$
直接求 $ f'(1) $ 可用定义或化简。先化简:
$$
f(x) = \frac{x^2 - 3x + 2}{x^2 + 3x + 2}
$$
求导:
$$
f'(x) = \frac{(2x-3)(x^2+3x+2) - (x^2-3x+2)(2x+3)}{(x^2+3x+2)^2}
$$
代入 $ x=1 $:
分子第一项:$ (2\cdot1-3)(1+3+2) = (-1)\cdot6 = -6 $
分子第二项:$ (1-3+2)(2+3) = 0 \cdot 5 = 0 $
所以
$$
f'(1) = \frac{-6 - 0}{(1+3+2)^2} = \frac{-6}{36} = -\frac{1}{6}
$$

或者利用因式分解法:注意到分子有因子 $ (x-1) $,可设
$$
f(x) = (x-1) \cdot g(x), \quad g(x) = \frac{x-2}{(x+1)(x+2)}
$$

$$
f'(1) = g(1) = \frac{1-2}{(1+1)(1+2)} = \frac{-1}{2\cdot 3} = -\frac{1}{6}
$$
结果一致。

---

最终答案
(1)$\displaystyle \frac{\sqrt{3}+1}{2},\ \sqrt{2}$
(2)$\displaystyle \frac{3}{25},\ \frac{17}{15}$
(3)$\displaystyle -\frac{1}{18}$
(4)$-1,\ -1$
(5)$\displaystyle -\frac{1}{6}$

📋 详细解题步骤

步骤 1/5
目标:求 (1) 的导数
y = sin x - cos x,求导得 y' = cos x + sin x。代入 x = π/6 得 cos(π/6)+sin(π/6)=√3/2+1/2=(√3+1)/2;代入 x=π/4 得 cos(π/4)+sin(π/4)=√2/2+√2/2=√2。
公式:(sin x)' = cos x, (cos x)' = -sin x
提示:注意符号
步骤 2/5
目标:求 (2) 的导数
f(x)=3/(5-x)+x^2/5,求导得 f'(x)=3/(5-x)^2 + 2x/5。代入 x=0 得 3/25;代入 x=2 得 3/9+4/5=1/3+4/5=17/15。
公式:(1/u)' = -u'/u^2, (x^n)' = n x^{n-1}
提示:注意常数系数
步骤 3/5
目标:求 (3) 的导数
f(t)=(1-√t)/(1+√t),求导得 f'(t)= -1/(√t (1+√t)^2)。代入 t=4 得 -1/(2*(1+2)^2) = -1/18。
公式:链式法则,商法则
提示:可先化简再求导
步骤 4/5
目标:求 (4) 的导数
y = arctan x + 3 arccot x,求导得 y' = 1/(1+x^2) - 3/(1+x^2) = -2/(1+x^2)。代入 x=1 和 x=-1 均得 -1。
公式:(arctan x)' = 1/(1+x^2), (arccot x)' = -1/(1+x^2)
提示:注意 arccot 的导数符号
步骤 5/5
目标:求 (5) 的导数
f(x) = (x-1)(x-2)/((x+1)(x+2))。方法一:化简为 (x^2-3x+2)/(x^2+3x+2),求导后代入 x=1 得 -1/6。方法二:利用 f(x)=(x-1)g(x),其中 g(x)=(x-2)/((x+1)(x+2)),则 f'(1)=g(1)= -1/6。
公式:商法则或乘积法则
提示:利用因式分解简化计算

📷 拍照上传批改

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