三角函數的導數
Derivatives of Trigonometric Functions 三角函數在數學、物理學以及工程學上均佔有極重要的角色。本文在此主要說明三角函數導數 (Derivative) 的推導以及其對應的積分公式。首先,$\sin x$ 與 $\cos x$ 導數的推導,我們將利用尤拉公式 (Euler's Formula) 來完成。其餘的三角函數的導數,則會應用微分法則與三角函數等式來得到。 $\frac{d}{dx}\;\sin x=\cos x$ 對應的積分 $\int \cos x\;dx=\sin x+C$ 若 $u$ 為一可微的 $x$ 函數,則 $\frac{d}{dx} \sin u=\cos u \frac{du}{dx}$ 推導: 由尤拉公式 $$e^{ix}=\cos x+i\sin x\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\forall\;x\in R$$ 可知 $$\sin x=\mathcal {Im}\left \{e^{ix}\right \}$$ 其中的 $\mathcal {Im}\{Z\}$ 表示複數 $Z$ 虛部 (Imaginary Part) 的意思。因此, $$\frac{d}{dx}\;\sin x=\frac{d}{dx}\;\mathcal {Im}\left \{e^{ix}\right \}\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;$$ $$\;=\mathcal {Im}\left \{\frac{d}{dx}\;e^{ix}\right \}$$ $$=\mathcal {Im}\left \{ie^{ix}\right \}\;\;\;\;\;\;$$ $$\;\;\;\;\;\;\;\;\;\;\;\;\;=\mathcal {Im}\{i(\cos x+i\;\sin x)\}$$ $$\;\;\;\;\;\;\;\;\;\;\;\;=\mathcal {Im}\{-\sin x+i\;\cos x \}$$ $$=\cos x\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;$$ 其對應的積分為 $$\int \cos x\;dx=\sin x+C$$ 此外,如果 $u$ 為一可微的 $x$ 函數 ( 即 $u=f...