Vectors Flashcards
(25 cards)
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
What does it mean for two vectors to be orthogonal?
Two vectors are orthogonal if their dot product is zero.
If vector ( mathbf{a} = (4, 3) ), what is the direction angle ( heta ) with respect to the positive x-axis?
approximately 36.87 degrees
True or False: The resultant vector of two vectors can be found by subtracting their magnitudes.
False
What is the geometric interpretation of the scalar triple product?
The scalar triple product represents the volume of the parallelepiped formed by three vectors.
Fill in the blank: The angle between two vectors can be found using the formula ( cos( heta) = rac{____}{||mathbf{a}|| ||mathbf{b}||} ).
(mathbf{a} cdot mathbf{b})
What is the result of the cross product of two parallel vectors?
The zero vector.
What is the component form of vector ( mathbf{a} ) if ( mathbf{a} ) has a magnitude of 5 and makes an angle of 30 degrees with the positive x-axis?
(5 * cos(30), 5 * sin(30))
True or False: Vectors can be multiplied by scalars, which affects their magnitude but not their direction.
False
What is the equation of a line in vector form?
The equation is given by ( mathbf{r} = mathbf{a} + tmathbf{b} ), where ( mathbf{a} ) is a point on the line and ( mathbf{b} ) is the direction vector.