Vectors Flashcards
What is a vector?
A vector is a quantity that has both magnitude and direction.
True or False: Vectors can be added geometrically using the head-to-tail method.
True
Fill in the blank: The magnitude of a vector ( mathbf{a} = (x, y) ) is given by ( ||mathbf{a}|| = sqrt{____} ).
x^2 + y^2
What is the result of adding two vectors ( mathbf{u} = (2, 3) ) and ( mathbf{v} = (5, 7) )?
(7, 10)
What is a unit vector?
A unit vector is a vector with a magnitude of 1.
True or False: The dot product of two perpendicular vectors is zero.
True
What is the formula for the dot product of vectors ( mathbf{a} = (a_1, a_2) ) and ( mathbf{b} = (b_1, b_2) )?
a_1 * b_1 + a_2 * b_2
If vector ( mathbf{a} = (3, 4) ), what is the unit vector in the direction of ( mathbf{a} )?
(0.6, 0.8)
Fill in the blank: The cross product of two vectors in 3D results in a vector that is ____ to the plane formed by the two original vectors.
perpendicular
What is the formula for the cross product of vectors ( mathbf{a} = (a_1, a_2, a_3) ) and ( mathbf{b} = (b_1, b_2, b_3) )?
(a_2b_3 - a_3b_2, a_3b_1 - a_1b_3, a_1b_2 - a_2b_1)
True or False: The magnitude of the cross product of two vectors can be calculated as ( ||mathbf{a}|| ||mathbf{b}|| sin( heta) ).
True
What is the angle between two vectors if their dot product is equal to zero?
90 degrees
If ( mathbf{a} = (1, 2) ) and ( mathbf{b} = (3, 4) ), what is the angle between them in degrees?
approximately 16.26 degrees
What is a position vector?
A position vector represents the position of a point in space relative to an origin.
Fill in the blank: The vector ( mathbf{a} = (x_1, y_1) ) is parallel to the vector ( mathbf{b} = (x_2, y_2) ) if there exists a scalar ( k ) such that ( mathbf{a} = k cdot mathbf{b} ).
scalar