三角関数の 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で記述します.