Vector algebra gives you the mathematical tools to represent forces and moments as quantities with both size and direction. Without it, you can't analyze how structures carry loads or determine whether a system is in equilibrium. This topic covers vector operations, component resolution, and how vectors apply directly to force and moment problems in statics.
Vectors and their properties
Vector definition and representation
A vector is a quantity that has both magnitude (size) and direction. You can picture it as an arrow: the length of the arrow tells you "how much," and the way it points tells you "which way."
- The magnitude is the length of the arrow, representing the intensity of the quantity (e.g., a 500 N force, a 3 m/s velocity).
- The direction is the orientation of the arrow, indicating the line of action along which the quantity acts.
- Physical quantities like force, velocity, and displacement are all vectors because they require both magnitude and direction to be fully described.
Compare this to a scalar, which has magnitude only (like mass or temperature). Scalars don't need a direction, so they can't be represented as arrows.
Equality of vectors
Two vectors are equal if and only if they have the same magnitude and the same direction. Their starting points don't matter.
- You can slide a vector anywhere in space (translate it) without changing what it represents, as long as you keep its length and orientation the same.
- This property is called free vector behavior, and it means equal vectors produce identical mechanical effects regardless of where they're drawn.
Vector operations
Vector addition and subtraction
Vector addition combines two or more vectors into a single resultant vector. There are two common geometric methods:
- Parallelogram law: Place both vectors tail-to-tail. Draw a parallelogram using the two vectors as adjacent sides. The diagonal from the shared tail point to the opposite corner is the resultant.
- Triangle rule (tip-to-tail): Place the tail of the second vector at the head of the first. The resultant runs from the tail of the first vector to the head of the second.
Both methods give the same result. The triangle rule extends naturally to adding three or more vectors by chaining them tip-to-tail.
Vector subtraction works by adding the negative of a vector. To compute , you reverse the direction of (same magnitude, opposite direction) and then add it to using either method above.
Scalar multiplication and vector products
Scalar multiplication scales a vector's magnitude by a number while keeping (or flipping) its direction.
- Multiply by a positive scalar: the direction stays the same, the magnitude scales.
- Multiply by a negative scalar: the direction reverses, the magnitude scales by the absolute value.
Dot product (scalar product) produces a scalar from two vectors:
where is the angle between the two vectors. The dot product tells you how much one vector projects onto the other. It's commutative () and distributive over addition. A dot product of zero means the vectors are perpendicular.
Cross product (vector product) produces a new vector perpendicular to both input vectors:
where is the unit vector perpendicular to the plane of and , found using the right-hand rule: curl your fingers from toward , and your thumb points in the direction of the result.
- The cross product is anticommutative: .
- It's distributive over addition.
- A cross product of zero means the vectors are parallel.
The cross product is especially important in statics because it's how you calculate moments.
Resolving vectors into components
Vector resolution
Resolving a vector means breaking it into perpendicular parts along coordinate axes. This converts a single angled vector into two (or three) simpler pieces you can work with algebraically.
For a 2D vector with magnitude at angle from the positive x-axis:
- x-component:
- y-component:
In 3D, you also get a z-component. Each component is the projection of the vector onto that axis. Once resolved, you can write the vector in component form as , where , , and are unit vectors along the x, y, and z axes.
Calculating magnitude and direction from components
Going the other direction, you can reconstruct magnitude and direction from known components.
Magnitude uses the Pythagorean theorem:
- 2D:
- 3D:
Direction in 2D:
Use rather than plain because it correctly handles all four quadrants. In 3D, direction is typically described by direction cosines: the cosine of the angle between the vector and each coordinate axis.
A useful check: .
Vector algebra in physics problems
Forces as vectors
Forces are naturally represented as vectors: the magnitude is the force intensity (in Newtons), and the direction is the line of action.
To find the resultant force on an object, add all force vectors. In practice, you'll almost always resolve each force into components first, then sum the components separately:
- Resolve every force into x, y (and z) components.
- Sum all x-components:
- Sum all y-components:
- Find the resultant magnitude:
- Find the resultant direction:
Equilibrium occurs when the resultant force is zero. This gives you the equations:
- 2D: and
- 3D: , , and
These equilibrium equations are the foundation of every statics problem you'll solve.
Moments as vectors
A moment (or torque) measures a force's tendency to cause rotation about a point. The moment vector is calculated using the cross product:
where is the position vector from the point of rotation to the point where the force is applied, and is the force vector.
The magnitude of the moment is:
where is the angle between and . The term is the perpendicular distance (moment arm) from the line of action of the force to the rotation point. A larger moment arm means a greater rotational effect for the same force.
The direction of (found via the right-hand rule) tells you the axis of rotation and the sense (clockwise vs. counterclockwise).
Moment equilibrium requires:
- 2D: (about any point)
- 3D: , , and
Combined with force equilibrium, these conditions give you the complete set of equations needed to solve static equilibrium problems.