Engineering Mechanics
Vectors Explained Simply for Engineering Mechanics
Push a door and it swings open. Push the same door the same amount but from the wrong side, and it barely moves. Same push, different result. Why?
Because the direction of the push matters as much as its strength. A plain number cannot capture that. You need a vector.
In our last lesson we learned the Cartesian coordinate system, our way of naming any point in space. Now we take the next step. Vectors let us describe things that have both a size and a direction, like a force pushing on that door.
By the end of this lesson you will know exactly what a vector is, how it differs from an ordinary number, how to write one, and how to find its size and direction. This is the single most important tool in all of mechanics, because every force is a vector.
What Is a Vector?
A vector is a quantity that has both a magnitude (size) and a direction.
Think about giving someone directions. If you say "walk 500 metres," they will ask "in which direction?" But if you say "walk 500 metres north," now they can actually go. That complete instruction, size plus direction, is a vector.
Force works the same way. A force of 100 newtons means nothing until you say which way it pushes. 100 newtons downward and 100 newtons sideways do completely different things to a beam.
So whenever a quantity needs a direction to make sense, it is a vector. Velocity, force, acceleration, and displacement are all vectors. That is why mechanics leans on them so heavily.
Scalar vs Vector: The Key Difference
A scalar is a quantity that has only magnitude, no direction. A vector has both magnitude and direction.
The easiest way to feel the difference is with a few everyday pairs:
Distance vs displacement: Distance is "I walked 3 km" (scalar). Displacement is "I ended up 3 km east of home" (vector).
Speed vs velocity: Speed is "the car goes 60 km/h" (scalar). Velocity is "the car goes 60 km/h north" (vector).
Mass vs weight: Mass is "5 kg of steel" (scalar). Weight is "a 49 N pull straight down due to gravity" (vector).
A quick test you can use: ask "does direction change the meaning here?" If yes, it is a vector. If the number tells the full story on its own, it is a scalar.
Getting this right is not just theory. In a force problem, treating a vector like a plain number is one of the most common mistakes students make, and it gives the wrong answer every time.
How We Draw a Vector
A vector is drawn as an arrow. This simple picture carries three pieces of information at once:
The length of the arrow shows the magnitude. A longer arrow means a bigger force.
The direction the arrow points shows the direction of the quantity.
The tail is where the vector starts, and the head (the arrowhead) is where it ends and points.

