Andrew's git
/
notes.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[methods] graphing log functions
author
Andrew Lorimer
<andrew@lorimer.id.au>
Fri, 15 Mar 2019 03:53:04 +0000
(14:53 +1100)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Fri, 15 Mar 2019 03:53:04 +0000
(14:53 +1100)
methods/stuff.md
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (from parent 1:
93c11ef
)
diff --git
a/methods/stuff.md
b/methods/stuff.md
index fb94066fe41f81f2354aa5c6747d75205814d015..bf8fbb0830464d89dca4fce0f015c2426022ccb6 100644
(file)
--- a/
methods/stuff.md
+++ b/
methods/stuff.md
@@
-73,7
+73,7
@@
$t$ is time taken
$k$ is a constant
For continuous growth, $k > 0$
For continuous decay, $k < 0$
$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$$
## 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
- 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$)