the-honk/maths/trigometric functions/sin.tex

28 lines
693 B
TeX
Raw Normal View History

2024-10-09 17:02:46 +00:00
\documentclass{../style}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
2024-10-09 17:02:46 +00:00
\euler
2024-10-09 17:02:46 +00:00
\begin{gather*}
\therefore \sin(\theta) = \frac{e^{i\theta} - e^{-i\theta}}{2i}
\end{gather*}
\begin{gather*}
\text{let} \quad \sin(\theta) = x \\
2ix = e^{i\theta} - e^{-i\theta} \\
2024-10-09 17:02:46 +00:00
2ixe^{i\theta} = (e^{i\theta})^2 - 1 \\
2024-10-09 17:02:46 +00:00
(e^{i\theta})^2 + (-2ix)e^{i\theta} - 1 = 0
\end{gather*}
\begin{gather*}
2024-10-09 17:02:46 +00:00
e^{i\theta} = \frac{-(-2ix) \pm \sqrt{(-2ix)^2 - 4(-1)}}{2} = ix \pm \sqrt{1 - x^2} \\
2024-10-09 17:02:46 +00:00
i\theta = \ln(ix \pm \sqrt{1 - x^2}) \\
\theta = -i\ln(ix \pm \sqrt{1 - x^2})
\end{gather*}
\begin{gather*}
\therefore \arcsin(\theta) = -i\ln(i\theta \pm \sqrt{1 -\theta^2})
\end{gather*}
\end{document}