Merge branch 'master' of ssh://charles/tank/andrew/school/notes
[notes.git] / spec / graphing.md
index 5d75efcebe762f47565dfb6986651a1a0003584a..6cd013e79389e1a7f92b4a8566f0d4c3c2032e60 100644 (file)
@@ -8,7 +8,7 @@ $$y={1 \over f(x)}$$
 
 As $\quad f(x) \rightarrow \pm \infty,\quad {1 \over f(x)} \rightarrow 0^\pm$ (vert asymptote at $f(x)=0$)
 
-As $\quad x \rightarrow  \pm \infty,\quad {-1 \over x}$
+<!-- As $\quad x \rightarrow  \pm \infty,\quad {-1 \over x}$ -->
 
 - reciprocal functions are always on the same side of $x=0$
 - if $y=f(x)$ has a local max|min at $x=1$, then $y={1 \over f(x)}$ has a local max|min at $x=a$
@@ -91,7 +91,8 @@ $$|(F_2P - F_1P  )| = k$$
 Cartesian equation for hyperbolas ($a$ and $b$ are dilation factors):
 $${(x-h)^2 \over a^2} - {(y-k)^2 \over b^2} = 1$$
 
-Asymptotes at $y-k=\pm {b \over a}(x-h$)
+Asymptotes at $y=\pm {b \over a}(x-h)+k$
+To make hyperbola up/down rather than left/right, swap $x$ and $y$
 
 ## Parametric equations