Engineering Mechanics
Vector Resolution Explained Simply for Engineering Mechanics
You push a lawnmower with a handle that slopes down to the ground. You push along the handle, but the mower only rolls forward on the grass. Part of your push moves it forward, and part of it presses down into the ground.
Splitting one slanted push into a "forward part" and a "downward part" is exactly what vector resolution does. It takes a single vector and breaks it into pieces along the axes.
In our last few lessons we built and combined vectors. Now we do the reverse. Instead of joining vectors, we split one apart, because a slanted force is much easier to work with once it is separated into clean horizontal and vertical pieces.
By the end of this lesson you will be able to resolve any vector into its x and y components using simple trigonometry, and you will see why this one skill unlocks almost every force problem ahead.
What Is Vector Resolution?
Vector resolution is the process of splitting a single vector into two or more parts, called components, that act along chosen directions (usually the x and y axes).
It is the exact opposite of vector addition. In addition, we combined several vectors into one resultant. In resolution, we take one vector and break it back into its building blocks.
Why bother? Because a slanted force pointing at some odd angle is awkward. But once you split it into a horizontal part and a vertical part, each piece lines up neatly with an axis. Now you can add all the horizontal pieces together and all the vertical pieces together, which is far simpler.
Think of it as unpacking a suitcase. The single packed bag (the slanted vector) is hard to sort. Once you lay the clothes out in two neat piles (the components), everything becomes easy to handle.
The Two Rectangular Components
When we split a vector along the x and y axes, the two pieces are called rectangular components, because the axes are at right angles to each other.
The x-component (often Fx) is the part of the vector along the horizontal x-axis.
The y-component (often Fy) is the part of the vector along the vertical y-axis.
Together, these two components can perfectly replace the original vector. If you added them back using the head-to-tail rule, you would get the original slanted vector again. So no information is lost, it is just reorganised into a friendlier shape.

The Formulas: Using Sin and Cos
To find the components, we use basic trigonometry on the right-angled triangle that the vector forms with the axes.
For a vector of size F acting at an angle θ above the x-axis:
Fx = F cos θ
Fy = F sin θ
Fx is the horizontal component, in newtons (N) for a force.
Fy is the vertical component.
F is the magnitude (size) of the original vector.
θ (theta) is the angle the vector makes with the x-axis.
Here is the simple way to remember which is which. The x-component sits next to the angle (the adjacent side), so it uses cosine. The y-component is opposite the angle, so it uses sine. Adjacent goes with cos, opposite goes with sin.
A quick warning: this only works when θ is measured from the x-axis. If the angle is given from the y-axis instead, sin and cos swap. Always check where the angle starts.
Solved Mini-Example
A force of 100 N acts at 30 degrees above the horizontal. Find its components.
Horizontal part: Fx = 100 × cos 30 = 100 × 0.866 = 86.6 N
Vertical part: Fy = 100 × sin 30 = 100 × 0.5 = 50 N
So the single 100 N force is the same as 86.6 N pushing sideways and 50 N pushing up. Two clean pieces, both lined up with the axes.
Getting the Original Vector Back
Resolution and recombination are two sides of the same coin. If you know the components, you can always rebuild the original vector, which is a great way to check your work.
The size comes from the Pythagoras theorem:
F = √(Fx² + Fy²)
The direction comes from the tangent:
θ = tan⁻¹(Fy / Fx)
Using the example above, F = √(86.6² + 50²) = √(7500 + 2500) = √10000 = 100 N, and θ = tan⁻¹(50 / 86.6), which is about 30 degrees. Both match the original, so the resolution was correct. This back-check is a habit worth building.
Resolving a Vector in 3D
Most beginner problems are flat (2D), but real parts live in 3D. The same idea extends by adding a third component along the z-axis.
A 3D vector splits into three rectangular components: Fx along x, Fy along y, and Fz along z. Together they rebuild the original with:
F = √(Fx² + Fy² + Fz²)
In 3D, the direction is usually described using direction cosines, which are the angles the vector makes with each axis. We will cover those in the next lesson, so for now just know that the "split into axis parts" idea works the same way in three dimensions.
Why Resolution Makes Force Problems Easy
This is the payoff. Almost every statics problem you will ever solve starts by resolving forces.
Here is the reason. When several forces pull on a body at different angles, you cannot add them directly. But if you resolve each one into its x and y parts, then:
Add all the x-components to get the total horizontal force.
Add all the y-components to get the total vertical force.
Combine those two totals to find the resultant.
This is the component method of addition from an earlier lesson, and resolution is the very first step that makes it possible. Without resolution, forces at odd angles are a tangle. With it, they line up and behave.
Solved Mini-Example
Two forces act on a bolt. Force A is 50 N at 0 degrees (straight along x). Force B is 40 N at 90 degrees (straight up). Find the resultant.
Resolve A: Ax = 50, Ay = 0.
Resolve B: Bx = 0, By = 40.
Add x-parts: Rx = 50 + 0 = 50 N.
Add y-parts: Ry = 0 + 40 = 40 N.
Combine: R = √(50² + 40²) = √(2500 + 1600) = √4100, which is about 64 N.
So the two forces act like one 64 N force. Resolution made the addition clean and safe.
Where Engineers Use Vector Resolution

