Sunteți pe pagina 1din 29

THE OPEN UNIVERSITY Faculty of Mathematics and Computing

MSXR209 Diagnostic Quiz


John Trapp

c 2004 Mcs-Msxr209@open.ac.uk Last Revision Date: June 14, 2004

Version 1.0

Section 1: Introduction

1. Introduction
This course, MSXR209, assumes some knowledge of applied mathematics, namely: Dierential equations: solution of rst-order dierential equations using separation of variables or the integrating factor method; solution of linear constant-coecient second-order dierential equations; Vectors: addition, subtraction, scalar product, and vector product of two vectors; uses of vectors; Mechanics: expressing forces as vectors; setting up equations of motion for problems involving masses, springs, gravity, inclined planes, strings, pulleys, friction; Linear Algebra: matrix multiplication, determinants, solving linear equations; nding eigenvalues and eigenvectors of a square matrix; solving linear systems of dierential equations.

Section 1: Introduction

This diagnostic quiz contains questions to help you decide whether your mathematical knowledge is good enough to start on the course. This quiz covers all the topics under the heading of Mechanics and it is recommended that you try the diagnostic quizzes on Dierential equations and Vectors rst before doing this quiz. Either do the quiz on-line or save the .pdf le to your computer and do the questions at leisure. Most questions will require some mathematical manipulation and understanding. This quiz need only be attempted if you have studied neither MST209 nor MST207. Either the question number itself or the sub-question numbers will be in green; clicking on the green area will bring up the solution. At the end of the solution there is a link back to the question. Your solutions may dier from the solutions given, which are in the style of the associated course, MST209. For example, in that course, forces are expressed as vectors. Those who have studied neither MST209 nor MST207 will be able to obtain the relevant course material from the Open University as an extra. The MST209 Handbook will be provided as part of the course material.

Section 1: Introduction

Read the post-mortem at the end of the quiz to evaluate your understanding of the prerequisite material for MSXR209.

Section 2: Mechanics

2. Mechanics
Exercise 1. The acceleration of a particle with position vector r is given by = sin t i t j + 4 k r

and the initial conditions are

(0) = 0, r

r (0) = i j + k .

What is the position of the particle at any time t? Exercise 2. (a) A particle of mass M is on a rough plane inclined at angle to the horizontal. One end of a string is attached to the particle, the string passes over a pulley at the top of the slope and a particle of mass m is attached to the other end of the string. The particle of mass m dangles vertically. Identify the forces acting on each particle and draw a force diagram for each mass. (b) Dene suitable unit vectors and express the forces acting on the particle on the plane in terms of these unit vectors.

Section 2: Mechanics

(c) Find an expression for the acceleration of the particle up the plane, given that is the coecient of kinetic friction between the particle and the plane. Exercise 3. One end of a uniform pole of mass M and length 3 metres is hinged to a vertical wall. To the other end of the pole, a rope is attached and this is fastened to the wall 2 metres vertically above the hinge. Find the tension in the rope when the pole is horizontal. Exercise 4. A particle P is attached by two light springs to two xed points, A and B , and is constrained to oscillate in simple harmonic motion in a straight line between A and B , as shown in the diagram below. A B P / / / / z / / / / / / The points A and B need not be horizontal. Which of the following statements are true?

Section 2: Mechanics

(a) The natural frequency is dependent on the distance between the two points of attachment. (b) The natural frequency is independent of the orientation of the straight line. (c) The equilibrium point is dependent on the two spring stinesses. (d) The natural frequency is dependent on the natural lengths of the two springs. (e) If the mass of the particle increases, the period of oscillation increases. (f) The amplitude of oscillations is dependent on the spring stinesses. (g) The two springs are made of the same wire and with the same coil diameter; the right-hand spring has more coils and therefore has a higher spring stiness.

Section 2: Mechanics

