Skip to content
CalcGospel 微積分福音
返回

112 政治大學微積分(應數大二二) 第 1 題

考題 / 轉學考微積分 / 政大 / 微積分(應數大二二)

112學年度 · 112微積分應數大二二 · 第 1 題

題目

Problem

  1. Evaluate each of the following: (1) limx023x+2ln(t1)dtx2\displaystyle \lim_{x \to 0} \frac{\int_2^{3x+2} \ln(t-1)\,\mathrm{d}t}{x^2} (10%) (2) sinx1+cos2xdx\displaystyle \int \frac{\sin x}{1 + \cos^2 x} \,\mathrm{d}x (10%) (3) 014arctan(x)dx\displaystyle \int_0^1 4\arctan(x) \,\mathrm{d}x (10%) (4) 4sin3(x)dx\displaystyle \int \frac{4}{\sin^3(x)} \,\mathrm{d}x (10%)

解答

(1) 求解 (1)

過程

展開

x0x \to 0 時,分子 22ln(t1)dt=0\int_2^2 \ln(t-1)\,\mathrm{d}t = 0,分母 02=00^2 = 0,此為 00\frac{0}{0} 型極限。 我們使用微積分第一基本定理羅必達法則

limx023x+2ln(t1)dtx2=L.H.limx0ln(3x+21)32x=limx03ln(3x+1)2x\lim_{x \to 0} \frac{\int_2^{3x+2} \ln(t-1)\,\mathrm{d}t}{x^2} \stackrel{\text{L.H.}}{=} \lim_{x \to 0} \frac{\ln(3x + 2 - 1) \cdot 3}{2x} = \lim_{x \to 0} \frac{3 \ln(3x + 1)}{2x}

x0x \to 0 時,此式仍為 00\frac{0}{0} 型。我們可利用等價無窮小量 ln(1+u)u\ln(1+u) \sim u(其中 u=3x0u = 3x \to 0):

limx033x2x=92\lim_{x \to 0} \frac{3 \cdot 3x}{2x} = \frac{9}{2}

結論: 極限值為 92\displaystyle \frac{9}{2}


(2) 求解 (2)

過程

展開

我們使用變數代換法(uu-substitution),令 u=cosx    du=sinxdx    sinxdx=duu = \cos x \implies \mathrm{d}u = -\sin x\,\mathrm{d}x \implies \sin x\,\mathrm{d}x = -\mathrm{d}u

sinx1+cos2xdx=du1+u2=arctan(u)+C1=arctan(cosx)+C\int \frac{\sin x}{1 + \cos^2 x} \,\mathrm{d}x = \int \frac{-\mathrm{d}u}{1 + u^2} = -\arctan(u) + C_1 = -\arctan(\cos x) + C

結論: 積分值為 arctan(cosx)+C-\arctan(\cos x) + C


(3) 求解 (3)

過程

展開

我們使用分部積分法 (Integration by Parts): 令 u=4arctanx    du=41+x2dxu = 4\arctan x \implies \mathrm{d}u = \frac{4}{1+x^2} \,\mathrm{d}x。 令 dv=dx    v=x\mathrm{d}v = \mathrm{d}x \implies v = x

則不定積分為:

4arctanxdx=4xarctanx4x1+x2dx=4xarctanx2ln(1+x2)\int 4\arctan x \,\mathrm{d}x = 4x\arctan x - \int \frac{4x}{1+x^2} \,\mathrm{d}x = 4x\arctan x - 2\ln\left(1 + x^2\right)

現在代入定積分上下限 [0,1][0, 1]

014arctanxdx=[4xarctanx2ln(1+x2)]01=(4(1)arctan(1)2ln(2))(02ln(1))=4(π4)2ln2=π2ln2\begin{align*} \int_0^1 4\arctan x \,\mathrm{d}x =&\, \Big[ 4x\arctan x - 2\ln(1 + x^2) \Big]_0^1 \\[2mm] =&\, \left( 4(1)\arctan(1) - 2\ln(2) \right) - \left( 0 - 2\ln(1) \right) \\[2mm] =&\, 4\left(\frac{\pi}{4}\right) - 2\ln 2 = \pi - 2\ln 2 \end{align*}

結論: 積分值為 π2ln2\pi - 2\ln 2


(4) 求解 (4)

過程

展開

原被積函數可以寫成餘割函數的立方:

4sin3xdx=4csc3xdx\int \frac{4}{\sin^3 x} \,\mathrm{d}x = 4 \int \csc^3 x \,\mathrm{d}x

我們對 csc3x\csc^3 x 使用分部積分法: 令 u=cscx    du=cscxcotxdxu = \csc x \implies \mathrm{d}u = -\csc x \cot x \,\mathrm{d}x。 令 dv=csc2xdx    v=cotx\mathrm{d}v = \csc^2 x \,\mathrm{d}x \implies v = -\cot x

則:

csc3xdx=cscxcotx(cotx)(cscxcotx)dx=cscxcotxcscxcot2xdx=cscxcotxcscx(csc2x1)dx=cscxcotxcsc3xdx+cscxdx\begin{align*} \int \csc^3 x \,\mathrm{d}x =&\, -\csc x \cot x - \int (-\cot x)(-\csc x \cot x) \,\mathrm{d}x \\[2mm] =&\, -\csc x \cot x - \int \csc x \cot^2 x \,\mathrm{d}x \\[2mm] =&\, -\csc x \cot x - \int \csc x \left( \csc^2 x - 1 \right) \,\mathrm{d}x \\[2mm] =&\, -\csc x \cot x - \int \csc^3 x \,\mathrm{d}x + \int \csc x \,\mathrm{d}x \end{align*}

將右側的 csc3xdx\int \csc^3 x\,\mathrm{d}x 移項至左側:

2csc3xdx=cscxcotx+cscxdx2 \int \csc^3 x \,\mathrm{d}x = -\csc x \cot x + \int \csc x \,\mathrm{d}x

已知 cscxdx=lncscx+cotx=lncscxcotx\int \csc x\,\mathrm{d}x = -\ln|\csc x + \cot x| = \ln|\csc x - \cot x|

csc3xdx=12cscxcotx+12lncscxcotx\int \csc^3 x \,\mathrm{d}x = -\frac{1}{2}\csc x \cot x + \frac{1}{2}\ln|\csc x - \cot x|

因此,乘上常數 4 得到:

4csc3xdx=2cscxcotx+2lncscxcotx+C4 \int \csc^3 x \,\mathrm{d}x = -2\csc x \cot x + 2\ln|\csc x - \cot x| + C

結論: 積分值為 2cscxcotx+2lncscxcotx+C-2\csc x \cot x + 2\ln|\csc x - \cot x| + C