So a 200 N force pushing up and to the right becomes an arrow that is long, tilted up, and pointing to the upper right. One picture, full meaning. This is exactly why free body diagrams, which you will meet soon, are drawn with arrows.
How We Write a Vector: Notation
In a textbook, a vector is usually shown with a small arrow on top, like A with an arrow above it, or in bold as A. When you write by hand, you put an arrow over the letter.
The plain letter without an arrow, written as A, means just the magnitude of the vector. So "A with an arrow" is the full vector, and "A" alone is its size.
You will also see forces named after their direction, like Fx for the part of a force along the x-axis and Fy for the part along the y-axis. Keep an eye on whether a symbol means the full vector or only its size. Mixing those up is a classic slip.
Magnitude of a Vector
The magnitude is the size or length of the vector, without worrying about direction. It is always a positive number (or zero), because a length cannot be negative.
When a vector is given by its components along the axes, we find its magnitude using the Pythagoras theorem, the same idea from the distance formula in the last lesson.
For a 2D vector with components Ax and Ay:
|A| = √(Ax² + Ay²)
|A| is the magnitude of the vector. For a force, the SI unit is the newton (N).
Ax is the part of the vector along the x-axis.
Ay is the part of the vector along the y-axis.
For a 3D vector we add the z part:
|A| = √(Ax² + Ay² + Az²)
Here Az is the part of the vector along the z-axis.
Solved Mini-Example
A force has components Ax = 3 N and Ay = 4 N. Find its magnitude.
Square each component: (3)² = 9 and (4)² = 16
Add them: 9 + 16 = 25
Take the square root: √25 = 5
So the magnitude is |A| = 5 N. The familiar 3, 4, 5 triangle shows up again, which is a good sign your working is correct.
Direction of a Vector
Magnitude tells you how strong a vector is. Direction tells you which way it points, usually as an angle measured from the x-axis.
For a 2D vector, that angle is found using basic trigonometry:
θ = tan⁻¹(Ay / Ax)
θ (theta) is the angle the vector makes with the x-axis, in degrees.
Ay is the vertical component, and Ax is the horizontal component.
Using our earlier example with Ax = 3 N and Ay = 4 N:
θ = tan⁻¹(4 / 3), which is about 53 degrees above the x-axis.
So that force is 5 N in size, pointing roughly 53 degrees up from the horizontal. Now you have described it completely: magnitude and direction, the two halves of every vector.
Vector Components: Splitting a Vector
A component is the part of a vector that lies along one axis.
Imagine dragging a suitcase with a handle. You pull along the handle at an angle, but the suitcase only rolls forward on the floor. Part of your pull moves it forward, and part of your pull lifts it slightly. Those two parts are the components of your single pull.
Every vector can be broken into an x-part and a y-part like this. In neat symbol form, a 2D vector is written as:
A = Ax i + Ay j
i is a unit vector pointing along the x-axis (a marker that just means "this way is x").
j is a unit vector pointing along the y-axis.
Ax and Ay are how much of the vector lies along each axis.
In 3D we add a third term with k, the unit vector along the z-axis:
A = Ax i + Ay j + Az k
Splitting vectors into components is the trick that makes hard force problems easy. Instead of juggling arrows at odd angles, you handle the x-parts together and the y-parts together. We will use this constantly in the coming lessons.
Common Types of Vectors You Should Know
You do not need every category on day one, but a few names come up often:
Unit vector: a vector with a magnitude of exactly 1, used only to show direction. The i, j, and k above are unit vectors.
Zero vector: a vector with zero magnitude and no defined direction. It represents "no push at all."
Equal vectors: two vectors with the same magnitude and the same direction, even if they start at different points.
Negative vector: a vector with the same size as another but pointing in the exact opposite direction.
Position vector: a vector drawn from the origin to a point, which links vectors straight back to the coordinates from our last lesson.
Where Engineers Use Vectors
Vectors are not a maths detour. They are the daily language of mechanical work:
Forces and free body diagrams: Every force on a machine or structure is a vector, drawn as an arrow and split into components before solving.
Structural analysis: Software like FEA with ANSYS works out how forces travel through a part using vectors at thousands of points.
CAD and 3D modelling: Directions of surfaces, motion, and assembly all use vector maths, which sits under tools like Fusion 360.
Robotics and motion: A robot arm's velocity and the direction it reaches are handled as vectors, often calculated with Python.
Dynamics: Velocity and acceleration are vectors, so every moving-body problem you meet later depends on them.
Common Mistakes to Avoid
Treating a vector like a scalar. You cannot just add 3 N and 4 N to get 7 N if they point in different directions. Direction changes everything.
Forgetting direction. A magnitude alone is only half the answer for a vector quantity.
Confusing A and the full vector. The plain letter is the size; the arrow (or bold) letter is the complete vector.
Mixing units in components. Ax and Ay must be in the same unit before you find the magnitude.
Frequently Asked Questions
What is a vector in simple words?
A vector is a quantity with both size and direction, like a 100 N force pushing to the right. If direction matters, it is a vector.
What is the difference between a scalar and a vector?
A scalar has only magnitude, such as mass or temperature. A vector has magnitude and direction, such as force or velocity.
Is force a vector or a scalar?
Force is a vector, because it needs both a size (in newtons) and a direction to fully describe it.
How do you find the magnitude of a vector?
Use the Pythagoras theorem on its components: for a 2D vector, magnitude = √(Ax² + Ay²).
Why are vectors important in engineering mechanics?
Because forces, velocities, and accelerations are all vectors. Nearly every mechanics problem is solved by working with them.
Key Takeaways
A vector has both magnitude (size) and direction; a scalar has only magnitude.
Vectors are drawn as arrows: length shows magnitude, the arrowhead shows direction.
A full vector is written with an arrow or in bold; the plain letter means only its size.
Magnitude comes from the Pythagoras theorem on the components.
Direction is the angle from the x-axis, found using tan⁻¹(Ay / Ax).
Any vector can be split into components along the x, y, and z axes.
Forces are vectors, which is why they run through all of mechanics.
Quick Revision Box
Vector = magnitude + direction
Component form (2D): A = Ax i + Ay j
Component form (3D): A = Ax i + Ay j + Az k
Magnitude (2D): |A| = √(Ax² + Ay²)
Magnitude (3D): |A| = √(Ax² + Ay² + Az²)
Direction (2D): θ = tan⁻¹(Ay / Ax)
Practice Corner
Is temperature a scalar or a vector? Explain in one line.
A force has components Ax = 6 N and Ay = 8 N. Find its magnitude.
What does a unit vector represent?
A car travels 40 km/h. Is this speed or velocity, and why?
Write the component form of a 3D vector with Ax = 2, Ay = 5, Az = 1.
<details> <summary>Answers</summary>
Scalar. It has a size but no direction.
|A| = √(6² + 8²) = √(36 + 64) = √100 = 10 N.
A vector with a magnitude of 1, used to show direction only.
Speed, because no direction is given. Adding a direction (for example, 40 km/h east) would make it velocity.
A = 2i + 5j + 1k.
Conclusion
Vectors are how engineers describe anything that has both strength and direction, and forces are the biggest example. Once you can find a vector's magnitude, read its direction, and break it into components, you are ready to handle real force problems with confidence.
Want to lock these skills in? Visit the Mechanical Engineer learning hub at GaugeHow and test yourself with the practice questions before moving on.
What's Next
Next up: the Position Vector, where we use vectors to point straight from the origin to any location, tying today's ideas back to the coordinates we started with.
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
