2024-04-01 21:50:50 -07:00

489 lines
16 KiB
TeX
Executable File

% use [nosolutions] flag to hide solutions.
% use [solutions] flag to show solutions.
\documentclass[solutions]{../../resources/ormc_handout}
\usepackage{adjustbox}
\usepackage{../../resources/macros}
\uptitlel{Intermediate 2}
\uptitler{\smallurl{}}
\title{Vectors 1}
\subtitle{
Prepared by Mark on \today \\
Based on a handout by Oleg Gleizer
}
\begin{document}
\maketitle
\section{Warm-Up}
\problem{}
Simplify the following fraction: \\
$\displaystyle{
\frac{
\displaystyle{\frac12}
}{
\phantom{..}
\displaystyle{\frac13} -
\displaystyle{\frac14}
\phantom{..}
}
} =$
\vfill
\problem{}
Simplify the following fraction: \\
$\displaystyle{
\frac{
\displaystyle{\frac{a}{b}} -
\displaystyle{\frac{c}{d}}
}{
\phantom{..}
\displaystyle{\frac{a}{d}} +
\displaystyle{\frac{c}{b}}
\phantom{..}
}
} =$
\vfill
\problem{}
The point $A$ is placed inside a circle.
\begin{center} \begin{normalsize}
\begin{tikzpicture}
\draw (0,0) circle (2cm);
\filldraw (40:1.2cm) circle (2pt);
\coordinate [label = left: {$A$}] (a) at (40:1.2cm);
\filldraw (0,0) circle (2pt);
\end{tikzpicture}
\end{normalsize} \end{center}
Cut the circle into two parts so that you can move one to make a circle centered at $A$.
\vfill
\pagebreak
\section{Vectors}
\definition{}
A vector in the Euclidean plane is a directed line segment.
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (4,-2);
\coordinate [label = left: {$A$}] (a) at (0,0);
\coordinate [label = right: {$B$}] (b) at (4,-2);
\coordinate [label = above: {$v$}] (v) at (2,-.9);
\end{normalsize}
\coordinate [label = left:
{$v = \overrightarrow{AB}$}] (c) at (10,-1);
\end{tikzpicture}
\end{center}
\vspace{30pt}
For the vector $v = \overrightarrow{AB}$, point $A$ is called {\it initial} and point $B$ is called {\it terminal}. \\
Two vectors, $v = \overrightarrow{AB}$ and $w = \overrightarrow{CD}$ are considered equivalent if the quadrilateral $ABDC$ is a parallelogram.
\vspace{20pt}
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (4,-2);
\coordinate [label = left: {$A$}] (a) at (0,0);
\coordinate [label = right: {$B$}] (b) at (4,-2);
\coordinate [label = above: {$v$}] (v) at (2,-.9);
\draw [->, line width = 2pt] (-1,-3) -- (3,-5);
\coordinate [label = left: {$C$}] (c) at (-1,-3);
\coordinate [label = right: {$D$}] (d) at (3,-5);
\coordinate [label = below: {$w$}] (w) at (1,-4.1);
\draw (-1,-3) -- (0,0);
\draw (3,-5) -- (4,-2);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vspace{20pt}
In other words, two vectors are equivalent if they have the same length and direction. If this is the case, we write $v = w$.
\note[Note 1]{
Convince yourself that this is true. Why are these two definitions of vector equivalence interchangeable?
}
\note[Note 2]{
A vector is characterized by its direction and length. One cannot make a formal definition out of this observation, because a ``direction'' is formally defined in terms of a vector.
}
\vfill
\pagebreak
\theorem{}
If two distinct straight lines in the Euclidean plane form the angles of equal size with a third straight line in the plane, then they are parallel.
In other words, to check that the lines $a$ and $b$ on the picture below have no common point, you don't need to travel to infinity.
All you need to do is to measure the angles $\alpha$ and $\gamma$. If $\alpha = \gamma$, then $a$ is parallel to $b$. \\
\begin{center}
\begin{footnotesize}
\begin{tikzpicture}
\draw [line width=1pt] (-5,0) -- (5,0);
\draw [line width=1pt] (-4,-2) -- (2,4);
\draw[blue] (-1,0) arc (0:45:1);
\coordinate [label=right:{$\gamma$}] (g) at (-1.1,0.5);
\draw [line width=1pt] (-5,2) -- (5,2);
\draw[blue] (1,2) arc (0:45:1);
\coordinate [label=right:{$\alpha$}] (a) at (0.9,2.5);
\coordinate [label=right:{$b$}] (b) at (5,2);
\coordinate [label=right:{$a$}] (a) at (5,0);
\coordinate [label=right:{$c$}] (c) at (2,4);
\end{tikzpicture}
\end{footnotesize}
\end{center}
\vfill
\theorem{Euclid's 5th postulate:}
For any straight line in the (Euclidean) plane and for any point away from it, there exists a unique straight line that passes through the point and is parallel to the original line. \\
\begin{center}
\begin{footnotesize}
\begin{tikzpicture}
\draw [line width=1pt] (-6,0) -- (6,0);
\filldraw [black] (3,2) circle (2pt);
\draw [line width=1pt] (-6,2) -- (6,2);
\end{tikzpicture}
\end{footnotesize}
\end{center}
\vfill
\problem{}
Use a compass and a ruler to draw a straight line parallel to the one given below and passing through the given point not lying on the original straight line.
\begin{center}
\begin{footnotesize}
\begin{tikzpicture}
\draw [line width=1pt] (-6,0) -- (6,0);
\filldraw [black] (3,4) circle (2pt);
\end{tikzpicture}
\end{footnotesize}
\end{center}
\vfill
\newpage
\problem{}
Use a compass and a ruler to construct a vector $w$ with initial point $C$ equal to the vector $v$ below.
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (6,-2);
\coordinate [label = above: {$v$}] (v) at (3,-.9);
\filldraw (-4,-5) circle (1.5pt);
\coordinate [label = below left: {$C$}] (c) at (-4,-5.1);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vfill
Physical forces, such as the force of gravity or the force that pulls together two magnets are vectors in three dimensions. The direction of a vector shows the direction in which the corresponding force is acting. The length of the vector shows the strength of the force. \\
\problem{}
On the picture below, draw the vectors of the gravitational pull the Earth exerts on you and on your Math Circle leader.
\begin{center}
\begin{normalsize}
\begin{tikzpicture}
\draw (0,0) circle (3);
\coordinate [label = above: {Earth}] (a) at (0,2);
\filldraw (0,0) circle (1pt);
\coordinate [label = below: {centre}] (c) at (0,-.1);
\draw [line width = 1pt] (30:3) -- (25:3.5);
\draw [line width = 1pt] (20:3) -- (25:3.5);
\draw [line width = 1pt] (25:4) -- (25:3.5);
\draw (25:4.15) circle (.15);
\draw [line width = 1pt] (3.3,1.9) -- (3.6,1.3);
\coordinate [label = above right: {Oleg}] (o) at (25:4.3);
\draw [line width = 1pt] (190:3) -- (188:3.2);
\draw [line width = 1pt] (186:3) -- (188:3.2);
\draw [line width = 1pt] (188:3.5) -- (188:3.2);
\draw (188:3.65) circle (.15);
\draw [line width = 1pt] (-3.35,-.23) -- (-3.28,-.68);
\coordinate [label = above left: {Me}] (m) at (188:3.85);
\end{tikzpicture}
\end{normalsize}
\end{center}
\begin{itemize}
\item Where do the gravitational force vectors point? Why?
\item If Oleg is twice as heavy as you are, how would you draw the gravitational pull vectors on the above picture?
\end{itemize}
\vfill
\pagebreak
\vspace{60pt}
Motion can be represented by a vector, too. The direction of the velocity vector shows the direction in which an object is moving at the moment. The length of the velocity vector represents the object's \textit{speed}. It shows how fast an object is moving at the moment. \\
\problem{}
The truck on the picture below
is going 30 mph.
The car on the same picture
is speeding at 90 mph the opposite way.
Draw the corresponding velocity vectors. \\
\begin{center}
\begin{tikzpicture}
\draw [gray!50!black] (-7,0) -- (7,0);
\filldraw [gray!80!blue] (-3.6,1.5) -- (-4.4,1.5) --
(-4.4,2) -- (-6.8,2) -- (-6.8,.3) -- (-3.6,.3) --
(-3.6,1.5);
\filldraw (-6,.3) circle (.3);
\filldraw [gray] (-6,.3) circle (.15);
\filldraw (-4,.3) circle (.3);
\filldraw [gray] (-4,.3) circle (.15);
\filldraw [red!80!white] (4,.2) -- (6.6,.2) -- (6.55,.6) --
(6.2,.6) -- (6.1,.8) -- (4.9,.8) -- (4.7,.6)--
(4.2,.6) -- (4,.45) -- (4,.2);
\filldraw (6,.2) circle (.2);
\filldraw [gray] (6,.2) circle (.1);
\filldraw (4.6,.2) circle (.2);
\filldraw [gray] (4.6,.2) circle (.1);
\end{tikzpicture}
\end{center}
\vspace{40pt}
Velocities and forces of the real world are vectors in three dimensions. To keep things simple, we'll begin our study of vectors in two dimensions. Everything we are going to learn about vectors in two-dimensional space is be valid in a Euclidean space of three---or more---dimensions.
\vfill
\section{Adding Vectors}
To find the sum of two vectors $v$ and $w$, one needs to take $w$ so that the initial point of $w$ coincides with the terminal point of $v$. The vector originating at the initial point of $v$ and terminating at the terminal point of $w$ is the sum $v + w$. \\
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (4,-2);
%\coordinate [label = left: {$A$}] (a) at (0,0);
%\coordinate [label = right: {$B$}] (b) at (4,-2);
\coordinate [label = above: {$v$}] (v) at (2,-.9);
\draw [->, line width = 2pt] (4,-2) -- (2,-4);
%\coordinate [label = left: {$D$}] (d) at (-2,-2);
%\coordinate [label = right: {$C$}] (c) at (2.15,-4);
\coordinate [label = right: {$w$}] (w) at (3.1,-3.1);
\draw [->, line width = 2pt] (0,0) -- (2,-4);
\coordinate [label = left:
{$v + w$}] (p) at (.9,-2.15);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vfill
\pagebreak
\problem{}
Use a compass and a ruler to construct the sum $v + w$ of the vectors $v$ and $w$ given below. \\
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (5,-2);
\coordinate [label = above: {$v$}] (v) at (2.5,-.95);
\draw [->, line width = 2pt] (-3,-3) -- (-2,-6);
\coordinate [label = left: {$w$}] (w) at (-2.55,-4.5);
\end{normalsize}
\end{tikzpicture}
\end{center}
\definition{The Zero Vector}<zero_vector>
A vector that has coinciding initial and terminal points is called the {\it zero vector} and is denoted as $\overrightarrow{0}$. According to the above definition of the vector addition,
\begin{equation}
v + \overrightarrow{0} =
\overrightarrow{0} + v =
v
\end{equation}
for any vector $v$.
\vfill
\definition{Inverses of Vectors}<inverse>
A vector $w$ such that $w + v = \overrightarrow{0}$ is called the \textit{inverse} of $v$ and is denoted as $-v$. The vector $-v$ lies either on the same straight line as $v$ or on a parallel one, has the same length as $v$, but points in the opposite direction: \\
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (4,-2);
\coordinate [label = above: {$v$}] (v) at (2,-.9);
\draw [<-, line width = 2pt] (-1,-3) -- (3,-5);
\coordinate [label = below: {$-v$}] (n) at (.85,-4.1);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vspace{20pt}
Note that $-v + v = \overrightarrow{0}$ by definition, but the validity of the equation $v + (-v) = \overrightarrow{0}$ follows from the definitions of vector addition and the zero vector. We can combine both into the following:
\begin{equation}
-v + v =
v + (-v) =
\overrightarrow{0}
\end{equation}
\vfill
\pagebreak
Here is an important example of an inverse vector. When you stand still, the floor pushes you up with the force opposite to the force of the gravitational pull, a.k.a. \textit{weight}. \\
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw (0,0) -- (6,0);
\draw (2.5,0) -- (3,1);
\draw (3.5,0) -- (3,1);
\draw (3,1) -- (3,2);
\draw (3,2.3) circle (.3);
\draw (2.6,1.7) -- (3.4,1.7);
\draw [->, line width = 2pt] (2.5,0) -- (2.5,-1);
\coordinate [label = below: {weight}]
(g) at (2.5,-1.1);
\draw [->, line width = 2pt] (3.5,0) -- (3.5,1);
\coordinate [label = right: {floor reaction}]
(w) at (3.7,1);
\end{normalsize}
\end{tikzpicture}
\end{center}
The two opposing vectors add up to the zero vector, and therefore you don't move.
\problem{}
Give an example of a different pair of opposite forces.
\vfill
The following is the last thing we'll mention about the opposite vectors. The formula $w - v$ is defined as $w + (-v)$ for any vectors $v$ and $w$:
\begin{equation}
w - v =
w + (-v)
\end{equation}
\newpage
\problem{Dividing a segment into parts}
Using your compass and ruler, divide a segment into three equal parts. How would you split it into four? five? Have an instructor check your answer before moving on.
\hint{Don't skip this problem, you'll need it later. Make sure you check your answer!}
\vfill
\begin{center}
\begin{tikzpicture} \begin{normalsize}
\filldraw (0,0) circle (1.5pt);
\coordinate [label = left: {$A$}] (a) at (0,0);
\filldraw (12,0) circle (1.5pt);
\coordinate [label = right: {$B$}] (b) at (12,0);
\draw [line width = 1.5 pt] (0,0) -- (12,0);
\end{normalsize} \end{tikzpicture}
\end{center}
\vfill
\begin{center}
\begin{tikzpicture} \begin{normalsize}
\filldraw (0,0) circle (1.5pt);
\coordinate [label = left: {$A$}] (a) at (0,0);
\filldraw (12,0) circle (1.5pt);
\coordinate [label = right: {$B$}] (b) at (12,0);
\draw [line width = 1.5 pt] (0,0) -- (12,0);
\end{normalsize} \end{tikzpicture}
\end{center}
\vfill
\newpage
\problem{}
Is it possible to check whether $v = w$ on the picture below using only a compass? Why or why not? \\
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (4,-2);
%\coordinate [label = left: {$A$}] (a) at (0,0);
%\coordinate [label = right: {$B$}] (b) at (4,-2);
\coordinate [label = above: {$v$}] (v) at (2,-.9);
\draw [->, line width = 2pt] (-1,-3) -- (3,-5);
%\coordinate [label = left: {$C$}] (c) at (-1,-3);
%\coordinate [label = right: {$D$}] (d) at (3,-5);
\coordinate [label = below: {$w$}] (w) at (1,-4.1);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vfill
\problem{}
Use a compass and a ruler to construct the vector $w = -.75 v$ for the vector $v$ given below such that point $C$ is its terminal point.
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (6,-2);
\coordinate [label = above: {$v$}] (v) at (3,-.9);
\filldraw (-4,-5) circle (1.5pt);
\coordinate [label = below left: {$C$}] (c) at (-4,-5.1);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vfill
\note[Note]{
With the tools we have thus far, we can multiply vectors by any rational number using only a compass and a ruler. Multiplying a vector by an irrational number is a bit more tricky, but it is doable...
}
\newpage
\problem{}
Use a compass and a ruler to construct the vector $w = \sqrt{3} v$ for the vector $v$ given below so that $C$ is its initial point. \\
\hint{Pythagoras.}
\begin{center}
\begin{tikzpicture}
\begin{normalsize}
\draw [->, line width = 2pt] (0,0) -- (5,-2);
\coordinate [label = above: {$v$}] (v) at (2.5,-.9);
\filldraw (-5,-6) circle (1.5pt);
\coordinate [label = below left: {$C$}] (c) at (-5,-6.1);
\end{normalsize}
\end{tikzpicture}
\end{center}
\vfill
\newpage
\section{Bonus}
\problem{Oldaque de Freitas' Puzzle}
Two ladies are sitting in a street caf\'e, talking about their children. One lady says that she has three daughters. The product of the girls' ages equals 36 and the sum of their ages is the same as the number of the house across the street. The second lady replies that this information is not enough to figure out the age of each child. The first lady agrees and adds that her oldest daughter has beautiful blue eyes. The second lady then solves the puzzle. Please do the same.
\vfill
\problem{There must be a better way...}
Using pen and paper, sum up all the integers from $1$ to $1000$.
\vfill
\end{document}