[spec] start vector functions
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 25 Jun 2019 04:52:58 +0000 (14:52 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 25 Jun 2019 04:52:58 +0000 (14:52 +1000)
spec/vectors.md
index 932f614600e515466c9b49d017f5e38a40b63dbb..3a940e323edd85211626ae2817ab4cef1c56c375 100644 (file)
@@ -185,3 +185,11 @@ i![](graphics/vectors-3d.png)
 Parametric equation of line through point $(x_0, y_0, z_0)$ and parallel to $a\boldsymbol{i} + b\boldsymbol{j} + c\boldsymbol{k}$ is:
 
 \begin{equation}\begin{cases}x = x_o + a \cdot t \\ y = y_0 + b \cdot t \\ z = z_0 + c \cdot t\end{cases}\end{equation}
+
+## Vector functions
+
+$$\boldsymbol{r}(t)=x\boldsymbol{i}+y\boldsymbol{y}$$
+
+- If $\boldsymbol{r}(t)$ represents position with time, then the graph of endpoints of $\boldsymbol{r}(t)$ represents the Cartesian path.
+- Domain of $\boldsymbol{r}(t)$ is the range of $x(t)$
+- Range of $\boldsymbol{r}(t)$ is the range of $y(t)$