Exercise 5. A particle is tethered by two light springs to two points in the same horizontal plane and distance L apart; the motion of the particle is constrained to be along the horizontal line joining the points of attachment of the springs. The left-hand spring has stiness k1 and natural length 1 ; the right-hand spring has stiness k2 and natural length 2 . There is no friction. If x is the displacement of the particle from the left-hand point of attachment, express the spring forces acting on the particle in vector notation, in terms of a dened unit vector. What other forces act on the particle? Exercise 6. A particle of mass m is dangling from one end of a spring of stiness k and natural length 0 . The other end of the spring is attached to a xed point.The particle is released from rest at a depth h below the point of suspension of the spring. Use conservation of energy to determine the speed of the particle when it is a distance x below the point of suspension of the spring.

Solutions to Exercises

Solutions to Exercises
, Exercise 1. Integrating the acceleration gives the velocity, r
2 = cos t i 1 r 2 t j + 4t k + a ,

where a is a constant vector. Using the rst initial condition gives

0 = i + 0 j + 0k +a .

Therefore

a=i .

Integrating again will give the position vector, r ,


r = sin t i

1 3 6t

j + 2t k + t i + b,

where b is a constant vector. Using the initial condition gives

i j +k = 0 i + 0 j + 0k + 0 i +b .

Solutions to Exercises

10

Therefore b = i j +k .

Therefore the position vector is


3 2 r = ( sin t + t + 1) i + ( 1 6 t 1) j + (2t + 1) k .

This material is covered in Unit 6 of MST209. Return to Exercise 1

Solutions to Exercises

11

Exercise 2(a) There are four forces acting on the particle that is on the slope and two forces acting on the particle that is dangling. They are: the weights, W1 and W2 ; the tension forces, T1 and T2 , exerted on the particles by the string; the normal reaction of the plane on the rst particle, N; and the friction force between the plane and the rst particle, F.

Solutions to Exercises

12

T2 6 J ] J  3 T1 J  J  J J  Ju  M   

um

  + W1 ? W2 ?

This material is covered in Unit 5 of MST209. Return to Exercise 2 (a)

Solutions to Exercises

13

Exercise 2(b) There are two natural choices for the orientation of the unit vectors; one is to align them parallel to, and perpendicular to, the plane; the other is to align them horizontally and vertically. Using the rst choice, with i parallel to the plane and upwards and j perpendicular to, and away from, the plane, we have

T1 = | T1 | i ,

N = |N | j,

F= | F | i ,
2

W1

= M g cos

+ i + cos

++

= M g (sin i + cos j ), using the cosine of the angle between the force and each unit vector to determine the component of the force in the direction of that unit vector.

Solutions to Exercises

14

If the unit vectors are chosen alternatively with i to the right and horizontal and j vertically upwards, then we have

T1

= | T1 | cos i + cos

= | T1 |(cos i + sin j )

N = | N | cos

+ i + cos j
2

= |N|( sin i + cos j ) F = |F| cos ( ) i + cos +


= |F|( cos i sin j )


W1

= Mg j .

This is more complicated than the other choice of unit vectors. This material is covered in Unit 5 of MST209.

Solutions to Exercises

15

Return to Exercise 2 (b)

Solutions to Exercises

16

Exercise 2(c) Assume that the particle is moving up the plane and denote the acceleration of the particle on the plane by a i (using the

rst option for the unit vectors). Application of Newtons second law gives M a i = | N | j | F | i + | T1 | i M g (sin i + cos j ).

We need to apply Newtons second law to the hanging particle as well. The motion is one-dimensional so we need only one unit vector; take k to be vertically upwards. The acceleration is a k since it is moving downwards. The equation of motion is ma k= mg k + | T2 | k .

If the pulley is modelled as an ideal pulley then | T2 | = | T1 |,


and the second equation of motion reduces to ma = mg | T1 | or | T1 | = m(g a).


Solutions to Exercises

17

Substituting this into the rst equation of motion, and resolving in the i -direction gives

M a = | F | + m(g a) M g sin .

Resolving in the j -direction gives

0 = | N | M g cos .

Since the particle is moving we can write | F | = | N |,


where is the coecient of kinetic friction, and on elimination we obtain mg M g sin M g cos . a= M +m This material is covered in Unit 6 of MST209. Return to Exercise 2 (c)

Solutions to Exercises

18

Exercise 3. A diagram showing the forces acting on the pole and the axes (with the origin at the hinge) is: R * O T k j

