A Net Force Problem in 2-dimensions

The following example problem illustrates the method for solving a net force problem in two dimensions. The only difference from a 1-dimensional problem is that you have to write and solve net force equations for each axis.

Problem:  A child pulls a wagon with a force of 44 N by a handle making an angle of 29° with the horizontal. If the wagon has a mass of 4.5 kg, what is the acceleration of the wagon?  What is the force with which the ground pushes up on the wagon?

We begin by drawing a picture (to the right) with the directions of velocity and acceleration shown. Then we draw a force diagram and set up x- and y-axes as shown below.  Then we write the given and the goal.

Given

P = 44 N
m = 4.5 kg
q = 29°

Goal:

Find acceleration, a, of the wagon
Find normal force, N, of the ground on the wagon

Solution:

Now we write net force equations.

Fnet,x = Pcosq

Fnet,y = Psinq + N - W

Using Newton's 2nd Law in the x-direction,

max = Pcosq,

and solving for ax,

ax = Pcosq/m.

The acceleration is ax = (44 N)cos29°/4.5 kg = 8.6 m/sē.  That's a pretty amazing acceleration for a child.

Using Newton's 2nd Law in the y-direction,

may = Psinq + N - W.

The vertical acceleration is 0, so

0 = Psinq + N - W,

and solving for N,

N = W - Psinq = mg - Psinq

The normal force is N = (4.5 kg)(9.8 m/sē) - (44 N)sin29° = 23 N.

Checks:  The units work out since N = kgm/sē.  Acceleration is positive which is to the right, as expected.  The normal force is positive, since we're treating it as a magnitude.  The value of the normal force is less than the weight, since the vertical component of the pull force works together with the normal force to balance the weight of the wagon.