From 561bac75579391c14e47eaccfabdf9eda98855da Mon Sep 17 00:00:00 2001 From: Thomas Albers Date: Wed, 27 Jul 2022 18:13:20 +0200 Subject: Initial commit --- math/integrals.org | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 math/integrals.org (limited to 'math/integrals.org') diff --git a/math/integrals.org b/math/integrals.org new file mode 100644 index 0000000..6a32903 --- /dev/null +++ b/math/integrals.org @@ -0,0 +1,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*} -- cgit v1.2.3