[methods] graphing log functions
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 15 Mar 2019 03:53:04 +0000 (14:53 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 15 Mar 2019 03:53:04 +0000 (14:53 +1100)
methods/stuff.md
index fb94066fe41f81f2354aa5c6747d75205814d015..bf8fbb0830464d89dca4fce0f015c2426022ccb6 100644 (file)
@@ -73,7 +73,7 @@ $t$ is time taken
 $k$ is a constant  
 For continuous growth, $k > 0$  
 For continuous decay, $k < 0$
-m
+
 ## Graphing expomnential functions
 
 $$f(x)=Aa^{k(x-b)} + c, \quad \vert a > 1$$
@@ -85,4 +85,17 @@ $$f(x)=Aa^{k(x-b)} + c, \quad \vert a > 1$$
 - 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$)