Skip to content

Commit 1e59485

Browse files
committed
Update main.tex
1 parent e394408 commit 1e59485

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

VEC-0005/main.tex

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ \section*{Vectors and their Representations}
2828

2929
\subsection*{How to Create a Coordinate System}
3030

31-
When you first encountered vectors in your earlier courses it was probably assumed that these vectors exist in some established rectangular coordinate system. Such a coordinate system implicitly postulates the following
31+
When you first encountered vectors in your earlier courses it was probably assumed that these vectors exist in some established rectangular coordinate system. Such a coordinate system implicitly postulates the following structure:
3232
\begin{itemize}
3333
\item Location of the origin
3434
\item Unit of length
@@ -73,7 +73,7 @@ \subsection*{How to Create a Coordinate System}
7373
\end{question}
7474

7575
\begin{question}
76-
Move point $B$ to coincide with $P_3$
76+
REFRESH your browser to return to the original coordinate system. Move point $B$ to coincide with $P_3$
7777
List the coordinates for each $P_i$ with respect to the new coordinate system.
7878
$$P_1=\left(\answer{1},\answer{-1}\right)$$
7979
$$P_2=\left(\answer{-2},\answer{0}\right)$$
@@ -110,11 +110,18 @@ \subsection*{How to Create a Coordinate System}
110110
\end{center}
111111

112112
\begin{question}
113-
Suppose we want to express $P_1$ using a coordinate system determined by three vectors $\overrightarrow{OA}$, $\overrightarrow{OB}$, and $\overrightarrow{OC}$. If the coordinates are to be of the form $(\overrightarrow{OA}\text{-coordinate}, \overrightarrow{OB}\text{-coordinate}, \overrightarrow{OC}\text{-coordinate})$, how many ways do you think there would be to express $P_1$? Fill in the missing coordinates for $P_1$ below.
113+
Suppose we want to express $P_1$ using a ``coordinate system" determined by three vectors $\overrightarrow{OA}$, $\overrightarrow{OB}$, and $\overrightarrow{OC}$. Fill in the missing coordinates for $P_1$ below, if the coordinates are to be of the form $(\overrightarrow{OA}\text{-coordinate}, \overrightarrow{OB}\text{-coordinate}, \overrightarrow{OC}\text{-coordinate})$.
114114
$$P_1=\left(\answer{1},\answer{1},0\right)$$
115115
$$P_1=\left(0,\answer{2},\answer{0.5}\right)$$
116116
$$P_1=\left(\answer{2}, 0, \answer{-0.5}\right)$$
117117
$$P_1=\left(\answer{3},-1,-1\right)$$
118+
119+
How many ways are there to express $P_1$ using this ``coordinate system"?
120+
\begin{multipleChoice}
121+
\choice{1}
122+
\choice{4}
123+
\choice{Infinitely many}
124+
\end{multipleChoice}
118125
\end{question}
119126

120127
% \begin{question}
@@ -127,7 +134,7 @@ \subsection*{How to Create a Coordinate System}
127134

128135
\end{exploration}
129136

130-
What we learned is that not all collections of vectors are adequate for making a useful coordinate system. In Exploration \ref{exp:coordSystemLinCombs1} we learned that if two vectors are collinear, then not all points in the plane can be represented with respect to those two vectors. In Exploration \ref{exp:coordSystemLinCombs2} we found that having too many vectors results in a point having infinitely many representations, which would be computationally confusing.
137+
What we discovered is that not all collections of vectors are adequate for making a useful coordinate system. In Exploration \ref{exp:coordSystemLinCombs1} we learned that if two vectors are collinear, then not all points in the plane can be represented with respect to those two vectors. In Exploration \ref{exp:coordSystemLinCombs2} we found that having too many vectors results in a point having infinitely many representations, which would be computationally confusing.
131138

132139
\begin{idea}
133140
What makes a good coordinate system?

0 commit comments

Comments
 (0)