summaryrefslogtreecommitdiff
path: root/math/integrals.org
blob: 6a32903dfdc19ed8849d919410b23bfdf361d0a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#+TITLE:Table of Integrals
#+SETUPFILE: ../math_options.org
#+LATEX_HEADER: \usepackage{bm}
#+LATEX_HEADER: \usepackage{mathtools}
#+LATEX_HEADER: \newcommand{\intg}[2]{\int #1 \text{d}x &= #2 + C}

* Disclaimer
This site as of now just a technology demonstration and its claims
should not be taken as true (even though I myself am pretty confident
they are)

* Trigonometric Funtions
\begin{align*}
\intg{\sin(x)}{-\cos(x)}\\
\intg{\cos(x)}{\sin(x)}\\
\intg{\tan(x)}{-\ln(\cos(x))}\\
\intg{\sec(x)}{\ln(\sec(x) + \tan(x))}\\
\intg{\csc(x)}{-\ln(\csc(x) + \cot(x))}\\
\intg{\cot(x)}{\ln(\sin(x))}
\end{align*}