人邮高数 第2章 第2-3-9题

教材习题

📝 题目

9.利用微分求近似值: (1) $\mathrm{e}^{1.01}$ ; (2) $\cos 151^{\circ}$ ; (3)$\sqrt[3]{1.02}$ ; (4) $\lg 11$ ; (5) $\arcsin 0.5002$ ; (6) $\tan 45^{\prime}$ .

💡 答案解析

[AI解答]

[AI解答]

**(1)$\mathrm{e}^{1.01}$** 取函数 $f(x) = e^x$,已知 $f'(x) = e^x$。 取 $x_0 = 1$,$\Delta x = 0.01$,则 $$f(1.01) \approx f(1) + f'(1) \cdot \Delta x = e^1 + e^1 \cdot 0.01 = e(1 + 0.01) = 2.71828 \times 1.01 \approx 2.7455.$$

**(2)$\cos 151^\circ$** 先将角度化为弧度:$151^\circ = 150^\circ + 1^\circ$,而 $\displaystyle 150^\circ = \frac{5\pi}{6}$,$\displaystyle 1^\circ = \frac{\pi}{180}$ 弧度。 取 $f(x) = \cos x$,$f'(x) = -\sin x$。 令 $\displaystyle x_0 = \frac{5\pi}{6}$,$\displaystyle \Delta x = \frac{\pi}{180}$,则 $$\cos 151^\circ \approx \cos\frac{5\pi}{6} + \left(-\sin\frac{5\pi}{6}\right) \cdot \frac{\pi}{180}.$$ 已知 $\displaystyle \cos\frac{5\pi}{6} = -\frac{\sqrt{3}}{2} \approx -0.8660254$,$\displaystyle \sin\frac{5\pi}{6} = \frac12$, 所以 $$\cos 151^\circ \approx -0.8660254 - \frac12 \cdot 0.0174533 \approx -0.8660254 - 0.00872665 \approx -0.874752.$$

**(3)$\sqrt[3]{1.02}$** 取 $f(x) = \sqrt[3]{x} = x^{1/3}$,$\displaystyle f'(x) = \frac13 x^{-2/3}$。 令 $x_0 = 1$,$\Delta x = 0.02$,则 $$\sqrt[3]{1.02} \approx f(1) + f'(1) \cdot 0.02 = 1 + \frac13 \cdot 1 \cdot 0.02 = 1 + 0.0066667 \approx 1.006667.$$

**(4)$\lg 11$** $\lg x = \log_{10} x$,导数 $\displaystyle (\lg x)' = \frac{1}{x \ln 10}$。 取 $x_0 = 10$,$\Delta x = 1$,则 $$\lg 11 \approx \lg 10 + \frac{1}{10 \ln 10} \cdot 1.$$ 已知 $\lg 10 = 1$,$\ln 10 \approx 2.302585$,所以 $$\frac{1}{10 \ln 10} \approx \frac{1}{23.02585} \approx 0.043429,$$ 因此 $\lg 11 \approx 1 + 0.04343 = 1.04343$(精确值约1.04139,近似合理)。

**(5)$\arcsin 0.5002$** 取 $f(x) = \arcsin x$,$\displaystyle f'(x) = \frac{1}{\sqrt{1-x^2}}$。 令 $x_0 = 0.5$,$\Delta x = 0.0002$,则 $$\arcsin 0.5002 \approx \arcsin 0.5 + \frac{1}{\sqrt{1-0.5^2}} \cdot 0.0002.$$ $\displaystyle \arcsin 0.5 = \frac{\pi}{6} \approx 0.5235988$,$\sqrt{1-0.25} = \sqrt{0.75} \approx 0.8660254$, 所以 $$\frac{1}{0.8660254} \approx 1.1547005,$$ 乘以 $0.0002$ 得 $0.00023094$, 因此 $\arcsin 0.5002 \approx 0.5235988 + 0.0002309 \approx 0.5238297$ 弧度。

**(6)$\tan 45'$** $45'$ 即 $45$ 角分 $\displaystyle = \frac{45}{60}^\circ = 0.75^\circ$,化为弧度:$\displaystyle 0.75 \times \frac{\pi}{180} \approx 0.01308997$ 弧度。 取 $f(x) = \tan x$,$f'(x) = \sec^2 x$。 令 $x_0 = 0$,$\Delta x = 0.01308997$,则 $$\tan 45' \approx \tan 0 + \sec^2 0 \cdot 0.01308997 = 0 + 1 \cdot 0.01308997 \approx 0.01309.$$ (精确值 $\tan 0.75^\circ \approx 0.0130907$,吻合。)

📋 详细解题步骤

步骤 1/6
目标:计算e^{1.01}的近似值
取函数f(x)=e^x,f'(x)=e^x。令x0=1,Δx=0.01,则f(1.01)≈f(1)+f'(1)·Δx=e^1+e^1·0.01=e(1+0.01)=2.71828×1.01≈2.7455。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:选择接近的点x0=1,Δx较小。
步骤 2/6
目标:计算cos151°的近似值
将151°化为150°+1°,150°=5π/6,1°=π/180弧度。取f(x)=cosx,f'(x)=-sinx。令x0=5π/6,Δx=π/180,则cos151°≈cos(5π/6)+(-sin(5π/6))·(π/180)=-√3/2 - (1/2)·0.0174533≈-0.8660254-0.00872665≈-0.874752。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:角度需转换为弧度。
步骤 3/6
目标:计算³√1.02的近似值
取f(x)=x^(1/3),f'(x)=(1/3)x^(-2/3)。令x0=1,Δx=0.02,则³√1.02≈1+(1/3)·1·0.02=1+0.0066667≈1.006667。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:选择x0=1,Δx=0.02。
步骤 4/6
目标:计算lg11的近似值
取f(x)=lgx,f'(x)=1/(x ln10)。令x0=10,Δx=1,则lg11≈lg10+1/(10 ln10)·1=1+1/(23.02585)≈1+0.04343=1.04343。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:lg10=1,ln10≈2.302585。
步骤 5/6
目标:计算arcsin0.5002的近似值
取f(x)=arcsinx,f'(x)=1/√(1-x^2)。令x0=0.5,Δx=0.0002,则arcsin0.5002≈arcsin0.5+1/√(1-0.5^2)·0.0002=π/6+1/0.8660254·0.0002≈0.5235988+0.0002309≈0.5238297弧度。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:arcsin0.5=π/6。
步骤 6/6
目标:计算tan45'的近似值
45'=0.75°=0.75×π/180≈0.01308997弧度。取f(x)=tanx,f'(x)=sec^2x。令x0=0,Δx=0.01308997,则tan45'≈tan0+sec^2(0)·0.01308997=0+1×0.01308997≈0.01309。
公式:f(x0+Δx)≈f(x0)+f'(x0)Δx
提示:角度需转换为弧度,tan0=0,sec0=1。

📷 拍照上传批改

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