情報学の寺子屋 ―  LaTeXコマンド入門講座

三角関数・指数関数・対数関数

三角関数の sin, cos, tan, 指数関数,対数関数の log, exp の記述について説明します

三角関数 ― サイン,コサイン,タンジェント

sin, cos, tan は, \sin{ }, \cos{ }, \tan{ }の形式で記述します.

サンプル【加法定理】

\documentclass{jarticle}

\begin{document}
\[ \sin{(x+y)} = \sin{x}\cos{y} + \cos{x}\sin{y} \]
\[ \cos{(x+y)} = \cos{x}\cos{y} - \sin{x}\sin{y} \]
\[ \tan{(x+y)} = \frac{ \tan{x}+\tan{y} }{ 1-\tan{x}\tan{y} } \]
\end{document}

出力

指数関数・対数関数

log, esp は, \log\espで記述します.