Skip to content
CalcGospel 微積分福音
返回

114 台綜大微積分 C 第 1 題

考題 / 轉學考微積分 / 台綜大 / 微積分 C

114學年度 · 114微積分C · 第 1 題

題目

Problem

Find the following limits. (10%)

(a)

limh10h21ex22dxh1.\lim_{h \to 1} \frac{\int_{0}^{h^2 - 1} e^{x^2 - 2} \,\mathrm{d}x}{h - 1}.

(b)

limx0+xsin(3x)7x.\lim_{x \to 0^+} \frac{|x - \sin(3x)|}{7x}.

(1) (a) = 見解答\underline{\quad\text{見解答}\quad},(b) = 見解答\underline{\quad\text{見解答}\quad}.

解答

解法一

思路

展開

本題包含兩個極限計算子問題。

  1. 第 (a) 小題:求變限積分的極限

    • h1h \to 1 時,積分上限 h210h^2 - 1 \to 0,因此分子 00ex22dx=0\int_0^0 e^{x^2-2} \,\mathrm{d}x = 0,分母 h10h-1 \to 0。此極限為 00\frac{0}{0} 不定型。
    • 我們採用羅必達法則 (L’Hôpital’s Rule)。對分子進行求導需要使用微積分基本定理 (Fundamental Theorem of Calculus) 與連鎖律: ddh(0h21ex22dx)=e(h21)22ddh(h21)=e(h21)22(2h)\frac{\mathrm{d}}{\mathrm{d}h} \left( \int_{0}^{h^2 - 1} e^{x^2 - 2} \,\mathrm{d}x \right) = e^{(h^2 - 1)^2 - 2} \cdot \frac{\mathrm{d}}{\mathrm{d}h}(h^2-1) = e^{(h^2-1)^2 - 2} \cdot (2h)
    • 對分母求導: (h1)=1(h-1)' = 1
    • 代入 h=1h=1 計算。
  2. 第 (b) 小題:求含有絕對值的三角極限

    • 極限為 x0+x \to 0^+(自右側趨近於 0,此時 x>0x > 0)。
    • 我們必須分析絕對值內部的正負號: 已知正弦函數在 00 附近的 Taylor 展開式為: sin(3x)=3x92x3+O(x5)\sin(3x) = 3x - \frac{9}{2}x^3 + \mathcal{O}(x^5) 因此: xsin(3x)=x(3x92x3+)=2x+92x3+x - \sin(3x) = x - \left( 3x - \frac{9}{2}x^3 + \dots \right) = -2x + \frac{9}{2}x^3 + \dotsx0+x \to 0^+(非常小的正數)時, 2x-2x 為負值。因此 xsin3x<0x - \sin 3x < 0。 去除絕對值需要變號: xsin3x=(xsin3x)=sin3xx|x - \sin 3x| = -(x - \sin 3x) = \sin 3x - x
    • 將極限改寫並利用羅必達法則或泰勒展開式計算。

答題過程

展開

第 (a) 小題:計算變限積分極限

極限式在 h1h \to 1 時為 00\frac{0}{0} 型。我們使用羅必達法則,對分子分母分別關於 hh 求導:

limh10h21ex22dxh1=L.H.limh1ddh(0h21ex22dx)ddh(h1)=limh1e(h21)22ddh(h21)1=limh1(e(h21)222h)\begin{align*} \lim_{h \to 1} \frac{\int_{0}^{h^2 - 1} e^{x^2 - 2} \,\mathrm{d}x}{h - 1} \stackrel{\text{L.H.}}{=}&\, \lim_{h \to 1} \frac{\frac{\mathrm{d}}{\mathrm{d}h}\left( \int_{0}^{h^2 - 1} e^{x^2 - 2} \,\mathrm{d}x \right)}{\frac{\mathrm{d}}{\mathrm{d}h}(h - 1)} \\[4mm] =&\, \lim_{h \to 1} \frac{e^{(h^2 - 1)^2 - 2} \cdot \frac{\mathrm{d}}{\mathrm{d}h}(h^2 - 1)}{1} \\[4mm] =&\, \lim_{h \to 1} \left( e^{(h^2 - 1)^2 - 2} \cdot 2h \right) \end{align*}

h=1h = 1 代入上式:

La=e(121)222(1)=e022=2e2=2e2L_a = e^{(1^2 - 1)^2 - 2} \cdot 2(1) = e^{0 - 2} \cdot 2 = 2e^{-2} = \frac{2}{e^2}

第 (b) 小題:計算含有絕對值的三角極限

我們考慮 x0+x \to 0^+ 的自變數範圍。 因為當 x>0x > 0 且極靠近 00 時,由正弦函數不等式 sin3x<3x\sin 3x < 3x 可知,展開式一階項 2x<0-2x < 0,因此:

xsin3x<0    xsin3x=sin3xxx - \sin 3x < 0 \implies |x - \sin 3x| = \sin 3x - x

將其代回極限式中,此極限為 00\frac{0}{0} 型,我們可以使用羅必達法則:

limx0+xsin3x7x=limx0+sin3xx7x=L.H.limx0+3cos3x17\begin{align*} \lim_{x \to 0^+} \frac{|x - \sin 3x|}{7x} =&\, \lim_{x \to 0^+} \frac{\sin 3x - x}{7x} \\[4mm] \stackrel{\text{L.H.}}{=}&\, \lim_{x \to 0^+} \frac{3\cos 3x - 1}{7} \end{align*}

x=0x = 0 代入(此時 cos0=1\cos 0 = 1):

Lb=3cos017=3(1)17=27L_b = \frac{3\cos 0 - 1}{7} = \frac{3(1) - 1}{7} = \frac{2}{7}

結論:

  • (a) 的極限值為 2e2\frac{2}{e^2}
  • (b) 的極限值為 27\frac{2}{7}