[planner] updates
[notes.git] / methods / stuff.md
index adbb286512fed3d4a61ce11188ba44829a41645e..bf8fbb0830464d89dca4fce0f015c2426022ccb6 100644 (file)
@@ -50,6 +50,7 @@ $\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$
@@ -57,3 +58,44 @@ Inverse of $f: \mathbb{R} \rightarrow \mathbb{R}, f(x)=a^x$ is $f^{-1}: \mathbb{
 ## Euler's number
 
 $$e= \lim_{n \rightarrow \infty} (1 + {1 \over n})^n$$
+
+## Literal equations
+
+_Literal equation_ - no numerical solutions
+
+## Exponential and logarithmic modelling
+
+$$A = A_0 e^{kt}$$
+
+where  
+$A_0$ is initial value  
+$t$ is time taken  
+$k$ is a constant  
+For continuous growth, $k > 0$  
+For continuous decay, $k < 0$
+
+## Graphing expomnential functions
+
+$$f(x)=Aa^{k(x-b)} + c, \quad \vert a > 1$$
+
+- **$y$-intercept** at $(0, {{1+c} \over {a^b}})$
+- **horizontal asymptote** at $y=c$
+- **domain** is $\mathbb{R}$
+- **range** is $(c, \infty)$
+- dilation of factor $A$ from $x$-axis
+- dilation of factor $1 \over k$ from $y$-axis
+
+## Graphing logarithmic functions
+
+$log_e x$ is the inverse of $e^x$ (reflection across $y=x$)
+
+$$f(x)=A \log_a k(x-b) + c$$
+
+where
+- **domain** is $(b, \infty)$
+- **range** is $\mathbb{R}^+$
+- **vertical asymptote** at $x=b$
+- $y$-intercept exists if $b<0$
+- dilation of factor $A$ from $x$-axis (reflection across $x$-axis when $A < 0$)  
+- dilation of factor $1 \over k$ from $y$-axis (reflection across $y$-axis when $k < 0$)  
+