6 i -

W ? The forces are: T, the tension force due to the rope, and aligned along the rope; W, the weight of the rod, acting vertically downwards at its centre of mass; and R, the reaction from the wall whose direction is unknown. First we need the angle, , between the rope and the pole. It is 2 given by tan = 3 , and therefore cos = 3 and sin = 2 . 13 13 Expressing the force vectors W and T in terms of the unit vectors

Solutions to Exercises

19

shown gives: W = Mg j,

T = | T | cos( ) i + cos

j 2

= | T |( cos i + sin j ).

To nd the torques corresponding to each vector, it is easiest to draw up a table: Position vector r Force F Torque (=r F)

1.5 i 3i

Mg j

1.5M g k

| T |( cos i + sin j )

3 | T | sin k 0

Since the pole is in equilibrium, the sum of the torques acting on the pole is zero, and therefore

0 = 1.5M g k + 3| T | sin k .

Solutions to Exercises

20

Mg 13M g = , |T | = 2 sin 4 which is the magnitude of the tension in the rope. This problem can be solved using moments; using torques and vectors may seem more complicated, but this kind of approach readily generalizes to 3D problems whereas using moments is restricted to 2D. The associated course, MST209, tries to teach methods that can be generalized rather than those that are useful for only certain classes of problems. This material is covered in Unit 5 of MST209. Return to Exercise 3

Therefore

Solutions to Exercises

21

Exercise 4(a) Not true; the natural frequency is only dependent on the mass of the particle and the spring stinesses. This material is covered in Unit 7 of MST209. Return to Exercise 4 (a)

Solutions to Exercises

22

Exercise 4(b) True; the natural frequency is only dependent on the mass of the particle and the spring stinesses, not on the inclination of the straight line. This material is covered in Unit 7 of MST209. Return to Exercise 4 (b)

Solutions to Exercises

23

Exercise 4(c) True; the equilibrium position is dependent on the spring stinesses. This material is covered in Unit 7 of MST209. Return to Exercise 4 (c)

Solutions to Exercises

24

Exercise 4(d) Not true; the natural frequency is independent of the natural lengths of the springs. This material is covered in Unit 7 of MST209. Return to Exercise 4 (d)

Solutions to Exercises

25

Exercise 4(e) True; the heavier the particle, the slower it will respond to the spring restoring forces. This material is covered in Unit 7 of MST209. Return to Exercise 4 (e)

Solutions to Exercises

26

Exercise 4(f ) Not true; the amplitude of the oscillations is only dependent on the initial conditions. This material is covered in Unit 7 of MST209. Return to Exercise 4 (f)

Solutions to Exercises

27

Exercise 4(g) Not true; the spring with more coils will have a lower spring stiness. This material is covered in Unit 7 of MST209. Return to Exercise 4 (g)

Solutions to Exercises

28

Exercise 5. Take the unit vector i to point to the right. The spring forces are best shown in a table. Assume that both springs are extended. Left-hand spring x x 1 k1 (x 1 ) i

Length of spring Extension of spring Magnitude of tension force Direction of tension force Tension force

Right-hand spring Lx Lx 2 k2 (L x 2 ) i k2 (L x
2)

k1 (x

1)

The other forces acting on the particle are its weight W and the normal reaction N from whatever support the particle experiences to keep the motion along the horizontal. This material is covered in Unit 7 of MST209. Return to Exercise 5

Solutions to Exercises

29

Exercise 6. Take the datum for gravitational potential energy to be at the point of suspension of the spring. The various energies at a general point x are: Gravitational potential energy mgx 1 Spring potential energy k ( x 0 )2 2 1 Kinetic energy 2 2 mx The total energy, E , is given by
1 E = mgx + 2 k (x 2 0)

+1 2. 2 mx + 0,

The initial conditions give E = mgh + 1 2 k (h


2 0)

which determines the value of E . Therefore the speed |x | is given by k k (h 0 )2 (x 0 )2 . m m This material is covered in Unit 8 of MST209. Return to Exercise 6 x 2 = 2g (x h) +

S-ar putea să vă placă și