add english, methods, spec notes
[notes.git] / spec / graphing.md
index 94c5a4af8d30caea9e1db12d45780aaf4599ef45..5d75efcebe762f47565dfb6986651a1a0003584a 100644 (file)
@@ -18,27 +18,33 @@ As $\quad x \rightarrow  \pm \infty,\quad {-1 \over x}$
 
 - set of points that satisfy a given condition
 - path traced by a point that moves according to a condition
+- graph on CAS - **conics**
 
 ### Circular loci
 
+point $P(x,y)$ has a constant distance $r$ from point $C(a,b)$ (centre)
+
+
+$$PC  = r$$
+
 $$(x-a)^2 + (y-b)^2 = r^2$$
 
-point $P(x,y)$ has a constant distance $r$ from point $C(a,b)$ (centre)
+
 
 ### Linear loci
 
-$$QP=RP$$
+$$QP  =  RP $$
 $$\sqrt{(x_Q-q_P)^2+(y_Q-y_P)^2} = \sqrt{(x_R-x_P)^2+(y_R-y_P)^2}$$
 
 points $Q$ and $R$ are fixed and have a perpendicular bisector $QR$. Therefore, any point on line $y=mx+c$ is equidistant from $QP$ and $RP$.
 
-Since the bisector of the line joining points $Q$ and $R$ is perpendicular to $QR$:
+Since the bisector of the line joining points $Q$ and $R$ is perpendicular to $QR $:
 
-$$m(QR) \times m(RP) = -1$$
+$$m( QR ) \times m( RP ) = -1$$
 
 ### Parabolic loci
 
-$$PD=PF$$
+$$PD  =  PF $$
 $$|y-z|=\sqrt{(x-x_F)^2+(y-y_F)^2}$$
 $$(y-z)^2=(x-x_F)^2+(y-y_F)^2$$
 
@@ -50,6 +56,47 @@ Fixed line $x=z$ is the **directrix**
 
 ### Elliptical loci
 
-$$F_1 P + F_2 P =k$$
+Point $P$ moves so that the sum of its distances from two fixed points $F_1$ and $F_2$ is a constant $k$.
+
+$${F_1 P}  +   F_2 P  =k$$
 
 **Two** foci at $F_1$ and $F_2$
+
+Cartesian equation for ellipses:
+$${(x-h)^2 \over a^2} + {(y-k)^2 \over b^2} = 1$$
+centered at $(h,k)$. Width is $2a$, height is $2b$.
+
+### Transformations
+$$(x,y) \rightarrow (x \prime, y \prime)$$
+
+where $x \prime$ and $y \prime$ are the transformation factors (dilation away from $x$-axis means coefficient of $y$ increases in $y \prime$, and vice versa).
+
+Transformed equation is the same as initial equation with each term divided by its dilation coefficients (must be in terms of $x\prime$ and $y\prime$).
+
+e.g.
+
+$x^2 + y^2 = 1$ is dilated $3$ from $x$, $5$ from $y$.
+Transformation rule is $(x\prime,y\prime) = (5x,3y)$
+$x={x\prime \over 5},\quad y={y\prime \over 3}$
+
+Equation $x^2 + y^2=1$ becomes
+
+$${(x\prime)^2 \over 25}+ {(y\prime)^2 \over 9}=1$$
+
+
+### Hyperbolic loci
+
+$$|(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$)
+
+## Parametric equations
+
+Parametric curve:
+
+$$x=f(t), \quad y=g(t)$$
+
+$t$ is the parameter