start exponential functions notes
[notes.git] / methods / stuff.md
index addaf9b2a57959320e9d7f040c5471fb540c4e63..0424391542e8df6356a8396ac66ea823bfbc867c 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,11 @@ 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$$
\ No newline at end of file