Logo
Published on

Vectors in Mechanics: Displacement, Velocity, and Force

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In one-dimensional mechanics, we can denote direction using simple positive and negative signs. However, as soon as a particle moves in two or three dimensions, we need a more robust mathematical tool: vectors. Vectors natively encode both magnitude (how much/how fast) and direction (where).

In HSC Mechanics, vectors are heavily used to represent displacement (r\mathbf{r}), velocity (v\mathbf{v}), and acceleration (a\mathbf{a}), as well as to resolve multiple forces acting on a single body. Vector calculus allows us to model complex trajectories, like projectile motion, by treating the horizontal (i\mathbf{i}) and vertical (j\mathbf{j}) components independently.

Consider a particle of mass m=2m=2 kg subjected to three concurrent forces (in Newtons) acting in a 2D plane:

  • F1=3i+4j\mathbf{F_1} = 3\mathbf{i} + 4\mathbf{j}
  • F2=5i+2j\mathbf{F_2} = -5\mathbf{i} + 2\mathbf{j}
  • F3=8i10j\mathbf{F_3} = 8\mathbf{i} - 10\mathbf{j}

The particle starts from rest at the origin OO at time t=0t=0.

(a) Find the resultant force Fnet\mathbf{F_{net}} acting on the particle, and calculate its magnitude.

(b) Find the vector equation for the acceleration a\mathbf{a} of the particle.

(c) Using vector integration, find the position vector r(t)\mathbf{r}(t) of the particle at time tt.

(d) Find the distance of the particle from the origin after 5 seconds.


Hints

  • Part (a): The resultant force is simply the vector sum of all individual forces. Add the i\mathbf{i} components together and the j\mathbf{j} components together. The magnitude of a vector xi+yjx\mathbf{i} + y\mathbf{j} is x2+y2\sqrt{x^2 + y^2}.
  • Part (b): Apply Newton's Second Law in vector form: Fnet=ma\mathbf{F_{net}} = m\mathbf{a}. Divide your resultant force vector by the mass mm.
  • Part (c): Acceleration is the derivative of velocity (a=dvdt\mathbf{a} = \frac{d\mathbf{v}}{dt}), and velocity is the derivative of displacement (v=drdt\mathbf{v} = \frac{d\mathbf{r}}{dt}). Integrate the acceleration vector twice with respect to time. Remember to include vector constants of integration (C1,C2\mathbf{C_1}, \mathbf{C_2}) and use the initial conditions to find them.
  • Part (d): Substitute t=5t=5 into your position vector r(t)\mathbf{r}(t). The distance from the origin is the magnitude of this position vector, r(5)|\mathbf{r}(5)|.

Solutions

Part (a): Resultant Force and Magnitude

  1. The net force Fnet\mathbf{F_{net}} is the sum of the three forces: Fnet=F1+F2+F3\mathbf{F_{net}} = \mathbf{F_1} + \mathbf{F_2} + \mathbf{F_3} Fnet=(3i+4j)+(5i+2j)+(8i10j)\mathbf{F_{net}} = (3\mathbf{i} + 4\mathbf{j}) + (-5\mathbf{i} + 2\mathbf{j}) + (8\mathbf{i} - 10\mathbf{j})
  2. Group the i\mathbf{i} and j\mathbf{j} components: Fnet=(35+8)i+(4+210)j\mathbf{F_{net}} = (3 - 5 + 8)\mathbf{i} + (4 + 2 - 10)\mathbf{j} Fnet=6i4j Newtons\mathbf{F_{net}} = 6\mathbf{i} - 4\mathbf{j} \text{ Newtons}
  3. The magnitude of the resultant force is: Fnet=62+(4)2=36+16=52=213 Newtons|\mathbf{F_{net}}| = \sqrt{6^2 + (-4)^2} = \sqrt{36 + 16} = \sqrt{52} = 2\sqrt{13} \text{ Newtons}

