start transformation notes (methods)
authorAndrew Lorimer <andrew@lorimer.id.au>
Sat, 2 Feb 2019 02:26:15 +0000 (13:26 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sat, 2 Feb 2019 02:26:15 +0000 (13:26 +1100)
methods/transformations.md [new file with mode: 0644]
diff --git a/methods/transformations.md b/methods/transformations.md
new file mode 100644 (file)
index 0000000..f335793
--- /dev/null
@@ -0,0 +1,8 @@
+# Transformation
+
+## $f(x) = x^n$ to $f(x)=a(x-h)^n+K$##
+
+- $|a|$ is the dilation factor of $|a|$ units parallel to $y$-axis or from $x$-axis
+- if $a<0$, graph is reflected over $x$-axis
+- $k$ - translation of $k$ units parallel to $y$-axis or from $x$-axis
+- $h$ - translation of $h$ units parallel to $x$-axis or from $y$-axis
\ No newline at end of file