Application of the laws of motion requires us to understand how to write
down equations which accurately describe the situation at hand. The use
of mathematics as a ``second language'' is never more useful than it is
when ``word'' problems must be solved. Now that you have had an introduction
to Newton's laws and the mathematics behind them, its necessary to practice the
art of translating words to equations. In some cases this is straightforward
(after some practice), but, in other cases, it can be devilishly difficult.
Part of the reason for this is that written language depends heavily on
context to carry meaning (spoken language has an even greater dependence
on context). Equations, however, must be literal in their description.
Information that is automatically assumed when communicating in language
must be explicitly included in equations. Assumptions, hunches, trivia,
boundary conditions, etc. must all be correctly described by the equation
you write down in translation of the problem or your solution will usually
be meaningless. This is the frustrating part of learning how to apply
quantitative laws and is the reason that doing physical science problems
is as much an art as it is a science. Even though the laws of nature can
be rigorously applied, knowing what to leave out and what MUST be included
is your goal in learning physics and chemistry.
We will begin force problems by using examples that don't ``need'' to solve
the differential equation implicit in Newton's Second Law. For these
problems, we typically are interested only in the acceleration, which is
usually constant, or the force itself. These problems are the easiest to
do mathematically, but represent only a small subset of the interesting
problems that can be done.
Before starting with example problems, we need to be reminded of the standard
set of assumptions that usually go into our problem-solving.
Now that we have given sufficient warning, let's jump right into applications
by considering some classic problems. Problems on more interesting subject
matter appears in the homework exercises. Remember that when you are asked
to specify a force, you need to give the magnitude, the direction, and
what the force acts on to be complete.
SOLUTION: Even a smooth lift with zero acceleration will win the bet, so
the minimum force needed on the lineman is a net force upward which is
equal to his weight. As soon as the woman begins to pull, the rope gets
taut and the tension in strands 1, 2, 3, and 4 shown in the figure above
start to increase. As long as the sum of tensions
,
,
,
and
is less than
Mg,
the weight of the lineman with mass M, then the
lineman stays on the ground. He begins to ascend as soon as the sum of
the tensions acting on him exceed his weight by even the tiniest fraction.
Thus, the condition for lifting him is
We note that all four tensions are acting on the lineman and that, since
the rope is continuous, the tensions in all four strands are the same.
Since the woman weighs (54.5 kg) x (9.8 m/s² ) = 534.1 N,
she can easily lift the lineman just by hanging on the rope.
SOLUTION: Leaving everything in equations for the moment, we first determine
all the forces acting on each block. These are shown in figure b. above.
For this problem, we note that all
the action of interest happens in the horizontal direction, thus we do not
need to consider gravity at all since we assume that the surface the blocks
sit on is level. Therefore, we can consider the problem to consist of
three systems. In the first system, we consider the two blocks as
a unit. In this case, the internal forces between them are irrelevant.
The only external horizontal force is 1.3 m/s² .
Therefore, by Newton's Second Law
F = (mA + mB)a = F ==> a = F/(mA + mB) =
(20 N)/(10 kg + 5 kg) = 1.333 m/s²
So the acceleration of the system, and therefore of both blocks, is 1.3
m/s² .
We now consider just block A by itself as a system. This system
has two horizontal forces,
and
.
Thus,
mAa = F - FBA = F - mAa = 20 N -
(10 kg)(1.333 m/s² ) = 6.67 N
The last system we consider is block B by itself. The only external,
horizontal force here is
,
so
mBa = FAB ==> FAB = (5 kg)(1.333 m/s² ) = 6.67 N
Newton rests easy once again.
One of the most important techniques for solving physics problems
you can gain is to relate your physical intuition about what should happen
in a problem to a set of equations that quantitatively describe what should
happen. The best technique for developing this ability is to make use of
free-body diagrams. They seem unnatural and perhaps unnecessary
until you get used to them, but they are absolutely essential. A free-body
diagram shows all the relevant forces for causing a change of motion
of a system, then gives you the clues you need to relate forces to equations
of motion. You've seen two examples of free-body diagrams in the figures
for the two examples we just went through. It is absolutely essential
that you develop the ability to make accurate free-body diagrams.
As an aid,
here are some Java-assisted examples
which just ask you to correctly identify the forces and their directions
for some problems which many students find tricky to solve. You should
go through all of the examples. If you have difficulty, consult an
instructor as you can not do well in college-level physics without
mastering free-body diagrams.
EXAMPLE 3: The figure below shows two blocks connected by a string which
goes over a massless pulley. The mass of block 1 is 10 kg while the mass
of block 2 is 60 kg. Find the acceleration of block 1 and block 2.
SOLUTION: We begin, as always, by drawing the forces on the two blocks. These
are shown in the figure below.
Again, the horizontal forces are all that count for block 2 since we do
not expect any motion in the vertical direction for that block. For block
1, there are no horizontal forces so there is only motion in the vertical
direction. We must be careful to follow our sign conventions in setting
up the force equations from Newton's Second Law. For block 1, the vertical
motion is controlled by:
For the horizontal motion of block 2, we have
We notice now that we have three unknowns,
,
,
and
T, but only two equations. The third constraint is that if
m_1 moves down by a certain distance, h,
then m_2 must move the same distance h
to the right if the string between blocks 1 and 2 cannot stretch.
Therefore, any motion of m_1 must be accompanied by the same
amount of motion by m_2 in the same time.
So, we are constrained to have
.
Notice that we need the minus sign since
points
down in the negative y direction in our figure above, while
points to the right along the positive x direction. We
simplify life by writing
to eliminate subscripts.
Now our equations are
This is trivial to solve for the two unknowns, T and
a, but since we
have Maple handy and we're typing our solutions anyway, let the computer
do the dirty work with the following Maple command:
solve({-m1*a = T - m1*g, m2*a = T}, {a,T});
Maple promptly returns
We can easily substitute in values for m_1, m_2, and
g to get a = 1.4 m/s² and T = 84 N. Therefore,
block 1 moves -1.4 m/s² downward while block 2 moves with acceleration
1.4 m/s² to the right. The tension is the string is 84 N.
Note that Maple gives us the explicit power to explore the
behavior of our solution beyond the singular values included
in the problem. This is a good way to check on how sensible
our solution is. It should not violate our physical intuition
(unless it gives us some insight we did not have before!).
Suppose, for example, that you are asked to
evaluate what happens as the mass m_1 is increased beyond
the value of m_2 by some large amount or what happens if
m_1 is much less than m_1. Physical intuition tells us
what to expect: if m_1 is much larger than m_2, then the
acceleration should be close to its free-fall value of
9.8 m/s² . Case IV, i.e. it doesn't matter much that a teeny weight
m_2 is attached via the string to m_1, the mass of m_1
dominates. On the other hand, if m_1 is teeny compared
to m_2, we expect the acceleration to be very small since
the weight of m_1 is providing all the force to move both
m_1 and m_2. What about the tension? What should happen
to it in these two extremes? Your physical intuition may
not be up to predicting it just yet. That's where Maple
offers us the ability to build intuition by exploration.
For example, we can make use of Maple's limit
command to find the behavior of our solution for various
limits.
# Begin by typing in our solution or asking Maple to
# solve our simultaneous equations for us.
a := m1*g/(m1 + m2); T := m_1*m_2*g/(m_1 + m_2);
#
# Now just have Maple calculate the extremes for us
limit(a, m1=infinity);
g
limit(a, m1=0);
0
EXAMPLE 4: Let's do another example of forces applied to
a not so difficult situation so that we can contrast the
method of doing problems both with and without friction.
Suppose you are asked to tug
a rope connected to a heavy box of mass m. The box slides
along a frictionless floor but is low enough so that you have to
hold the rope at an angle theta with respect to the horizontal
(see the figure below).
You exert a tension T on the rope
and the rope, in turn, exerts the same magnitude and direction
tension T on the box. The free-body
diagram is easy to draw...
We will show in the next section of the text that the tension can be
considered as having both vertical and horizontal components:
Tx =
T cos(theta) and
Ty =
T sin(theta).
We can now ask the following question: If you maintain a
constant tension in the rope while the box slides a known
distance d along the floor, what is the speed of
the box at d? Assume that the box was initially
at rest and that T < mg
Solution: We can find the equations describing the
change in motion now that the free-body diagram is known.
Once the acceleration of the box is known, we can find
its speed. For the vertical and horizontal equations we have
| y motion: |
FN + T sin(theta) -
mg = 0 ==> FN =
mg - T sin(theta) |
| x motion: |
T cos(theta) =
max==> ax =
T cos(theta)/m |
Note that since T < mg
the box maintains contact with the floor (FN > 0).
Now that the horizontal acceleration is known, we can see that
it is constant, hence we can use one of the equations for
motion to find the speed after a distance d has been
traveled:
v2 = v02 + 2axd
So the velocity is the square root of 2axd.
If we were to ask an additional question, what angle of inclination
for the rope maximizes the speed we get for the same magnitude
tension applied and the same distance traveled, we can see immediately
that since ax depends linearly on
T cos(theta) and since cos(theta) is maximum
for theta = 0, the optimal condition is to pull horizontally parallel to
the floor. Is this also true if friction is involved? Let's see.
Start your practice of solving force problems
with exercises
3-6 through
3-9.
Friction
Since the world is dominated by friction, it makes little sense to
exclude it from our studies.
First, we need to know some things about the frictional force. To begin
with, let's start with case of an object moving across a floor which has
friction. Experimental observation tells us that the frictional force,
at low velocities, is constant as long as the object is moving across
the surface and is not moving too rapidly. The direction of the frictional
force is opposite to the direction of motion and its magnitude is
proportional to the normal force which maintains contact between
the object and the surface, in this case the floor. We call this type
of friction kinetic friction. Intuitively,
it makes some sense that the kinetic friction should depend on how strongly
the object is being pressed into the surface it's sliding on. The fact
that the frictional force is independent of the surface area in contact just
reflects an intuitive notion that, if the area is large, the average force
per unit area smushing the object and surface together is small, but the
area is large. If the area of contact is small, then the average force per
unit area smushing the surfaces together is large. These effects of force
per unit area and amount of area in contact largely offset each other so that
the friction depends just on the total amount of force maintaining the contact.
The constant of proportionality is usually referred to as the
coefficient of kinetic friction and is
denoted by the greek letter, µ .
Now we can do a typical problem and add in friction. The force
diagram for the block dragged across a floor by a string making
an angle theta with respect to the horizontal that we considered
before is now
The vertical change in motion is unaffected by the kinetic friction since
the friction acts only in the horizontal direction. The magnitude of the
kinetic frictional force is µ kFN =
µ k(mg -
T sin(theta)) assuming that the vertical
portion of the tension is less than the weight of the object!
The horizontal acceleration is
T cos(theta) - fk =
max ==> ax =
(T[cos(theta) + µ ksin(theta)] -
µ kmg)/m
We can calculate the velocity after a distance d has been traveled
as before. Now, however, if we ask what angle theta maximizes the velocity,
we can not be sure the answer is still 0. In fact, we can see that it is
very likely not zero since the frictional force and the horizontal component
of the tension both increase as theta goes to zero. As we increase
theta, the horizontal component of tension goes down, but since the vertical
component goes up, the normal force from the floor goes down and the frictional
force also goes down. How do we solve this? First, note that the cosine of
theta at zero is 1 and the sine of theta at zero is 0. For theta near zero,
the cosine goes down more slowly than the sine increases as theta goes up.
Hence, we expect that raising the angle will reduce the frictional force
at a faster rate than the reduction of the horizontal component of the
tension. To get the exact answer, we note that the velocity is largest when
the acceleration is largest, so if we find the value of theta that maximizes
the acceleration, we are done. The usual trick is to find where
the first derivative or instantaneous rate of change of acceleration as a
function of theta goes to zero. The rate going to zero describes an approach
of the function value to a minimum or maximum. In our case,
dax/d(theta) =
T[-sin(theta) + µ kcos(theta)] = 0 ==>
theta = tan-1[µ k]
describes a maximum since the acceleration increases as theta goes up from
zero. We can prove this by asking Maple to graph the acceleration as a
function of theta. In the plot below, I chose T = 50 N, m = 20 kg, and mu = 0.2.
What do the negative values of acceleration correspond to? These are
not physical. When theta = 0.891 or so, the frictional force overtakes
the horizontal component of the tension and the block stops. Since
friction can not cause the object to move backwards,
the block remains stationary for values of theta > 0.891. Our plot
does show the acceleration going up as theta increases. The maximum
occurs at about theta = 0.197. This angle minimizes the amount of
pulling you have to do to get the largest acceleration.
What About Static Friction?
The static frictional force acts to keep objects from beginning
motion against a surface. Its magnitude can be any value between 0
and a maximum value which is proportional to the normal force coming from
contact between the object and the surface. We call the constant of
proportionality for this maximum static frictional force mus,
the coefficient of static friction.
The direction is such as to oppose the direction in which motion would
occur if friction were not present.
Let's do an example. Consider the picture below:
Here, the floor exerts a static frictional pull against the block in
order to oppose the motion that would otherwise occur due to the
presence of F. The magnitude of
fk increases to value of
the magnitude of F so that the net force in
the horizontal direction is always zero. If F
increases or decreases, then fk
increases or decreases to maintain fk =
F and zero acceleration in the horizontal
direction. If continue to increase F, eventually
it surpasses the value musmg and
the box begins to move. Once this happens the box is subjected to a
kinetic frictional force. In the case of most objects on most surfaces,
µ k < mus so once the object is in motion, the
force needed to keep it in motion is smaller than the force needed to
get it to start motion in the first place.
We can apply these ideas to a relatively straightforward case
Here, the question is the following: what is the smallest magnitude
F can have and still maintain the block
in a stationary position along the wall? The forces acting are shown
in the free-body diagram above. The normal force depends on the
external force F since the block does not
fly into or away from the wall in the horizontal direction. Thus,
FN = F. And we know that
fs = mg if the block is not
accelerating vertically. The maximum value of the static frictional
force is fs,max = µ kF.
Therefore, the condition we need is that the static frictional force
just be able to maintain the block's vertical position against the
pull of gravity. Therefore, we have
F > = mg/µ k
The minimum value of F is the equality.
For a challenge, you can refer to an
extra-credit problem which you can include with your homework.