[methods] tidy up & render notes for SAC
[notes.git] / methods / transformations.md
index 08ba3123d6c2e6fa91385082229dc569ff2b094a..0378caedebc59e7ef08b72815a1f1aede00ddb41 100644 (file)
@@ -1,6 +1,10 @@
 ---
 geometry: margin=2cm
+columns: 2
 author: Andrew Lorimer
+header-includes:
+- \usepackage{graphicx}
+- \usepackage{tabularx}
 ---
 
 # Transformation
@@ -16,13 +20,6 @@ author: Andrew Lorimer
 - for $(ax)^n$, dilation factor is $1 \over a$ parallel to $x$-axis or from $y$-axis
 - when $0 < |a| < 1$, graph becomes closer to axis
 
-## Translations
-
-For $y = f(x)$, these processes are equivalent:
-
-- applying the translation $(x, y) \rightarrow (x + h, y + k)$ to the graph of $y = f(x)$
-- replacing $x$ with $x − h$ and $y$ with $y − k$ to obtain $y − k = f (x − h)$
-
 ## Dilations
 
 For the graph of $y = f(x)$, there are two pairs of equivalent processes:
@@ -35,6 +32,18 @@ For the graph of $y = f(x)$, there are two pairs of equivalent processes:
 
 For graph of $y={1 \over x}$, horizontal & vertical dilations are equivalent (symmetrical). If $y={a \over x}$, graph is contracted rather than dilated.
 
+## Reflections
+
+- Reflection **in** axis = reflection **over** axis = reflection **across** axis
+- Translations do not change
+
+## Translations
+
+For $y = f(x)$, these processes are equivalent:
+
+- applying the translation $(x, y) \rightarrow (x + h, y + k)$ to the graph of $y = f(x)$
+- replacing $x$ with $x − h$ and $y$ with $y − k$ to obtain $y − k = f (x − h)$
+
 ## Transforming $f(x)$ to $y=Af[n(x+c)]+b$#
 
 Applies to exponential, log, trig, power, polynomial functions.  
@@ -58,22 +67,24 @@ Function $x^{\pm {p \over q}}$ is odd if $q$ is odd
 
 ### $x^n$ where $n \in \mathbb{Z}^+$
 
-| $n$ is even: | $n$ is odd: |
-| ------------ | ----------- |
-|![](graphics/parabola.png){#id .class width=20%} | ![](graphics/cubic.png){#id .class width=20%} |
+\begin{tabularx}{\textwidth}{|c|c|}
+  \(n\) is even & \(n\) is odd\\
+  {\includegraphics[height=1cm]{graphics/parabola.png}} & {\includegraphics[height=1cm]{graphics/cubic.png}}
+\end{tabularx}
 
 ### $x^n$ where $n \in \mathbb{Z}^-$
 
-| $n$ is even: | $n$ is odd: |
-| ------------ | ----------- |
-|![](graphics/truncus.png){#id .class width=20%} | ![](graphics/hyperbola.png){#id .class width=20%} |
+\begin{tabularx}{\textwidth}{|c|c|}
+  \(n\) is even & \(n\) is odd\\
+  {\includegraphics[height=1cm]{graphics/truncus.png}} & {\includegraphics[height=1cm]{graphics/hyperbola.png}}
+\end{tabularx}
 
 ### $x^{1 \over n}$ where $n \in \mathbb{Z}^+$
 
-| $n$ is even: | $n$ is odd: |
-| ------------ | ----------- |
-|![](graphics/square-root-graph.png){#id .class width=20%} | ![](graphics/cube-root-graph.png){#id .class width=20%} |
-
+\begin{tabularx}{\textwidth}{|c|c|}
+  \(n\) is even & \(n\) is odd\\
+  {\includegraphics[height=1cm]{graphics/square-root-graph.png}} & {\includegraphics[height=1cm]{graphics/cube-root-graph.png}}
+\end{tabularx}
 
 ### $x^{-1 \over n}$ where $n \in \mathbb{Z}^+$
 
@@ -96,18 +107,18 @@ $$x^{p \over q} = \sqrt[q]{x^p}$$
 
 ## Combinations of functions (piecewise/hybrid)
 
-$$\text{e.g.}\quad f(x)=\begin{cases} ^3 \sqrt{x}, \hspace{2em} x \le 0 \\ 2, \hspace{3.4em} 0 < x < 2 \\ x, \hspace{3.4em} x \ge 2 \end{cases}$$
+$$\text{e.g.} \quad f(x) = \begin{cases} x^{1 / 3}, \hspace{2em} x \le 0 \\ 2, \hspace{3.4em} 0 < x < 2 \\ x, \hspace{3.4em} x \ge 2 \end{cases}$$
 
 Open circle - point included  
 Closed circle - point not included  
 
 ### Sum, difference, product of functions
-| | | |
-|---|-----|-----|
-|sum|$f+g$|domain $= \text{dom}(f) \cap \text{dom}(g)$|
-|difference|$f-g$ or $g-f$|domain $=\text{dom}(f) \cap \text{dom}(g)$|
-|product|$f \times g$|domain $=\text{dom}(f) \cap \text{dom}(g)$|
-
+\begin{tabularx}{\columnwidth}{X|X}
+  sum & $f+g$ & domain $= \text{dom}(f) \cap \text{dom}(g)$ \\
+  difference & $f-g$ or $g-f$ & domain $=\text{dom}(f) \cap \text{dom}(g)$ \\
+  product & $f \times g$ & domain $=\text{dom}(f) \cap \text{dom}(g)$
+\end{tabularx}
+  
 Addition of linear piecewise graphs - add $y$-values at key points
 
 Product functions: