【学习笔记】欧拉公式的证明

时光总嘲笑我的痴心妄想 提交于 2019-12-05 00:53:32

欧拉公式:
\[ e^{i\theta}=\cos \theta + i \sin \theta \]

证明一


\[ f(\theta)=\frac{e^{i\theta}}{\cos \theta + i \sin \theta} \]

\(f(\theta)\) 求导,可以得到:

\[ \begin{aligned} f^{\prime}(\theta) &= \frac{\left(e^{i\theta}\right)^{\prime}(\cos \theta + i \sin \theta)-e^{i\theta}\left(\cos \theta + i \sin \theta\right)^\prime}{\left(\cos \theta + i \sin \theta\right)^2}\\ &= \frac{i\cdot e^{i\theta}(\cos \theta + i \sin \theta)-e^{i\theta}\left(-\sin \theta + i \cos \theta\right)}{\left(\cos \theta + i \sin \theta\right)^2}\\ &= \frac{i\cdot e^{i\theta}(\cos \theta + i \sin \theta)-i\cdot e^{i\theta}\left(\cos \theta +i \sin \theta\right)}{\left(\cos \theta + i \sin \theta\right)^2}\\ &=0 \end{aligned} \]

\(f(\theta)\) 为常数,\(f(\theta)=f(0)=1\)。证毕。

证明二

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!