Define vector.
A quantity with both magnitude and direction.
What is the Pythagorean theorem?
A formula stating that in a right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides.
True or false: Vectors can be added geometrically.
TRUE
Vectors can be added using the head-to-tail method.
Fill in the blank: The magnitude of a vector is its _______.
length
What is the formula for the magnitude of a vector?
Magnitude = √(x² + y²) for 2D vectors.
Define unit vector.
A vector with a magnitude of 1.
Fill in the blank: The dot product of two vectors is a _______.
scalar
What does the cross product of two vectors yield?
A vector that is perpendicular to both original vectors.
True or false: The Pythagorean theorem applies to all triangles.
FALSE
It only applies to right triangles.
What is the resultant vector?
The vector sum of two or more vectors.
Define orthogonal vectors.
Vectors that are perpendicular to each other.
Fill in the blank: The angle between two vectors can be found using the _______.
dot product
What is the distance formula derived from the Pythagorean theorem?
Distance = √((x2 - x1)² + (y2 - y1)²).
True or false: Vectors can be represented graphically.
TRUE
Vectors are often represented as arrows in a coordinate system.
What is the angle of elevation?
The angle between the horizontal line and the line of sight to an object above.
Define component form of a vector.
A representation of a vector using its horizontal and vertical components.
Fill in the blank: The slope of a line can be found using _______.
rise over run
What is the formula for the area of a triangle using vectors?
Area = 1/2 |A × B|, where A and B are two vectors.
True or false: The magnitude of a vector can be negative.
FALSE
Magnitude is always a non-negative value.
What is the projection of vector A onto vector B?
The component of A in the direction of B.
Define scalar multiplication of a vector.
Multiplying a vector by a scalar changes its magnitude but not its direction.
Fill in the blank: The angle between two vectors can be calculated using the _______.
cosine of the dot product
What is the formula for the distance between two points?
Distance = √((x2 - x1)² + (y2 - y1)²).
True or false: Vectors can exist in three-dimensional space.
TRUE
3D vectors include a z-component in addition to x and y.