第2章 · 第2-2-11题

exercise

📝 题目

11.求下列函数的导数: (1)$y=\mathrm{e}^{-x}\left(x^{2}-2 x+3\right)$ ; (2)$y=\sin ^{2} x \cdot \sin \left(x^{2}\right)$ ; (3)$y=\left(\arctan \frac{x}{2}\right)^{2}$ ; (4)$y=\frac{\ln x}{x^{n}}$ ; (5)$y=\frac{\mathrm{e}^{t}-\mathrm{e}^{-t}}{\mathrm{e}^{t}+\mathrm{e}^{-t}}$ ; (6)$y=\ln \cos \frac{1}{x}$ ; (7)$y=\mathrm{e}^{-\sin ^{2} \frac{1}{x}}$ (8)$y=\sqrt{x+\sqrt{x}}$ ; (9)$y=x \arcsin \frac{x}{2}+\sqrt{4-x^{2}}$ ; (10)$y=\arcsin \frac{2 t}{1+t^{2}}$ .

💡 答案与解析

[AI解答]

[AI解答]

以下是习题2-2第11题各小题的详细解答步骤。

---

### (1) $y=\mathrm{e}^{-x}\left(x^{2}-2 x+3\right)$

使用乘积法则: $y' = (\mathrm{e}^{-x})'(x^2-2x+3) + \mathrm{e}^{-x}(x^2-2x+3)'$ $= -\mathrm{e}^{-x}(x^2-2x+3) + \mathrm{e}^{-x}(2x-2)$ $= \mathrm{e}^{-x}\left[ -x^2+2x-3 + 2x-2 \right]$ $= \mathrm{e}^{-x}(-x^2+4x-5)$

---

### (2) $y=\sin ^{2} x \cdot \sin \left(x^{2}\right)$

令 $u=\sin^2 x$,$v=\sin(x^2)$ $u' = 2\sin x \cos x = \sin 2x$ $v' = \cos(x^2) \cdot 2x = 2x\cos(x^2)$

由乘积法则: $y' = (\sin 2x)\sin(x^2) + \sin^2 x \cdot 2x\cos(x^2)$

---

### (3) $y=\left(\arctan \frac{x}{2}\right)^{2}$

链式法则: $y' = 2\arctan\frac{x}{2} \cdot \frac{1}{1+(x/2)^2} \cdot \frac{1}{2}$ $= 2\arctan\frac{x}{2} \cdot \frac{1}{1+\frac{x^2}{4}} \cdot \frac12$ $= \arctan\frac{x}{2} \cdot \frac{1}{1+\frac{x^2}{4}}$ $= \frac{4\arctan\frac{x}{2}}{4+x^2}$

---

### (4) $y=\frac{\ln x}{x^{n}}$

使用商法则或改写为 $y = x^{-n}\ln x$ $y' = -n x^{-n-1}\ln x + x^{-n}\cdot\frac{1}{x}$ $= \frac{1}{x^{n+1}} - \frac{n\ln x}{x^{n+1}}$ $= \frac{1 - n\ln x}{x^{n+1}}$

---

### (5) $y=\frac{\mathrm{e}^{t}-\mathrm{e}^{-t}}{\mathrm{e}^{t}+\mathrm{e}^{-t}}$

此为双曲正切 $\tanh t$,也可直接求导: $y' = \frac{(\mathrm{e}^{t}+\mathrm{e}^{-t})(\mathrm{e}^{t}+\mathrm{e}^{-t}) - (\mathrm{e}^{t}-\mathrm{e}^{-t})(\mathrm{e}^{t}-\mathrm{e}^{-t})}{(\mathrm{e}^{t}+\mathrm{e}^{-t})^2}$ 分子 = $(\mathrm{e}^{t}+\mathrm{e}^{-t})^2 - (\mathrm{e}^{t}-\mathrm{e}^{-t})^2 = 4$ 所以 $y' = \frac{4}{(\mathrm{e}^{t}+\mathrm{e}^{-t})^2}$

