You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VEC-0005/main.tex
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ \section*{Vectors and their Representations}
28
28
29
29
\subsection*{How to Create a Coordinate System}
30
30
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:
32
32
\begin{itemize}
33
33
\item Location of the origin
34
34
\item Unit of length
@@ -73,7 +73,7 @@ \subsection*{How to Create a Coordinate System}
73
73
\end{question}
74
74
75
75
\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$
77
77
List the coordinates for each $P_i$ with respect to the new coordinate system.
78
78
$$P_1=\left(\answer{1},\answer{-1}\right)$$
79
79
$$P_2=\left(\answer{-2},\answer{0}\right)$$
@@ -110,11 +110,18 @@ \subsection*{How to Create a Coordinate System}
110
110
\end{center}
111
111
112
112
\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})$.
114
114
$$P_1=\left(\answer{1},\answer{1},0\right)$$
115
115
$$P_1=\left(0,\answer{2},\answer{0.5}\right)$$
116
116
$$P_1=\left(\answer{2}, 0, \answer{-0.5}\right)$$
117
117
$$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}
118
125
\end{question}
119
126
120
127
% \begin{question}
@@ -127,7 +134,7 @@ \subsection*{How to Create a Coordinate System}
127
134
128
135
\end{exploration}
129
136
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.
0 commit comments