[methods] logarithm laws
[notes.git] / methods / stuff.md
index addaf9b2a57959320e9d7f040c5471fb540c4e63..1cbb98b3875a77ca838f5fb08ecdc955aedaa2a6 100644 (file)
@@ -1,4 +1,14 @@
-# random methods shit
+---
+geometry: margin=2cm
+<!-- columns: 2 -->
+graphics: yes
+tables: yes
+author: Andrew Lorimer
+classoption: twocolumn
+header-includes: \pagenumbering{gobble}
+---
+
+# Exponential and Index Functions
 
 ## Index laws
 
@@ -23,4 +33,23 @@ Used for equations without common base exponent
 Or change base:  
 $$\log_b c = {{\log_a c} \over {\log_a b}}$$
 
-If $a<1, \quad \log_{b} a < 0$ (flip inequality operator)
\ No newline at end of file
+If $a<1, \quad \log_{b} a < 0$ (flip inequality operator)
+
+## Exponential functions
+
+$e^x$ - natural exponential function
+
+
+$$\lim_{h \rightarrow 0} {{e^h-1} \over h}=1$$
+
+## Logarithm laws
+
+$\log_a(mn) = \log_am + \log_an$  
+$\log_a({m \over n}) = \log_am - \log_an$  
+$\log_a(m^p) = p\log_am$  
+$\log_a(m^{-1}) = -\log_am$  
+$\log_a1 = 0$ and $\log_aa = 1$
+
+## Inverse functions
+
+Inverse of $f: \mathbb{R} \rightarrow \mathbb{R}, f(x)=a^x$ is $f^{-1}: \mathbb{R}^+ \rightarrow \mathbb{R}, f^{-1}=log_ax$