Plugin installed incorrectly. Rename plugin directory '_include' to 'include'.
Plugin installed incorrectly. Rename plugin directory '__include' to 'include'.
lecture_17
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lecture_17 [2016/04/05 09:27] – rupert | lecture_17 [2017/03/30 09:21] (current) – rupert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Chapter 3: Vectors and geometry ====== | ||
| + | |||
| + | Recall that a $2\times 1$ column vector such as $\def\m# | ||
| + | |||
| + | We think of a (column) vector like $\vec v=\m{4\\3}$ as an instruction to move $4$ units to the right and $3$ units up. This movement is called " | ||
| + | |||
| + | === Examples === | ||
| + | |||
| + | The vector $\vec v=\m{4\\3}$ moves: | ||
| + | |||
| + | * $(0,0)$ to $(4,3)$ | ||
| + | * $(-2,6)$ to $(2,9)$ | ||
| + | * $(x,y)$ to $(x+4, | ||
| + | |||
| + | It is convenient to not be too fussy about the difference between a point like $(4,3)$ and the vector $\m{4\\3}$. If we agree to write points as column vectors, then we can perform algebra (addition, subtraction, | ||
| + | |||
| + | For example, we could rewrite the examples above by saying that $\vec v=\m{4\\3}$ moves: | ||
| + | |||
| + | * $\m{0\\0}$ to $\m{0\\0}+\m{4\\3}=\m{4\\3}$ | ||
| + | * $\m{-2\\6}$ to $\m{-2\\6}+\m{4\\3}=\m{2\\9}$ | ||
| + | * $\m{x\\y}$ to $\m{x\\y}+\m{4\\3}=\m{x+4\\y+3}$. | ||
| + | |||
| + | More generally: a column vector $\vec v$ moves a point $\vec x$ to $\vec x+\vec v$. | ||
| + | |||
| === Example === | === Example === | ||
| Line 84: | Line 108: | ||
| What about $\vec v+\vec w$? We have $A+\vec v+\vec w=B+\vec w=C$. So $\vec v+\vec w=\vec{AC}$. | What about $\vec v+\vec w$? We have $A+\vec v+\vec w=B+\vec w=C$. So $\vec v+\vec w=\vec{AC}$. | ||
| - | This gives us the triangle law for vector addition: $\vec v$, $\vec w$ and $\vec v+\vec w$ may be arranged to form a triangle: | + | This gives us the **triangle law for vector addition**: $\vec v$, $\vec w$ and $\vec v+\vec w$ may be arranged to form a triangle: |
| {{ : | {{ : | ||
lecture_17.1459848475.txt.gz · Last modified: by rupert
