What is Vector Decomposition?
Vector decomposition (or vector resolution) is the mathematical process of splitting a single 2D or 3D vector into two or more perpendicular components — typically along the horizontal () and vertical () axes.
In physics, a force directed at an angle has both a horizontal effect (pulling sideways) and a vertical effect (lifting up). By decomposing the vector, we can analyse the motion in each dimension independently, which is the foundational principle of classical mechanics.
Learning Goals: By the end of this guide, you should be able to:
- Resolve any 2D vector into its perpendicular horizontal and vertical components.
- Reconstruct a resultant vector from its components using Pythagoras' theorem and trigonometry.
- Add multiple vectors analytically (the component method).
- Apply vector decomposition to solve inclined plane physics problems.
The Core Mathematical Formulas
To decompose a vector with magnitude and angle measured counter-clockwise from the positive x-axis:
1. Finding the Components
Using basic trigonometry (SOH CAH TOA) on the right-angled triangle formed by the vector:
2. Finding the Resultant (Reconstruction)
If you are given the components and , you can find the original vector's magnitude and direction:
Magnitude (using Pythagoras' theorem):
Direction (angle relative to the x-axis):
| Process | Inputs | Outputs | Equations Used |
|---|---|---|---|
| Decomposition | Magnitude (), Angle () | Components () | , |
| Reconstruction | Components () | Magnitude (), Angle () | Pythagoras, |
The Component Method for Vector Addition
If you need to add three or four forces acting on an object, drawing a scale polygon is tedious. The analytical component method is much faster and more accurate:
- Decompose every vector into its and components.
- Sum all the -components to find the total horizontal component:
- Sum all the -components to find the total vertical component:
- Reconstruct the final resultant vector using and .
Worked Examples
Example 1: Decomposing a Single Force
Question: A child pulls a sled with a force of at an angle of above the horizontal. Find the horizontal and vertical components of the force.
Step 1: Identify given values: , . Step 2: Calculate horizontal component ():
Step 3: Calculate vertical component ():
Conclusion: The child pulls the sled forward with of force and lifts the sled with of force.
Example 2: The Inclined Plane Problem
Question: A box of mass sits on a ramp inclined at to the horizontal. Find the component of gravity pulling the box down the ramp, and the component acting perpendicular to the ramp. ()
Step 1: Calculate the total weight force: . Step 2: Tilt our coordinate system so the x-axis is parallel to the ramp. The angle between the weight vector and the y-axis (perpendicular to ramp) is now . Step 3: Component perpendicular to the surface (Normal force opposes this):
Step 4: Component parallel to the surface (causes sliding):
Common Mistakes
- Blindly memorising "Fx is cos, Fy is sin" — This is only true if the angle is measured from the horizontal x-axis! If the angle is given relative to the vertical y-axis, the functions swap: and . Always sketch the triangle.
- Forgetting negative signs — If a vector points to the left or downwards, its corresponding component must be given a negative sign before adding it to other components.
- Adding magnitudes directly — does not always equal ! Unless vectors are perfectly parallel, you must decompose them first.
Exam Tips (A-Level / AP / IB)
- Always draw a diagram. Seriously. Draw the object, draw the vector, and draw the right-angled triangle showing the and components.
- In inclined plane questions, examiners love testing if you know that acts down the slope and acts into the slope. Memorise this derivation.
- When calculating , your calculator will always give an angle between and . Check the signs of and to determine which quadrant the resultant is actually in, and adjust your angle accordingly.
Frequently Asked Questions
Can a vector be decomposed into more than two components?
Yes! In 3D space, a vector is decomposed into three mutually perpendicular components: , , and . The mathematics extends naturally using 3D trigonometry and direction cosines.
Why do we use mutually perpendicular components?
Because perpendicular axes are independent of each other. A horizontal force has absolutely zero effect on an object's vertical motion. This allows us to break complex 2D motion (like a projectile) into two simple 1D problems.
Related Topics
- Projectile Motion — See how vector decomposition simplifies the parabolic paths of thrown objects.
- Electric Field & Coulomb's Law — Apply vector addition to find the net electric force from multiple charges.
- Motion Graphs — Visualise 1D components of displacement and velocity over time.