Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_17b
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_17b [2015/04/01 11:30] – rupert | lecture_17b [2015/04/02 10:03] (current) – [Examples] rupert | ||
|---|---|---|---|
| Line 29: | Line 29: | ||
| Answer: we need a vector $\vec v$ with $A+\vec v=B$, so $\vec v=B-A = \m{5\\-4}-\m{-1\\3}=\m{6\\-7}$. We write $\vec{AB}=\m{6\\-7}$, | Answer: we need a vector $\vec v$ with $A+\vec v=B$, so $\vec v=B-A = \m{5\\-4}-\m{-1\\3}=\m{6\\-7}$. We write $\vec{AB}=\m{6\\-7}$, | ||
| - | ==== Definition ==== | + | ==== Definition |
| If $A$ and $B$ are any points in $\mathbb{R}^n$, | If $A$ and $B$ are any points in $\mathbb{R}^n$, | ||
| Line 39: | Line 39: | ||
| === Example === | === Example === | ||
| - | In $\mathbb{R}^3$, | + | In $\mathbb{R}^3$, |
| + | |||
| + | ==== The uses of vectors ==== | ||
| + | |||
| + | Vectors are used in geometry and science to represent quantities with both a **magnitude** (size/ | ||
| + | |||
| + | * displacements (in geometry) | ||
| + | * velocities | ||
| + | * forces | ||
| + | |||
| + | Recall that a column vector moves points. Its magnitude, or length, is how far it moves points. | ||
| + | |||
| + | ==== Definition: the length of a vector ==== | ||
| + | |||
| + | If $\vec v=\m{v_1\\v_2\\\vdots\\v_n}$ is a column vector in $\mathbb{R}^n$, | ||
| + | \[ \|\vec v\|=\sqrt{v_1^2+v_2^2+\dots+v_n^2}.\] | ||
| + | |||
| + | ==== Examples ==== | ||
| + | |||
| + | * $\left\|\m{4\\3}\right\|=\sqrt{4^2+3^2}=\sqrt{16+9}=\sqrt{25}=5$ | ||
| + | * $\left\|\m{1\\0\\-2\\3}\right\|=\sqrt{1^2+0^2+(-2)^2+3^2}=\sqrt{1+0+4+9}=\sqrt{14}$ | ||
| + | |||
| + | ==== Exercise ==== | ||
| + | |||
| + | Prove that if $c\in \mathbb{R}$ is a scalar and $\vec v$ is a vector in $\mathbb{R}^n$, | ||
| + | \[ \|c\vec v\|=|c|\, | ||
| + | That is, multiplying a vector by a scalar $c$ scales its length by $|c|$, the absolute value of $c$. | ||
lecture_17b.1427887857.txt.gz · Last modified: by rupert
