notes/education/math/MATH1060 (trig)/Vectors.md

10 lines
404 B
Markdown
Raw Normal View History

2024-11-25 16:51:37 +00:00
A vector is a mathematical concept that denotes direction and magnitude. They're often notated using an arrow ($\vec{v}$), or with a bold, lowercase letter. (**v**).
2024-11-25 16:43:43 +00:00
2024-11-25 16:51:37 +00:00
Vectors are often denoted as a matrix with two rows: $\begin{bmatrix}1 \\2\end{bmatrix}$
2024-11-25 16:46:37 +00:00
# Magnitude
2024-11-25 16:51:37 +00:00
The magnitude of a vector is $|\vec{v}| = \sqrt{a^2 + b^2}$
2024-11-25 16:46:37 +00:00
# Direction
2024-11-25 16:51:37 +00:00
The direction of a vector is $\theta = \tan^-1(\frac{b}{a})$.