No history yet

Vector Representation

Breaking Forces Down

Forces have both magnitude and direction. This makes them vector quantities. Simply adding up the magnitudes of forces isn't enough when they pull in different directions. To analyse systems with multiple forces, we need to break each force down into components that act along a standard set of axes, usually the horizontal (x) and vertical (y) axes.

This process, called vector decomposition or resolution, turns a single diagonal force into two perpendicular forces that are easier to work with mathematically.

Using basic trigonometry, we can find the magnitudes of these components. If the magnitude of the original force is FF and it makes an angle θ\theta with the horizontal axis:

Fx=Fcos(θ)Fy=Fsin(θ)F_x = F \cos(\theta) \\ F_y = F \sin(\theta)

This works because the vector and its components form a right-angled triangle. The original force vector is the hypotenuse, and the components are the adjacent and opposite sides relative to the angle θ\theta.

Unit Vector Notation

To represent vectors more formally, especially in three dimensions, we use unit vectorss. These are vectors with a magnitude of exactly one, pointing along the primary axes. They are typically denoted as ı^\hat{\imath}, ȷ^\hat{\jmath}, and k^\hat{k} for the x, y, and z axes, respectively.

Lesson image

Using this notation, we can write any force vector as the sum of its components multiplied by their corresponding unit vectors.

F=Fxı^+Fyȷ^+Fzk^\vec{F} = F_x\hat{\imath} + F_y\hat{\jmath} + F_z\hat{k}

For example, a force written as F=(10ı^5ȷ^)\vec{F} = (10\hat{\imath} - 5\hat{\jmath}) N means it has a component of 10 Newtons in the positive x-direction and 5 Newtons in the negative y-direction.

Finding the Resultant Force

The real power of vector components becomes clear when you need to add multiple forces together. The total force acting on an object, known as the , is the vector sum of all individual forces. Adding vectors graphically can be cumbersome, but adding them by components is straightforward arithmetic.

To find the resultant force, FR\vec{F}_R, of several forces (F1,F2,\vec{F}_1, \vec{F}_2, \ldots), you simply add their corresponding components:

  1. Resolve each force vector into its x, y, (and z) components.
  2. Sum all the x-components to get the total x-component, RxR_x.
  3. Sum all the y-components to get the total y-component, RyR_y.
  4. The resultant vector is then FR=Rxı^+Ryȷ^\vec{F}_R = R_x\hat{\imath} + R_y\hat{\jmath}.
Rx=Fix=F1x+F2x+Ry=Fiy=F1y+F2y+R_x = \sum F_{ix} = F_{1x} + F_{2x} + \dots \\ R_y = \sum F_{iy} = F_{1y} + F_{2y} + \dots

Once you have the components of the resultant force, you can find its overall magnitude and direction. The magnitude is found using the Pythagorean theorem, and the direction (angle) is found using the inverse tangent function.

FR=Rx2+Ry2θR=arctan(RyRx)|\vec{F}_R| = \sqrt{R_x^2 + R_y^2} \\ \theta_R = \arctan\left(\frac{R_y}{R_x}\right)

Now, let's test your understanding of these concepts.

Quiz Questions 1/5

Why is force considered a vector quantity?

Quiz Questions 2/5

A force with a magnitude of 50 N makes an angle of 60° with the positive x-axis. What are the magnitudes of its horizontal (x) and vertical (y) components? Use the approximations sin(60)0.866\sin(60^\circ) \approx 0.866 and cos(60)=0.5\cos(60^\circ) = 0.5.

This mathematical framework for handling forces is fundamental to all areas of mechanics, from analysing the stresses on a bridge to calculating the trajectory of a spacecraft.