WORKBOOK COMPUTER SIMULATIONS OF PHYSICAL PROCESSES IN MECHANICS

Size: px
Start display at page:

Download "WORKBOOK COMPUTER SIMULATIONS OF PHYSICAL PROCESSES IN MECHANICS"

Transcription

1 WORKBOOK COMPUTER SIMULATIONS OF PHYSICAL PROCESSES IN MECHANICS LUBLIN 14

2 Author: Jarosław Borc, Wiesław Polak Desktop publishing: Paweł Droździel Technical editor: Paweł Droździel Figures: Jarosław Borc, Wiesław Polak Coer and graphic design; Paweł Droździel All rights resered. No part of this publication may be scanned, photocopied, copied or distributed in any form, electronic, mechanical, photocopying, recording or otherwise, including the placing or distributing in digital form on the Internet or in local area networks, without the prior written permission of the copyright owner. Publikacja współfinansowana ze środków Unii Europejskiej w ramach Europejskiego Funduszu w ramach projektu Inżynier z gwarancją jakości dostosowanie oferty Politechniki Lubelskiej do wymagań europejskiego rynku pracy Copyright by Jarosław Borc, Wiesław Polak, Lublin Uniersity of Technology Lublin 14 First edition

3 TABLE OF CONTENTS Eercise I Simulation of an projectile motion in the field of graity 7 Eercise II Simulation of body collision 13 Eercise III Eercise IV Eercise V Eercise VI Eercise VII Simulation of object motion with friction Simulation of oscillating motion Simulation of the motion in the force field Statics and dynamics of a many-body system Simulation of the motion of a rocket Bibliography

