Invalid combination
question id: beech-iron-clock-1
π‘ Loading...
Loading webR...
Exercise 1 Note: The radio-button multiple choice questions donβt allow us to display a column vector as such. Instead, we use the notation involving a superscript T. For instance,
Suppose
Invalid combination
question id: beech-iron-clock-1
Invalid combination
question id: beech-iron-clock-2
Invalid combination
question id: beech-iron-clock-3
Invalid combination
question id: beech-iron-clock-4
Exercise 2 Here are some vectors to use in answering the following questions.
Calculate the length of each of these vectors in the corresponding interactive R chunk.
Exercise 3 Using R/mosaic and the %dot%
and sqrt()
functions, calculate the length of each of these vectors:
Exercise 4 Consider this set of vectors
Which one of these is not a length of the vectors in Figure 1?
question id: girl-send-scarf-1
question id: girl-send-scarf-2
question id: girl-send-scarf-c1
question id: girl-send-scarf-c2
question id: girl-send-scarf-c3
question id: girl-send-scarf-c4
question id: girl-send-scarf-c5
question id: girl-send-scarf-c6
question id: girl-send-scarf-c7
question id: girl-send-scarf-c8
question id: girl-send-scarf-c9
question id: girl-send-scarf-c10
Exercise 5 Consider this vector
Hint: Try componentwise division.
question id: tiger-run-futon-1
question id: tiger-run-futon-2
question id: tiger-run-futon-3
question id: tiger-run-futon-4
Exercise 6 Here are four vectors.
Active R chunk 1 is provided for any calculations you need to do.
question id: kangaroo-have-closet-1
question id: kangaroo-have-closet-2
question id: kangaroo-have-closet-3
Exercise 7
cang <- makeFun((a %dot% b)/ (sqrt(a %dot% b)*sqrt(b %dot% a)) ~ a + b)
cang <- makeFun((a %dot% b)/ ((a %dot% a)*(b %dot% b)) ~ a + b)
cang <- makeFun((a %dot% b)/ (a %dot% a) * (b %dot% b) ~ a + b)
cang <- makeFun((a %dot% b)/ (sqrt(a %dot% a)*sqrt(b %dot% b)) ~ a + b)
cang <- makeFun((a %dot% a)/ (sqrt(a %dot% a)*sqrt(b %dot% b)) ~ a + b)
question id: lamb-throw-candy-1
question id: lamb-throw-candy-2
Use Active R chunk 3 to translate each of the cosines from part (2) into degrees of the angle. (Round to the nearest degree.)
question id: lamb-throw-candy-3
Exercise 8 Here are several vectors:
Five. Color is not a property of a mathematical vector. Orientation, however, is.
Measure the length of each vector. (Hint: Use a ruler! You can round to the nearest millimeter.)
Find the included angle between the
About 135 degrees. Note that the orientation makes a difference. The angle is measured with the vectors placed tail to tail.
Magenta points in the same direction as brown, so the answer is the same as in the previous question.
The scaling does not matter except that the negative sign for the brown vector means that its orientation will be reversed. This means that the included angle will be 45 degrees, not 135 degrees as in the previous two questions.
Exercise 9 Collision course?
Consider the diagram showing two straight-line tracks, a dot on each track, and a vector.
Letβs imagine that dot 1 is an aircraft and that the black vector attached to it is the aircraftβs velocity. We will call this
There is a third vector drawn in red: the difference in position of the two aircraft at the exact moment depicted in the drawing.
The question we want to address is whether the aircraft are on a collision course. Obviously, the two courses cross. So we know that the two aircraft will cross the same point. For a collision, the aircraft have to cross that point at the same time.
Copy over the drawing to your own piece of paper. You donβt need to get the vectors and positions exactly right; any reasonable approximation will do.
Now you will do visual vector addition and subtraction to answer the collision question.
The relative velocity of the two planes is the difference between their velocities. Subtract
The displacement between the two planes is the red vector: the position of dot 2 subtracted from dot 1. Compare the directions of the relative velocity vector and the displacement vector. If they are aligned, then the planes are on a collision course.
In the picture as drawn, the relative velocity vector and the displacement vector are not aligned. Figure out how much you would need to change the length of
In (3) you changed the length of
Items (3) and (4) are two different ways of designing an intercept of plane 1 by plane 2.
Bonus) You can figure out how long it takes for each plane to reach the intersection point by finding out how many multiples of the velocity vector will cover the line segment between the planeβs position and the intersection point. For example, in the original drawing
Exercise 10 In physics and engineering, there is a very important operation called the cross product and written
Make up coordinates for two three-dimensional vectors
Calculate the cross product
Other than this brief description, we will not use cross products at all in this course. But keep them in mind for your upcoming physics and engineering courses.
Exercise 11 Collision course?
Consider the diagram showing two straight-line tracks, a dot on each track, and a vector.
Letβs imagine that dot 1 is an aircraft and that the black vector attached to it is the aircraftβs velocity. We will call this
There is a third vector drawn in red: the difference in position of the two aircraft at the exact moment depicted in the drawing.
The question we want to address is whether the aircraft are on a collision course. Obviously, the two courses cross. So we know that the two aircraft will cross the same point. For a collision, the aircraft have to cross that point at the same time.
Copy over the drawing to your own piece of paper. You donβt need to get the vectors and positions exactly right; any reasonable approximation will do.
Now you will do visual vector addition and subtraction to answer the collision question.
The relative velocity of the two planes is the difference between their velocities. Subtract
The displacement between the two planes is the red vector: the position of dot 2 subtracted from dot 1. Compare the directions of the relative velocity vector and the displacement vector. If they are aligned, then the planes are on a collision course.
In the picture as drawn, the relative velocity vector and the displacement vector are not aligned. Figure out how much you would need to change the length of
In (3) you changed the length of
Items (3) and (4) are two different ways of designing an intercept of plane 1 by plane 2.
Bonus) You can figure out how long it takes for each plane to reach the intersection point by finding out how many multiples of the velocity vector will cover the line segment between the planeβs position and the intersection point. For example, in the original drawing
Exercise 12 Write (or draw) your answers on a sheet of paper. You can do the any calculations you need using Active R chunk 4. Make sure to write column vectors in a correct column format. Use Active R chunk 4 for numerical calculations.
w
that is