|
Grade C
We can investigate force and
acceleration by pulling a physics trolley with a force meter, and
measuring the acceleration with ticker tape. It is not an easy
experiment from which to get reliable data, and the working out of the
data is tedious. You can, of course, use a motion sensor with a
computer. What we do find is
that: For a constant
mass, the acceleration is directly proportional to the force.
This is shown in the graph:

The graph starts at the origin (zero force,
zero acceleration). If the force doubles, the acceleration doubles
too. This important finding is
called Newton's Second Law of Motion.
a
µ
F If we change the mass,
and plot the data on a graph, we see that the graph is a hyperbola:

The graph shows that the acceleration is inversely
proportional to the mass. Double the mass, and the
acceleration is halved. So we
can state that:
a
µ
1/m We can sum this up with
the important equation:
Force (N) = mass (kg) × acceleration (m/s2)
In physics code:
F = ma
In triangle form:

The unit for force is Newton (N), which is
defined as: the force
needed to accelerate a 1 kg mass at a rate of 1 m/s2 |