題目
Problem
- Given function f(x)=(x2−x+1)100.
(1) Find the first derivative f′(0). (5%)
(2) Find the second derivative f′′(0). (5%)
解答
解法一
思路
展開
- (1) 計算一階導數 f′(0):
- 函數為 f(x)=(x2−x+1)100。
- 使用連鎖律 (Chain Rule) 進行求導:
f′(x)=100(x2−x+1)99⋅dxd(x2−x+1)=100(x2−x+1)99(2x−1)
- 代入 x=0 求解。
- (2) 計算二階導數 f′′(0):
- 對 f′(x)=100(x2−x+1)99(2x−1) 再次求導。
- 使用乘積求導法則 (Product Rule) 與連鎖律:
f′′(x)=100[99(x2−x+1)98(2x−1)2+(x2−x+1)99(2)]
- 代入 x=0 求解。
答題過程
展開
(1) 求解一階導數 f′(0)
我們利用連鎖律(Chain Rule)求出函數 f(x)=(x2−x+1)100 的一階導函數:
f′(x)=100(x2−x+1)99⋅dxd(x2−x+1)=100(x2−x+1)99(2x−1)
我們將 x=0 代入一階導函數中:
f′(0)=100(02−0+1)99(2⋅0−1)=100(1)99(−1)=−100
(2) 求解二階導數 f′′(0)
我們對一階導函數 f′(x)=100(x2−x+1)99(2x−1) 套用乘積求導法則(Product Rule):
f′′(x)====dxd[100(x2−x+1)99(2x−1)]100(dxd[(x2−x+1)99](2x−1)+(x2−x+1)99dxd(2x−1))100(99(x2−x+1)98(2x−1)⋅(2x−1)+(x2−x+1)99(2))100(99(x2−x+1)98(2x−1)2+2(x2−x+1)99)
我們將 x=0 代入二階導函數中:
f′′(0)====100(99(02−0+1)98(2⋅0−1)2+2(02−0+1)99)100(99(1)98(−1)2+2(1)99)100(99⋅1⋅1+2)100(99+2)=100(101)=10100
結論:
- (1) f′(0)=−100
- (2) f′′(0)=10100