Resolving vectors is one of the most-used skills in all of mechanics:
Solving equilibrium: Every free body diagram is solved by resolving forces into x and y, then setting each total to zero. This is the core of statics.
Structural design: Loads on beams, trusses, and joints are resolved before sizing members, work that tools like FEA with ANSYS carry out across a whole model.
Inclined planes and ramps: Weight on a slope is resolved into a part along the ramp and a part into the surface, a classic problem you will meet soon.
CAD and motion: Forces and movements along chosen directions in tools like Fusion 360 rely on resolution.
Robotics: Breaking a motion or force into axis directions is a routine step, often coded in Python.
Common Mistakes to Avoid
Swapping sin and cos. The component next to the angle uses cos; the one opposite uses sin. Always check which side the angle sits on.
Measuring the angle from the wrong axis. If the angle is given from the y-axis, sin and cos switch. Read the diagram carefully.
Losing the sign. A component pointing left or down is negative. Keep track of direction.
Skipping the back-check. Rebuilding the vector from its components catches most errors quickly.
Frequently Asked Questions
What is vector resolution in simple words? It is splitting a single vector into parts along the axes, usually a horizontal (x) part and a vertical (y) part. It is the opposite of adding vectors.
How do you resolve a vector into components? For a vector at angle θ from the x-axis, the horizontal part is F cos θ and the vertical part is F sin θ.
When do you use sin and when do you use cos? The component next to the angle (adjacent) uses cos. The component opposite the angle uses sin, as long as the angle is measured from the x-axis.
What are rectangular components? The two parts of a vector along the x and y axes, which are at right angles to each other.
Why is vector resolution important in mechanics? Because it lets you break slanted forces into clean axis parts, which is the first step in solving almost every force and equilibrium problem.
Key Takeaways
Vector resolution splits one vector into components along the axes; it is the reverse of addition.
The two rectangular components are Fx (horizontal) and Fy (vertical).
For an angle θ from the x-axis: Fx = F cos θ and Fy = F sin θ.
Rebuild the vector with F = √(Fx² + Fy²) and θ = tan⁻¹(Fy / Fx).
Adjacent side uses cos, opposite side uses sin, when the angle is from the x-axis.
Resolution is the first step in solving nearly every force and equilibrium problem.
Quick Revision Box
Horizontal component: Fx = F cos θ
Vertical component: Fy = F sin θ
Rebuild size: F = √(Fx² + Fy²)
Rebuild direction: θ = tan⁻¹(Fy / Fx)
3D size: F = √(Fx² + Fy² + Fz²)
Practice Corner
A 200 N force acts at 60 degrees above the horizontal. Find its x and y components.
When the angle is measured from the x-axis, which component uses cosine?
A vector has components Fx = 12 N and Fy = 5 N. Find its magnitude.
What is vector resolution the opposite of?
A 80 N force acts straight up (90 degrees). What are its x and y components?
<details> <summary>Answers</summary>
Fx = 200 × cos 60 = 200 × 0.5 = 100 N. Fy = 200 × sin 60 = 200 × 0.866 = 173.2 N.
The horizontal (x) component, because it is adjacent to the angle.
F = √(12² + 5²) = √(144 + 25) = √169 = 13 N.
Vector addition (combining vectors into one).
Fx = 80 × cos 90 = 0 N. Fy = 80 × sin 90 = 80 N.
</details>
Conclusion
Vector resolution is the everyday skill that turns an awkward slanted force into two clean axis parts. Master the sin and cos split, and you can break down any force, add many forces safely, and set up almost every statics problem with confidence.
Ready to practise? Head to the Mechanical Engineer learning hub at GaugeHow and try the practice questions before the next lesson.
What's Next
Next up: Direction Cosines, where we describe a vector's direction in 3D using the angles it makes with each axis.
Internal links: FEA with ANSYS → https://gaugehow.com/course/fea-finite-element-analysis-with-ansys | 3D modelling in Fusion 360 → https://gaugehow.com/course/fusion-360 | Python for Mechanical Engineers → https://gaugehow.com/course/python-for-mechanical-engineers-robotics | Mechanical Engineer Hub → https://gaugehow.com/mech | Practice tests → https://gaugehow.com/practice