Part (b): Acceleration Vector

  1. Using Newton's Second Law in vector form: Fnet=ma\mathbf{F_{net}} = m\mathbf{a}.
  2. Substitute the known values (m=2m=2 kg and Fnet=6i4j\mathbf{F_{net}} = 6\mathbf{i} - 4\mathbf{j}): 6i4j=2a6\mathbf{i} - 4\mathbf{j} = 2\mathbf{a}
  3. Divide by 2: a=3i2j ms2\mathbf{a} = 3\mathbf{i} - 2\mathbf{j} \text{ ms}^{-2}

Part (c): Position Vector via Integration

  1. We know that a=dvdt\mathbf{a} = \frac{d\mathbf{v}}{dt}. So, we integrate acceleration to find velocity: v(t)=(3i2j)dt\mathbf{v}(t) = \int (3\mathbf{i} - 2\mathbf{j}) \, dt v(t)=3ti2tj+C1\mathbf{v}(t) = 3t\mathbf{i} - 2t\mathbf{j} + \mathbf{C_1}
  2. The particle starts from rest, so at t=0t=0, v=0i+0j\mathbf{v} = 0\mathbf{i} + 0\mathbf{j}. 0i+0j=0i0j+C1    C1=00\mathbf{i} + 0\mathbf{j} = 0\mathbf{i} - 0\mathbf{j} + \mathbf{C_1} \implies \mathbf{C_1} = \mathbf{0} So, v(t)=3ti2tj\mathbf{v}(t) = 3t\mathbf{i} - 2t\mathbf{j}.
  3. We know that v=drdt\mathbf{v} = \frac{d\mathbf{r}}{dt}. Integrate velocity to find displacement: r(t)=(3ti2tj)dt\mathbf{r}(t) = \int (3t\mathbf{i} - 2t\mathbf{j}) \, dt r(t)=32t2it2j+C2\mathbf{r}(t) = \frac{3}{2}t^2\mathbf{i} - t^2\mathbf{j} + \mathbf{C_2}
  4. The particle starts at the origin, so at t=0t=0, r=0i+0j\mathbf{r} = 0\mathbf{i} + 0\mathbf{j}. 0i+0j=0i0j+C2    C2=00\mathbf{i} + 0\mathbf{j} = 0\mathbf{i} - 0\mathbf{j} + \mathbf{C_2} \implies \mathbf{C_2} = \mathbf{0} Therefore, the position vector is: r(t)=32t2it2j\mathbf{r}(t) = \frac{3}{2}t^2\mathbf{i} - t^2\mathbf{j}

Part (d): Distance after 5 Seconds

  1. Substitute t=5t=5 into the position vector: r(5)=32(52)i(52)j\mathbf{r}(5) = \frac{3}{2}(5^2)\mathbf{i} - (5^2)\mathbf{j} r(5)=752i25j\mathbf{r}(5) = \frac{75}{2}\mathbf{i} - 25\mathbf{j} r(5)=37.5i25j\mathbf{r}(5) = 37.5\mathbf{i} - 25\mathbf{j}
  2. The distance from the origin is the magnitude of this vector: r(5)=(37.5)2+(25)2|\mathbf{r}(5)| = \sqrt{(37.5)^2 + (-25)^2} r(5)=1406.25+625=2031.25|\mathbf{r}(5)| = \sqrt{1406.25 + 625} = \sqrt{2031.25} r(5)45.07 metres|\mathbf{r}(5)| \approx 45.07 \text{ metres}

Takeaways

  • Independence of Axes: The greatest strength of vector mechanics is that it allows us to treat horizontal (i) and vertical (j) motion completely independently when integrating or differentiating.
  • Vector Calculus: The fundamental relationships a=dvdt\mathbf{a} = \frac{d\mathbf{v}}{dt} and v=drdt\mathbf{v} = \frac{d\mathbf{r}}{dt} hold true in vector form. Always remember to include vector constants of integration.
  • Resultant Forces: Adding multiple forces is vastly simplified using column vectors or i,j\mathbf{i}, \mathbf{j} notation compared to drawing complex trigonometric force polygons.

Further Readings


Connect with me

If you want to sharpen your skills with vectors and kinematics, jump into the detailed booklets available on Vu's Maths Hub. Watch how I break down complex vector problems on my YouTube channel. For more mathematical insights and syllabus discussions, check out my Substack or follow me on Instagram. Keep practicing!