Drew Youngren dcy2@columbia.edu
Drew Youngren dcy2@columbia.edu
Drew Youngren dcy2@columbia.edu
aka Canvas
aka "scalars". The complete, ordered field.
Let $P = (p_1, \ldots, p_n)$ and $Q = (q_1, \ldots, q_n)$ be two points in $\mathbb{R}^n$. The distance formula is:
A vector is a directed line segment in \(\mathbb{R}^n\) modulo location.
Two vectors are considered the same if they have the same magnitude and direction.
\[ \mathbf v = \vec v = \langle v_1, v_2, \ldots, v_n \rangle = \begin{bmatrix} v_1 \\ v_2 \\ \vdots \\ v_n \end{bmatrix} \]
The $v_i$'s are the components of $\mathbf{v}$, the displacements in each dimension.
The magnitude or length of a vector is a nonnegative scalar.
Scalar multiplication, or really scalar-vector multiplication, simply scales each component by a common factor.
\[ c\mathbf v = \left\langle c v_1, c v_2, \ldots, c v_n \right\rangle \]What happens to the magnitude when of a vector when scaling?
A unit vector has magnitude 1. \[|\mathbf u| = 1\]
Every nonzero vector $\mathbf v \neq \mathbf 0$ can be normalized by dividing by its magnitude.
Vector addition works exactly how one thinks it would.
\[ \mathbf v + \mathbf w = \left\langle v_1 + w_1, \ldots, v_n + w_n \right\rangle \]A sum of scaled vectors is called a linear combination and is the fundamental vector expression.
\[ a \mathbf v + b \mathbf w \] \[ \sum_{i = 1}^m c_i\mathbf v_i\]A position vector (or vectors) can be used to specify a point (or set of points).
What location is halfway between 22nd St & 3rd Ave and 42nd & 5th?
What location is halfway between 22nd St & 3rd Ave and 42nd & 5th?
What location is $\frac34$ of the way from 22nd St & 3rd Ave to 42nd & 5th?
What is this linear combination?
\[ \frac14 \mathbf h + \frac14 \mathbf q + \frac{3}{10} \mathbf m + \frac15 \mathbf f \]See syllabus.
Write a vector equation for the position on the sphere centered at $\mathbf p = \left\langle p_1, p_2, p_3 \right\rangle$ with radius $R$.
Solution: \[|\mathbf x - \mathbf p | = R \]
Note: This is exactly the distance formula. We use the vector variable $\mathbf x$ here to represent all the positions. We will do that a lot.
Write an equation for the set of points whose distances to the origin and to $(2, 0, 0)$ sum to $4$.
Solution: \[|\mathbf x | + | \mathbf x - \left\langle 2, 0, 0 \right\rangle | = 4 \]
But what is this set? 3Demos