MST 210 Bridging
MST 210 Bridging
Contents
Introduction 2
1 Solving linear differential equations 4
1.1 Linear differential equations 4
1.2 The integrating factor method 5
2 Modelling forces 11
2.1 Particles 11
2.2 Weight 12
2.3 Normal reaction 13
2.4 Tension 14
2.5 Friction 17
3 Two or more particles 22
3.1 Newton’s third law 22
3.2 Pulleys 23
3.3 Slipping 27
4 Describing motion 29
4.1 The motion of a particle 29
4.2 One-dimensional motion 35
5 A theory of motion 40
6 Predicting motion 44
7 Friction 50
Solutions to exercises 53
Index 71
Copyright
c 2017 The Open University 1
Introduction
Introduction
This material is designed to help students to bridge the gap between Exploring
mathematics (MS221) and Mathematical methods, models and modelling
(MST210). It assumes that you have studied MS221 and that you now want to
progress to MST210.
The contents of this bridging material are the topics relevant to MST210 that are
covered in Essential mathematics 2 (MST125) but not covered in MS221. When
choosing the topics for this bridging material, we have tried to be inclusive so that
studying this bridging material should adequately prepare you for MST210.
However, you may find that you are already fluent and confident in some of the
topics, and hence feel that you don’t need to revise those in great detail. It may
be worth trying a few of the exercises in each section, just to check that you are
comfortable with the topics covered.
If you haven’t already, do attempt the diagnostic quiz for MST210
to check your readiness to study the module. The quiz is available here:
https://mcs-notes2.open.ac.uk/WebResources/Maths.nsf/A/19mf/$FILE/MST210%20diagnostic%20quiz.pdf
If you do the quiz now, it may help you to determine which sections of this
bridging material to focus on. You could have another go at the quiz after
completing your work on the bridging materials, in order to confirm your
understanding.
Section 1 describes another method for solving differential equations analytically
called the integrating factor method. This method is complementary to the
separation of variables method studied in MS221 in the sense that it allows you to
solve equations that cannot be solved using separation of variables.
Sections 2–7 of this bridging material provide an introduction to Newtonian
mechanics, which is one of the three distinct areas.
Quantum mechanics deals with the motion of very small objects (such as
atoms, which have diameters of about 10−10 metres).
Relativistic mechanics deals with the motion of very fast objects (such as the
electrons in a television tube, which travel at speeds of about 108 metres per
second).
Newtonian mechanics is concerned with the more familiar everyday
world of objects which are larger than atoms, and which move at speeds less
than a few million metres per second.
Here only Newtonian mechanics is considered, but this still leaves a vast range of
phenomena to discuss. Isaac Newton (1642–1727) was the great English
mathematician whose name is given to this subject. His Philosophiae Naturalis
Principia Mathematica of 1687 (Mathematical Principles of Natural Philosophy,
known as Principia for short) incorporates one of the most celebrated examples of
mathematical modelling. It was in Principia that Newton laid down the
foundations of Newtonian mechanics. This great book, which showed for the first
time how earthly and heavenly movements obey the same laws, is cast in the form
of a set of propositions all deriving from three axioms, or laws of motion. It is
Copyright
c 2017 The Open University 2
Introduction
these, here translated into modern English from the original Latin, that still
provide the basis for Newtonian mechanics.
Law I Every body continues in a state of rest, or moves with constant velocity in
a straight line, unless a force is applied to it.
Law II The rate of change of velocity of a body is proportional to the resultant
force applied to the body, and is made in the direction of the resultant force.
Law III To every action (i.e. force) by one body on another there is always
opposed an equal reaction (i.e. force) — i.e. the actions of two bodies upon
each other are always equal in magnitude and opposite in direction.
These laws did not spring fully formed from Newton’s imagination. Earlier
investigators, notably the Italian mathematician and scientist Galileo Galilei
(1564–1642) and the French polymath René Descartes (1596–1650), had
formulated some similar results. But it was Newton who perceived that these
three laws were sufficient for the foundations of mechanics.
It is perhaps surprising that these seminal laws of mathematical modelling were
written entirely in prose, with no hint of a mathematical symbol. Symbolic forms
were developed during the eighteenth century. Newton himself followed through
the complicated chains of reasoning arising from the laws with far less recourse to
symbolism, or indeed to calculus, than later mathematicians have found necessary.
In this course, the laws themselves will be explained and the arguments based on
them simplified by using vector notation.
Sections 3–7 gradually introduce this notation and use it to model both situations
where objects remain at rest (known as statics) and situations where objects move
(known as dynamics).
Copyright
c 2017 The Open University 3
1 Solving linear differential equations
Exercise 1
Decide whether or not each of the following first-order differential equations is
linear.
dy dy dz
(a) + x3 y = x5 (b) = x sin x (c) = −3z 1/2
dx dx dt
dy dy
(d) ẏ + y 2 = t (e) x + y = y2 (f) (1 + x2 ) + 2xy = 3x2
dx dx
Copyright
c 2017 The Open University 4
1 Solving linear differential equations
Theorem 1
If the functions g(x) and h(x) are continuous throughout an interval (a, b) This includes the possibility that
and x0 belongs to this interval, then the initial-value problem either a = −∞ or b = ∞, so the
interval might be all of the real
dy line.
+ g(x)y = h(x), y(x0 ) = y0 ,
dx
has a unique solution throughout the interval.
This is a very powerful result, since it means that once you have found a solution
in a particular interval, that solution will be the only one.
There is a particularly useful technique for solving linear differential equations, to
which we turn next.
This solution was arrived at by noting that the left-hand side of Equation (2) is of
the form
dy dp
p + y, (4)
dx dx
Copyright
c 2017 The Open University 5
1 Solving linear differential equations
where p = 1 + x2 , and that this form can be re-expressed, using the Product Rule,
as
d
(py).
dx
Linear differential equations need not come in this convenient form. For example,
the left-hand side of the equation
3x2
dy 2x
+ y = (5)
dx 1 + x2 1 + x2
is not of the form (4). However, Equation (2) can be obtained from Equation (5)
on multiplying through by p = 1 + x2 . For this reason,
p = 1 + x2 may be called an integrating factor for Equation (5): it is the factor by
which Equation (5) needs to be multiplied in order that the resulting differential
equation has a left-hand side of the form (4), enabling direct integration to be
performed.
This leaves the question of how such an integrating factor can be found, starting
from Equation (5). The answer comes from writing down the two properties that
such a function p = p(x) must satisfy, as follows.
• Multiplying Equation (5) by p gives, on the left-hand side,
dy 2x
p +p y.
dx 1 + x2
• The left-hand side must be of the form
dy dp
p + y. (4)
dx dx
Comparison of these two expressions shows that p must itself be a particular
solution of the differential equation
dp 2x
= p. (6)
dx 1 + x2
This is a homogeneous linear first-order differential equation, and we can solve it
by separation of variables. Dividing the equation by p (for p 6= 0) and integrating
gives
Z Z
dp 2x
= dx.
p 1 + x2
Performing the left-hand integral gives
Z
2x
ln |p| = dx,
1 + x2
so
Z
2x
|p| = exp dx . (7)
1 + x2
Copyright
c 2017 The Open University 6
1 Solving linear differential equations
Copyright
c 2017 The Open University 7
1 Solving linear differential equations
Example 1
Use the integrating factor method to find the general solution of each of the The first example cannot be
following differential equations. solved by separation of variables,
whereas the latter two can. You
dy 2xy dy y−1 dy 2y might like to compare the effort
(a) =x− 2 (b) = (x > 0) (c) =
dx x +1 dx x dx 1 + x2 involved using both methods of
Solution solution.
Copyright
c 2017 The Open University 8
1 Solving linear differential equations
Z
= (x3 + x) dx
= 41 x4 + 21 x2 + C,
where C is an arbitrary constant. Finally, to obtain an explicit solution we
divide by x2 + 1 to obtain
x4 + 2x2 + 4C
y= .
4(x2 + 1)
(b) On rearranging the differential equation as
dy 1 1
− y=− ,
dx x x
we see that it is in the form of Equation (1) with g(x) = h(x) = −1/x. The
integrating factor (from Equation (9)) is therefore
Z
1
p = exp − dx
x
= exp(− ln x) (since x > 0) Recall that a ln x = ln(xa ) and
1 hence, in particular,
= exp ln − ln x = ln(x−1 ) = ln(1/x).
x
1
= . Checking, we see that
x
dp 1
Multiplying through the equation by p(x) = 1/x gives = − 2 = g(x)p(x).
dx x
1 dy 1 1
− 2y = − 2,
x dx x x
and the differential equation becomes
d 1 1
y = − 2.
dx x x
Integration then gives
Z
y 1
= − 2 dx
x x
1
= + C,
x
where C is an arbitrary constant. The general solution is therefore
y = 1 + Cx,
where C is an arbitrary constant.
(c) In order to put the given differential equation into the form (1), we need to
bring the term in y to the left-hand side to obtain
dy 2
− y = 0. (12)
dx 1 + x2
Copyright
c 2017 The Open University 9
1 Solving linear differential equations
Hence, in this case, we have g(x) = −2/(1 + x2 ) and h(x) = 0. The The equation is homogeneous.
integrating factor is
Z
2
p = exp − dx = exp(−2 arctan x) = e−2 arctan x . Checking, we see that
1 + x2
dp −2e−2 arctan x
Multiplying through by the integrating factor gives =
dx 1 + x2
dy
−2 arctan x 2y −2 arctan x −2 arctan x 2
e − e = 0. =e −
dx 1 + x2 1 + x2
Thus the differential equation can be rewritten as = p(x)g(x).
d −2 arctan x
e y = 0.
dx
It follows, on integrating, that
e−2 arctan x y = C, or, equivalently, y = Ce2 arctan x ,
where C is an arbitrary constant. This is the general solution.
Exercise 2
Find the general solution of each of the following differential equations.
dy dy
(a) − y = ex sin x (b) =y+x
dx dx
Exercise 3
Use the integrating factor method to solve each of the following initial-value The differential equation in
problems. part (a) can also be solved using
separation of variables.
(a) u0 = xu, u(0) = 2.
(b) tẏ + 2y = t2 , y(1) = 1.
Exercise 4
Which method would you use to try to solve each of the following linear first-order
differential equations?
dy dy
(a) + x3 y = x5 (b) = x sin x
dx dx
dv dy
(c) + 5v = 0 (d) (1 + x2 ) + 2xy = 1 + x2
du dx
Exercise 5
Solve each of the following initial-value problems.
(a) ẏ + y = t + 1, y(1) = 0.
(b) e3t ẏ =1− e3t y, y(0) = 3.
Copyright
c 2017 The Open University 10
2 Modelling forces
Exercise 6
Find the general solution of each of the following differential equations.
dy
(a) x − 3y = x (x > 0)
dx
dv
(b) + 4v = 3 cos 2t
dt
(Hint: If a and b are non-zero constants, then
eat
Z
eat cos bt dt = 2 (a cos bt + b sin bt) + C,
a + b2
where C is an arbitrary constant.)
2 Modelling forces
This section shows how four common types of force can be modelled: the force of
gravity, the force exerted by a surface on an object in contact with it, the tension
force due to a string, and the friction force between two surfaces. These forces and
the situations in which they occur are modelled and analysed in
Subsections 2.2–2.5. First, however, we look at one way of modelling the objects
on which forces act.
2.1 Particles
When we create a mathematical model, the aim is to simplify the real situation
being modelled so that only the essential features are included. This enables us to
analyse the situation mathematically. In mechanics, the most important things to
model are the forces acting on objects, and throughout this unit and the other
mechanics units you will see how to do this. However, we also need to model the
objects on which the forces act.
Sometimes, such as when the length, breadth, depth, orientation or internal
structure of an object is important, the object needs to be modelled as a solid
body, which possesses both mass and size. An example is provided by a ladder The modelling of solid bodies is
leaning against a wall, where the length of the ladder is important. At other discussed in Section ??.
times, when the size and structure of the object are not important, the object may
be modelled as a particle, which possesses mass but no size. An example is
provided by a pallet of bricks hanging on the end of a cable from a crane, where
the pallet of bricks can be modelled as a particle if we are interested only in the
forces acting on the cable.
Observation has shown that each force acting on an object can be modelled as
acting at a particular point on the object, this point being referred to as the
point of action of the force. In situations where a particle model is appropriate,
all the forces acting on the object are modelled as acting through the point in
Copyright
c 2017 The Open University 11
2 Modelling forces
2.2 Weight
When you hold a shoe, your fingers experience a force. The shoe, like all objects,
has a force associated with it, and if you do not provide opposition to this force in
holding the shoe, the shoe will fall to the ground. But what is the source of the
force exerted by the shoe?
This force is due to the attraction of the shoe to the Earth. The force of attraction
of objects to the Earth is called the force of gravity or the gravitational force.
The gravitational force acting on a particular object is not constant, but depends
on the position of the object relative to the Earth: there is a small variation of
this force with height above ground (or depth below ground), and there is an even
smaller variation with latitude and longitude. When applied to a particular
object, this force is called the weight of the object. In this course, we shall
assume that the weight of a particular object is constant near the Earth’s surface.
In everyday speech, the words mass and weight are interchangeable.
Mathematically, however, they are different. The mass of an object is the amount
of matter in the object and is independent of the object’s position in the universe;
it is a scalar quantity, measured in kilograms (kg) in the SI system. The weight
of an object is the gravitational force on the object, and is dependent on where
the object is situated; it is a vector quantity, whose magnitude is measured in
newtons (N) in the SI system and whose direction is downwards towards the
centre of the Earth.
Mass and weight are, however, related in that an object of mass m has weight of
magnitude mg, where g is a constant known as the acceleration due to gravity.
Near the Earth’s surface, g has the value of approximately 9.81 m s−2 , and we
shall assume this value for g throughout this course. If the Cartesian unit vector k
Copyright
c 2017 The Open University 12
2 Modelling forces
points vertically upwards from the surface of the Earth, then the weight W of an
object of mass m is −mgk (where we need the negative sign because the force of
gravity acts vertically downwards, i.e. the weight acts vertically downwards).
Weight
An object of mass m has weight W of magnitude |W| = mg, where g is the
acceleration due to gravity, with direction towards the centre of the Earth. If m
the object is modelled as a particle, the force of gravity on the object can be
illustrated by the force diagram in Figure 2. W
Figure 2
Exercise 7
What is the weight of a particle of mass 3 kg in a coordinate system where the
k-direction is vertically downwards?
Exercise 8
i
Later in this unit we shall find it convenient to use axes which are not horizontal π
15 kg 6
and vertical. Express the weight W of a particle of mass 15 kg in terms of the
Cartesian unit vectors i and j, where i and j both lie in a vertical plane and are j
oriented as shown in Figure 3. W
Figure 3
In the previous exercise, nice angles (i.e. multiples of π6 (30◦)) were chosen in order
to help you evaluate the cosines involved without having to use a calculator.
Another convenient angle is π4 (45◦). The cosines of all these angles are given in
the Handbook. Sometimes, as in the above exercise, obtuse angles are used;
cosines of such angles can be derived from the addition formulae, which are also
given in the Handbook. For example,
cos 2π π π π π π π 1
3 = cos( 2 + 6 ) = cos 2 cos 6 − sin 2 sin 6 = − 2 .
Copyright
c 2017 The Open University 13
2 Modelling forces
The situation is illustrated in Figure 4, which shows not only the mug and table,
but the corresponding force diagram (plus the Cartesian unit vector k pointing
vertically upwards). The normal reaction force is denoted by N and the weight of
the mug by W. Using the equilibrium condition for particles, we have
N
W + N = 0.
k m
If the mug has mass m, then W = −mgk, and hence
N = −W = mgk W
is a force acting vertically upwards with the same magnitude as the weight of the
mug.
The normal reaction force is remarkable in that it adjusts itself to the magnitude Figure 4
required. For example, if the coffee mug is replaced by a full pot of coffee, then
the normal reaction increases (unless the weight of the coffee pot is too much for
the table, in which case the table collapses and the pot is no longer at rest).
Contrast this with the weight of an object, which is fixed and constant, regardless
of what is happening to the object. Our basic modelling assumption is that the
magnitude of the normal reaction force is potentially unlimited.
There is a normal reaction force whenever one object (e.g. a mug) presses on
another (e.g. a table). Observation has shown that this force acts normally (i.e. at This explains the name normal
a right angle) to the common tangent at the point of contact between the objects. reaction force.
It therefore need not act vertically upwards.
N
For example, if the table on which the mug is resting is on an uneven floor, so
that the table top makes an angle θ with the horizontal, then the normal reaction
force makes an angle θ with the vertical, as shown in Figure 5. (In such a case θ
there must be other forces acting on the mug if it is to remain in equilibrium.
These other forces are discussed later.) θ
Figure 5
2.4 Tension
Consider a lamp hanging from a ceiling on an electric cable. Let us model the
lamp as a particle. As in the case of the mug and the table in the previous
subsection, we know that there is a weight associated with the lamp, and that
since the lamp is at rest, by the equilibrium condition some other force(s) must be
acting on it. The only possible source for another force is the cable, so the cable
must exert a force on the lamp. The force exerted by the cable on the lamp is
called the tension force.
Tension forces occur whenever objects are tautly joined, e.g. by cables, ropes,
strings or threads. These cables and ropes can be modelled in different ways. For
example, if we want to model the ceiling lamp and are interested only in the force
in the cable, then we can model the cable as a model string, defined as an object
possessing length, but no area, volume or mass, and which does not stretch (i.e. it
is inextensible). On the other hand, if we are interested in how much the cable
stretches under the weight of the lamp, then we can model the cable as a model
spring, which has properties similar to those of a model string (i.e. it has no area,
volume or mass), but allows extension. In this unit we consider only strings.
The ceiling lamp example is illustrated in Figure 6. The tension force due to the
model string is denoted by T, and the weight of the lamp by W. In a manner
similar to the case of normal reaction forces, the equilibrium condition for
particles gives
W + T = 0.
Copyright
c 2017 The Open University 14
2 Modelling forces
A model string is an object with a fixed finite length, and no area, volume
or mass, that exerts a force at the point of attachment.
The tension force due to a string is directed along the length of the
string away from the point of attachment.
As in the case of normal reaction forces, the tension force due to a string need not
be vertically upwards, as the following example illustrates. π
3
Example 2
4 kg
A hanging flower basket of mass 4 kg is suspended by one cord from a porch and
tied by another cord to the wall, as shown in Figure 7. Model the basket as a j
particle and the cords as model strings. What are the magnitudes of the tension i
forces due to the cords?
Solution Figure 7
We choose axes as shown in Figure 7. Note that we need choose only two axes
because all the forces act in the same vertical plane. Denoting the tension forces
by T1 and T2 , and the weight of the basket by W, we have the force diagram
shown in Figure 8.
T1
π
3
π
6
π
T2 3
Figure 8
In the diagram, the angle between the vector T1 and the unit vector j is
calculated by imagining the right-angled triangle shown, and using the fact that
the angles of a triangle sum to π radians. The angle between the vectors T1 and i
is calculated using the fact that the angle between the unit vectors i and j is a
right angle (so the required angle is π2 − π6 = π3 ).
The equilibrium condition for particles tells us that
T1 + T2 + W = 0. (13)
Copyright
c 2017 The Open University 15
2 Modelling forces
To progress further, we need to express the three forces in terms of the unit
vectors i and j. Starting with the weight W, we have In later examples and solutions,
this process of resolving vectors
W = (W . i) i + (W . j) j will not be done explicitly for
= |W| cos π2 i + |W| cos π j forces aligned with the axes.
The components will be written
= −|W| j. down by inspection of the
Similarly, the tension force T1 can be expressed as diagram.
T1 = (T1 . i) i + (T1 . j) j
= |T1 | cos π3 i + |T1 | cos π6 j
√
3
= 12 |T1 | i + 2 |T1 | j.
Finally, the tension force T2 can be written as
T2 = (T2 . i) i + (T2 . j) j
= |T2 | cos π i + |T2 | cos π2 j
= −|T2 | i.
Using the components of the three forces in Equation (13) gives two scalar
equations for the i- and j-components, respectively:
1
2 |T1 | − |T2 | + 0 = 0, (14)
√
3
2 |T1 | + 0 − |W| = 0. (15)
But |W| = 4g, so Equation (15) gives
√ √
|T1 | = 2|W|/ 3 = 8g/ 3 ' 45.31.
The procedure that was used in Example 2 can be used to solve many problems in
statics, and may be summarized as follows.
In this unit, the steps in this procedure will often be identified (using the marginal
abbreviations above) in the solutions to examples and exercises. The procedure is
Copyright
c 2017 The Open University 16
2 Modelling forces
intended to be a guide rather than a rigid set of rules. For example, if it is not
obvious which set of axes to choose, then draw the force diagram first, and the
best choice may become more apparent. Try using the procedure in the following
exercise.
Exercise 9
During December, a large plastic Christmas tree of mass 10 kg is suspended by its
apex using two ropes attached to buildings either side of the high street of
Trappendorf. The ropes make angles of π6 and π4 with the horizontal. Model the
Christmas tree as a particle and the ropes as model strings. What are the
magnitudes of the tension forces due to the two ropes?
2.5 Friction
Consider a book resting on a horizontal surface. There are two forces acting on the
book: the weight downwards and the normal reaction upwards. Suppose that you sideways
push
push the book gently sideways (see Figure 9). If you do not push hard enough, the
book will not move; it will remain in equilibrium. We know that the vertical
forces, i.e. the weight and the normal reaction, balance each other (i.e. they are
equal in magnitude and opposite in direction), so they cannot be preventing the
book from moving sideways. Therefore there must be another force present. This Figure 9
force is known as the friction force. It is considered to act parallel to the
surface, i.e. at right angles to the normal reaction, and in a direction that opposes
any (possible) motion along that surface. Modelling the book as a particle, and N
denoting the pushing force by P, the friction force by F, the weight by W and the F P
normal reaction by N, the force diagram for this example is shown in Figure 10.
Friction forces are caused by the roughness of even seemingly very smooth W
surfaces — a roughness that serves to inhibit the smooth movement of one surface
over another. So friction forces are present only where there is movement or the Figure 10
possibility of movement. There is no friction force present when an object is
resting on a horizontal surface, where the only two forces acting on the object are
its weight and the normal reaction. But when an object is being pushed or pulled,
or is resting on a sloping surface, then a friction force is present (see Figure 11).
N N
F
W W
Figure 11
Unlike the normal reaction, which is potentially unlimited in magnitude, there is a
limit to the magnitude of the friction force; if this limit is reached, then slipping
occurs. The limiting value of the magnitude of the friction force depends almost
entirely on the materials of the two surfaces and on the magnitude of the normal
reaction force between them. It does not usually depend on the area of contact
between the two surfaces, or on the angle at which the two surfaces are inclined to
the horizontal. Experiments show that the limiting value of the magnitude of the
friction force F (which just prevents slipping for two given surfaces) is
approximately proportional to the magnitude of the normal reaction force N
Copyright
c 2017 The Open University 17
2 Modelling forces
between the two surfaces. So, on the verge of slipping, we have |F| = µ|N|, where
µ is the coefficient of static friction, which depends on the materials of the two Table 1
surfaces. Some approximate values of µ for different materials are given in Table 1. Approximate coefficients of
static friction
Example 3 Surface µ
A steel fork of mass 0.05 kg rests on a horizontal wooden table. Model the fork as Steel on steel (dry) 0.58
a particle. What is the maximum sideways force that can be applied before the Steel on steel (oiled) 0.1
Plastic on plastic 0.8
fork starts to move? Rubber on tarmac 1.3
Solution Steel on wood 0.4
Wood on wood 0.35
The situation is illustrated in Figure 12. Since all the forces act in a vertical
plane, we can choose axes as shown. The force diagram is also shown in the figure,
where F is the friction force, P is the sideways force, W is the weight, and N is
the normal reaction.
N
sideways j
force 0.05 kg F P
µ = 0.4 i
Figure 12
The equilibrium condition for particles gives JApply law(s)I
F + N + P + W = 0. (16)
When the fork is on the point of moving (slipping), we have
|F| = µ|N|,
where µ = 0.4 is the coefficient of static friction of steel on wood.
To be able to use Equation (16), we need to express the forces in terms of the unit JSolve equation(s)I
vectors i and j. Looking at Figure 12, the forces can be written in component
form as
F = −|F| i, N = |N| j, P = |P| i, W = −|W| j.
Resolving Equation (16) in the i-direction gives
−|F| + 0 + |P| + 0 = 0,
so (as expected)
|F| = |P|.
Resolving (16) in the j-direction gives
|N| = |W|.
Therefore, when the fork is on the point of moving,
|P| = |F| = µ|N| = µ|W| = 0.4 × 0.05g = 0.02g ' 0.196.
So the model predicts that a sideways force of magnitude about 0.196 N can be JInterpret solutionI
applied without moving the fork.
Copyright
c 2017 The Open University 18
2 Modelling forces
Let us now apply these ideas to some examples, in which we shall also apply the
steps of Procedure 1.2. In most of the situations that we investigate, we shall be
concerned with limiting friction.
Exercise 10
A wood block of mass 5 kg rests on a horizontal plank of wood. Model the block
as a particle. What horizontal force is required to start it moving?
Exercise 11
A steel block of mass 0.5 kg rests on a horizontal dry steel surface and is pulled by
a horizontal force of 2 N. Model the block as a particle. Does the block move?
What is the magnitude of the friction force?
Exercise 12
A shallow box made of a uniform material and without a lid can be placed on a
horizontal table in two possible ways (as shown in Figure 13):
• (a) with its base in contact with the table surface;
• (b) with its open top in contact with the table surface.
Which of these two positions requires the smaller sideways force to start the box
slipping? (a) (b)
Figure 13
Inclined planes
Consider now an object resting on a sloping plane surface, often referred to as an
inclined plane, such as the one shown in Figure 14. Provided that the angle of
inclination is not large, the object can remain at rest and does not slide down the
slope. The forces acting on the object are its weight, the normal reaction and N
friction. The weight W acts vertically downwards. The normal reaction N acts F
normally to the surface between the object and the slope. The friction force F is
perpendicular to the normal reaction and hence parallel to the slope, and it acts
up the slope to counteract the natural tendency of the object to move down the W
slope.
Figure 14
Copyright
c 2017 The Open University 19
2 Modelling forces
Example 4
A crate of empty bottles of total mass 30 kg is to be hauled by a rope up a ramp
from the cellar of a pub. The rope is parallel to the ramp, and the ramp makes an
angle of π6 radians with the horizontal. The coefficient of static friction between
the plastic crate and the wooden ramp is 0.2.
What is the tension force due to the rope when the crate is on the point of moving
upwards?
Solution
The situation is illustrated in Figure 15. JDraw pictureI
j
µ = 0.2 30
kg
π
6
i
Figure 15
All the forces act in a vertical plane, so we need only two axes. We could choose i JChoose axesI
to be horizontal and j vertical as before, but it makes calculations easier if we
choose i to be parallel to the slope and j perpendicular to it, as shown in
Figure 15. This is because, when we come to resolve the forces in the i- and
j-directions, three of the four forces (all except W) will then act along one or
other of the axes, making resolving them much simpler.
Modelling the crate as a particle and the rope as a model string, the force diagram JDraw force diagramI
is as shown in Figure 16, where W is the weight, N the normal reaction, F the
friction force, and T the tension force.
T N j
π F
π
3 i
6
π
6
W
Figure 16
The equilibrium condition for particles gives JApply law(s)I
T + N + F + W = 0. (17)
When the crate is on the point of moving, we have
|F| = µ|N|,
where µ = 0.2 is the coefficient of static friction.
As before, the first step in solving the equations involves resolving the force JSolve equation(s)I
vectors into components. In this case, three of the force vectors are aligned with
the axes and can be written down immediately:
F = |F| i, N = |N| j, T = −|T| i.
Now find the weight of the crate in component form:
W = (W . i) i + (W . j) j Note that
= |W| cos π3 i + |W| cos( π2 + π3 ) j cos( π2 + π3 )
√ = cos√ π2 cos π3 − sin π2 sin π3
3
= 12 |W| i − 2 |W| j. = − 23 .
Copyright
c 2017 The Open University 20
2 Modelling forces
Exercise 13
A full crate of bottles of mass 60 kg is at the top of the ramp described in
Example 4, ready to be lowered into the cellar. What force needs to be applied to
the rope to keep the crate from sliding down the ramp?
Exercise 14
On a building site, a pallet of bricks of mass 1800 kg is suspended from the cable
of a crane. The length of the cable is 10 m. One of the site workers is pulling with
a force of magnitude 800 N horizontally on a rope attached to the pallet, in order
to position the pallet over the lorry into which it is to be lowered. How far can the
pallet be moved horizontally by the worker?
Exercise 15
(a) A box of mass m is resting on a surface inclined at an angle α to the
horizontal. If the box is on the point of slipping, what is the coefficient of
static friction?
(b) Two identical mugs are placed on a tray. One mug is half full of coffee, the
other is empty. The tray is tilted slowly. Use your answer to part (a) to
determine which mug will start to move first.
Copyright
c 2017 The Open University 21
3 Two or more particles
Copyright
c 2017 The Open University 22
3 Two or more particles
mistake to say that these forces form an equal and opposite pair as described in
Newton’s third law. This is not correct — they are equal and opposite because
the book is in equilibrium. As we have seen above, the force paired with N1 by
Newton’s third law is N3 . What force is paired with the force W1 ? The answer is
the force of gravity that the book exerts on the Earth. (The magnitude of this
force is, of course, negligible when compared to the mass of the Earth.)
In summary, solving statics problems involving more than one particle needs these
key ideas:
(a) apply Newton’s third law;
(b) apply the equilibrium condition for particles to each particle separately.
Exercise 16
Consider a pile of four books of equal mass, lying one on top of another on a desk.
Draw the force diagrams for this situation, and find the normal reactions acting
on each book in terms of the weight of a book.
In the same way that Newton’s third law can be applied to the normal reaction
forces between objects, so can it be applied to the tension forces due to a string
joining two objects. Thus, for example, for two particles A and B joined by a
model string, the tension force TA on particle A due to the string is equal in
magnitude and opposite in direction to the tension force TB on particle B due to
the string, so TA = −TB . The magnitude of the two forces due to a string is often This was remarked upon in
referred to as the tension in the string. This is a scalar quantity. Subsection 2.4.
Exercise 17
A lamp of mass 1.5 kg is hanging from the ceiling on its cable. A child’s toy of
mass 0.5 kg is suspended by a string from the lampshade. Model the lamp (plus
lampshade) and the toy as particles, and the cable and the string as model
strings. Draw force diagrams showing the forces acting on the two particles. What
is the magnitude of the tension force due to the cable?
3.2 Pulleys
The pulley is a common device with which you are probably familiar. You may
have seen them in use on building sites, for example, as an aid to raising or
lowering heavy loads. The idea of a pulley is useful in modelling mechanics
problems, as it enables us to model a change in direction of a tension force.
In diagrams, we shall use an idealized pulley as shown in Figure 18. In order to
keep the model simple, we make simplifying assumptions, which are formally
stated in the following definition.
Figure 18
A model pulley is an object with no mass or size, over which a model string
may pass without any resistance to motion. The tension in a string passing
over a model pulley is the same either side of the pulley.
The point to remember is that the result of these assumptions implies that the
tension forces due to the string on either side of the model pulley are equal in
Copyright
c 2017 The Open University 23
3 Two or more particles
magnitude, i.e. the tension in the string as it passes over the pulley remains
constant.
A model pulley provides a reasonable model of an actual pulley, provided that its
dimensions are small compared with the length of the rope or cable passing over it
and that its weight is small compared with the other forces involved. Model
pulleys can also be used to model a variety of situations that do not involve
pulleys at all, but merely involve a change in direction of a tension force (such as
when a rope is hanging over the edge of a building). Their use is illustrated by the
following example and exercises.
Example 5
A sack of flour of mass 50 kg is lying on the floor of a mill, ready to be loaded into
a cart. To help with the loading process, a light rope is attached to the sack, In mechanics problems, if an
passes over a pulley fixed to the ceiling immediately above the sack, and is object is said to be ‘light’, its
attached at its other end to a stone of mass 15 kg that hangs without touching the mass may be ignored.
floor. The system is shown in Figure 19.
Model the sack and the stone as particles, the pulley as a model pulley, and the
rope as a model string.
(a) Calculate the normal reaction of the floor on the sack.
(b) What force does the pulley exert on the ceiling?
Solution
All the forces are vertical, so we need only one axis, as shown in Figure 19. JChoose axesI
j
15 kg
50 kg
Figure 19
(a) The force diagrams for the sack and the stone are shown in Figure 20, where JDraw force diagramI
W1 and W2 represent the weights, T1 and T2 represent the tension forces,
and N is the normal reaction of the floor on the sack.
T1
N T2
50 kg 15 kg
W1 W2
sack stone
Figure 20
The equilibrium condition for particles gives JApply law(s)I
W1 + N + T1 = 0, (20)
W2 + T2 = 0. (21)
Copyright
c 2017 The Open University 24
3 Two or more particles
Since the tension forces on either side of a model pulley have the same
magnitude, we have
|T1 | = |T2 |.
To solve the equations, the first step is to write the forces in component form JSolve equation(s)I
as
W1 = −|W1 | j, N = |N| j, T1 = |T1 | j,
T2 = |T2 | j and W2 = −|W2 | j.
Then resolving Equations (20) and (21) in the j-direction gives
−|W1 | + |N| + |T1 | = 0,
−|W2 | + |T2 | = 0.
Therefore |T1 | = |T2 | = |W2 |, so
|N| = |W1 | − |T1 | = |W1 | − |W2 | = 50g − 15g = 35g ' 343.
So the normal reaction of the floor on the sack has magnitude about 343 N JInterpret solutionI
(35g) and is directed upwards. In the absence of the stone and the pulley, the
magnitude of the normal reaction would have been equal to the magnitude of
the weight of the sack (50g). The effect of the stone, transmitted via the
pulley, is as if the magnitude of the sack’s weight were reduced by the
magnitude of the weight of the stone (15g).
(b) To answer this question we need to model the forces on the pulley. We can JDraw force diagramI
consider the pulley as a particle of no mass. Modelling the short piece of
metal that attaches the pulley to the ceiling as a model string, we have the
force diagram shown in Figure 21.
T5
T3
T4
pulley
Figure 21
The equilibrium condition for particles gives JApply law(s)I
T3 + T4 + T5 = 0. (22)
Since the tension in a string around a model pulley remains constant, we have
|T1 | = |T2 | = |T3 | = |T4 |.
Resolving Equation (22) in the j-direction gives JSolve equation(s)I
−|T3 | − |T4 | + |T5 | = 0.
Using the result from part (a) that |T1 | = |T2 | = |W2 |, we have
|T5 | = |T3 | + |T4 | = 2|W2 | = 30g ' 294.
So the model predicts that the force exerted by the short piece of metal JInterpret solutionI
(shown in Figure 19) on the pulley is about 294 N (30g) upwards. Hence, by
Newton’s third law, the force exerted by this short piece of metal on the
ceiling (i.e. the force exerted by the pulley on the ceiling) is about 294 N (30g)
downwards. This force (which is twice the weight of the stone) balances the
Copyright
c 2017 The Open University 25
3 Two or more particles
weights of the stone (15g) and the sack (50g), less the normal reaction (35g)
of the floor on the sack.
Exercise 18
Suppose that the pulley in Example 16 is no longer immediately above the sack,
so that the rope attached to the sack makes an angle of π4 to the vertical, as
shown in Figure 22.
i
15 kg
π
4
50 kg
Figure 22
(a) What is the magnitude of the normal reaction of the floor on the sack?
(b) What is the magnitude of the friction force on the sack?
(c) What is the smallest value of the coefficient of static friction that would allow
the system to remain in equilibrium?
Exercise 19
A car engine of mass 120 kg is being held suspended ready for lowering into a car.
The engine is attached to a pulley by a short rope. Another rope, attached at one
end to the ceiling of the garage, passes under the pulley then up towards the
ceiling again, where it passes over another pulley that is joined to the ceiling. A
mechanic holds the end of this rope. The situation is illustrated in Figure 23.
π π
4 4
j
120 kg
i
Figure 23
Assuming that the components of the system can be modelled as particles, model
strings and model pulleys as appropriate, determine the magnitude of the force
that the mechanic has to exert to keep the engine suspended in position while the
car is pushed underneath it.
Copyright
c 2017 The Open University 26
3 Two or more particles
3.3 Slipping
You have already investigated slipping in the case of a one-particle system. In this
subsection we examine the phenomenon in systems of more than one particle.
Example 6
Consider a scarf draped over the edge of a table. Model the scarf as two particles,
one of mass m1 hanging over the edge and the other of mass m2 resting on the
table, with the masses joined by a model string passing over the edge of the table,
which is modelled as a model pulley. Assume that the scarf’s mass is uniformly
distributed along its length, so that the masses of the two particles are
proportional to the corresponding lengths of scarf.
If the coefficient of static friction between the scarf and the table surface is µ,
what proportion of the scarf’s length can hang over the edge of the table before
the scarf slips off the table?
Solution
We can answer this question if we can find the ratio of m1 (the mass of scarf
hanging over the edge) to m1 + m2 (the total mass of scarf) when the scarf is on
the verge of slipping.
The situation is illustrated in Figure 24, which also shows a suitable choice of axes. JDraw pictureI
m2 JChoose axesI
j N T1
i F m2 T2
m1 m1
W2 W1
Figure 24
There are two forces acting on the hanging particle: its weight W1 and the JDraw force diagramI
tension force T1 . There are four forces acting on the particle on the table: its
weight W2 , the tension force T2 , the normal reaction force N, and the friction
force F. The force diagrams are shown in Figure 24.
While the scarf does not slip, we can apply the equilibrium condition for particles JApply law(s)I
to each particle in turn. For the hanging particle, we have
T1 + W1 = 0. (23)
For the particle on the table, we have
F + N + T2 + W2 = 0. (24)
The assumption of a model pulley gives
|T1 | = |T2 |. (25)
When the particle is on the verge of slipping, we have
|F| = µ|N|, (26)
where µ is the coefficient of static friction.
Copyright
c 2017 The Open University 27
3 Two or more particles
From Figure 24, the component forms of the force vectors can immediately be JSolve equation(s)I
written down:
T1 = |T1 | j, W1 = −|W1 | j, F = −|F| i,
N = |N| j, T2 = |T2 | i and W2 = −|W2 | j.
Resolving Equation (23) in the j-direction gives
|T1 | − |W1 | = 0,
so
|T1 | = |W1 | = m1 g.
Resolving Equation (24) in the i-direction gives
−|F| + 0 + |T2 | + 0 = 0,
so, using Equation (25),
|F| = |T2 | = |T1 | = m1 g.
Resolving Equation (24) in the j-direction gives
0 + |N| + 0 − |W2 | = 0,
so
|N| = |W2 | = m2 g.
Using Equation (26), we have
m1 g = µm2 g,
so
m1 = µm2 .
Therefore the model predicts that when the scarf is on the verge of slipping, the JInterpret solutionI
fraction of its length that hangs over the edge is
m1 µm2 µ
= = .
m1 + m2 µm2 + m2 µ+1
Exercise 20
A gold medallion of mass 0.02 kg is lying on a glass shelf in a bathroom. Attached
to the medallion is a gold chain of mass 0.03 kg, half of which is dangling over the
edge of the shelf. If the coefficient of static friction between gold and glass is 0.35,
will the chain and medallion remain at rest?
Exercise 21
An object of mass 2 kg is suspended from the ceiling by a string. An object of
mass 1 kg is suspended from the first object by another string. From this second
object is suspended an object of mass 3 kg. Draw the force diagram for each
object, and find the tension in each string.
Copyright
c 2017 The Open University 28
4 Describing motion
Exercise 22
A man of mass 80 kg is about to be lowered into a well from a rope that passes
over the horizontal rotating axle of the well. The other end of the rope is held by m
80 kg
several men each of mass 80 kg, as shown in Figure 25, with the rope between the
µ = 0.35
men and the axle horizontal. Assume that the men can be represented by
particles, the rope by a model string and the axle by a model pulley.
j
If the coefficient of static friction between the men’s boots and the ground is 0.35,
how many men are required to hold the man at the end of the rope before he is i
lowered into the well?
Exercise 23 Figure 25
An object of mass m1 , resting on a board inclined at an angle α to the horizontal,
is attached to an object of mass m2 by a string hanging over the edge of the
board, as shown in Figure 26.
Assuming that the objects can be modelled as particles, the string as a model
string and the edge of the board as a model pulley, find the condition on the m1
coefficient of static friction µ between the first object and the board for this
m2
system to remain in equilibrium.
α
(Hint: There are two ways in which the equilibrium can be disturbed.)
Figure 26
4 Describing motion
This section is devoted to describing the motion of objects modelled as particles. The subject matter of this
In Subsection 4.1 the motion is described by giving a position vector at each section, the description of
instant in time. The ideas in Subsection 4.1 apply whether the particle moves motion, is often referred to by
the technical term kinematics.
along a straight line or along a curve of some sort; in Subsection 4.2, however, and
for the rest of the unit, only motion along a straight line is considered.
Copyright
c 2017 The Open University 29
4 Describing motion
particle gives the only information of interest about the way in which the object
moves. In mathematical terms, this means that a particle’s motion is completely
described by its position vector r, relative to some fixed origin O, at those times t
in the time interval of interest.
The representation of the motion of a particle by a position vector that changes
with time leads naturally to the representation of such motion by a vector
function.
(a) Calculate x(t) and y(t) at times t = 0, 0.2, 0.4, 0.6, 0.8, 1, and sketch the
graphs of y(t) against t and against x(t). Comment on what the graphs
represent. Figure 28
(b) Using your graphs, or otherwise, answer the following questions.
(i) How high does the ball go, and what is its position at its highest point?
(ii) Does the juggler catch the ball?
Solution
(a) The values are tabulated in Table 2, and the graphs are shown in Figure 29. Table 2
Copyright
c 2017 The Open University 30
4 Describing motion
y(t) y(t)
1 1
0.5 0.5
0 0
0.2 0.4 0.6 0.8 1 t 0.3 0.6 0.9 1.2 1.5 x(t)
– 0.5 – 0.5
–1 –1
(a) y(t) against t (b) y(t) against x(t)
Figure 29
Figure 29(a) is a distance–time graph, representing the height y(t) of the ball
as the time t varies over the interval [0, 1]. Figure 29(b) represents the
position of the ball in the (x, y)-plane as t varies; the coordinates (x(t), y(t)) You may recognize (x(t), y(t)) as
of points on this curve are the components of the vector function r(t) a parametrization of the path of
describing the motion of the ball. In this case, since x(t) = 1.5t is just a the ball, in which the Cartesian
coordinates of the ball are
multiple of t, the two curves appear identical — the only difference is in the expressed in terms of another
scales on the horizontal axes. However, the curves represent different things. variable (in this case time t).
(b) (i) The quadratic function y(t) = t(4 − 5t) represents a parabola with
maximum value in the interval [0, 0.8] (see Figure 29(a)). From the
symmetry of the parabola, this maximum must occur at t = 0.4, at
which time y(t) = 0.8 (see Table 2). So the ball reaches a maximum
height of 0.8 m above the juggler’s hand after 0.4 s. At this maximum
height, x(t) = 0.6 (see Table 2).
So the ball’s position at its maximum height is given by the coordinates
(0.6, 0.8) (see Figure 29(b)), or equivalently by the position vector
r(0.4) = 0.6i + 0.8j.
(ii) The juggler probably does not catch the ball, because the ball continues
to travel downwards until it is one metre below the juggler’s left hand
(see Table 2 and Figure 29).
Exercise 24
An ice hockey player aims to hit the puck towards the goal, as shown in Figure 30,
but misses. The puck hits the back wall and bounces straight back, and is then hit
by a second player who (incredibly) hits it along the same path as the first player.
x
Let the origin be the point of impact of the puck by the first player, which occurs i
at time t = 0. The motion of the puck, with respect to the axis shown in O
Figure 30, is described by the one-dimensional vector function r(t) = x(t)i, where
the function x(t) is defined by
Figure 30
5t, 0 ≤ t < 0.4,
x(t) = 4 − 5t, 0.4 ≤ t < 1,
6t − 7, 1 ≤ t ≤ 1.5,
Copyright
c 2017 The Open University 31
4 Describing motion
In Example 7 and Exercise 24, objects were modelled as particles. The question
arises as to when this is appropriate. It seems obvious that small objects can be
modelled as particles, but what about large objects such as the Earth? The
answer is that it depends on the context. For example, to calculate the Earth’s
orbit around the Sun, it is permissible to model the Earth as a particle. Newton The Earth’s diameter (about
realized that it was appropriate to model the Earth as a particle in this context, 13 000 km) is small compared
and it was one of his great achievements. with the Earth–Sun distance
(about 1.5 × 108 km).
Whether a particle model will be satisfactory is not just a question of size. For
example, if a ball is placed on a rough sloping table, then it will roll down the
slope. A particle model could be used to describe the trajectory of the ball’s
centre, but it would not be adequate to keep track of the rolling motion that takes
place about the centre. Note that this inadequacy of the particle model occurs
regardless of the ball’s size, since the same consideration would apply to a
football, a tennis ball, a marble or a ball-bearing.
You might think from this last example that the particle model is of very limited
use for moving objects, but in fact the example hints at how this model can be
extended. You will see in MST210 that the motion of an object can be described
well by specifying:
(a) the motion of the centre of mass of an object; For the symmetric objects
considered in that unit, the
(b) the motion of the whole object relative to its centre of mass. centre of mass is the geometric
As you will see in MST210, the motion of the centre of mass may be predicted by centre.
considering a particle of the same mass as the object, placed at the point defined
by the centre of mass, and subjected to all of the forces that act upon the object.
So, even in this more complicated situation, the concept of a particle is important.
Alternatively, it may be appropriate to think of an object as being composed of a
number of elements, each of which can be modelled individually as a particle.
Copyright
c 2017 The Open University 32
4 Describing motion
Theorem 2
If a vector function r(t) has the component form
r(t) = x(t)i + y(t)j + z(t)k,
where i, j, k are the (constant) Cartesian unit vectors, then its derivative is
given by
dr dx dy dz
= i + j + k.
dt dt dt dt
Exercise 25
For each of the particles whose positions are given, calculate the velocity and
speed of the particle at t = 1.
(a) r(t) = t2 i + 10tj
(b) r(t) = (sin t)i + (cos t)j + tk
Copyright
c 2017 The Open University 33
4 Describing motion
along similar lines to the definition of the velocity of a particle, the acceleration
of a particle with velocity v(t) is defined as
As with position and velocity,
dv(t) we sometimes write a rather
a(t) = .
dt than a(t).
Notice that the definition of acceleration as the rate of change of velocity differs
from its common everyday meaning as the rate of increase of speed. For example,
consider the train moving at constant speed around a bend mentioned above. Its
speed is constant, so it is not accelerating in the everyday sense. However, it is
accelerating in a mathematical sense, because its velocity is changing direction.
Similarly, in the everyday sense, the braking train is not accelerating but
decelerating, in that its speed is decreasing. However, in a mathematical sense it
is accelerating since its velocity is changing.
It is important to understand the difference between the mathematical and
everyday meanings of acceleration, and also to be able to interpret the meaning of
the components of the vectors defining the position, velocity and acceleration of a
particle. The following exercise should help you to do this.
Exercise 26
Three particles, A, B and C, are moving along three different straight lines. In
each case, the straight line is chosen as the x-axis, so the vectors defining the
position, velocity and acceleration of the three particles have only x-components.
The graphs of the x-components x(t) of the position of particle A, ẋ(t) of the
velocity of particle B, and ẍ(t) of the acceleration of particle C are shown in
Figure 31. Use the graphs to answer the following questions.
x(t) ẋ(t) ˙˙
x(t)
particle A particle B 1 particle C
1 1
0
1 2 3 4 5 t
t t –1
0 1 2 3 4 5 0 1 2 3 4 5
Figure 31
(a) When is particle A travelling fastest?
(b) Does particle B change its direction of motion in the time interval shown?
(c) Particle C starts from rest at time t = 0. Is particle C momentarily stationary
at any later time in the time interval shown?
(Hint: Think about the meaning of the area beneath a curve.)
Copyright
c 2017 The Open University 34
4 Describing motion
Copyright
c 2017 The Open University 35
4 Describing motion
Example 8
A particle is moving in a straight line along the x-axis. The acceleration a of the
particle at time t is given by
a(t) = (12t2 + 2)i.
At the instant t = 1 s, the particle is at x = 3 m and has velocity v = 2 m s−1 . Note that the ‘initial’ condition
for a problem does not have to
(a) Find the velocity v(t) and the position r(t) of the particle. be at t = 0.
(b) Find the velocity and position of the particle at time t = 2 s.
Solution
(a) The acceleration is known and is a one-dimensional vector function. Using the
notation above, we have
a(t) = a(t) . i = 12t2 + 2.
Since a(t) = dv(t)/dt, we have the first-order differential equation
dv
= 12t2 + 2.
dt
This equation can be solved by direct integration, giving In general, when trying to find
Z the position of a particle given
v = (12t2 + 2) dt = 4t3 + 2t + A. its acceleration, it is often easier
to first find its velocity and then
To find the value of the constant A, we use the fact that v = 2 when t = 1, so find its position, and thus solve
two first-order differential
that 2 = 4 + 2 + A, giving A = −4. This gives equations, rather than to find its
v(t) = 4t3 + 2t − 4. position directly by solving a
second-order differential
Since v(t) = dx(t)/dt, we have the first-order differential equation equation.
dx
= 4t3 + 2t − 4.
dt
Solving this equation by direct integration gives
Z
x = (4t3 + 2t − 4) dt = t4 + t2 − 4t + B.
Copyright
c 2017 The Open University 36
4 Describing motion
Exercise 27
A particle is moving in a straight line along the x-axis. At time t the particle has
an acceleration given by
a(t) = (18t − 20)i (t ≥ 0).
Initially, at t = 0, the particle has position r(0) = 7i and velocity v(0) = 3i. Find
the position of the particle at time t = 10.
Exercise 28
A particle is moving in a straight line along the x-axis. At time t the particle has
an acceleration given by
a(t) = ge−kt i (t ≥ 0),
where g and k are positive constants. Initially, at t = 0, the particle is at the
origin (r(0) = 0) and is at rest (v(0) = 0). Find the velocity and position of the
particle as vector functions.
Example 9
A particle moves in a straight line along the x-axis with constant acceleration
a(t) = a0 i (a0 6= 0). The particle starts from the origin at time t = 0 with initial The subscript 0 is used to
velocity v(0) = v0 i. distinguish the constants a0 and
v0 from the variables a and v.
(a) Show that the velocity and position of the particle are given by
v(t) = v = v0 + a0 t and x(t) = x = v0 t + 12 a0 t2 .
(b) By eliminating t between these two equations, show that
v 2 = v02 + 2a0 x.
Solution
(a) We have
dv
a(t) = = a0 ,
dt
which on integration yields
Z
v = a0 dt = a0 t + A.
Copyright
c 2017 The Open University 37
4 Describing motion
Since the particle starts at the origin, we have the initial condition x(0) = 0,
which gives B = 0, so the position is given by
x(t) = x = v0 t + 21 a0 t2 . (28)
(b) Rearranging Equation (27) gives, since a0 6= 0,
v − v0
t= .
a0
Substituting this into Equation (28) yields
v − v0 2
v − v0 1
x = v0 + 2 a0 .
a0 a0
Multiplying through by 2a0 and expanding the brackets gives
2a0 x = (2v0 v − 2v02 ) + (v 2 − 2v0 v + v02 ) = v 2 − v02 ,
which can be rearranged to give
v 2 = v02 + 2a0 x, (29)
as required.
Constant acceleration
If a particle is moving in a straight line along the x-axis with constant It is always possible to specify
acceleration a(t) = a0 i, and at time t = 0 it is at the origin with initial that the origin coincides with
velocity v(0) = v0 i, then its acceleration, velocity and position are given, the particle’s position at time
t = 0, so these results are
respectively, by completely general.
a = a0 , However, it is sometimes
convenient to take x = x0 when
v = v0 + a0 t, t = 0, in which case the position
x = v0 t + 21 a0 t2 . is given by x = x0 + v0 t + 12 a0 t2 ,
and Equation (29) becomes
Furthermore, v 2 = v02 + 2a0 (x − x0 ).
v 2 = v02 + 2a0 x. (29)
The formula a = v dv/dx can be used to obtain Equation (29) directly, without
having to find v and x first, as the following exercise asks you to demonstrate.
Copyright
c 2017 The Open University 38
4 Describing motion
Exercise 29
A particle moves in a straight line along the x-axis with constant acceleration
a(t) = a0 i. Initially, at time t = 0, the particle is at the origin and has velocity
v(0) = v0 i. Use the relationship a = v dv/dx to show that
v 2 = v02 + 2a0 x.
Exercise 30
How would you use the above formulae to substitute for a in the following
equations of motion, in order to obtain the specified information? (You are not
expected to solve the resulting equations.)
(a) The equation of motion is a = cos t; it is required to find velocity and position
in terms of time.
(b) The equation of motion is a = −x; it is required to find a relationship between
velocity and position.
(c) The equation of motion is a = −x − v + cos t; it is required to find position in
terms of time.
Copyright
c 2017 The Open University 39
5 A theory of motion
End-of-section Exercise
Exercise 31
The data in Table 4, taken from the United Kingdom Highway Code, show the
shortest stopping distances of cars travelling along a straight road.
The thinking distance is defined to be the distance travelled by a car in the
maximum time it takes for an alert driver to react to a hazardous situation.
Table 4
Speed Thinking Braking Overall
(mph) distance distance stopping
(feet) (feet) distance
(feet) The foot is a unit of length in
20 20 20 40 the British Imperial system, and
1 foot = 0.3048 m. The British
30 30 45 75 Imperial unit for speed is miles
40 40 80 120 per hour (mph), and
50 50 125 175 1 mph = 0.447 m s−1 .
60 60 180 240
70 70 245 315
(a) The data in Table 4 are not from an experiment; they are the predictions of
models. Your task is to discover what models were used.
(i) What model (using SI units) was used to obtain the thinking distance
data?
(Hint: Think about the speed of the car before and after the thinking
phase, and use the constant acceleration formula x = v0 t + 12 a0 t2 .)
(ii) What model (using SI units) was used to obtain the braking distance
data?
(Hint: Think about the speed of the car before and after the braking
phase, and use the constant acceleration formula v 2 = v02 + 2a0 x.)
(b) Use your models from part (a) to predict the overall stopping distance (in
metres) for a speed of 45 mph.
5 A theory of motion
Section 4 introduced the basic concepts of position, velocity and acceleration that
are needed to describe motion. In this section, two concepts introduced in
Section 2, force and mass, enable us to go beyond the mere description of motion
and formulate laws predicting what motions take place.
At first sight it might seem that a different set of rules of motion would be
required for each type of object — one set for tennis balls, another set for planets,
and so on. Fortunately, there is a simple underlying pattern. Newton was able to Newton’s three laws of motion
see beyond individual cases, and his three laws of motion form a framework, or were stated in the Introduction.
theory, for predicting the motion of all objects.
Our instinctive ideas of motion are shaped by the presence of friction in almost all
things in our everyday lives. Aristotle (384–322 bc) constructed a theory out of
this experience that turned out to be completely wrong. This theory and the
Copyright
c 2017 The Open University 40
5 A theory of motion
Exercise 32
A car on a flat, straight road requires a motive force (supplied by its engine) in
order to maintain a constant speed of 70 miles per hour; if the engine is switched
off, then the car slows down. It might be thought from the above example that if
an object is moving with constant velocity, then there is no force acting on it. Try
to explain this apparent contradiction.
Returning to the example above, suppose that you apply a force by pushing the
toboggan continuously. You cannot quantify this force, but the sensations in your
muscles and nerves will reveal whether you are pushing gently or firmly. From
experience, you know that:
the harder you continue to push, the further and faster the toboggan moves in
a given time.
This suggests that there is a link between the force that is applied and the way in
which the toboggan moves.
Exercise 33
A toboggan on an icy slope may accelerate even when it is not being pushed. Try
to identify the force that causes this acceleration.
Next, imagine pushing two identical toboggans, one of which is empty while the
other carries a heavy person. If you apply the same force to the two toboggans,
then the laden toboggan will move more sluggishly. To achieve the same motion in
each case, it is necessary to apply a greater force to the laden toboggan. In other
words:
if you apply the same force to the two toboggans, the laden toboggan does not
travel as far or as fast in a given time as the empty toboggan;
Copyright
c 2017 The Open University 41
5 A theory of motion
in order for the two toboggans to move in the same way, a greater force must
be applied to the laden toboggan than to the empty toboggan.
In general, it seems that three concepts are linked together:
(a) the force that is applied to an object;
(b) the mass of the object;
(c) the motion of the object.
Newton proposed in his book Principia that this link takes the form
force = mass × acceleration. (30)
The validity of this equation is shown by its success at predicting motion —
nearly the whole of nineteenth-century science rested on it! It also provides a
more formal definition of force than was given previously.
This equation can be written in the vector form
F = ma,
where F is the vector quantity force, m is the scalar quantity mass, and a is the
vector quantity acceleration. This equation is the bedrock of Newtonian
mechanics, and it is usually referred to as Newton’s second law.
Strictly speaking, the argument concerning the toboggan justifies only the
statement that force is proportional to mass times acceleration, i.e. F = kma with
k some constant of proportionality. However, in the SI system of units, k is chosen
to be 1 by an appropriate definition of the unit of force, the newton, which makes
use of Newton’s second law.
This is a good point at which to summarize the discussion so far in this section
into precise laws comprising the foundations of Newtonian mechanics.
Copyright
c 2017 The Open University 42
5 A theory of motion
Exercise 34
If a mass of 200 grams is subjected to a force of magnitude 10 newtons, what is
the magnitude of the acceleration produced?
Exercise 35
An object of mass 10 kilograms is attached to a string hanging over the edge of a
table, as shown in Figure 33. The other end of the string is attached to another x
object, on top of the table. The object hanging over the edge of the table is
observed to be accelerating at 1 m s−2 downwards.
O
(a) What is the resultant force on the hanging object?
10 kg
(b) Apply Newton’s second law to the hanging object, and hence calculate the
tension force due to the string acting on the hanging object.
Figure 33
Copyright
c 2017 The Open University 43
6 Predicting motion
End-of-section Exercise
Exercise 36
A fighter pilot can experience an acceleration of magnitude approximately six
times the magnitude of the acceleration due to gravity before being rendered
unconscious. If a fighter of mass 4000 kilograms is subjected to a force of
50 000 i + 60 000 j + 100 000 k newtons during an aerobatic manoeuvre, will the
pilot remain conscious?
6 Predicting motion
Newton’s second law of motion can be used to help solve a huge variety of
mechanics problems. The first example considers the motion of an object falling
under gravity alone.
The steps involved in the solution are similar to those in the procedure for solving
statics problems. As before, the steps are highlighted by labels in the margin.
Example 10
A marble, initially at rest, is dropped from the Clifton Suspension Bridge and falls
into the River Avon, 77 metres below. Assuming that the only force acting on the
marble is gravity, find:
(a) the time taken before the marble hits the water;
(b) the speed of the marble just before it hits the water.
Solution
The first step is always to draw a diagram that includes all the relevant JDraw pictureI
information given in the problem, as in Figure 34.
77 m x
Figure 34
Choose an x-axis pointing vertically downwards, with its origin at the point where JChoose axesI
the object is released, as shown in Figure 34. (This makes the algebra simpler as
all quantities are positive.)
The marble is modelled as a particle with gravity the only force acting on it. This JDraw force diagramI
is represented by the following force diagram, in which m denotes the mass of the
marble and W denotes its weight.
m
Copyright
c 2017 The Open University 44
6 Predicting motion
The resultant force acting on the marble is W = mgi (where, as usual, i is a unit
vector pointing in the direction of the positive x-axis, in this case vertically
downwards).
The acceleration, a, is obtained by applying Newton’s second law: JApply Newton’s 2nd lawI
ma = mgi.
From this equation we see that only the i-component of a could be varying, so we
have a = a(t) i. So the equation becomes ma = mg, and dividing through by m
gives
a = g.
(Notice that since m cancels out, the results apply to a marble of any mass.)
There are several approaches to obtaining the equations needed to solve the JSolve differential equationI
problem. One approach requires that we first replace a by dv/dt to obtain
dv The constant acceleration
= g. formulae from Subsection 4.2
dt could be used since a = g is
This is integrated to give constant, but we choose a more
general method that applies
v = gt + A. even when a is not constant.
The initial condition that the marble is initially at rest (i.e. v = 0 when t = 0)
gives A = 0, so
v = gt. (31)
Now, replacing v by dx/dt gives
dx
= gt.
dt
This is integrated to obtain
x = 12 gt2 + B.
The origin was chosen so that x = 0 when t = 0, so B = 0, which gives
x = 12 gt2 . (32)
(a) When the marble hits the water, x = 77 and Equation (32) gives JInterpret solutionI
77 = 21 gt2 , which on putting g = 9.81 gives
r
2 × 77
t= ' 3.962.
9.81
So the model predicts that the marble hits the water approximately
3.96 seconds after being released.
(b) Putting t = 3.962 into Equation (31) gives
v = 9.81 × 3.962 ' 38.87.
So the model predicts that the marble has a speed of approximately
38.9 metres per second just before it hits the water.
Try the following exercise following the same steps as given in the margin in the
above example.
Copyright
c 2017 The Open University 45
6 Predicting motion
Exercise 37
A stone, dropped from rest, takes 3 seconds to reach the bottom of a well. Use the more general approach
Assuming that the only force acting on the stone is gravity, estimate: of Example 10 rather than the
constant acceleration formulae of
(a) the depth of the well; Subsection 4.2.
(b) the speed of the stone when it reaches the bottom.
Copyright
c 2017 The Open University 46
6 Predicting motion
• Steps (b) and (c) are interchangeable: the force diagram does not change with
a different choice of axes. If you have difficulty choosing an x-axis, then draw
the force diagram first.
• Your choice of substitution for a will depend on what question you want to
answer (for example, you may want an equation linking velocity to time, or
velocity to position). (See Exercise 30 for examples of this.)
• When the acceleration is constant, you can use the general constant
acceleration formulae from Subsection 4.2 to solve the differential equation.
• Perform any readily available checks on your working, and consider whether
your answers are physically reasonable. For example, you could check that
the units of your answer are correct, or use common sense to tell you whether
your answer is in the correct range.
• When you have finished interpreting the solution, write out your conclusion in
words, and remember to include the physical units for any quantities given
(as in Example 10). Also look back at the problem and check that you have
fully answered the question asked.
Try using the procedure in the following exercise.
Exercise 38
A ball is thrown vertically upwards from ground level with an initial speed of
10 metres per second. Assuming that gravity is the only force acting on the ball,
find:
(a) the time taken for the ball to reach its maximum height;
(b) the maximum height attained;
(c) the time taken for the ball to return to the ground;
(d) the speed of the ball as it reaches the ground on its return.
In Example 10, which considered the motion of a marble falling from the Clifton
Suspension Bridge, first the velocity and then the position were found as functions
of time (by using the substitutions dv/dt for a and dx/dt for v). However, as was
indicated in the solution to that example, there are other approaches to solving
the problem. You are asked to adopt one of these other approaches in the
following exercise.
Exercise 39
A marble, initially at rest, is dropped from the Clifton Suspension Bridge and falls
into the River Avon, 77 metres below. Assume that the only force acting on the
marble is gravity.
(a) By putting a = v dv/dx in Newton’s second law and solving the resulting
differential equation, find the marble’s velocity v as a function of the
distance x through which it has fallen.
(b) By putting v = dx/dt in your answer to part (a), find the time t that the
object takes to fall a distance x.
(c) Hence find the time taken before the marble hits the water, and the speed of
the marble just before it hits the water.
Copyright
c 2017 The Open University 47
6 Predicting motion
In the previous examples and exercises, all of the forces acting on an object were
in the same direction; but this does not have to be so for the motion to be in one
dimension. This is illustrated in the following example.
Example 11
A crate of empty bottles of total mass 30 kilograms is being hauled by rope up a
smooth ramp from the cellar of a pub. The ramp makes an angle of π/6 radians
with the horizontal. When the crate has been hauled 2 metres up the ramp (i.e.
2 metres along the slope of the ramp), the rope suddenly breaks. It is estimated
that if the crate hits the bottom of the ramp at a speed of 5 metres per second or
greater, then the bottles in the crate will break. Assuming that there is no friction
between the crate and the ramp, and assuming that air resistance can be
neglected, will the bottles break?
Solution
The situation is sketched in Figure 35. JDraw pictureI
j 30
kg 2m
y
Ο x
i π
6
Figure 35
The crate moves down the slope, so we choose the x-axis to point down the slope, JChoose axesI
with the origin at the crate’s position when the rope breaks. (We model the crate
as a particle, so its position is at a point.) Choose a y-axis perpendicular to this,
as shown in Figure 35. Also shown in the picture are the unit vectors i and j
implied by this choice of axes. Note the difference between drawing the axes
(which have a fixed origin) and drawing the unit vectors (which are not fixed and
only convey directions).
The only forces on the crate are the weight W and the normal reaction N of the JDraw force diagramI
ramp (since we are neglecting friction and air resistance in this example). So,
modelling the crate as a particle of mass m, the force diagram (showing also how
N j
m
π
π
3 i
6
π
6
Copyright
c 2017 The Open University 48
6 Predicting motion
The motion is along the slope, so a = ai. (All we are saying here is that there is
no resultant force in the j-direction.) Now that we have all the vectors in
component form, we can immediately resolve Equation (33) in the i-direction:
ma = 21 |W| + 0.
Substituting |W| = mg gives ma = 12 mg, so Again m cancels out, so the
results apply to a crate of any
a = 21 g. mass.
We want an equation for the velocity v in terms of the distance travelled x. Since JSolve differential equationI
the acceleration is constant, we can use Equation (29), i.e.
v 2 = v02 + 2ax.
This gives the final velocity in terms of known quantities: the initial velocity
v0 = 0 m s−1 , the distance travelled x = 2 m, and the constant acceleration a = 21 g.
Putting the data into the equation gives JInterpret solutionI
v 2 = 02 + 2 × 12 g × 2 ' 19.6.
So v ' 4.4, which means that the crate is travelling at about 4.4 metres per
second when it hits the bottom of the ramp. This speed is just below the
estimated speed at which the bottles will break, so — provided that the estimate
of the speed at which the bottles will break is a good one — this model predicts
that the bottles will not break.
Exercise 40
A skier of mass 65 kilograms starts from rest at the top of a 120-metre ski slope
(i.e. 120 metres is the vertical distance from top to bottom), as shown in
Figure 36. The skier is to ski down the slope before taking off and then landing
some distance further down the hill. Use the x-axis shown, which points down the
slope with the origin at the top of the slope. Let θ be the angle that the slope
makes with the horizontal. Assuming that friction and air resistance can be
neglected, answer the following questions.
(a) If θ = π4 , what is the speed of the skier at the bottom of the slope?
(b) If θ = π3 , what is the speed of the skier at the bottom of the slope?
x
65 kg
120 m
Figure 36
Copyright
c 2017 The Open University 49
7 Friction
End-of-section Exercise
Exercise 41
A man leaning from a window throws a ball vertically upwards from a point
4.4 metres above the ground. The initial speed of the ball is 7.6 metres per second.
It travels up and then down in a straight vertical line, and eventually reaches the
ground. Assuming that gravity is the only force acting on the ball, estimate:
(a) the time that elapses before the ball reaches the ground
(b) the speed of the ball when it strikes the ground.
7 Friction F N
Previously you encountered a model for the friction force that acts on an object at
rest in contact with a surface. This force F has magnitude less than or equal to
µ|N|, i.e. |F| ≤ µ|N|, where N is the normal reaction force and µ is the coefficient
W
of static friction between the object and the surface. The direction of the friction
force opposes any possible motion (e.g. is up the slope in Figure 37).
The coefficient µ is called the coefficient of static friction to distinguish it from the
coefficient of sliding friction, denoted by µ0 , which is used when an object is Figure 37 The forces acting
on a block at rest on a slope
moving along a surface. In this situation, experiments show that the magnitude of
the friction force F is equal to µ0 |N|, i.e. |F| = µ0 |N|, where N is the normal
reaction force and µ0 is the coefficient of sliding friction; the direction of the The names coefficient of
friction force is opposite to the direction of motion. dynamical friction or coefficient
of kinetic friction are sometimes
used instead of the name
coefficient of sliding friction.
Modelling sliding friction
(a) The friction force F acts in a direction perpendicular to the normal
reaction N and opposite to the motion.
(b) |F| = µ0 |N|, where µ0 is the coefficient of sliding friction for the two
surfaces involved.
The numerical value of the coefficient of sliding friction µ0 is always smaller than
the numerical value of the coefficient of static friction µ. (It is harder to get
objects moving than to keep them moving.) A generalization that is often useful is
µ0 ' 43 µ.
The use of the sliding friction model is best explained by an example.
Example 12
Consider again the problem of Example 11 concerning the crate of empty bottles
sliding down a cellar ramp, but this time assume that there is friction between the
crate and the ramp, with coefficient of sliding friction µ0 = 0.15.
(a) Estimate the speed of the crate when it reaches the bottom of the ramp. Will
the bottles break?
(b) Compare the answer to part (a) with the answer to Example 11, and
comment.
Copyright
c 2017 The Open University 50
7 Friction
Solution
The situation is sketched in Figure 38. JDraw pictureI
µ' = 0.15
j 30
kg 2m
y
Ο x
i π
6
Figure 38
Choose the x-axis parallel to the ramp and the y-axis perpendicular to it, as shown JChoose axesI
in Figure 38. Choose the origin to be the crate’s position when the rope breaks.
The forces acting on the crate are its weight, the normal reaction of the ramp, and JDraw force diagramI
friction.
N j
F
m
π
π
3 i
6
π
6
W
Using m for the mass of the crate (as in Example 11), applying Newton’s second JApply Newton’s 2nd lawI
law to this system gives
ma = W + N + F. (34)
From the force diagram, N = |N| j and F = −|F| i. It is also apparent that the
motion is one-dimensional parallel to the x-axis, i.e. a = ai. The weight is resolved
into components as follows:
W = |W| cos π3 i + |W| cos( π2 + π3 ) j
√
3
= 12 mg i − 2 mg j.
Now we can immediately resolve Equation (34) in the i-direction to obtain
ma = 21 mg + 0 − |F|.
Using the friction model |F| = µ0 |N| gives
ma = 21 mg − µ0 |N|. (35)
So, to find a, we need to find |N|. To do this, we resolve Equation (34) in the
j-direction to obtain
√
3
0=− 2 mg + |N| + 0,
√
3
which gives |N| = 2 mg. Substituting this into Equation (35) gives
√
3 0
ma = 12 mg − 2 µ mg,
so
√
3 0
a = 12 g − 2 µ g.
As in Example 11, the acceleration is constant, so we can use JSolve differential equationI
2
v = v02 + 2ax.
Copyright
c 2017 The Open University 51
7 Friction
This gives the final speed in terms of known quantities: the initial velocity
v0 = 0 m s−1
√ , the distance travelled x = 2 m, and the constant acceleration
a = 12 g − 23 µ0 g where µ0 = 0.15.
(a) Putting the data into the equation gives JInterpret solutionI
√
v 2 = 02 + 2 × ( 12 g − 2
3
× 0.15 × g) × 2 ' 14.5.
So v ' 3.8, which means that the crate is travelling at about 3.8 metres per
second when it hits the bottom of the ramp. This speed is well below the
estimated speed at which the bottles will break, so this model predicts that
the bottles will not break.
(b) The model that neglected friction (Example 11) predicted a speed of
4.4 m s−1 . The new prediction of 3.8 m s−1 is slower, as should be expected
after the incorporation of friction into the model (this is a good quick check of
the solution), and is significantly slower than the breaking threshold of
5 m s−1 . So in this case, even if the estimated breaking threshold is not
terribly accurate, we can be reasonably confident that our prediction that the
bottles will not break is correct.
Table 6 shows some values of the coefficient of sliding friction that may be useful
in problems involving sliding objects.
Table 6 Coefficients of sliding friction
Object Surface µ0
waxed ski dry snow 0.03
brass ice 0.02
vulcanized rubber dry tarmac 1.07
vulcanized rubber wet tarmac 0.95
Exercise 42
A tip-up truck is delivering a concrete block to a building site. The driver
increases the angle of tip of the carrier until the concrete block begins to slide,
then keeps the carrier at this constant angle. The coefficient of static friction
between a concrete block and metal is approximately 0.4, and the coefficient of
sliding friction is approximately 0.3.
(a) Calculate the angle at which the concrete block begins to slide.
(b) If the concrete block has 3 metres to travel before leaving the carrier, how
long will it take to unload it?
Exercise 43
Repeat Exercise 40 (page 49) under the new modelling assumption that friction
cannot be neglected; the coefficient of sliding friction between (waxed) skis and
snow is 0.03. Compare your answers here with those to Exercise 40, and comment.
Copyright
c 2017 The Open University 52
Solutions to exercises
Solutions to exercises
Solution to Exercise 1 On integrating (by parts on the right-hand side), we
3 5
(a) The equation dy/dx + x y = x is linear, with find Z
g(x) = x3 and h(x) = x5 . e−x y = xe−x dx
(b) The equation dy/dx = x sin x is linear, with Z
g(x) = 0 (for all x) and h(x) = x sin x. = −xe + e−x dx
−x
(c) The equation dz/dt = −3z 1/2 is not linear = −xe−x − e−x + C
(because of the z 1/2 term). = C − (x + 1)e−x ,
(d) The equation ẏ + y 2 = t is not linear (because where C is an arbitrary constant. After multiplying
of the y 2 term). through by ex , the general solution in explicit form
(e) The equation x(dy/dx) + y = y 2 is not linear is
(because of the y 2 term). y = Cex − (x + 1).
(f ) The equation (1 + x2 )(dy/dx) + 2xy = 3x2 is
linear, since we can divide through by 1 + x2 to
Solution to Exercise 3
obtain (a) The given equation, when rearranged into
dy/dx + 2xy/(1 + x2 ) = 3x2 /(1 + x2 ), which is of form (1), is du/dx − xu = 0. The integrating factor
the defined form with g(x) = 2x/(1 + x2 ) and is Z
h(x) = 3x2 /(1 + x2 ).
p = exp (−x) dx
Solution to Exercise 2
= exp(−x2 /2)
x
(a) The given equation is dy/dx − y = e sin x. 2
= e−x /2 .
Comparison with Equations (1) and (9) shows that
the integrating factor is Multiplying through by p(x) gives
Z 2 du 2
Copyright
c 2017 The Open University 53
Solutions to exercises
Thus the differential equation can be rewritten as (b) After division by e3t and rearrangement, the
d 2 given equation becomes dy/dt + y = e−3t . This has
(t y) = t3 . the same left-hand side as the differential equation
dt
On integrating, we find the general solution in part (a), and hence the same integrating factor,
t2 y = 41 t4 + C, or, equivalently, y = 14 t2 + Ct−2 , p = et . Multiplying through by p(t) gives
dy
where C is an arbitrary constant. et + et y = e−2t .
dt
From the initial condition y(1) = 1, we have Thus the differential equation can be rewritten as
1 = 14 + C, so C = 34 . Hence the solution of the d t
initial-value problem is (e y) = e−2t .
dt
y = 14 (t2 + 3t−2 ). On integrating, we find the general solution
et y = − 21 e−2t + C,
Solution to Exercise 4
or, equivalently,
(a) This requires the integrating factor method.
y = Ce−t − 12 e−3t ,
(b) This is best solved by direct integration. where C is an arbitrary constant.
(c) This can be solved by separation of variables or From the initial condition y(0) = 3, we have
the integrating factor method. 3 = Ce0 − 21 e0 , so C = 27 . Hence the solution of the
(d) This requires the integrating factor method. initial-value problem is
y = 12 (7e−t − e−3t ).
Solution to Exercise 5
(a) The given equation is dy/dt + y = t + 1. Solution to Exercise 6
Comparison with Equations (1) and (9) shows that (a) After division by x (where x > 0), the given
the integrating factor is equation becomes dy/dx − (3/x)y = 1. The
Z
integrating factor is
p = exp 1 dt Z
3
p = exp − dx
= exp(t) x
= et . = exp(−3 ln x)
Multiplying through by p(t) gives = exp(ln(x−3 ))
et
dy
+ et y = (t + 1)et . = x−3 .
dt Multiplying through by p(x) gives
Thus the differential equation can be rewritten as
dy
d t t x−3 − 3x−4 y = x−3 .
(e y) = (t + 1)e . dx
dt Thus the differential equation can be rewritten as
On integrating (by parts on the right-hand side), we d −3
find (x y) = x−3 .
Z dx
et y = (t + 1)et dt On integrating, we find the general solution
Z x−3 y = − 12 x−2 + C,
t t
= (t + 1)e − e dt or, equivalently,
= (t + 1)et − et + C y = Cx3 − 21 x,
= tet + C, where C is an arbitrary constant.
where C is an arbitrary constant. After multiplying (b) The given equation is dv/dt + 4v = 3 cos 2t.
through by e−t , the general solution in explicit form The integrating factor is
Z
is
p = exp 4 dt
y = Ce−t + t.
From the initial condition y(1) = 0, we have = exp(4t)
0 = Ce−1 + 1, so C = −e. Hence the solution of the = e4t .
initial-value problem is Multiplying through by p(t) gives
y = t − e1−t . dv
e4t + 4e4t v = 3e4t cos 2t.
dt
Copyright
c 2017 The Open University 54
Solutions to exercises
Solution to Exercise 7
The weight is 3gk.
JChoose axesI
Solution to Exercise 8 The forces all lie in a vertical plane, so we need only
Since the weight acts vertically downwards, its two axes, as shown in the diagram above.
direction is in the vertical plane defined by i and j, JDraw force diagramI
so W has no k-component. To find the i- and The force diagram, where the tension forces are
j-components, the first step is to draw a diagram denoted by T1 and T2 , and the weight of the tree
and work out the angles involved. In this case we by W, is as follows.
use the two right-angles marked to work out the
T2
required angles. (Note that π3 = π2 − π6 .) T1
π
i π 6
π
4
6
π
j 3
W
W π
6
JApply law(s)I
Resolving the weight: The equilibrium condition for particles gives
W = (W . i) i + (W . j) j T1 + T2 + W = 0. (36)
= (|W| × 1 × cos 2π π
3 ) i + (|W| × 1 × cos 6 ) j
√ JSolve equation(s)I
3
= 15g × (− 12 ) i + 15g × ( 2 )j From the above force diagram we have
√
15 3
= − 15
2 gi + 2 gj.
W = −|W| j = −10gj.
(If you are puzzled as to why cos 2π 1 The other forces can be expressed in terms of
3 = − 2 , then see
the note in the main text following this exercise.) components:
T1 = (T1 . i) i + (T1 . j) j
Solution to Exercise 9 = |T1 | cos 5π π
6 i + |T1 | cos 3 j
In this and other solutions, you may find that your √
3 1
diagrams and chosen axes are different from those = − 2 |T1 | i + 2 |T1 | j,
given. You should still be able to check the validity T2 = (T2 . i) i + (T2 . j) j
of your solution against the given one, as the basic = |T2 | cos π4 i + |T2 | cos π4 j
concepts are unchanged by these differences. Any
choice of axes should lead to the same final answers = √12 |T2 | i + √12 |T2 | j.
as those given. Resolving (36) in the i-direction gives
√
JDraw pictureI − 23 |T1 | + √12 |T2 | + 0 = 0. (37)
Similarly, resolving (36) in the j-direction gives
1 √1
2 |T1 | + 2 |T2 | − 10g = 0. (38)
Subtracting (37) from (38) gives
√
3
( 12 + 2 )|T1 | − 10g = 0,
Copyright
c 2017 The Open University 55
Solutions to exercises
|N| = |W|.
Therefore, when the block is about to move, π π
3 i
6
|P| = |F| = µ|N| = µ|W| π
6
= 0.35 × 5g = 1.75g ' 17.2.
W
JInterpret solutionI
The model predicts that a horizontal force in excess (It is conventional to draw two forces acting in the
of 17 N is required to start the block moving. same direction on a particle as overlapping arrows of
different lengths.)
Solution to Exercise 11 JApply law(s)I
Choose axes as in Solution 10. The force diagram is The equilibrium condition for particles gives
the same as in Solution 10. If the object does not
move, the equilibrium condition for particles holds, F + T + N + W = 0. (41)
so If the crate does not move, then
F + N + P + W = 0. (40) |F| ≤ µ|N| = 0.2|N|, (42)
Copyright
c 2017 The Open University 56
Solutions to exercises
where µ is the coefficient of static friction. Suitable axes are shown in the diagram.
JSolve equationsI JDraw force diagramI
From the diagram we have Denoting the tension forces as T1 and T2 , and the
N = |N| j, T = −|T| i and F = −|F| i. weight as W, the force diagram is as follows.
T1
So
θ j
W = |W| cos π3 i + |W| cos 5π6 j
√ T2
= 21 |W| i − 23 |W| j. i
Resolving (41) in the i-direction gives θ
−|F| − |T| + 0 + 21 |W| = 0, W
so (Note that we have used the fact that opposite
|F| = 21 |W| − |T|. (43) angles are equal to find the angle between T1 and j.)
Resolving (41) in the j-direction gives JApply law(s)I
√
0 + 0 + |N| − 3 The equilibrium condition for particles gives
2 |W| = 0,
so T1 + T2 + W = 0. (46)
√
|N| = 23 |W|. (44) JSolve equation(s)I
Substituting from (43) and (44) into (42) gives From the diagram,
√
1 3 W = −|W| j and T2 = −|T2 | i.
2 |W| − |T| ≤ 0.2 × 2 |W|,
which, on rearrangement and using |W| = 60g, gives So
√ T1 = |T1 | cos( π2 − θ) i + |T1 | cos θ j.
|T| ≥ 30g − 6 3g ' 192.
This can be slightly simplified by using the fact that
JInterpret solutionI cos( π − θ) = cos π cos θ + sin π sin θ = sin θ, to
2 2 2
Therefore the model predicts that a force of at least obtain
192 N up the slope needs to be applied to the rope T1 = |T1 | sin θ i + |T1 | cos θ j.
to keep the crate from sliding down the ramp.
Resolving (46) in the i- and j-directions in turn gives
Solution to Exercise 14 |T1 | sin θ − |T2 | = 0, (47)
Model the pallet as a particle, the cable and the |T1 | cos θ − |W| = 0. (48)
rope as model strings, and consider the (static) final Substituting |T2 | = 800 into (47) and |W| = 1800g
position of the pallet. into (48) gives
JDraw pictureI sin θ = 800/|T1 |, cos θ = 1800g/|T1 |,
The final position of the pallet is shown in the so
following diagram, where we have marked the final
tan θ = 800/1800g ' 4/(9 × 9.81) ' 0.045 305.
distance moved by the pallet as x and also an
angle θ. Note that these are related by Hence θ ' 0.045 274, sin θ ' 0.045 259 and (45) gives
trigonometry: x ' 0.453.
x = 10 sin θ. (45) JInterpret solutionI
So the model predicts that the pallet can be moved
by about 0.45 m horizontally; the crane driver needs
j to be pretty accurate in positioning the pallet over
θ the lorry in the first place.
10 m
i
800 N
1800 kg
JChoose axesI
Copyright
c 2017 The Open University 57
Solutions to exercises
so
|N| = mg cos α.
Substituting |F| and |N| into (50) gives W1 W2
|F|
µ= = tan α.
|N| T2
lamp toy
(This result provides us with a technique for
estimating the coefficient of static friction µ for two JApply law(s)I
surfaces. Put the two surfaces in contact, and Applying Newton’s third law to the system gives
increase the angle of inclination from the horizontal T2 = −T3 .
until slipping begins. The tangent of the angle at
Copyright
c 2017 The Open University 58
Solutions to exercises
T2 = |T2 | j, W2 = −|W2 | j.
T3 W
So pulley engine
T1 = |T1 | cos π4 i + |T1 | cos π4 j = √12 |T1 | i + √12 |T1 | j.
JApply law(s)I
Resolving (51) in the i-direction gives The equilibrium condition for particles gives
0 − |F| + 0 + √12 |T1 | = 0, T1 + T2 + T3 = 0, (53)
T4 + W = 0. (54)
Copyright
c 2017 The Open University 59
Solutions to exercises
Since the engine is joined to a model pulley by a JChoose axesI JDraw force diagramI
model string, we have A suitable choice of axes and a force diagram for
|T3 | = |T4 |, |T1 | = |T2 |. each particle are shown above.
JSolve equation(s)I JApply law(s)I
From the diagram we have The equilibrium condition for particles gives
T3 = −|T3 | j, T4 = |T4 | j, W = −|W| j. F + N + T1 + W1 = 0, (55)
So T2 + W2 = 0. (56)
3π
T1 = |T1 | cos 4 i + |T1 | cos 4 j π The assumption of a model pulley gives
= − √12 |T1 | i + √12 |T1 | j, |T1 | = |T2 |.
If the medallion and chain are to remain on the
T2 = |T2 | cos π4 i + |T2 | cos π4 j shelf, we must have
= √12 |T2 | i + √12 |T2 | j. |F| ≤ µ|N|, (57)
Resolving (53) and (54) in turn in the j-direction: where µ is the coefficient of static friction.
√1 |T1 | + √1 |T2 | − |T3 | = 0, JSolve equation(s)I
2 2
|T4 | − |W| = 0. From the diagram
Therefore T1 = |T1 | i, N = |N| j, F = −|F| i,
|T3 | = |T4 | = |W|, W1 = −|W1 | j, T2 = |T2 | j, W2 = −|W2 | j.
1
√ (|T1 | + |T2 |) = |T3 | = |W|. Resolving (55) in the i- and j-directions in turn gives
2
Since |T1 | = |T2 |, we have −|F| + |T1 | = 0,
√
|N| − |W1 | = 0.
|T1 | = 22 |W| = √12 × 120g ' 832.
Resolving (56) in the j-direction gives
JInterpret solutionI |T2 | − |W2 | = 0.
The model predicts that the force exerted by the Therefore
mechanic has magnitude about 832 N, which is
√1 ' 0.7 (i.e. 70%) of the weight of the engine. |F| = |T1 | = |T2 | = |W2 | = 0.015g,
2
|N| = |W1 | = 0.035g.
(Because the engine is joined to the pulley by a
model string so that |T3 | = |T4 | = |W| and hence JInterpret solutionI
T3 = W, an alternative approach is to model the We have
pulley as a particle of mass 120 kg, giving |F| = 0.015g,
T1 + T2 + W = 0.)
µ|N| = 0.35 × 0.035g = 0.012 25g.
Solution to Exercise 20 So (57) is not satisfied and the model predicts that
JDraw pictureI the medallion will slip off the shelf.
Model the gold medallion and the chain on the shelf
Solution to Exercise 21
as a single particle of mass
0.02 + 21 × 0.03 = 0.035 kg, and the dangling chain This is similar to the situation of a pile of books,
as another particle, of mass 12 × 0.03 = 0.015 kg. except that the forces acting on the objects are
Model the chain as a model string and the edge of tension forces not normal reactions. We model the
the shelf as a model pulley. objects as particles and the strings as model strings.
JDraw pictureI JChoose axesI
j JDraw force diagramI
0.035 kg
The situation is shown below. Only one axis is
µ = 0.35 i N T2 needed, a j-axis as shown. The force diagrams
F T1 (topmost mass on the left) are as shown, where the
weights are denoted by the Wi and the tension
0.015 kg forces by the Ti .
W1 W2
Copyright
c 2017 The Open University 60
Solutions to exercises
JApply law(s)I
T1 T3 T5
The equilibrium condition for particles gives
j T1 + W1 = 0, (61)
2 kg 2 kg 1 kg 3 kg
T2 + N + F + W2 = 0. (62)
1 kg W1 W2 W3
The assumption of a model pulley gives
|T1 | = |T2 |.
3 kg T2 T4
If the men are not to slip, we must have
|F| ≤ µ|N|, (63)
JApply law(s)I
where µ is the coefficient of static friction.
Newton’s third law applies to the strings, so
JSolve equation(s)I
T2 = −T3 , T4 = −T5 .
Resolving (62) in the i- and j-directions in turn gives
The equilibrium condition applied to each particle
gives −|T2 | + 0 + |F| + 0 = 0,
T1 + T2 + W1 = 0, (58) 0 + |N| + 0 − |W2 | = 0.
T3 + T4 + W2 = 0, (59) Resolving (61) in the j-direction gives
T5 + W3 = 0. (60) |T1 | − |W1 | = 0.
Therefore
JSolve equation(s)I
|F| = |T2 | = |T1 | = |W1 | = 80g,
Resolving (58), (59) and (60) in turn in the
j-direction gives |N| = |W2 | = mg,
|T1 | − |T2 | − |W1 | = 0, hence
|T3 | − |T4 | − |W2 | = 0, µ|N| = 0.35 × mg = 0.35mg.
|T5 | − |W3 | = 0. So, for (63) to be satisfied, we need 0.35mg ≥ 80g,
which gives m ≥ 228.57.
Therefore, since
JInterpret solutionI
|T2 | = |T3 |, |T4 | = |T5 |,
The model predicts that three men of mass 80 kg are
|W1 | = 2g, |W2 | = g, |W3 | = 3g, required to hold the man above the well.
we have
|T5 | = |T4 | = 3g ' 29.4, Solution to Exercise 23
|T3 | = |T2 | = 4g ' 39.2, Equilibrium can be disturbed either by the object of
mass m1 sliding down the board and pulling up the
|T1 | = 6g ' 58.9.
object of mass m2 , or by the object of mass m2
JInterpret solutionI dropping down and pulling the object of mass m1
The model predicts that the tensions in the strings up the board.
are about 58.9 N, 39.2 N and 29.4 N, in order from JDraw pictureI
top to bottom. Model the masses as particles joined by a model
string hanging over a model pulley representing the
Solution to Exercise 22 edge of the board.
Model the man in the well as a particle of mass
80 kg, and all the men on the ground as a single j
m1
particle of mass m.
JChoose axesI JDraw force diagramI m2 i
α
A suitable choice of axes is shown in Figure 25. A
force diagram for each particle, using the usual
notation, is shown below. JChoose axesI
T1 N One choice of axes is shown above.
T2
JDraw force diagramI
F
80 kg We need to consider the two cases of possible
m
movement separately, as they lead to different force
W1 W2 diagrams and hence to different results.
man in well men on ground
Copyright
c 2017 The Open University 61
Solutions to exercises
Copyright
c 2017 The Open University 62
Solutions to exercises
when the puck changes direction for a second time. However, on the interval [2.5, 5], the ‘area’ under the
(iii) The speed at which the puck is travelling is curve is negative, and furthermore the magnitude of
given by the slope of the distance–time graph. The this ‘area’ is greater than the magnitude of the
slope after ‘area’ for the interval [0, 2.5]; therefore the velocity
the second player hits the puck is greater than the after 5 seconds is negative. Hence, since the particle
slope after the first player hits the puck, so the has both positive and negative velocity in the given
second player gives the puck more speed. time interval, it must be momentarily stationary at
some point towards the end of the time interval.
Solution to Exercise 25
d
d 2
d
Solution to Exercise 27
(a) r(t) = t i+ 10t j = 2ti + 10j. Since
dt dt dt
dv
So the velocity of the particle at t = 1 is a(t) = = 18t − 20,
dt
v = 2i + 10j, we haveZ
and the speed is v = (18t − 20) dt = 9t2 − 20t + A.
√ √
|v| = 4 + 100 = 104 ' 10.20.
Using the initial condition v(0) = 3, we obtain
d
(b) r(t) = (cos t)i − (sin t)j + k. A = 3. Hence the velocity of the particle is given by
dt
So the velocity of the particle at t = 1 is v(t) = 9t2 − 20t + 3.
v = (cos 1)i − (sin 1)j + k, Now v(t) = dx/dt, so
Z
and the speed is x = (9t2 − 20t + 3) dt = 3t3 − 10t2 + 3t + B.
p √
|v| = cos2 1 + sin2 1 + 1 = 2 ' 1.41. The initial condition x(0) = 7 gives B = 7. Hence
Solution to Exercise 26 the position of the particle is given by
x(t) = 3t3 − 10t2 + 3t + 7.
(a) The graph for particle A is its position–time
graph. The velocity of the particle along the x-axis Substituting t = 10 into this expression gives
is given by the slope of this graph: it can be seen x(10) = 3000 − 1000 + 30 + 7 = 2037,
that the slope starts at a high value and decreases so at time t = 10 the particle is 2037 units along the
as time increases. So particle A is travelling fastest positive x-axis.
when t = 0.
(b) The graph for particle B shows the variation Solution to Exercise 28
with time of the particle’s velocity along the x-axis. We have
For the particle to change direction, this velocity dv
a(t) = = ge−kt .
must change from positive to negative or from dt
negative to positive (i.e. the graph must cross the Integrating this gives
Z
t-axis). The graph shown does not do this, so g
v = ge−kt dt = A − e−kt .
particle B does not change its direction. k
(c) The graph for particle C shows the variation The initial condition v(0) = 0 gives A = g/k, so the
with time of the particle’s acceleration along the velocity is given by
g g g
x-axis. To discover whether the particle is ever v(t) = − e−kt = (1 − e−kt ).
stationary for t > 0, we need to know whether its k k k
velocity along the x-axis is ever zero for t > 0. Now, Then from v(t) = dx/dt we have
Z
since acceleration is obtained by differentiating g g g g
x= − e−kt dt = t + 2 e−kt + B.
velocity, we can obtain velocity by integrating k k k k
acceleration. We also know that the definite integral The initial condition x(0) = 0 gives B = −g/k 2 , so
of a function over a given interval gives the ‘area’ the position is given by
under the graph of the function, where ‘areas’ below g g g g g
the t-axis are negative. So the ‘area’ under the x(t) = t + 2 e−kt − 2 = t − 2 (1 − e−kt ).
k k k k k
graph gives us the velocity.
Now, on the interval [0, 2.5], the ‘area’ under the
curve is positive, and, since the particle started from
rest, the velocity after 2.5 seconds is positive.
Copyright
c 2017 The Open University 63
Solutions to exercises
Therefore the velocity and position of the particle margin next to the question); the only unknown is
are given by the vector functions the thinking time t. The value of t for each pair of
g speeds and distances can be calculated from
1 − e−kt i,
v(t) =
kg g t = x/v0 .
r(t) = t − 2 (1 − e−kt ) i. The calculation for the first pair (20 mph, 20 feet),
k k
using the given conversion factors, is
Solution to Exercise 29 x 20 × 0.3048
t= = ' 0.68 s.
Given that a(t) = a0 , the relationship a = v dv/dx v0 20 × 0.447
gives (Other pairs give the same value for the thinking
dv time.)
v = a0 .
dx
Applying the separation of variables method to this So the model used for calculating the thinking
differential equation gives distance data is
Z Z x = v0 t = 0.68v0 .
v dv = a0 dx,
(ii) The speed of a car at the start of the braking
so phase is the speed at the end of the thinking phase
1 2
2v= a0 x + C. (i.e. the value given in the table). The speed at the
Using the initial condition, that the velocity is v0 end of the braking phase is zero (v = 0). Assuming
along the x-axis at the origin (i.e. when x = 0), that the braking is uniform, so that the acceleration
gives C = 12 v02 , so is constant, we can use the formula v 2 = v02 + 2a0 x,
1 2 which for v = 0 reduces to 0 = v02 + 2a0 x.
2v = a0 x + 12 v02 .
Multiplying through by 2 and rearranging gives The values of v0 and the braking distance x, in SI
units, can be calculated from the values given in the
v 2 = v02 + 2a0 x, table; the only unknown is the acceleration a0 . The
as required. value of a0 for each pair of speeds and distances can
be calculated from a0 = −v02 /(2x). (Note that from
Solution to Exercise 30 this equation the acceleration is negative, which is a
(a) To find v in terms of t, substitute dv/dt for a; good check because the car is stopping!)
then v may be found by direct integration. To find The calculation for the last pair of values given in
x in terms of t, substitute dx/dt for v and integrate the table is
again. v2 −(70 × 0.447)2
a0 = − 0 = ' −6.55 m s−2 .
(b) To find a relationship between v and x, 2x 2(245 × 0.3048)
substitute v dv/dx for a. The result is an equation (Other pairs give the same value for the
that can be solved by separation of variables, whose acceleration, which is about two-thirds of the
solution will give the required relationship. acceleration due to gravity.)
(c) To find x in terms of t, substitute d2 x/dt2 for a, So the model used for calculating the braking
and dx/dt for v. The result is a linear distance data is
constant-coefficient second-order differential v02 v02
equation for the variable x, namely x = − = .
2a0 13.1
ẍ + ẋ + x = cos t. In MST210 you will meet
methods for solving such equations. (b) The overall stopping distance is equal to the
thinking distance plus the braking distance, which
Solution to Exercise 31 are calculated separately using the models in
part (a). The thinking distance at 45 mph is
(a) (i) The speed of a car before the thinking calculated using
phase is the value given in the table. The speed
after the thinking phase is exactly the same, because x = 0.68v0 = 0.68 × (45 × 0.447) ' 13.68 m.
the driver has not yet reacted to the hazard. So the The stopping distance at 45 mph is calculated using
acceleration is zero during this phase, and the v2 (45 × 0.447)2
1 2 x= 0 = ' 30.89 m.
formula x = v0 t + 2 a0 t reduces to x = v0 t. 13.1 13.1
The values of v0 and the thinking distance x, in SI This gives an overall stopping distance of
units, can be calculated from the values given in the 13.68 + 30.89 = 44.57 m.
table (using the conversion factors given in the
Copyright
c 2017 The Open University 64
Solutions to exercises
(Note that the calculated distance is about 146 feet, From the force diagram, we have
which is nearly half-way between the tabulated W = −|W| i = −mgi, where g is the magnitude of
values for 40 mph and 50 mph — it is not exactly the acceleration due to gravity. Similarly, the
half-way, tension force due to the string is T = |T| i. The
because the braking distance is not a linear function given acceleration of the hanging object is 1 m s−2
of v0 .) downwards, so a = −i. With this information we
can resolve Equation (70) in the i-direction to obtain
Solution to Exercise 32 m × (−1) = −mg + |T|.
Any moving car is subject to resistive forces, namely Substituting m = 10 and rearranging gives
air resistance, the internal frictional forces in the
car’s engine, transmission and wheel bearings, and |T| = 10g − 10 ' 88.1 (using g = 9.81 m s−2 ).
the external frictional forces between the car’s tyres So T = |T| i = 88.1i, i.e. the tension force due to the
and the road. In order to maintain a constant string is 88.1 newtons in the upward direction.
velocity, it is necessary to apply a motive force that
balances these resistive forces. Solution to Exercise 36
Substitute the given force and mass into the
Solution to Exercise 33 equation for Newton’s second law to obtain
The component of the force of gravity in the 4000 a = 50 000 i + 60 000 j + 100 000 k.
direction of a unit vector pointing down the slope is So a = 12.5i + 15j + 25k, which has a magnitude of
non-zero. If the slope is steep enough, then this force approximately 32 m s−2 . This is well below the
down the slope will be greater than the resistive threshold of 6g ' 59 m s−2 , so the pilot should
force of friction, causing the toboggan to accelerate. remain conscious.
Copyright
c 2017 The Open University 65
Solutions to exercises
Using a = dv/dt, we obtain Since the x-axis points upwards, the weight of the
dv ball is given by W = −mgi. The acceleration is
= g. downwards, so a = ai. Resolving Equation (73) in
dt
Integrating this gives the i-direction gives ma = −mg. Dividing by the
v = gt + A. mass gives
The initial condition that the stone is dropped from a = −g.
rest (v = 0 when t = 0) gives A = 0. Hence JSolve differential equationI
v = gt. (71) To answer the question we need an equation relating
Now using v = dx/dt, we have x to t, and another relating v to t or to x. Since the
dx acceleration a = −g is constant, one approach is to
= gt. use the constant acceleration formulae of
dt
Integrating this gives Subsection 4.2. The initial velocity is 10 m s−1
upwards from the origin. So, using the notation of
x = 21 gt2 + B.
Subsection 4.2, we have v0 = 10 and a0 = −g, and
The initial condition x = 0 when t = 0 gives B = 0. hence
So
v = v0 + a0 t = 10 − gt, (74)
x = 21 gt2 . (72) 1 2 1 2
x = v0 t + 2 a0 t = 10t − 2 gt . (75)
JInterpret solutionI (The approach of Example 10, using the
(a) Using Equation (72) with t = 3 gives substitutions a = dv/dt and v = dx/dt and
1 2
x = 2 × 9.81 × 3 = 44.15. integrating, leads to the same pair of equations.)
So the well is estimated to be about 44 m deep. JInterpret solutionI
(b) Using Equation (71) with t = 3 gives (a) The ball reaches its maximum height when
v = 0, and from Equation (74) this occurs at time
v = 9.81 × 3 = 29.43.
10
So the predicted speed of the stone as it reaches the t= ' 1.
−1
g
bottom is about 29 m s .
Since the motion started at t = 0, the duration of
Solution to Exercise 38 the upward flight of the ball is about 1 s.
JDraw pictureI (b) Substituting t = 10/g into Equation (75), we
have
100 100
x= − ' 5.1.
g 2g
So the maximum height attained by the ball is
about 5.1 m.
x
(c) The ball reaches the ground when x = 0, and
O 10 m s–1
from Equation (75) this occurs when
0 = 10t − 12 gt2 = t(10 − 21 gt).
JChoose axesI Hence t = 0 or t = 20/g. Now t = 0 corresponds to
Choose the x-axis to point vertically upwards, with the time when the ball is thrown, so the ball returns
its origin at the point from which the ball is thrown, to the ground after a time 20/g ' 2 s.
as shown above. (d) Substituting t = 20/g into Equation (74) gives
JDraw force diagramI v = 10 − 20 = −10.
The model assumes that gravity is the only force So the ball reaches the ground on its return with a
acting on the ball, so the force diagram is as follows. speed of 10 m s−1 . (The minus sign indicates that
m the ball is now travelling in the direction of
decreasing x, i.e. downwards.)
W
Copyright
c 2017 The Open University 67
Solutions to exercises
x is the distance travelled down the slope; so, usingThe initial velocity of the ball is 7.6i, so v = 7.6
trigonometry, x = 120/sin θ. Substituting for x in when t = 0, which gives A = 7.6. So
Equation (79) gives v = −gt + 7.6. (80)
r
120 p Therefore, using the substitution v = dx/dt gives
v = 2g × × sin θ = 240g ' 48.5.
sin θ dx
So the speed of the skier at the bottom of the slope = −gt + 7.6.
dt
angled at π4 is about 48.5 m s−1 . Integrating this gives
(b) In part (a), all mention of θ cancelled from the x = − 12 gt2 + 7.6t + B.
final expression. So the answer remains the same: The initial condition that x = 4.4 when t = 0 leads
the speed at the bottom of the π3 slope is about to B = 4.4. So
48.5 m s−1 . x = − 12 gt2 + 7.6t + 4.4. (81)
Solution to Exercise 41 (Since the acceleration is constant, another
approach is use the constant acceleration formulae
JDraw pictureI
to obtain Equations (80) and (81). Note that, with
the choice of origin used here, x0 = 4.4 (i.e. x 6= 0
7.6 m s–1 when t = 0), so you would have to use the equation
x = x0 + v0 t + 21 a0 t2 rather than x = v0 t + 21 a0 t2 to
initial height
obtain Equation (81).)
4.4 m x JInterpret solutionI
O (a) The ball reaches the ground when x = 0.
Substituting this into Equation (81) gives a
quadratic equation for the time t,
JChoose axesI
4.905t2 − 7.6t − 4.4 = 0,
The x-axis is chosen to point vertically upwards
with the origin at ground level, as shown in the whose solution√ is
diagram. (The other obvious choice for the origin, 7.6 ± 7.62 + 4 × 4.905 × 4.4
t= ,
which you may well have chosen, is at the point 2 × 4.905
where the ball is thrown. Both choices of course so t ' 1.998 or −0.4489. The negative time is before
lead to the same answers to (a) and (b) below.) the ball is thrown and may therefore be ignored. So
the ball lands about 2 seconds after being thrown.
JDraw force diagramI
The model assumes that the only force acting on the (b) Substituting this time into Equation (80) gives
ball is gravity, so the force diagram is as follows. v = −9.81 × 1.998 + 7.6 ' −12.00.
m So the ball lands with a speed of about 12 m s−1 .
(The negative sign for v confirms that the ball is
W moving downwards.)
JApply Newton’s 2nd lawI Solution to Exercise 42
Applying Newton’s second law to the ball gives
(a) JDraw pictureI
ma = W, where W = −mgi (as the x-axis points
upwards). Resolving in the i-direction gives Let θ be the angle that the carrier makes with the
ma = −mg, so a = −g. horizontal, as shown below, and let m be the mass
of the block.
JSolve differential equationI
We want equations relating x to t, and v to x or t. y
One approach is to use the substitution a = dv/dt, 3m
to obtain
dv O
= −g. µ = 0.4
dt µ' = 0.3 x
Integrating this, we obtain θ
v = −gt + A.
Copyright
c 2017 The Open University 68
Solutions to exercises
Copyright
c 2017 The Open University 69
Solutions to exercises
Solution to Exercise 43 so
p
JDraw pictureI v= 2g(sin θ − 0.03 cos θ)x. (92)
y JInterpret solutionI
O (a) As in Exercise 40, x = 120/sin θ, so from
x Equation (92),
65 kg r
120 m 120
v = 2g(sin θ − 0.03 cos θ)
µ' = 0.03 sin θ
p
θ = 240g − 7.2g cot θ.
Substituting θ = π4 into this equation gives v ' 47.8.
So the speed of the skier at the bottom of the slope
angled at π4 is about 47.8 m s−1 .
π
JChoose axesI (b) Substituting θ = 3 into the equation gives
The x-axis is given to be parallel to the slope with v ' 48.1.
origin at the top of the slope. Choose the y-axis to So the speed of the skier at the bottom of the slope
be perpendicular to the slope, as shown above. angled at π3 is about 48.1 m s−1 .
JDraw force diagramI From the answers to (a) and (b), it can be seen that
N j the steeper the slope, the faster the final speed of
F
the skier. The final speed is always less than the
m
48.5 m s−1 calculated in Exercise 40, which omitted
π
2
–θ i friction from the model.
θ
W
Copyright
c 2017 The Open University 70
Index
Index
acceleration, 34, 38 light object, 24
acceleration due to gravity, 12 limit of a vector function, 33
arbitrary constant, 7 limiting friction, 19
linear differential equation, 4
centre of mass, 32
choosing axes, 13 mass, 12, 42, 43
coefficient of dynamical friction, 50 model pulley, 23
coefficient of kinetic friction, 50 model string, 15
coefficient of sliding friction, 50, 52 modelling static friction, 19
coefficient of static friction, 18, 19
constant acceleration, 38 newton, 12, 42
Newton’s first law, 43
derivative of a vector function, 33 Newton’s second law, 42, 43, 46
differential equation Newtonian mechanics, 2
homogeneous, 4 Newton’s first law, 3
inhomogeneous, 4 Newton’s laws of motion, 3
linear, 4 Newton’s second law, 3
non-homogeneous, 4 Newton’s third law, 3, 22
non-homogeneous differential equation, 4
equation of motion, 37
normal reaction force, 13
equilibrium, 12
equilibrium condition for particles, 12 particle, 11
point of action of a force, 11
force, 42, 43
position, 32
force diagram, 12
pulley, 23
force of gravity, 12
friction, 40, 50
quantum mechanics, 2
friction force, 17
fundamental laws of Newtonian mechanics, 43 relativistic mechanics, 2
gravitational force, 12
slipping, 17, 27
homogeneous differential equation, 4 smooth surface, 19
speed, 33
inclined plane, 19 static friction, 19
inhomogeneous differential equation, 4 string, 14
integrating factor, 7
integrating factor method, 8 tension force, 14, 15, 23
tension in a string, 15, 23
kinematics, 29
vector function, 30
law of addition of forces, 43 velocity, 33
law of addition of mass, 43
laws of motion, 2 weight, 12, 13
Copyright
c 2017 The Open University 71