[methods] clean up
[notes.git] / methods / stuff.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d48dadb9c714aa4e57a2991cbdbdb8c49a6f6906 100644 (file)
@@ -0,0 +1,100 @@
+---
+geometry: a4paper, margin=2cm
+columns: 2
+author: Andrew Lorimer
+header-includes:
+- \usepackage{fancyhdr}
+- \usepackage{setspace}
+- \pagestyle{fancy}
+- \fancyhead[LO,LE]{Year 12 Methods}
+- \fancyhead[CO,CE]{Andrew Lorimer}
+- \usepackage{graphicx}
+- \usepackage{tabularx}
+- \usepackage[dvipsnames]{xcolor}
+---
+
+\pagenumbering{gobble}
+\setstretch{1.5}
+\definecolor{cas}{HTML}{e6f0fe}
+
+# Exponentials & Logarithms
+
+## Index laws
+
+\begin{equation*}\begin{split}
+  a^m \times a^n & = a^{m+n} \\
+  a^m \div a^n & = a^{m-n} \\
+  (a^m)^n & = a^{_mn} \\
+  (ab)^m & = a^m b^m \\
+  {({a \over b})}^m & = {a^m \over b^m} \\
+  ^n\sqrt{x} &=x^{1/n}
+\end{split}\end{equation*}
+
+## Logarithm laws
+
+\begin{equation*}\begin{split}
+  \log_a(mn) & = \log_am + \log_an \\
+  \log_a({m \over n}) & = \log_am - \log_a \\
+  \log_a(m^p) & = p\log_am \\
+  \log_a(m^{-1}) & = -\log_am \\
+  \log_a1 = 0 & \text{ and } \log_aa = 1 \\
+  \log_b c &= {{\log_a c} \over {\log_a b}}
+\end{split}\end{equation*}
+
+## Inverse functions
+
+For $f: \mathbb{R} \rightarrow \mathbb{R}, f(x)=a^x$, inverse is:
+
+$$f^{-1}: \mathbb{R}^+ \rightarrow \mathbb{R}, f^{-1}=\log_ax$$
+
+## Exponentials
+
+$$e^x \quad \text{natural exponential function}$$
+
+$$e= \lim_{n \rightarrow \infty} (1 + {1 \over n})^n$$
+
+## Modelling
+
+$$A = A_0 e^{kt}$$
+
+- $A_0$ is initial value
+- $t$ is time taken
+- $k$ is a constant
+- For continuous growth, $k > 0$
+- For continuous decay, $k < 0$
+
+\columnbreak
+
+## Graphing exponential functions
+
+$$f(x)=Aa^{k(x-b)} + c, \quad \vert \> a > 1$$
+
+- **$y$-intercept** at $(0, A \cdot a^{-kb}+c)$ as $x \rightarrow \infty$
+- **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
+
+![](graphics/exponential-graphs.png){#id .class width=30%} 
+
+## 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
+- dilation of factor $1 \over k$ from $y$-axis
+
+![](graphics/log-graphs.png){#id .class width=30%} 
+
+## Finding equations
+
+\colorbox{cas}{On CAS:} ![](graphics/cas-simultaneous.png){#id .class width=75px}