re-render methods pdfs for exam 2
[notes.git] / methods / stuff.md
index 1eb560c269db297415fbaa3cd358a93f56666691..37878ddb3f7d8a682a864579eefb109801999438 100644 (file)
@@ -1,3 +1,13 @@
+---
+geometry: margin=2cm
+<!-- columns: 2 -->
+graphics: yes
+tables: yes
+author: Andrew Lorimer
+classoption: twocolumn
+header-includes: \pagenumbering{gobble}
+---
+
 # random methods shit
 
 ## Index laws
@@ -15,3 +25,12 @@ $^n\sqrt{x}=x^{1/n}$
 ## Logarithms
 
 $$\log_b (x) = n \quad \operatorname{where} \hspace{0.5em} b^n=x$$
+
+## Using logs to solve index eq's
+
+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