Merge branch 'master' of ssh://charles/tank/andrew/school/notes
[notes.git] / spec / graphing.md
index 3e889a062083bb7894eedf5007046f2b9c32fb3d..6cd013e79389e1a7f92b4a8566f0d4c3c2032e60 100644 (file)
@@ -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