Master 2D vectors: concepts, operations, coordinate representations, and the powerful dot product.
Enter vectors to see operations
A vector is a quantity with both magnitude (size) and direction.
Add component by component. Geometrically: place tail of b at head of a.
Subtract component by component.
Multiply each component by scalar k. Negative k reverses direction.
Length of the vector (always non-negative).
Vector from origin O to point P(x, y):
To find the unit vector in direction of a:
The dot product is a scalar (number), not a vector.
Force, velocity, acceleration, displacement are all vectors.
Position, movement, lighting calculations use vectors.
Direction and distance calculations.
Structural analysis, stress calculations.