[methods] minor methods updates from assignment 4
[notes.git] / methods / transformations.md
index 08ba3123d6c2e6fa91385082229dc569ff2b094a..153441bd9f0c3f9f72c42f0cf75421c7dbfad56a 100644 (file)
@@ -1,5 +1,6 @@
 ---
 geometry: margin=2cm
+columns: 2
 author: Andrew Lorimer
 ---
 
@@ -16,13 +17,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 +29,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.