What is the vector <1,1>?
How do you make a vector a unit vector?
Divide each component of the vector by its length
What is the angle between two vectors that are parallel?
0 or 180 degrees
True or False: If u is a unit vector, then so is -u.
True! Multiplying by -1 does not change the length but it does flip direction!
True or False: vectors are defined by their magnitude only.
A directed line segment in the plane.
What is a vector in 2 dimensions?
Fill-in-the-blank: A vector whose length is 1 is called a(n) _________ vector.
Unit vector
Describe the dot product between the following two vectors:
u = <a, b> and v = <c, d>
u dot v = a*c+b*d
For any two vectors u and v in what dimension, there exists another vector that is orthogonal to both u and v.
What is the third dimension?
T or F: Force is a physical example of a vector.
True!
This is the sum of vectors <1,1> and <-1,1> in linear combination form.
What is 2j?
This is vector multiplication of two vectors that produces a scalar.
What is the dot product?
True or False: If u is a unit vector, then u dot u = 1. Justify your answer!
True! u dot u = |u|^2 = (1)^2 = 1
True or False: u dot 0 = 0
False! The dot product yields a scalar!
so: u dot 0 = 0
List three unit vectors that are orthogonal to each other.
EX: ihat, jhat, khat
True or False: If u is a unit vector, then 1/u is also a unit vector.
False: 1/u is not a vector.
This is vector multiplication of two vectors that produces another vector.
What is the cross-product?
Fill-in-the-blank: If the angle between two vectors is pi/2, then their dot product is _____ .
zero
Describe how to find the cross product of u =<a, b> and v =<c, d>.
TRICK QUESTION: we have only defined the cross product for 3D vectors!
Find the length of u + length of v if both u and v are unit vectors and the angle between them is 90 degrees.
2
Find the vector with tail at (-2,2,3) and tip at (4,0,-3) in terms of i, j, and k.
-6i+2j+6k
True or False:
If u is any vector, then u = (u dot i)*i+(u dot j)*j
True! Can you explain why?
Find the equation of a sphere with center at (0,4,-2) and radius 5.
x^2 + (y-4)^2 + (z+2)^2=25
Give the magnitude of the following vector:
u = 2i-3j
|u| = sqrt(13)
Describe how to find the cross product of
u =<a, b, c> and v =<d, e, f>.
23,31,12 -OR- <bf-ce,cd-af,ae-bd>