Skip to content
CalcGospel 微積分福音
返回

113 台綜大微積分(B) 第 1 題

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

113學年度 · 113微積分B · 第 1 題

題目

Problem

  1. Given function f(x)=(x2x+1)100f(x) = (x^2 - x + 1)^{100}. (1) Find the first derivative f(0)f'(0). (5%) (2) Find the second derivative f(0)f''(0). (5%)

解答

解法一

思路

展開
  1. (1) 計算一階導數 f(0)f'(0)
    • 函數為 f(x)=(x2x+1)100f(x) = (x^2-x+1)^{100}
    • 使用連鎖律 (Chain Rule) 進行求導: f(x)=100(x2x+1)99ddx(x2x+1)=100(x2x+1)99(2x1)f'(x) = 100(x^2 - x + 1)^{99} \cdot \frac{\mathrm{d}}{\mathrm{d}x}(x^2 - x + 1) = 100(x^2 - x + 1)^{99}(2x - 1)
    • 代入 x=0x = 0 求解。
  2. (2) 計算二階導數 f(0)f''(0)
    • f(x)=100(x2x+1)99(2x1)f'(x) = 100(x^2 - x + 1)^{99}(2x - 1) 再次求導。
    • 使用乘積求導法則 (Product Rule) 與連鎖律: f(x)=100[99(x2x+1)98(2x1)2+(x2x+1)99(2)]f''(x) = 100 \left[ 99(x^2 - x + 1)^{98}(2x - 1)^2 + (x^2 - x + 1)^{99}(2) \right]
    • 代入 x=0x = 0 求解。

答題過程

展開

(1) 求解一階導數 f(0)f'(0)

我們利用連鎖律(Chain Rule)求出函數 f(x)=(x2x+1)100f(x) = (x^2 - x + 1)^{100} 的一階導函數:

f(x)=100(x2x+1)99ddx(x2x+1)=100(x2x+1)99(2x1)f'(x) = 100(x^2 - x + 1)^{99} \cdot \frac{\mathrm{d}}{\mathrm{d}x}(x^2 - x + 1) = 100(x^2 - x + 1)^{99}(2x - 1)

我們將 x=0x = 0 代入一階導函數中:

f(0)=100(020+1)99(201)=100(1)99(1)=100f'(0) = 100(0^2 - 0 + 1)^{99}(2 \cdot 0 - 1) = 100(1)^{99}(-1) = -100

(2) 求解二階導數 f(0)f''(0)

我們對一階導函數 f(x)=100(x2x+1)99(2x1)f'(x) = 100(x^2 - x + 1)^{99}(2x - 1) 套用乘積求導法則(Product Rule):

f(x)=ddx[100(x2x+1)99(2x1)]=100(ddx[(x2x+1)99](2x1)+(x2x+1)99ddx(2x1))=100(99(x2x+1)98(2x1)(2x1)+(x2x+1)99(2))=100(99(x2x+1)98(2x1)2+2(x2x+1)99)\begin{align*} f''(x) =&\, \frac{\mathrm{d}}{\mathrm{d}x} \left[ 100(x^2 - x + 1)^{99}(2x - 1) \right] \\[2mm] =&\, 100 \left( \frac{\mathrm{d}}{\mathrm{d}x}\left[ (x^2 - x + 1)^{99} \right] (2x - 1) + (x^2 - x + 1)^{99} \frac{\mathrm{d}}{\mathrm{d}x}(2x - 1) \right) \\[2mm] =&\, 100 \left( 99(x^2 - x + 1)^{98}(2x - 1) \cdot (2x - 1) + (x^2 - x + 1)^{99}(2) \right) \\[2mm] =&\, 100 \left( 99(x^2 - x + 1)^{98}(2x - 1)^2 + 2(x^2 - x + 1)^{99} \right) \end{align*}

我們將 x=0x = 0 代入二階導函數中:

f(0)=100(99(020+1)98(201)2+2(020+1)99)=100(99(1)98(1)2+2(1)99)=100(9911+2)=100(99+2)=100(101)=10100\begin{align*} f''(0) =&\, 100 \left( 99(0^2 - 0 + 1)^{98}(2 \cdot 0 - 1)^2 + 2(0^2 - 0 + 1)^{99} \right) \\[2mm] =&\, 100 \left( 99(1)^{98}(-1)^2 + 2(1)^{99} \right) \\[2mm] =&\, 100 \left( 99 \cdot 1 \cdot 1 + 2 \right) \\[2mm] =&\, 100 \left( 99 + 2 \right) = 100(101) = 10100 \end{align*}

結論:

  • (1) f(0)=100f'(0) = -100
  • (2) f(0)=10100f''(0) = 10100