(Actually, a quiz this week and a midterm in 2 1/2 weeks...)
More texts, solutions manuals and packages coming soon.
Continue reading Section 1.3 for next class. Work through recommended homework questions. Here are scans of the questions from sections 1.1 and 1.2. Scans of the rest of Sections 1.1 and 1.2 coming today.
Tutorials start this week, and include a quiz covering until
the end of Section 1.2. It does not cover Section 1.3 or the
Exploration after Section 1.2.
The quizzes last 20 minutes, and are at the end of the tutorial, so
you have time for questions at the beginning.
Questions similar to homework questions, but may be slightly different.
Possibly some true/false questions.
You must write in the tutorial you are registered in.
Different sections have different quizzes, but it is still considered
an academic offense to share information about quizzes.
Office hour: today, 1:30-2:30, MC103B.
Also, if you can't make it to my office hours, feel free to attend Hugo Bacard's
office hours.
Help Centers Monday-Friday 2:30-6:30 in MC 106 starting Thursday.
Lecture notes (this page) available from course web page by
clicking on our class times.
Definition: The length or norm of $\vv$ is the scalar $\|\vv\|$ defined by $$ \|\vv\| := \sqrt{\vv \cdot \vv} = \sqrt{v_1^2 + \cdots + v_n^2} . $$ A vector of length 1 is called a unit vector.
Theorem 1.5: The Triangle Inequality: For all $\vu$ and $\vv$ in $\R^n$, $$ \| \vu + \vv \| \leq \| \vu \| + \| \vv \| . $$
We define the distance between vectors $\vu$ and $\vv$ by the formula $$ d(\vu, \vv) = \| \vu - \vv \| = \sqrt{(u_1 - v_1)^2 + \cdots + (u_n - v_n)^2}. $$
We can therefore use the dot product to define the angle between two vectors $\vu$ and $\vv$ in $\R^n$ by the formula $$ \cos \theta = \frac{\vu \cdot \vv}{\| \vu \| \, \| \vv \|}, \quad \text{i.e.,} \quad \theta = \arccos \left( \frac{\vu \cdot \vv}{\| \vu \| \, \| \vv \|} \right), $$ where we choose $0 \leq \theta \leq 180^\circ$. This makes sense because the RHS is between -1 and 1.
The help remember the formula for $\cos \theta$, note that the denominator normalizes the two vectors to be unit vectors.
An applet illustrating the dot product. If it doesn't work, try the java version.
Whiteboard: Example: Angle between $\vu = [1, 2, 1, 1, 1]$ and $\vv = [0, 3, 0, 0, 0]$.
For a random example, you'll need a calculator, but for hand calculations you can remember these cosines: $$ \small\kern-8ex \cos 0^\circ = \frac{\sqrt{4}}{2} = 1, \ \ \cos 30^\circ = \frac{\sqrt{3}}{2} , \ \ \cos 45^\circ = \frac{\sqrt{2}}{2} = \frac{1}{\sqrt{2}}, \ \ \cos 60^\circ = \frac{\sqrt{1}}{2} = \frac{1}{2}, \ \ \cos 90^\circ = \frac{\sqrt{0}}{2} = 0 , $$ using the usual triangles.
Whiteboard: Example: $\vu = [1, 2, 3]$ and $\vv = [1, 1, -1]$ in $\R^3$.
Also, $\vu = [1, 2, 3]$ and $\vv = [1, 1, 1]$ in $\Z_3^3$.
Pythagorean theorem in $\R^n$: If $\vu$ and $\vv$ are orthogonal, then $$ \| \vu + \vv \|^2 = \| \vu \|^2 + \| \vv \|^2 . $$
Whiteboard: Explain, using Theorem 1.2.
The same applet is useful for understanding projections as well. Java version.
Suppose $\vu$, $\vv$ and $\vw$ are vectors in $\R^n$ such that $\vu \cdot \vv = \vu \cdot \vw$ and $\vu \neq \vec 0$. Does it follow that $\vv = \vw$?
Suppose that $\vu$ is orthogonal to both $\vv$ and $\vw$. Does it follow that it is orthogonal to $2 \vv + 3 \vw$?
Suppose I tell you that $\vu \cdot \vv = 1/2$ and $\vu \cdot \vw = -1$. What is $\vu \cdot (2 \vv + 3 \vw)$?
Does $\textrm{proj}_{\vu}(\vv)$ always point in the same direction as $\vu$?
Answers on whiteboard.
Questions from the class, if time.