---

### (6) $y=\ln \cos \frac{1}{x}$

链式法则: $y' = \frac{1}{\cos(1/x)} \cdot \left(-\sin\frac{1}{x}\right) \cdot \left(-\frac{1}{x^2}\right)$ $= \frac{\sin(1/x)}{\cos(1/x)} \cdot \frac{1}{x^2}$ $= \frac{\tan(1/x)}{x^2}$

---

### (7) $y=\mathrm{e}^{-\sin ^{2} \frac{1}{x}}$

链式法则: $y' = \mathrm{e}^{-\sin^2(1/x)} \cdot \left[-2\sin\frac{1}{x} \cdot \cos\frac{1}{x} \cdot \left(-\frac{1}{x^2}\right)\right]$ $= \mathrm{e}^{-\sin^2(1/x)} \cdot \frac{2\sin(1/x)\cos(1/x)}{x^2}$ $= \frac{\sin(2/x)}{x^2} \mathrm{e}^{-\sin^2(1/x)}$

---

### (8) $y=\sqrt{x+\sqrt{x}}$

改写为 $y = (x + x^{1/2})^{1/2}$ $y' = \frac12 (x + x^{1/2})^{-1/2} \cdot \left(1 + \frac{1}{2\sqrt{x}}\right)$ $= \frac{1 + \frac{1}{2\sqrt{x}}}{2\sqrt{x+\sqrt{x}}}$ 也可写作: $y' = \frac{2\sqrt{x}+1}{4\sqrt{x}\sqrt{x+\sqrt{x}}}$

---

### (9) $y=x \arcsin \frac{x}{2}+\sqrt{4-x^{2}}$

先对第一项用乘积法则: $(x\arcsin\frac{x}{2})' = \arcsin\frac{x}{2} + x \cdot \frac{1}{\sqrt{1-(x/2)^2}} \cdot \frac12$ $= \arcsin\frac{x}{2} + \frac{x}{2\sqrt{1-x^2/4}}$ $= \arcsin\frac{x}{2} + \frac{x}{\sqrt{4-x^2}}$

第二项导数: $(\sqrt{4-x^2})' = \frac{-x}{\sqrt{4-x^2}}$

相加得: $y' = \arcsin\frac{x}{2} + \frac{x}{\sqrt{4-x^2}} - \frac{x}{\sqrt{4-x^2}} = \arcsin\frac{x}{2}$

---

### (10) $y=\arcsin \frac{2 t}{1+t^{2}}$

令 $u = \frac{2t}{1+t^2}$ $y' = \frac{1}{\sqrt{1-u^2}} \cdot u'$

先求 $u'$: $u' = \frac{2(1+t^2) - 2t(2t)}{(1+t^2)^2} = \frac{2+2t^2-4t^2}{(1+t^2)^2} = \frac{2-2t^2}{(1+t^2)^2} = \frac{2(1-t^2)}{(1+t^2)^2}$

再计算 $1-u^2$: $u^2 = \frac{4t^2}{(1+t^2)^2}$ $1-u^2 = \frac{(1+t^2)^2 - 4t^2}{(1+t^2)^2} = \frac{1+2t^2+t^4-4t^2}{(1+t^2)^2} = \frac{(1-t^2)^2}{(1+t^2)^2}$ 所以 $\sqrt{1-u^2} = \frac{|1-t^2|}{1+t^2}$

因此: $y' = \frac{1+t^2}{|1-t^2|} \cdot \frac{2(1-t^2)}{(1+t^2)^2} = \frac{2(1-t^2)}{|1-t^2|(1+t^2)}$

若 $|t|<1$,则 $1-t^2>0$,$y' = \frac{2}{1+t^2}$ 若 $|t|>1$,则 $1-t^2<0$,$y' = -\frac{2}{1+t^2}$

---

**难度评级**:★★☆☆☆ (主要考察链式法则、乘积法则及基本初等函数求导,无复杂技巧,但题量稍多。)