Merge branch 'master' of ssh://charles/tank/andrew/school/notes
[notes.git] / methods / transformations.md
index ae201e019c696bcb017dd7e05db9c87247145833..0a24a8182eea52c3d508041760a01c2a61b33976 100644 (file)
@@ -46,4 +46,34 @@ $b$ - translation from $x$-axis ($y$-shift)
 $f(-x)=-f(x)$
 
 #### $n$ is even and $n>1$:
-$f(-x)=f(x)$
\ No newline at end of file
+$f(-x)=f(x)$
+
+### Function $f(x)=x^{-1 \over n}$ where $n \in \mathbb{Z}^+$
+
+Mostly only on CAS.
+
+We can write $x^{-1 \over n} = {1 \over {x^{1 \over n}}} = {1 \over ^n \sqrt{x}}$n. Domain is:  $\begin{cases} \mathbb{R} \setminus \{0\}\hspace{0.5em} \text{ if }n\text{ is odd} \\ \mathbb{R}^+ \hspace{2.6em}\text{if }n\text{ is even}\end{cases}$
+
+**Odd and even functions:**  
+Function is even if it can be reflected across $y$-axis $\implies f(x)=f(-x)$  
+If $n$ is odd, then $f$ is an odd function since $f(-x)=-f(x) \implies f(x)=-f(x)$
+
+## 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}$$
+
+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)$|
+
+Addition of linear piecewise graphs - add $y$-values at key points
+
+Product functions:  
+- product will equal 0 if one of the functions is equal to 0
+- turning point on one function does not equate to turning point on product
\ No newline at end of file