4 Eercise I. Simulation of an projectile motion in the field of graity Theory Projectile motion concerns an object starting from a certain initial position with an initial elocity of horizontally directed at angle α. We assume that the constant force of graity F g = mg, directed ertically downwards, where m is mass of the object, and g = 9.81m/s is graitational acceleration acts upon the object. Initial elocity has two components: horizontal o and ertical oy, while acceleration has only one ertical component with the alue of g. Figure 1.1. shows that o = o cosα, while oy = o sinα. Horizontal component of the object elocity during motion has constant alue of o cosα, while the ertical one changes as in the retarded motion: y = oy gt (1.1) Dependencies of the horizontal coordinate and the ertical y coordinate of the object on time t are defined by the equations: (uniform motion a = ): ( = o t (1.a) (uniformly accelerated motion where a y = g): y( = oy t gt / (1.b) The aboe equations can be used for isualization of motion by calculating and y coordinates with the gien time t and for marking the object s position in the XY coordinate system. The trajectory is a parabola of a following equation: g y ( ) = + tgα (1.3) cos α Fig. 1.1 The object s motion path in projectile motion.

5 The aboe equations proide: (a) Horizontal range (substituting y() = in equation 1.3): (b) Flight time (substituting y = in equation 1.1): sin α =, (1.4a) g sin α t ma = g, (1.4b) sin α (c) Maimum height (we use equation 1.b y(t ma /)): yma =. (1.4c) g Special case of projectile motion is ertical throw, where projection angle is α = 9. For this case equations 1.4b and 1.4c proide the alue of maimum height = g. tma yma = and flight time g We will get horizontal throw from height h by substituting oy =, o = o, α = into the equations (1.a and b) and adding initial height h to y coordinate. Dependencies of the horizontal coordinate and the ertical y coordinate on time t will be defined by the equations: : uniform motion: ( = o t y: uniformly accelerated and decelerated motion (a =, a y = g): y( = h gt / (a) Horizontal range (we substitute y( = ): (b) Flight time (we substitute y( = ): t = h =. g h g In simulations of projectile motion without friction we usually establish the starting point as = and y = and then we use numerical procedure for equations of motion for eample Euler s method: ( t + = ( t + = y ( t + = ( + y( t + = y( + y g t, t, y t. Projectile motion with resistance happens when the motion of an object takes place in gaseous or liquid medium. The substance of the medium flows around an object, depending on the size and elocity of the object, in the form of: (a) layered/laminar flow for low elocities or small size, and (b) (1.5)

6 turbulent flow for higher alues. Relatiely big objects from our surrounding such as human body, a bike and a car in the air or a paddle or a boat in the water, een moing relatiely slowly, cause eddies. Producing eddies in the medium inoles losing energy by the moing object and that is why the motion of an object will be slowed down. The drag force of a medium eerted on a moing object is opposite to the object elocity ector and its alue is gien by the formula: C F ( ) = o ρ S, (1.6) where - object elocity, S - cross section area of an object perpendicular to the elocity, ρ - density of a medium and C - drag coefficient dependent on an object shape. When an object of mass m moes in a straight line and the only force acting upon it is the force of resistance of a medium, the object acceleration is a = F o /m and it is directed opposite to the elocity. Its alue is: CρS a( =. (1.7) m Fig. 1.. Drag force F and force of graity mg acting upon the object of mass m thrown into the air with elocity at a certain angle to the direction of graitational acceleration g. When an object is thrown into the air at a certain angle, two forces act upon this object: the drag force of a medium and graity. At the same time the drag force has two components: horizontal and ertical. Thus the object s acceleration will hae two different components: y a = a( and a y = a g. (1.8) In this case the following equations must be used for the simulations:

7 ( t + = ( t + = y + a + a ( t + = ( + y( t + = y( + y t, t, t, y y t. (1.9) Problem 1 Perform simulations of the motion of an object thrown ertically into the air with the elocity o, gien by superisor, in the area of graitational acceleration g, assuming that this is the motion without friction. Compare achieed results of maimum height and flight time with theoretical alues. Then modify the program in such a way that you can describe ertical projection of a ball with the radius of R = 1 cm and mass m =,55 kg in the air. Problem a) Perform simulations of the motion of an object with elocity and different alues of an angle α gien by superisor. Graitational acceleration g is constant. b) Compare achieed results of maimum height, flight time and horizontal range with theoretical alues. c) Perform isualization of the motion. d) Does the size of time step affect the accuracy of simulation results? Problem 3 a) Perform simulations of the motion of an object thrown horizontally with the initial elocity and height h gien by superisor. Graitational acceleration g is constant. b) Compare achieed results of flight time and horizontal range with theoretical alues. c) Perform isualization of the motion. d) Does the size of time step affect the accuracy of simulation results? Problem 4 a) Perform simulations of the motion of a sphere-shaped object with, gien by superisor, initial elocity and different alues of an angle with regard to the drag force of a medium gien by formula 1.6. b) Compare the shape of a trajectory, horizontal range, maimum height and flight time, results of the simulation with resistance of the motion and calculations for the motion without resistance.

8 c) Perform isualization of the motion. Eercise II. Simulation of body collision Theory Behaiour of a physical point during the collision with the wall on the eample of trapping a ball in a rectangular bo with rigid walls A ball with the radius R moes without friction with elocity with and y components in a rectangular bo of the gien dimensions L and L y. Let us assume that initially the ball moes with the elocity V o directed at a certain angle α to -ae and is in a position r(t = ) = [L /; L y /]. In two dimensions the ball will be treated as a disc with the radius R. We assume that the collision is perfectly elastic. The ball moes and collides with the wall and changes its own position and elocity as follows: (t+ = ( + t; y(t+ = y( + t when ( L R then replace with {horizontal rebound}; when y( L y R then replace y with y ; {ertical rebound} Inelastic central collisions of two balls The motion happens in one dimension. The balls hook together after the collision. According to the principle of conseration of momentum the alues of the elocity of the hooked balls is as follows: 3 m1 = m 1 1 ± + m m Assuming that initially the balls moe with the elocities 1 and and their positions are r 1 (t = ) and r (t = ), the positions of both balls 1, are as follows: 1 (t+ = 1 ( + 1 t; (t+ = ( ± t; When 1 ( ( R collision occurs. Position of the hooked balls 3 (t+ = 3 ( ± 3 t Elastic central collisions of two balls

9 The motion happens in one dimension. We assume that the collision is perfectly elastic. According to the principle of conseration of momentum and kinetic energy, the alues of the elocity and position of the balls after the collision are as follows: k1 k m1 m = m + m 1 1 m m1 = m + m m 1 + m + m 1 1 m1 + m + m 1 We assume the same initial conditions and collisions as in the inelastic collision. After the collision moing balls change their position as follows: 1 (t+ = 1 ( ± k1 t (t+ = ( ± k t Elastic non-central collisions of two balls We assume that the motion happens in two dimensions. Stages of non-central collisions are shown in the figure.1. Fig..1. Positions and parameters of balls during non-central elastic collision in systems: (a) laboratory and (b) centre of mass. We assume that initially the balls moe with elocities 1 and and are in positions r 1 (t = ) and r (t = ). According to the principle of conseration of momentum and energy, elocity and positions of the balls are defined by the following algorithm: if (r1kw<=sum R) then begin length_r:= Sqrt(r1kw);

10 rj1:= r1/length_r; rj1y:= r1y/length_r; projection1:= V1*rj1 + V1y*rj1y; {radial and transersal component V1} Vr1:=projection1*rj1; Vr1y:=projection1*rj1y; Vt1:=V1 - Vr1; Vt1y:=V1y - Vr1y; Projection := V*rj1 + Vy*rj1y; {radial and transersal component V} Vr:=projection*rj1; Vry:=projection*rj1y; Vt:=V - Vr; Vty:=Vy - Vry; Vr1:=Sqrt(Vr1*Vr1 + Vr1y*Vr1y); {radial elocity before collision} Vr:=Sqrt(Vr*Vr + Vry*Vry); if (projection1<) then Vr1 := -Vr1; if (projection <) then Vr := -Vr; Vr1prim:=(m1*Vr1+m*(*Vr-Vr1))/(m1+m);{radial elocity after collision } Vrprim:=(m*Vr+m1*(*Vr1-Vr))/(m1+m); Vr1:=rj1*Vr1prim; Vr1y:=rj1y*Vr1prim; Vr:=rj1*Vrprim; Vry:=rj1y*Vrprim; V1:=Vt1 + Vr1; {elocity 1 after collision} V1y:=Vt1y + Vr1y; V:=Vt + Vr; {elocity after collision} Vy:=Vty + Vry; Problem 1 a) Perform a simulation of two-dimensional motion of a ball with the radius R trapped in a rectangular bo with rigid walls. b) Perform isualization of the motion. Problem

11 a) Perform a simulation of one-dimensional motion of balls with the radius R and with different mass m 1 and m, for inelastic collision when their elocities are: in opposite directions, in the same directions and one of them is at rest. b) Calculate elocity 3 of the balls hooked together as a result of inelastic collision for the cases described in point (a). c) Perform isualization of the motion for the aboe cases. Problem 3 a) Perform a simulation of one-dimensional motion of balls with the radius R and with different mass m 1 and m, when their initial elocities are: in opposite directions, in the same directions and one of them is at rest. b) Calculate elocities k1 and k after elastic collision of balls for the cases described in point (a). c) Perform isualization of the motion for the aboe cases. Problem 4 a) Perform a simulation of two-dimensional motion of balls with the radius R 1 and R and with different mass m 1 and m, after non-central elastic collision for different initial elocities 1 and of the balls and when one of them is at rest. b) Calculate elocities k1 and k for the cases described in point (a). c) Perform isualization of the motion for the aboe cases.

12 Eercise III. Simulation of object motion with friction Theory Surface acts upon an object with the force of friction F t and holds back its motion. Friction force: F t = m N µ - coefficient of friction (static is usually 1-% bigger than kinetic) depends on the type of friction surfaces, N - force pressing by an object onto the surface (always perpendicular to the surface). Types of friction: (a) Kinetic friction motion of friction surfaces (b) Static friction rest Motion on the inclined plane We eamine an object starting slipping off the plane under the force of graity. Fig shows distribution of forces acting upon this object on the surface of an inclined plane. Fig Distribution of forces acting upon the object on the surface of an inclined plane. Object acceleration will be defined by the formula a F Ft = where F is a component of the force m of graity F g = mg along the direction of the motion, and F t is the force of friction of an object with mass m eerted on the surface of the plane. As we see in figure 3.1. F = F = F g sinα and F y = F g cosα, therefore F t = µf g cosα. Time of coering the distance L will be:

13 L t = g (sinα µ cosα) The object will remain at rest when F F t we will hae µ tgα. We will get isualization of the motion by changing the time abruptly according to: g(sinα µ cosα) t ( t + = ( + We will get motion on the horizontal plane by substituting α = to the equation 3.1. This is what we find: (3.1) Position of the accelerated object without additional force ( = t gµ t Stopping distance ( k = ) ma = µ g When constant horizontal force F acts upon the object, its acceleration will be: a Ft + F = m p We will get isualization of the motion by calculating position, changing the time abruptly according to : ( t + = + a t ( t + = + t Friction force and drag force hae alues: F p F =µmg t ρ ( ) = C S. where elocity, S - cross section area of surface perpendicular to elocity, ρ - density of a medium and C drag coefficient dependent on an object s shape. Under the constant horizontal force F the object will reach the final elocity k after sufficiently long time k ( F µ mg) =. C Sρ Motion of a body on semi-circle is presented in Fig. 3.. Position of the body on the circle of radius R is determined by alue of angle α(, which is connected by dependence a( = l(/r with the arc

14 length l( measured from the lowest point of the circle. The force Fs tangential to the arc is responsible for the body acceleration gien by the equation: F s = mg sinα F t, where the frictional force Ft is a result of the friction between the surface and the body pressed by the perpendicular force which is the sum of the normal component of body weight and centrifugal force F t =µ(mg cosα+m / R). Because the position of the body on the arc will change, according II Newton's law, with the acceleration a( = F s (/m, its new elocity and position can be calculated numerically from the equation: (t+ t )= (+a (t ) t l (t+ t )=l (+ (t ) t. Fig. 3.. Forces acting on the body on the circle of radius R. Problem 1 a) Perform a simulation of the motion of an object on an inclined plane for different alues of coefficient of friction µ (also for µ = ) and inclination angle of a plane α. Graitational acceleration g is constant. b) Compare results of an angle α by which the object starts slipping off and the time of slipping off the gien path with theoretical alues. c) Perform isualization of the motion. Problem

15 a) Perform a simulation of one-dimensional motion of a car on the horizontal surface with elocity o for different alues of coefficient of friction µ and for different alues of drag coefficient C, mass m and cross section area of the surface S. Graitational acceleration g will be constant. b) Find the distance ma made by the car before stopping. c) Find the time t 1/ after which the car elocity decreases twice and the time t z after which the car stops. d) Perform isualization of the motion. Problem 3 Perform a simulation and isualization of the motion of an object accelerated from rest by the constant force F for different alues of coefficient of friction µ (also for µ = ) and for different alues of drag coefficient C, mass m and cross section area of the surface S. Graitational acceleration g is constant. Find the time after which the object reaches gien elocity k. Problem 4 (a) Perform a simulation of the motion of a body located on a semi-circle for different alues of the coefficient of friction µ (also for µ = ) and the circle radius R. Graitational acceleration g is constant. (b) Compare the angle α at which the body begins to slide with the theoretical alue and obtain in the simulations the time dependence of the position angle α(. (c) Perform isualization of the motion.

16 Eercise IV. Simulation of oscillating motion Theory Simple harmonic motion An eample of harmonic oscillator is an object with mass m attached to an ideal spring of spring constant k, while the other end of the spring is fied in some position i.e. to the wall (Fig. 4.1). Such system is called spring pendulum. After the displacement of an object from its equilibrium to position o, the object moes in the form of harmonic oscillation. Analytical solution for the equation of motion (theory) proides position of the object, elocity and acceleration a as follows: ( = o sin (ω = Aω cos( ω a = Aω sin( ω where k ω = m π ω = T F z Fig. 4.1 Eample of the harmonic motion of spring pendulum Period of oscillation is T = π m k We will get isualization of the motion by calculating position and changing the time gradually according to: (t+ = ( + o sin (ω Mechanical energy E m = E k + E p mv = k +

17 where E k and E p are kinetic energy and potential energy, respectiely. Gien the spring constant k and the amplitude o we can calculate the alues of restoring force, acceleration, elocity and position by using the equations: F z (t+ = k (t ) a(t+ = F z (t+ /m V (t+ = V (+a (t + t ) t (t+ = (t )+V (t + t We will get simple pendulum by attaching a tiny ball of mass m to a weightless, non-stretchy thread of the length of a line L. Initial displacement angle is α (Fig. 4.). Fig. 4.. Simple pendulum. Calculation of the period of pendulum T: F = mg sinα Fz sinα = L Fz = k mg sinα k = mg L mg mω = ω = L T = π L g g L

18 Damped harmonic motion occurs when a block of mass m is attached to a spring of spring constant k, the other end of the spring is fied in a constant position and while moing on the surface the block is affected by the sliding friction force F t. The alues of the forces acting upon the object: F s = k, force of stress in a spring F t = µmg, friction force opposite to F t = F s, counterbalances the strength of a spring, when an object is stationary and F t µ mg Fig 4.3. Damped harmonic motion. In case in resistance forces, position of the block (see Fig. 4.1) is defined by the equation: ( = oe ( = oe ω 1 = βt βt k b m 4m sin( t + ω1 φ ) where drag coefficient is b = mβ and β is damping coefficient. (4.1) We will get isualization of the motion by calculating position and changing the time abruptly according to: (t+ = ( + o e βt sin (ω 1 In order to calculate the period of oscillation T we will use formula 4.1by substituting π ω 1 =. T Problem 1 a) Perform a simulation of the motion of a harmonic oscillator by calculating its current parameters. b) Check if the mechanical energy is consered. c) Perform isualization of the motion.

19 d) Compare the results of the simulation of the object position ( with theoretical alues. e) Compare calculated alue of period T with period T s based on the simulation results. Problem Perform a simulation of the motion of a simple pendulum for the gien by superisor alue of the length of a thread and many different initial inclination angles in order to find a maimum angle α ma for which the actual period of oscillation T s will differ by less than 1% from the theoretical alue T. Problem 3 a) Perform a simulation of the damping harmonic motion, on the eample of a harmonic oscillator with friction. b) Perform isualization of the motion. c) Compare the results of the simulation of the object position ( with theoretical alues. d) Predict precisely the time of the motion till its final stopping.

20 Eercise V. Simulation of the motion in the force field Theory Two-dimensional motion of an object in the field of graity Two spherical objects act upon each other with a force F 1 = F 1 = G M 1 M R where M 1 and M are masses of the objects, R distances between their centers and G = Nm /kg is the graitational constant. Fig.5.1 Graitational force acting between two spherical objects. I Cosmic speed The force of graity acts as the centripetal force Mm G R = m R Thus I cosmic speed = GM R Satellites moe around great masses in elliptic orbits with the period defined by Kepler s third law: 4π R T = GM 3 where M is the mass of a heaenly body (i.e. the Sun) around which a satellite orbits, and R is the semi-major ais of the orbit. Rotational motion of an object attached to a spring. In this case the centripetal force is the spring force (see eercise IV) F = -k. Motion of a charged particle in the magnetic field. The particle will moe around the circumference of a circle, the radius of which is defined by:

21 R = M/(Bq) Fig. 5. proides an eample of two-dimensional motion of this type where is perpendicular to B. Fig. 5.. Motion of a charged particle in the magnetic field where B induction of magnetic field, q charge of a particle, elocity of a particle. Problem 1 a) Perform a simulation of the motion of two heaenly bodies of gien masses M 1 and M. b) Perform a simulation of the motion of a body in the planet orbit. c) Perform isualization of the motion. d) Find I cosmic speed. e) Proe the rightness of Kepler s Third Law. Problem a) Perform a simulation of circular motion of a body attached to a spring. b) Perform isualization of the motion. Problem 3 a) Perform a simulation of the two-dimensional motion of a particle of charge q and elocity in the homogeneous magnetic field with induction B. b) Perform isualization of the motion.

22 Eercise VI. Statics and dynamics of a many-body system Theory A many-body system may be ery different in terms of size and number of objects N; the solar system with the planets and the Sun constitute a ery large system but there are relatiely few objects whereas the atom system of nanometer size can contain many atoms. In human scale the closest to the physical points N are balls of mass m i connected by the springs of spring constant k. In each such case a simulation of time eolution of a system is possible if we use numerical solutions for the equations of motion, which is fundamental for the molecular dynamics but also requires selecting the time step t appropriate to the analyzed phenomenon. In case of atoms the step must be small enough so that during this period of time the atom can make the distance of a fraction of the atom radius and for planets the step should be bigger so that they moe according to the scale of cosmic distances. Fig The resultant force F wi acting upon i-th physical point is the ector sum of the forces of interaction (green colour). In each case we must calculate the resultant force acting upon each of N bodies (Fig. 6.1). In case of two-body interaction in the distance (graitational, interatomic) for the point, it is defined by: j = N j =, j i F wi = F ij 1 (6.1) therefore we add up forces for each couple of bodies i and j. The force of their interaction is defined by the general formula:

23 rij F ij = F ( rij ) rij (6.) The components of this force are F ij = F ( rij ) / r ij and F ijy = F ( rij ) y / when the motion is twodimensional. For the graitational interaction of two masses M 1 and M it is: M M r 1 F ( rij ) = G ij, r ij whereas interaction of atoms, here for inert gases, can be described by the formula proposed by Lennard-Jones: F ( r ij 4ε σ ) = σ rij 13 7 σ rij (6.3) where the alues of parameters σ and ε depend on the type of the chosen gas. We calculate the resultant force for N bodies connected by springs by adding up ectors of forces of interaction of directly connected bodies. When such a system is made up by the balls connected by springs in one row and numbered from 1 to N then the resultant force is defined by the formula: F wi = k ( r l r i 1, i i 1, i ) + ( i, i+ 1 ) ri 1, i k r l r i, i+ 1 r i, i+ 1 (6.4) where r i, i+ 1 means the ector connecting i and (i + 1) ball, and l is a free length of a spring when it is neither tight nor stretched. Simulation of the motion of N bodies on XY plane can be performed with the molecular dynamics method een by using the simplest arithmetically Euler s method. For i-th body it is defined by the following equations: a a i y i i yi = F = F ( t + = ( t + = / m / m + a + a ( t + = + i y ( t + = y + i w i wy i i i i yi i i i yi i yi t t t t (6.5)

24 Problem 1 The system is composed of two masses M 1 and M and there is graitational interaction between them and the initial distance between them is Earth-Moon. Mass M 1 was gien elocity 9 km/s at angle α = 45 o to the straight line joining the centres of the masses. Perform a simulation of the motion of eery mass for the time step t = 1h and masses: a) M 1 = M = M Z, b) M 1 =,5 M Z and M = M Z. Check if the momentum, the angular momentum and mechanical energy of the system are consered. Problem The system is composed of two masses m 1 = m = 1 kg connected by a spring of spring constant k = 75 N/m and free length l = 5 cm. Mass m1 was gien elocity 5 m/s: a) in the direction of m, b) at angle α = 9 o to the straight line joining the centres of the masses. Perform a simulation of the motion of eery mass for the time step t =,1 s. Check if the momentum, the moment of momentum and mechanical energy of the system are consered. Problem 3 The system comprises N = 1 physical points of the same masses m = 1 g connected by springs of spring constant k = 5 N/m and free length l = 1 cm. One end of the string of balls is fied in the wall and the other is free. During the period of time t imp =, s we generate an impulse by using harmonic motion to moe the last ball transersely to the chain oer a distance A = cm and then returning to the point of departure. Perform a simulation of the motion of the chain of balls and obsere the displacement and rebound against the wall of the impulse. What is the elocity of the impulse and how does it depend on the mass of the balls and how on the stress of the springs? Problem 4 The system comprises N = 31 identical point masses connected by springs of spring constant k = 1 5 N/m and free length l = 5 cm spread between two walls L = 1 m away. Two outermost masses/balls are fied in the wall. Assuming that the initial shape of chain is a downward-pointing isosceles triangle, perform a simulation of the displacement of the balls in order to find their equilibrium position. To find the equilibrium of such chain in the net Nk = 4 steps, masses must be moed along the resultant force by ector T i = A F wi, where A = m/n. Compare the final position of the balls with theoretical predictions based on the chain cure gien by the equation: F ρ l g y( ) = cosh ρ l g F

25 where ρ l is the linear density of the chain, g graitational acceleration, and F tension of the chain in its lowest horizontal part. Eercise VII. Simulation of the motion of a rocket Theory A rocket consists of the body with the system stabilizing direction of its flight i.e. stabilizers, and the substance which thrown with high elocity from the body of the rocket causes the rocket motion. Most frequently the substance is solid or liquid fuel which burns and changes into gas of high temperature and pressure and is epelled from the nozzle. The epulsion of combustion products with high elocity s relatie to the rocket body results in thrust F c. Its alue can be calculated using Newton s second and third laws for the system of two interacting bodies (Fig. 7.1): substance of mass m epelled at time t from the rocket, and the other part of the rocket of mass M. Fig Idea of deeloping thrust of the rocket of mass M when mass m is epelled from the rocket with elocity s. Notation of Newton s second law for the epelled substance, showing equality between a change of momentum of the substance and the impulse of a force, is as follows proides the alue of an aerage force acting upon mass m: F c s m s = Fc t. This dependency m = (7.1) t which proides the mass m with elocity s at time t. According to Newton s third law the force of identical alue will also act upon the remaining part of the rocket of mass M. The thrust gies the rocket acceleration of alue:

26 Fc a =, (7.) M ( where notation M( informs that the rocket mass is not constant but it decreases due to using up of the fuel. By introducing an important parameter of the rocket, the speed of change of the rocket mass defined as S M = M/ t, we can define the change of mass as follows: M( = M S m t, if this speed is constant. This dependency and equation (7.) proides the equation of the rocket motion: d dt Fc = M S t m where according to equation (7.1) F = S mass of the rocket body and mass of the whole fuel. c m s (7.3) and M is the rocket s initial mass equal of the sum of Equation (7.3) is a differential equation and its result proides us with an interesting dependency of the alue of the rocket elocity on time (. In order to achiee this result we must perform the following operations: Fc d = dt M S t d = Fc dt M S t = Sm ln( M S m m m + C. The alue of constant C is based on the condition () = m/s resulting from the assumption that at the initial moment the rocket was not moing. In this way we get alue C = S m lnm. Final ersion of the equation of the rocket s motion is: ( = S m M ln M S or in different but equialent notation: M = Sm ln. M m t The aboe equations show that the rocket elocity is directly proportional to the elocity of epulsion of mass/fuel from the rocket and to the natural logarithm of the relation of the initial mass to the rocket current mass. Figure 7.. shows dependency of the rocket elocity on time calculated with equation 7.4. We can note that the rocket s elocity increases up to the moment when the whole fuel is used up t w = 7, s, when it stays and thrust from F c = 75 N decreases abruptly to zero. The rocket s critical elocity reaches almost 7 m/s therefore it is oer two times higher than the elocity of epulsion of (7.4) (7.5)

27 combustion products of s = 3 m/s. According to equation 7.5 it would be een higher if the ratio of the initial mass to the final mass, or the mass of the body M k, was lower. Fig. 7.. Dependency on time of the rocket elocity of parameters: M = kg (including mass of the body M k =, kg), S m =,5 kg/s and s. = 3 m/s. Finding information about the rocket position for a gien moment t of its motion requires integration of equation 7.4. The easier way is to get the result through the numerical method i.e. Euler s method for equations: a( = F w / M, ( t + = ( + a( t, ( t + = ( + ( t. Symbol of thrust F c replaced with symbol of resultant force F w in order to use some eternal forces in the simulation for eample perform the simulation a) in ertical flight in the force of graity (F w = F c Mg) or b) in horizontal but it would be hold back by air resistance (F w = F c Mg k ). (7.6) Problem 1 Perform a simulation of the motion of a rocket moing horizontally only under the influence of thrust for parameters gien by the person performing the simulation. Initial alues of the motion shall be: () = and () = m/s. a) Find the rocket s elocity in time function and its maimum alue. Compare the results with theoretical alues. b) Calculate the rocket s position at regular time interals. c) Perform isualization of the rocket s motion.

28 Problem Perform a simulation of the motion of a rocket moing ertically in the force of graity for parameters gien by the person performing the simulation. Initial alues of the motion shall be: y() = and () = m/s. a) Calculate the resultant force acting upon the rocket and find whether it will be able to take off. b) Calculate the rocket elocity in time function and its maimum alue. c) Calculate the rocket position, maimum height and time necessary to reach this height. d) Perform isualization of the rocket motion. BIBLIOGRAPHY 1. D. Holliday, R. Resnick, J. Walker, Fundamental of Physics. PWN, Warszawa 5.. H.D. Young, R.A. Freedman, Uniersity Physics, 1 th ed., Pearson Education, Addison Wesley I. M. Matyka, Symulacje komputerowe w fizyce, Helion,. 4. T. Pang, Metody obliczeniowe w fizyce, PWN, Warszawa 1.

A. unchanged increased B. unchanged unchanged C. increased increased D. increased unchanged

A. unchanged increased B. unchanged unchanged C. increased increased D. increased unchanged IB PHYSICS Name: DEVIL PHYSICS Period: Date: BADDEST CLASS ON CAMPUS CHAPTER B TEST REVIEW. A rocket is fired ertically. At its highest point, it explodes. Which one of the following describes what happens

More information

AP Physics Multiple Choice Practice Gravitation

AP Physics Multiple Choice Practice Gravitation AP Physics Multiple Choice Practice Graitation. Each of fie satellites makes a circular orbit about an object that is much more massie than any of the satellites. The mass and orbital radius of each satellite

More information

On my honor, I have neither given nor received unauthorized aid on this examination.

On my honor, I have neither given nor received unauthorized aid on this examination. Instructor(s): Field/Furic PHYSICS DEPARTENT PHY 2053 Exam 1 October 5, 2011 Name (print, last first): Signature: On my honor, I hae neither gien nor receied unauthorized aid on this examination. YOUR

More information

WORKBOOK MECHANICS OF MATERIALS AND ELEMENTS OF ENGINEERING STRUCTURES

WORKBOOK MECHANICS OF MATERIALS AND ELEMENTS OF ENGINEERING STRUCTURES WORKBOOK MECHANICS OF MATERIALS AND ELEMENTS OF ENGINEERING STRUCTURES LUBLIN 014 Authors: Sylwester Samborski, Andrzej Teter and Marcin Bocheński Desktop publishing: Sylwester Samborski, Andrzej Teter

More information

Physics for Scientists and Engineers 4th Edition, 2017

Physics for Scientists and Engineers 4th Edition, 2017 A Correlation of Physics for Scientists and Engineers 4th Edition, 2017 To the AP Physics C: Mechanics Course Descriptions AP is a trademark registered and/or owned by the College Board, which was not

More information

Lecture 12! Center of mass! Uniform circular motion!

Lecture 12! Center of mass! Uniform circular motion! Lecture 1 Center of mass Uniform circular motion Today s Topics: Center of mass Uniform circular motion Centripetal acceleration and force Banked cures Define the center of mass The center of mass is a

More information

Axis Balanced Forces Centripetal force. Change in velocity Circular Motion Circular orbit Collision. Conservation of Energy

Axis Balanced Forces Centripetal force. Change in velocity Circular Motion Circular orbit Collision. Conservation of Energy When something changes its velocity The rate of change of velocity of a moving object. Can result from a change in speed and/or a change in direction On surface of earth, value is 9.8 ms-²; increases nearer

More information

ONLINE: MATHEMATICS EXTENSION 2 Topic 6 MECHANICS 6.6 MOTION IN A CIRCLE

ONLINE: MATHEMATICS EXTENSION 2 Topic 6 MECHANICS 6.6 MOTION IN A CIRCLE ONLINE: MAHEMAICS EXENSION opic 6 MECHANICS 6.6 MOION IN A CICLE When a particle moes along a circular path (or cured path) its elocity must change een if its speed is constant, hence the particle must

More information

PHYSICS (B) v 2 r. v r

PHYSICS (B) v 2 r. v r PHYSICS 1. If Q be the amount of liquid (iscosity ) flowing per second through a capillary tube of radius r and length l under a pressure difference P, then which of the following relation is correct?

More information

Practice Test for Midterm Exam

Practice Test for Midterm Exam A.P. Physics Practice Test for Midterm Exam Kinematics 1. Which of the following statements are about uniformly accelerated motion? Select two answers. a) If an object s acceleration is constant then it

More information

Mechanics Departmental Exam Last updated November 2013

Mechanics Departmental Exam Last updated November 2013 Mechanics Departmental Eam Last updated November 213 1. Two satellites are moving about each other in circular orbits under the influence of their mutual gravitational attractions. The satellites have

More information

Physics Department Tutorial: Motion in a Circle (solutions)

Physics Department Tutorial: Motion in a Circle (solutions) JJ 014 H Physics (9646) o Solution Mark 1 (a) The radian is the angle subtended by an arc length equal to the radius of the circle. Angular elocity ω of a body is the rate of change of its angular displacement.

More information

N10/4/PHYSI/SPM/ENG/TZ0/XX PHYSICS STANDARD LEVEL PAPER 1. Monday 8 November 2010 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES

N10/4/PHYSI/SPM/ENG/TZ0/XX PHYSICS STANDARD LEVEL PAPER 1. Monday 8 November 2010 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES N1/4/PHYSI/SPM/ENG/TZ/XX 881654 PHYSICS STANDARD LEVEL PAPER 1 Monday 8 Noember 21 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES Do not open this examination paper until instructed to do so. Answer

More information

N12/4/PHYSI/SPM/ENG/TZ0/XX. Physics Standard level Paper 1. Tuesday 13 November 2012 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES

N12/4/PHYSI/SPM/ENG/TZ0/XX. Physics Standard level Paper 1. Tuesday 13 November 2012 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES N1/4/PHYSI/SPM/ENG/TZ0/XX 8816504 Physics Standard leel Paper 1 Tuesday 13 Noember 01 (afternoon) 45 minutes INSTRUCTIONS TO CANDIDATES Do not open this examination paper until instructed to do so. Answer

More information

Physics I. Unit 1 Methods in Science (Systems of Units) Competencies (Do) Students should be able to demonstrate scientific methods.

Physics I. Unit 1 Methods in Science (Systems of Units) Competencies (Do) Students should be able to demonstrate scientific methods. Physics I Unit 1 Methods in Science (Systems of Units) Estimated Time Frame Big Ideas for Units 10 Days Tools are needed for the study of Physics, such as measurement, conversions, significant figures,

More information

Force, Energy & Periodic Motion. Preparation for unit test

Force, Energy & Periodic Motion. Preparation for unit test Force, Energy & Periodic Motion Preparation for unit test Summary of assessment standards (Unit assessment standard only) In the unit test you can expect to be asked at least one question on each sub-skill.

More information

Linear Momentum and Collisions Conservation of linear momentum

Linear Momentum and Collisions Conservation of linear momentum Unit 4 Linear omentum and Collisions 4.. Conseration of linear momentum 4. Collisions 4.3 Impulse 4.4 Coefficient of restitution (e) 4.. Conseration of linear momentum m m u u m = u = u m Before Collision

More information

Multiple Choice -- TEST III

Multiple Choice -- TEST III Multiple Choice Test III--Classical Mechanics Multiple Choice -- TEST III 1) n atomic particle whose mass is 210 atomic mass units collides with a stationary atomic particle B whose mass is 12 atomic mass

More information

Physics 1: Mechanics

Physics 1: Mechanics Physics 1: Mechanics Đào Ngọc Hạnh Tâm Office: A1.53, Email: dnhtam@hcmiu.edu.n HCMIU, Vietnam National Uniersity Acknowledgment: Most of these slides are supported by Prof. Phan Bao Ngoc credits (3 teaching

More information

Get Discount Coupons for your Coaching institute and FREE Study Material at Force System

Get Discount Coupons for your Coaching institute and FREE Study Material at   Force System Get Discount Coupons for your Coaching institute and FEE Study Material at www.pickmycoaching.com Mechanics Force System When a member of forces simultaneously acting on the body, it is known as force

More information

EXAM 3 MECHANICS 40% of the final grade

EXAM 3 MECHANICS 40% of the final grade EXAM 3 MECHANICS 40% of the final grade Winter 2018 Name: Each multiple-choice question is worth 2 marks. 1. The mass of the two wheels shown in the diagram is the same. A force of 1 N is exerted on the

More information

Figure 1 Answer: = m

Figure 1 Answer: = m Q1. Figure 1 shows a solid cylindrical steel rod of length =.0 m and diameter D =.0 cm. What will be increase in its length when m = 80 kg block is attached to its bottom end? (Young's modulus of steel

More information

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS SUBAREA I. COMPETENCY 1.0 UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS MECHANICS Skill 1.1 Calculating displacement, aerage elocity, instantaneous elocity, and acceleration in a gien frame of reference

More information

The maximum kinetic energy is directly proportional to the frequency. The time for one oscillation is directly proportional to the frequency.

The maximum kinetic energy is directly proportional to the frequency. The time for one oscillation is directly proportional to the frequency. Q1.For a body performing simple harmonic motion, which one of the following statements is correct? The maximum kinetic energy is directly proportional to the frequency. The time for one oscillation is

More information

The... of a particle is defined as its change in position in some time interval.

The... of a particle is defined as its change in position in some time interval. Distance is the. of a path followed by a particle. Distance is a quantity. The... of a particle is defined as its change in position in some time interval. Displacement is a.. quantity. The... of a particle

More information

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72.

The number of marks is given in brackets [ ] at the end of each question or part question. The total number of marks for this paper is 72. ADVANCED GCE UNIT 76/ MATHEMATICS (MEI Mechanics MONDAY MAY 7 Additional materials: Answer booklet (8 pages Graph paper MEI Examination Formulae and Tables (MF Morning Time: hour minutes INSTRUCTIONS TO

More information

Why does Saturn have many tiny rings?

Why does Saturn have many tiny rings? 2004 Thierry De Mees hy does Saturn hae many tiny rings? or Cassini-Huygens Mission: New eidence for the Graitational Theory with Dual Vector Field T. De Mees - thierrydemees @ pandora.be Abstract This

More information

Space Probe and Relative Motion of Orbiting Bodies

Space Probe and Relative Motion of Orbiting Bodies Space robe and Relatie Motion of Orbiting Bodies Eugene I. Butiko Saint etersburg State Uniersity, Saint etersburg, Russia E-mail: e.butiko@phys.spbu.ru bstract. Seeral possibilities to launch a space

More information

A B = AB cos θ = 100. = 6t. a(t) = d2 r(t) a(t = 2) = 12 ĵ

A B = AB cos θ = 100. = 6t. a(t) = d2 r(t) a(t = 2) = 12 ĵ 1. A ball is thrown vertically upward from the Earth s surface and falls back to Earth. Which of the graphs below best symbolizes its speed v(t) as a function of time, neglecting air resistance: The answer

More information

1. The diagram below shows the variation with time t of the velocity v of an object.

1. The diagram below shows the variation with time t of the velocity v of an object. 1. The diagram below shows the variation with time t of the velocity v of an object. The area between the line of the graph and the time-axis represents A. the average velocity of the object. B. the displacement

More information

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity

2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity 2007 Problem Topic Comment 1 Kinematics Position-time equation Kinematics 7 2 Kinematics Velocity-time graph Dynamics 6 3 Kinematics Average velocity Energy 7 4 Kinematics Free fall Collisions 3 5 Dynamics

More information

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2009 Pearson Education, Inc.

Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Copyright 2009 Pearson Education, Inc. Chapter 4 Making Sense of the Universe: Understanding Motion, Energy, and Gravity How do we describe motion? Precise definitions to describe motion: Speed: Rate at which object moves speed = distance time

More information

Study Guide Solutions

Study Guide Solutions Study Guide Solutions Table of Contents Chapter 1 A Physics Toolkit... 3 Vocabulary Review... 3 Section 1.1: Mathematics and Physics... 3 Section 1.2: Measurement... 3 Section 1.3: Graphing Data... 4 Chapter

More information

g E. An object whose weight on 6 Earth is 5.0 N is dropped from rest above the Moon s surface. What is its momentum after falling for 3.0s?

g E. An object whose weight on 6 Earth is 5.0 N is dropped from rest above the Moon s surface. What is its momentum after falling for 3.0s? PhysicsndMathsTutor.com 1 1. Take the acceleration due to gravity, g E, as 10 m s on the surface of the Earth. The acceleration due to gravity on the surface of the Moon is g E. n object whose weight on

More information

CIRCULAR MOTION EXERCISE 1 1. d = rate of change of angle

CIRCULAR MOTION EXERCISE 1 1. d = rate of change of angle CICULA MOTION EXECISE. d = rate of change of angle as they both complete angle in same time.. c m mg N r m N mg r Since r A r B N A N B. a Force is always perpendicular to displacement work done = 0 4.

More information

PHYSICS PAPER 1. (THEORY) (Three hours)

PHYSICS PAPER 1. (THEORY) (Three hours) PHYSICS PAPER 1 (THEY) (Three hours) (Candidates are allowed additional 15 minutes for only reading the paper. They must NOT start writing during this time.) All questions are compulsory. Question number

More information

EXPERIMENT 8 BALLISTIC PENDULUM. Figure 1 Setup to determine the initial speed of the projectile using the Blackwood Pendulum

EXPERIMENT 8 BALLISTIC PENDULUM. Figure 1 Setup to determine the initial speed of the projectile using the Blackwood Pendulum EXPERIMENT 8 BALLISTIC PENDULUM I. Introduction. The objectie of this eperiment is to determine the initial elocity of a projectile fired from a gun by two methods. In the first the projectile undergoes

More information

The graph shows how an external force applied to an object of mass 2.0 kg varies with time. The object is initially at rest.

The graph shows how an external force applied to an object of mass 2.0 kg varies with time. The object is initially at rest. T2-2 [195 marks] 1. The graph shows how an external force applied to an object of mass 2.0 kg varies with time. The object is initially at rest. What is the speed of the object after 0.60 s? A. 7.0 ms

More information

The net force on a moving object is suddenly reduced to zero. As a consequence, the object

The net force on a moving object is suddenly reduced to zero. As a consequence, the object The net force on a moving object is suddenly reduced to zero. As a consequence, the object (A) stops abruptly (B) stops during a short time interval (C) changes direction (D) continues at a constant velocity

More information

Purpose of the experiment

Purpose of the experiment Impulse and Momentum PES 116 Adanced Physics Lab I Purpose of the experiment Measure a cart s momentum change and compare to the impulse it receies. Compare aerage and peak forces in impulses. To put the

More information

Last Time: Start Rotational Motion (now thru mid Nov) Basics: Angular Speed, Angular Acceleration

Last Time: Start Rotational Motion (now thru mid Nov) Basics: Angular Speed, Angular Acceleration Last Time: Start Rotational Motion (now thru mid No) Basics: Angular Speed, Angular Acceleration Today: Reiew, Centripetal Acceleration, Newtonian Graitation i HW #6 due Tuesday, Oct 19, 11:59 p.m. Exam

More information

King Fahd University of Petroleum and Minerals Department of Physics. Final Exam 041. Answer key - First choice is the correct answer

King Fahd University of Petroleum and Minerals Department of Physics. Final Exam 041. Answer key - First choice is the correct answer King Fahd University of Petroleum and Minerals Department of Physics MSK Final Exam 041 Answer key - First choice is the correct answer Q1 A 20 kg uniform ladder is leaning against a frictionless wall

More information

Problems. 66 km/h B km/h 30 A. v A. 1.5 ft

Problems. 66 km/h B km/h 30 A. v A. 1.5 ft Problems Problem 3.1 2700-lb automobile starts from rest and traels a quarter of a mile. ssume that the coefficient of static friction between the tires and the paement is 0.70, the automobile has frontwheel

More information

Curriculum Map-- Kings School District Honors Physics

Curriculum Map-- Kings School District Honors Physics Curriculum Map-- Kings School District Honors Physics Big ideas Essential Questions Content Skills/Standards Assessment + Criteria Activities/Resources Motion of an object can be described by its position,

More information

Wiley Plus. Final Assignment (5) Is Due Today: Before 11 pm!

Wiley Plus. Final Assignment (5) Is Due Today: Before 11 pm! Wiley Plus Final Assignment (5) Is Due Today: Before 11 pm! Final Exam Review December 9, 009 3 What about vector subtraction? Suppose you are given the vector relation A B C RULE: The resultant vector

More information

Physics 12. Unit 5 Circular Motion and Gravitation Part 1

Physics 12. Unit 5 Circular Motion and Gravitation Part 1 Physics 12 Unit 5 Circular Motion and Gravitation Part 1 1. Nonlinear motions According to the Newton s first law, an object remains its tendency of motion as long as there is no external force acting

More information

St. Joseph s Anglo-Chinese School

St. Joseph s Anglo-Chinese School Time allowed:.5 hours Take g = 0 ms - if necessary. St. Joseph s Anglo-Chinese School 008 009 First Term Examination Form 6 ASL Physics Section A (40%) Answer ALL questions in this section. Write your

More information

Physics 5A Final Review Solutions

Physics 5A Final Review Solutions Physics A Final Review Solutions Eric Reichwein Department of Physics University of California, Santa Cruz November 6, 0. A stone is dropped into the water from a tower 44.m above the ground. Another stone

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Common Quiz Mistakes / Practice for Final Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A ball is thrown directly upward and experiences

More information

Chapter 1: Kinematics of Particles

Chapter 1: Kinematics of Particles Chapter 1: Kinematics of Particles 1.1 INTRODUCTION Mechanics the state of rest of motion of bodies subjected to the action of forces Static equilibrium of a body that is either at rest or moes with constant

More information

AP PHYSICS 1 Learning Objectives Arranged Topically

AP PHYSICS 1 Learning Objectives Arranged Topically AP PHYSICS 1 Learning Objectives Arranged Topically with o Big Ideas o Enduring Understandings o Essential Knowledges o Learning Objectives o Science Practices o Correlation to Knight Textbook Chapters

More information

Name (please print): UW ID# score last first

Name (please print): UW ID# score last first Name (please print): UW ID# score last first Question I. (20 pts) Projectile motion A ball of mass 0.3 kg is thrown at an angle of 30 o above the horizontal. Ignore air resistance. It hits the ground 100

More information

FOCUS ON CONCEPTS Section 7.1 The Impulse Momentum Theorem

FOCUS ON CONCEPTS Section 7.1 The Impulse Momentum Theorem WEEK-6 Recitation PHYS 3 FOCUS ON CONCEPTS Section 7. The Impulse Momentum Theorem Mar, 08. Two identical cars are traeling at the same speed. One is heading due east and the other due north, as the drawing

More information

PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009

PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009 PHYSICS 221, FALL 2009 EXAM #1 SOLUTIONS WEDNESDAY, SEPTEMBER 30, 2009 Note: The unit vectors in the +x, +y, and +z directions of a right-handed Cartesian coordinate system are î, ĵ, and ˆk, respectively.

More information

v (m/s) 10 d. displacement from 0-4 s 28 m e. time interval during which the net force is zero 0-2 s f. average velocity from 0-4 s 7 m/s x (m) 20

v (m/s) 10 d. displacement from 0-4 s 28 m e. time interval during which the net force is zero 0-2 s f. average velocity from 0-4 s 7 m/s x (m) 20 Physics Final Exam Mechanics Review Answers 1. Use the velocity-time graph below to find the: a. velocity at 2 s 6 m/s v (m/s) 1 b. acceleration from -2 s 6 c. acceleration from 2-4 s 2 m/s 2 2 4 t (s)

More information

Mechanics. Time (s) Distance (m) Velocity (m/s) Acceleration (m/s 2 ) = + displacement/time.

Mechanics. Time (s) Distance (m) Velocity (m/s) Acceleration (m/s 2 ) = + displacement/time. Mechanics Symbols: Equations: Kinematics The Study of Motion s = distance or displacement v = final speed or velocity u = initial speed or velocity a = average acceleration s u+ v v v u v= also v= a =

More information

AP Physics Chapter 9 QUIZ

AP Physics Chapter 9 QUIZ AP Physics Chapter 9 QUIZ Name:. The graph at the right shows the force on an object of mass M as a function of time. For the time interal 0 to 4 seconds, the total change in the momentum of the object

More information

DYNAMICS. Kinematics of Particles Engineering Dynamics Lecture Note VECTOR MECHANICS FOR ENGINEERS: Eighth Edition CHAPTER

DYNAMICS. Kinematics of Particles Engineering Dynamics Lecture Note VECTOR MECHANICS FOR ENGINEERS: Eighth Edition CHAPTER 27 The McGraw-Hill Companies, Inc. All rights resered. Eighth E CHAPTER 11 VECTOR MECHANICS FOR ENGINEERS: DYNAMICS Ferdinand P. Beer E. Russell Johnston, Jr. Kinematics of Particles Lecture Notes: J.

More information

UNITS, DIMENSION AND MEASUREMENT

UNITS, DIMENSION AND MEASUREMENT UNITS, DIMENSION AND MEASUREMENT Measurement of large distance (Parallax Method) D = b θ Here D = distance of the planet from the earth. θ = parallax angle. b = distance between two place of observation

More information

Newton s Gravitational Law

Newton s Gravitational Law 1 Newton s Gravitational Law Gravity exists because bodies have masses. Newton s Gravitational Law states that the force of attraction between two point masses is directly proportional to the product of

More information

Physics 101 Discussion Week 12 Explanation (2011)

Physics 101 Discussion Week 12 Explanation (2011) Physics 101 Discussion Week 12 Eplanation (2011) D12-1 Horizontal oscillation Q0. This is obviously about a harmonic oscillator. Can you write down Newton s second law in the (horizontal) direction? Let

More information

APPLIED MATHEMATICS AM 02

APPLIED MATHEMATICS AM 02 AM SYLLABUS (2013) APPLIED MATHEMATICS AM 02 SYLLABUS Applied Mathematics AM 02 Syllabus (Available in September) Paper I (3 hrs)+paper II (3 hrs) Applied Mathematics (Mechanics) Aims A course based on

More information

Exam Question 6/8 (HL/OL): Circular and Simple Harmonic Motion. February 1, Applied Mathematics: Lecture 7. Brendan Williamson.

Exam Question 6/8 (HL/OL): Circular and Simple Harmonic Motion. February 1, Applied Mathematics: Lecture 7. Brendan Williamson. in a : Exam Question 6/8 (HL/OL): Circular and February 1, 2017 in a This lecture pertains to material relevant to question 6 of the paper, and question 8 of the Ordinary Level paper, commonly referred

More information

AP Physics Multiple Choice Practice Gravitation

AP Physics Multiple Choice Practice Gravitation AP Physics Multiple Choice Practice Gravitation 1. Each of five satellites makes a circular orbit about an object that is much more massive than any of the satellites. The mass and orbital radius of each

More information

Midterm 3 Review (Ch 9-14)

Midterm 3 Review (Ch 9-14) Midterm 3 Review (Ch 9-14) PowerPoint Lectures for University Physics, Twelfth Edition Hugh D. Young and Roger A. Freedman Lectures by James Pazun Copyright 2008 Pearson Education Inc., publishing as Pearson

More information

Your Thoughts. What is the difference between elastic collision and inelastic collision?

Your Thoughts. What is the difference between elastic collision and inelastic collision? Your Thoughts This seemed pretty easy...before we got the checkpoint questions What is the difference between elastic collision and inelastic collision? The most confusing part of the pre lecture was the

More information

Thomas Whitham Sixth Form Mechanics in Mathematics

Thomas Whitham Sixth Form Mechanics in Mathematics Thomas Whitham Sixth Form Mechanics in Mathematics 6/0/00 Unit M Rectilinear motion with constant acceleration Vertical motion under gravity Particle Dynamics Statics . Rectilinear motion with constant

More information

Applied Mathematics B Study Guide

Applied Mathematics B Study Guide Science, Engineering and Technology Portfolio School of Life and Physical Sciences Foundation Studies (Applied Science/Engineering) Applied Mathematics B Study Guide Topics Kinematics Dynamics Work, Energy

More information

DEVIL CHAPTER 6 TEST REVIEW

DEVIL CHAPTER 6 TEST REVIEW IB PHYSICS Name: Period: Date: # Marks: 51 DEVIL PHYSICS BADDEST CLASS ON CAMPUS CHAPTER 6 TEST REVIEW 1. A cyclist rides around a circular track at a uniform speed. Which of the following correctly gives

More information

Oscillations. Oscillations and Simple Harmonic Motion

Oscillations. Oscillations and Simple Harmonic Motion Oscillations AP Physics C Oscillations and Simple Harmonic Motion 1 Equilibrium and Oscillations A marble that is free to roll inside a spherical bowl has an equilibrium position at the bottom of the bowl

More information

The Kinetic Theory of Gases

The Kinetic Theory of Gases 978-1-107-1788-3 Classical and Quantum Thermal Physics The Kinetic Theory of Gases CHAPTER 1 1.0 Kinetic Theory, Classical and Quantum Thermodynamics Two important components of the unierse are: the matter

More information

AP Physics II Summer Packet

AP Physics II Summer Packet Name: AP Physics II Summer Packet Date: Period: Complete this packet over the summer, it is to be turned it within the first week of school. Show all work were needed. Feel free to use additional scratch

More information

Chapter 11 Collision Theory

Chapter 11 Collision Theory Chapter Collision Theory Introduction. Center o Mass Reerence Frame Consider two particles o masses m and m interacting ia some orce. Figure. Center o Mass o a system o two interacting particles Choose

More information

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements.

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements. PHYSICS Course Structure Unit Topics Marks I Physical World and Measurement 1 Physical World 2 Units and Measurements II Kinematics 3 Motion in a Straight Line 23 4 Motion in a Plane III Laws of Motion

More information

paths 1, 2 and 3 respectively in the gravitational field of a point mass m,

paths 1, 2 and 3 respectively in the gravitational field of a point mass m, 58. particles of mass m is moving in a circular path of constant radius r such that its centripetal acceleration a c is varying with time t as a c = k 2 rt 2 where k is a constant. The power delivered

More information

Today s lecture. WEST VIRGINIA UNIVERSITY Physics

Today s lecture. WEST VIRGINIA UNIVERSITY Physics Today s lecture Review of chapters 1-14 Note: I m taking for granted that you ll still know SI/cgs units, order-of-magnitude estimates, etc., so I m focusing on problems. Velocity and acceleration (1d)

More information

LAWS OF MOTION. (i) This law gives the value of force.

LAWS OF MOTION. (i) This law gives the value of force. LAWS OF MOTION The law of inertia given by Galileo was represented by Newton as the first law of motion :" If no external force acts on a body, the body at rest remains at rest and a body in motion continues

More information

PY205N Spring The vectors a, b, and c. are related by c = a b. The diagram below that best illustrates this relationship is (a) I

PY205N Spring The vectors a, b, and c. are related by c = a b. The diagram below that best illustrates this relationship is (a) I PY205N Spring 2013 Final exam, practice version MODIFIED This practice exam is to help students prepare for the final exam to be given at the end of the semester. Please note that while problems on this

More information

EF 151 Final Exam - Spring, 2016 Page 1 Copy 1

EF 151 Final Exam - Spring, 2016 Page 1 Copy 1 EF 151 Final Exam - Spring, 016 Page 1 Copy 1 Name: Section: Instructions: Sit in assigned seat; failure to sit in assigned seat results in a 0 for the exam. Put name and section on your exam. Put seating

More information

Circle correct course: PHYS 1P21 or PHYS 1P91 BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 260 Examination date: 10 November 2014

Circle correct course: PHYS 1P21 or PHYS 1P91 BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 260 Examination date: 10 November 2014 Tutorial #: Circle correct course: PHYS P or PHYS P9 Name: Student #: BROCK UNIVERSITY Test 5: November 04 Number of pages: 5 + formula sheet Course: PHYS P/P9 Number of students: 0 Examination date: 0

More information

Physics. Assignment-1(UNITS AND MEASUREMENT)

Physics. Assignment-1(UNITS AND MEASUREMENT) Assignment-1(UNITS AND MEASUREMENT) 1. Define physical quantity and write steps for measurement. 2. What are fundamental units and derived units? 3. List the seven basic and two supplementary physical

More information

a by a factor of = 294 requires 1/T, so to increase 1.4 h 294 = h

a by a factor of = 294 requires 1/T, so to increase 1.4 h 294 = h IDENTIFY: If the centripetal acceleration matches g, no contact force is required to support an object on the spinning earth s surface. Calculate the centripetal (radial) acceleration /R using = πr/t to

More information

Final Exam. conflicts with the regular time. Two students have confirmed conflicts with me and will take the

Final Exam. conflicts with the regular time. Two students have confirmed conflicts with me and will take the Reiew 3 Final Exam A common final exam time is scheduled d for all sections of Phsics 31 Time: Wednesda December 14, from 8-10 pm. Location for section 00 : BPS 1410 (our regular lecture room). This information

More information

AP Physics C. Momentum. Free Response Problems

AP Physics C. Momentum. Free Response Problems AP Physics C Momentum Free Response Problems 1. A bullet of mass m moves at a velocity v 0 and collides with a stationary block of mass M and length L. The bullet emerges from the block with a velocity

More information

Class XI Physics Syllabus One Paper Three Hours Max Marks: 70

Class XI Physics Syllabus One Paper Three Hours Max Marks: 70 Class XI Physics Syllabus 2013 One Paper Three Hours Max Marks: 70 Class XI Weightage Unit I Physical World & Measurement 03 Unit II Kinematics 10 Unit III Laws of Motion 10 Unit IV Work, Energy & Power

More information

Physics 2211 M Quiz #2 Solutions Summer 2017

Physics 2211 M Quiz #2 Solutions Summer 2017 Physics 2211 M Quiz #2 Solutions Summer 2017 I. (16 points) A block with mass m = 10.0 kg is on a plane inclined θ = 30.0 to the horizontal, as shown. A balloon is attached to the block to exert a constant

More information

Concept Question: Normal Force

Concept Question: Normal Force Concept Question: Normal Force Consider a person standing in an elevator that is accelerating upward. The upward normal force N exerted by the elevator floor on the person is 1. larger than 2. identical

More information

3. What type of force is the woman applying to cart in the illustration below?

3. What type of force is the woman applying to cart in the illustration below? Name: Forces and Motion STUDY GUIDE Directions: Answer the following questions. 1. What is a force? a. A type of energy b. The rate at which an object performs work c. A push or a pull d. An object that

More information

1. What would be the value of F1 to balance the system if F2=20N? 20cm T =? 20kg

1. What would be the value of F1 to balance the system if F2=20N? 20cm T =? 20kg 1. What would be the value of F1 to balance the system if F2=20N? F2 5cm 20cm F1 (a) 3 N (b) 5 N (c) 4N (d) None of the above 2. The stress in a wire of diameter 2 mm, if a load of 100 gram is applied

More information

Centripetal force. Objectives. Assessment. Assessment. Equations. Physics terms 5/13/14

Centripetal force. Objectives. Assessment. Assessment. Equations. Physics terms 5/13/14 Centripetal force Objecties Describe and analyze the motion of objects moing in circular motion. Apply Newton s second law to circular motion problems. Interpret free-body force diagrams. 1. A race car

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics Physics 111.6 MIDTERM TEST #2 November 15, 2001 Time: 90 minutes NAME: STUDENT NO.: (Last) Please Print (Given) LECTURE SECTION

More information

Q1. Which of the following is the correct combination of dimensions for energy?

Q1. Which of the following is the correct combination of dimensions for energy? Tuesday, June 15, 2010 Page: 1 Q1. Which of the following is the correct combination of dimensions for energy? A) ML 2 /T 2 B) LT 2 /M C) MLT D) M 2 L 3 T E) ML/T 2 Q2. Two cars are initially 150 kilometers

More information

Lesson 6: Apparent weight, Radial acceleration (sections 4:9-5.2)

Lesson 6: Apparent weight, Radial acceleration (sections 4:9-5.2) Beore we start the new material we will do another Newton s second law problem. A bloc is being pulled by a rope as shown in the picture. The coeicient o static riction is 0.7 and the coeicient o inetic

More information

Use a BLOCK letter to answer each question: A, B, C, or D (not lower case such a b or script such as D)

Use a BLOCK letter to answer each question: A, B, C, or D (not lower case such a b or script such as D) Physics 23 Spring 212 Answer Sheet Print LAST Name: Rec Sec Letter EM Mini-Test First Name: Recitation Instructor & Final Exam Student ID: Gently remove this page from your exam when you begin. Write clearly

More information

IB PHYSICS SL SEMESTER 1 FINAL REVIEW

IB PHYSICS SL SEMESTER 1 FINAL REVIEW Class: Date: IB PHYSICS SL SEMESTER 1 FINAL REVIEW Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A rocket is fired vertically. At its highest point,

More information

UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE

UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE UNIVERSITY OF MALTA G.F. ABELA JUNIOR COLLEGE FIRST YEAR END-OF-YEAR EXAMINATION SUBJECT: PHYSICS DATE: JUNE 2010 LEVEL: INTERMEDIATE TIME: 09.00h to 12.00h Show ALL working Write units where appropriate

More information

Exam 2: Equation Summary

Exam 2: Equation Summary MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.01 Physics Fall Term 2012 Exam 2: Equation Summary Newton s Second Law: Force, Mass, Acceleration: Newton s Third Law: Center of Mass: Velocity

More information

AAPT UNITED STATES PHYSICS TEAM AIP 2017

AAPT UNITED STATES PHYSICS TEAM AIP 2017 2017 F = ma Exam 1 AAPT UNITED STATES PHYSICS TEAM AIP 2017 2017 F = ma Contest 25 QUESTIONS - 75 MINUTES INSTRUCTIONS DO NOT OPEN THIS TEST UNTIL YOU ARE TOLD TO BEGIN Use g = 10 N/kg throughout this

More information

December 2015 Exam Review July :39 AM. Here are solutions to the December 2014 final exam.

December 2015 Exam Review July :39 AM. Here are solutions to the December 2014 final exam. December 2015 Exam Review July-15-14 10:39 AM Here are solutions to the December 2014 final exam. 1. [5 marks] A soccer ball is kicked from the ground so that it is projected at an initial angle of 39

More information

The Cosmic Perspective Seventh Edition. Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Chapter 4 Lecture

The Cosmic Perspective Seventh Edition. Making Sense of the Universe: Understanding Motion, Energy, and Gravity. Chapter 4 Lecture Chapter 4 Lecture The Cosmic Perspective Seventh Edition Making Sense of the Universe: Understanding Motion, Energy, and Gravity 2014 Pearson Education, Inc. Making Sense of the Universe: Understanding

More information