Andrew's git
/
notes.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[spec] start vector functions
author
Andrew Lorimer
<andrew@lorimer.id.au>
Tue, 25 Jun 2019 04:52:58 +0000
(14:52 +1000)
committer
Andrew Lorimer
<andrew@lorimer.id.au>
Tue, 25 Jun 2019 04:52:58 +0000
(14:52 +1000)
spec/vectors.md
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
e45dd85
)
diff --git
a/spec/vectors.md
b/spec/vectors.md
index 932f614600e515466c9b49d017f5e38a40b63dbb..3a940e323edd85211626ae2817ab4cef1c56c375 100644
(file)
--- a/
spec/vectors.md
+++ b/
spec/vectors.md
@@
-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}
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)$