[spec] add kinematics and vector functions to collated notes
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 22 Jul 2019 23:31:54 +0000 (09:31 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 22 Jul 2019 23:31:54 +0000 (09:31 +1000)
spec/spec-collated.pdf
spec/spec-collated.tex
index 9714796099c07445488f0159bfd3c9f571620a91..4c80f9f38c1601df31a0e0929c0d41674c770047 100644 (file)
Binary files a/spec/spec-collated.pdf and b/spec/spec-collated.pdf differ
index f28326aa90558aaa021f64b22b3849ec46640ca7..89d37b5ded6c6542362451b83a3cc07a56815e8a 100644 (file)
 
                   \[\implies f(x+h) \approx f(x) + hf^\prime(x)\]
 
-                \end{multicols}
-              \end{document}
+              
+    \section{Kinematics \& Mechanics}
+
+      \subsection*{Constant acceleration}
+        {\centering \begin{tabular}{ l r }  % TODO need to fix centering here
+          \hline & no \\ \hline
+          $v=u+at$ & $x$ \\
+          $s = {1 \over 2}(v+u)t$ & $a$ \\
+          $s=ut+{1 \over 2}at^2$ & $v$ \\
+          $s=vt-{1 \over 2}at^2$ & $u$ \\
+          $v^2=u^2+2as$ & $t$ \\ \hline
+        \end{tabular}}
+
+      \[ v_{\text{avg}} = \frac{\Delta\text{position}}{\Delta t} \]
+      \begin{align*}
+        \text{speed} &= |{\text{velocity}}| \\
+        &= \sqrt{v_x(t)^2 + v_y(t)^2 + v_z(t)^2} \tag{for vector \(v\)}
+      \end{align*}
+      \textbf{Distance travelled between\(t=a \rightarrow t=b\):}
+      \[= \int^b_a \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} \cdot dt \]
+      
+      \subsection*{Vector functions}
+
+        \[ \boldsymbol{r}(t) = x \boldsymbol{i} + y \boldsymbol{j} + z \boldsymbol{k} \]
+
+        \begin{itemize}
+          \item If \(\boldsymbol{r}(t) \equiv\) position with time, then the graph of endpoints of \(\boldsymbol{r}(t) \equiv\) Cartesian path
+          \item Domain of \(\boldsymbol{r}(t)\) is the range of \(x(t)\)
+          \item Range of \(\boldsymbol{r}(t)\) is the range of \(y(t)\)
+        \end{itemize}
+
+      \subsection*{Vector calculus}
+
+      \subsubsection*{Derivative}
+
+        Let \(\boldsymbol{r}(t)=x(t)\boldsymbol{i} + y(t)\boldsymbol(j)\). If both \(x(t)\) and \(y(t)\) are differentiable, then:
+        \[ \boldsymbol{r}(t)=x(t)\boldsymbol{i}+y(t)\boldsymbol{j} \]
+
+  \end{multicols}
+\end{document}