Two Dimensional Motion Variables

Motion variables are position, displacement, velocity and acceleration.

Position

The position vector of a particle is defined to be the vector whose tail is at the origin of the coordinate plane and whose head is at the location of the particle. Position vector is customarily represented by r. If the Cartesian coordinate of the particle is (x, y), then the x-component of the position vector is equal to x and the y-component of the position vector is equal to y.

rx = x

ry = y


Example: A particle is located at a point whose ordered pair is (-8, 6) m.

    Calculate the x and y components of its position vector.

    Solution: (x, y) = (-8, 6) m; x = -8 m; y = 6 m; rx = ? ; ry = ?

    rx = x = -8 m

    ry = y = 6 m


  1. Calculate the magnitude and the direction of its position vector.

    Solution: x = -8 m; y = 6 m; r = ? ; θ = ?

    r = √(x² + y²) = √{(-8)² + 6²} m = 10 m

    θ = arctan (y/x) = arctan (6/-8) = 143°


Displacement

Displacement is defined to be change in the position vector of a particle. Graphically, a displacement vector is a vector whose tail is the initial location of the particle and whose head is at the final location of the particle. Displacement is customarily represented by Δr. If ri is the initial position vector and rf is the final position vector, then the displacement vector is given by:

Δr = rf - ri

The horizontal (vertical) component of a displacement is equal to the difference between the horizontal (vertical) components of the final and initial position vector.

Δrx = Δx = xf - xi

Δry = Δy = yf - yi


Example: A particle is displaced from the point (4, -2) m to the point (8, -6) m.

  1. Calculate the horizontal and vertical components of its displacement vectors.

    Solution: xi = 4 m; yi = -2 m; xf = 8 m; yf = -6 m; Δrx = ? ; Δry = ?

    Δrx = xf - xi = (8 - 4) m = 4 m

    Δry = yf - yi = (-6 -(-2)) m = -4 m


  2. Calculate the magnitude and direction of the displacement vector.

    Solution:

    Δr = √(Δx² + Δy²) = √{4² + (-4)²} m ≈ 5.66

    θ = arctan (Δy/Δx) = arctan (-4/4) = -45°


Average Velocity

Average velocity is defined to be displacement per a unit time.

vav = Δr/Δt

The horizontal (vertical) component of average velocity is equal to the horizontal (vertical) component of displacement vector per a unit time.

vavx = Δx/Δt

vavy = Δy/Δt


Example: A particle is displaced from the point (3, 6) m to the point (-5, 6) m in 2 seconds. Calculate the horizontal and vertical components of its average velocity.

Solution: xi = 3 m; yi = 6 m; xf = -5 m; yf = 6 m; Δt = 2 s; vavx = ? ; vavy = ?

vavx = (xf - xi)/Δt = (-5 - 3)/2 m/s = -4 m/s.

vavy = (yf - yi)/Δt = (6 - 6)/2 m/s = 0 m/s.


Instantaneous Velocity

Instantaneous velocity is velocity at a given instant of time. Or, it is average velocity evaluated at a very very small interval of time.

Average Acceleration

Average Acceleration is defined to be change in velocity per a unit time.

aav = Δv/Δt = (vf - vi )/Δt

Instantaneous Acceleration

Instantaneous acceleration is acceleration at a given instant of time. It is average acceleration evaluated at a very very small interval of time.

Uniformly Accelerated Motion

Uniformly accelerated motion is motion with constant acceleration. The horizontal and vertical components of the acceleration are constant. The horizontal and vertical components of the motion are independent of each other in a sense that what goes on horizontally does not affect what goes on vertically or vice versa. Therefore, a two dimensional motion can be decomposed into a one dimensional horizontal motion and a one dimensional vertical motion. The one dimensional equations of a uniformly accelerated motion obtained earlier are applicable to these one dimensional components of a two dimensional motion. A very popular example of a uniformly accelerated two dimensional motion is gravitational motion in a curved path commonly referred as projectile motion.

Projectile Motion

Motion under gravity is a uniformly accelerated motion. The magnitude of gravitational acceleration is 9.8 m/s² and is directed downwards. Thus, the components of gravitational acceleration are:

ax = 0 m/s²

ay = g = -9.8 m/s²

The horizontal component of the motion is a non-accelerated motion. The equations that govern this component of the motion are equations of uniform motion. The horizontal component of the velocity remains the same since there is no acceleration in this direction. The horizontal component of the displacement is obtained as the product of the horizontal component of the velocity and time taken. (That is, equation of a uniform motion)

vfx = vix

Δx = vixt

The vertical component of the motion is a uniformly accelerated motion with an acceleration g. The equations governing this component of this motion are the already obtained equations of a one dimensional uniformly accelerated motion.

vfy = viy + gt

Δy = viyt + (g/2)t²

vfy² = viy² + 2gΔy

Δy = (viy + vfy )(t/2)

Before using these equations, an initial point and a final point should be chosen. t is the time taken for the object to go from the initial point to the final point. Time is always positive. Δx and Δy are the horizontal and vertical components of the displacement vector whose tail is at the initial point and whose head is at the final point. Appropriate signs should be used. Δx is taken to be positive if the final point is to the right of the initial point and negative if the final point is to the left of the initial point. Δy is taken to be positive if the final point is above the initial point and negative if the final point is below the initial point. vix and viy are the horizontal and vertical components of the velocity at the initial point. vfx and vfy are horizontal and vertical components of the velocity at the final point. A horizontal component of a velocity is positive if it points to the right and negative if it points to the left. A vertical component of a velocity is positive if it points up and negative if it points down.


Example: A ball is thrown from a 2 m table horizontally (to the right) with a velocity of 10 m/s.

  1. Calculate the horizontal and vertical components of the initial velocity.

    Solution: vi = 10 m/s. ; Δy = -2 m; θi = 0° ; vix = ? ; viy = ?

    vix = vi cos θi = 10 m/s cos 0° = 10 m/s

    viy = vi sin θi = 10 m/s sin 0° = 0 m/s


  2. Calculate the time taken to hit the ground.

    Solution: t = ?

    Δy = viyt + (g/2)t² = (g/2)t²

    because viy = 0 m/s


  3. Calculate the horizontal and vertical components of its velocity by the time it hits the ground.

    Solution: vfx = ? ; vfy = ?

    vfx = vix = 10 m/s


  4. How far will it fall (horizontally)?


Example: A bullet is fired from the ground with a speed of 1000 m/s making an angle of 37° with the horizontal.

  1. Calculate the horizontal and vertical components of its initial velocity.

    Solution: vi = 1000 m/s; θi = 37°; vix = ? ; viy = ?

    vix = vi cos θi = (1000 cos 37°) m/s = 800 m/s

    viy = vi sin θi = (1000 sin 37°) m/s = 600 m/s


  2. Calculate the time taken to reach the maximum height.

    Solution: At the maximum height the direction of the velocity at the maximum height is horizontal which means the vertical component of the velocity at the maximum height is zero: vfy = 0 m/s; t = ?

    vfy = viy + gt = 0 m/s


  3. Calculate the maximum height reached.

    Solution: Δy = ?


  4. How far will it fall (horizontally)?

    Solution: The time taken to return to the ground is twice the time taken to reach the maximum height: t = 2(61.22) s = 122.44 s; Δx = ?