人邮高数 第3章 第3-5-4题

教材习题

📝 题目

4.设 $f(x)=\displaystyle{\int}_{-x}^{\sin x} \arctan \left(1+t^{2}\right) \mathrm{d} t$ ,求 $f^{\prime}(0)$ .

💡 答案解析

[AI解答]

[AI解答]
我们已知
$$
f(x)=\displaystyle{\int}_{-x}^{\sin x} \arctan \left(1+t^{2}\right) \mathrm{d} t.
$$
要求 $ f'(0) $,可以使用含参变量积分的求导公式(Leibniz 法则):


$$
F(x)=\displaystyle{\int}_{a(x)}^{b(x)} g(t)\,\mathrm{d}t,
$$

$$
F'(x)=g(b(x))\cdot b'(x)-g(a(x))\cdot a'(x).
$$

这里
$$
a(x)=-x,\quad b(x)=\sin x,\quad g(t)=\arctan(1+t^2).
$$
于是
$$
f'(x)=g(\sin x)\cdot (\sin x)' - g(-x)\cdot (-x)'.
$$
计算导数:
$$
(\sin x)'=\cos x,\quad (-x)'=-1.
$$
所以
$$
f'(x)=\arctan(1+\sin^2 x)\cdot \cos x - \arctan(1+(-x)^2)\cdot (-1).
$$
化简第二项:
$$
-\arctan(1+x^2)\cdot (-1) = +\arctan(1+x^2).
$$
因此
$$
f'(x)=\arctan(1+\sin^2 x)\cos x + \arctan(1+x^2).
$$

代入 $x=0$:
$$
\sin 0 = 0,\quad \cos 0 = 1,
$$
$$
f'(0)=\arctan(1+0)\cdot 1 + \arctan(1+0) = \arctan 1 + \arctan 1.
$$
而 $\arctan 1 = \frac{\pi}{4}$,所以
$$
f'(0)=\frac{\pi}{4}+\frac{\pi}{4}=\frac{\pi}{2}.
$$

最终结果:
$$
\boxed{\dfrac{\pi}{2}}
$$

难度:★★☆☆☆

📋 详细解题步骤

步骤 1/3
目标:识别问题类型并回忆公式
题目要求对含参变量积分求导,使用莱布尼茨法则:若 F(x)=∫_{a(x)}^{b(x)} g(t) dt,则 F'(x)=g(b(x))·b'(x)-g(a(x))·a'(x)。
公式:F'(x)=g(b(x))·b'(x)-g(a(x))·a'(x)
提示:注意上下限都是x的函数,求导时不要遗漏负号。
步骤 2/3
目标:确定函数并求导
令 a(x)=-x, b(x)=sin x, g(t)=arctan(1+t^2)。则 f'(x)=g(sin x)·cos x - g(-x)·(-1)=arctan(1+sin^2 x)·cos x + arctan(1+x^2)。
公式:f'(x)=arctan(1+sin^2 x)cos x + arctan(1+x^2)
提示:注意(-x)'=-1,减去负号得正。
步骤 3/3
目标:代入x=0计算f'(0)
代入x=0:sin0=0, cos0=1,得 f'(0)=arctan(1+0)·1 + arctan(1+0)=arctan1+arctan1=π/4+π/4=π/2。
公式:arctan1=π/4
提示:arctan1=π/4是常见值。

📷 拍照上传批改

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