Dynamics ( 동역학 ) Ch.3 Kinetic of Particles (3.1)

Size: px
Start display at page:

Download "Dynamics ( 동역학 ) Ch.3 Kinetic of Particles (3.1)"

Transcription

1 Dynamics ( 동역학 ) Ch.3 Kinetic of Particles (3.1)

2 Introduction This chapter exclusively deals with the Newton s second Law Newton s second law: - A particle will have an acceleration proportional to the magnitude of the resultant force acting on it in the direction of the resultant force. - This law is a Law of Nature experimentally proven and not the results of an analytical proof. - Newton s second law cannot be used when the particle s speed approaches the speed of light, or if the size of the particle is extremely small (~ size of an atom) - Acceleration must be evaluated with respect to a Newtonian frame of reference, i.e., one that is not accelerating or rotating. 3-

3 3.1: Cartesian Coordinates Newton's second law (for a constant mass) n i1 F i ma This can be called the force balance law where many individual forces maybeactingonthemassm. We might be given the force and asked to determine the acceleration: F a m 3. Or we might be given the acceleration and asked to evaluate the force needed to produce that acceleration: F ma

4 3.1: Cartesian Coordinates In Cartesian coordinates, motions in the x, y and z directions can be viewed as individual rectilinear problems. Applying (3.1) to a Cartesian coordinate system gives F yj 3.4 m xi If we break up the applied force into two components, one in the i direction and one in the j direction, (F =F x i+f y j), we have i : Fx mx j : Fy my We can easily extend this coordinate system to three-dimensional motion just add a unit vector k as shown in the figure. k : Fz mz

5 Equations of Motion Newton s second law provides F ma Solution for particle motion is facilitated by resolving vector equation into scalar component equations, e.g., for rectangular components, F i F j F k ma i a j a k F F x x x ma y mx x z F F y y ma my y x y F F z z z ma mz z

6 Dynamic Equilibrium Alternate expression of Newton s second law, F ma 0 ma inertial vector With the inclusion of the inertial vector, the system of forces acting on the particle is equivalent to zero. The particle is in dynamic equilibrium

7 Procedure for obtaining Equation Of Motion (EOM) 1. Select a convenient inertial coordinate system. Rectangular, normal/tangential, or cylindrical coordinates may be used.. Draw a free-body diagram showing all external forces applied to the particle. Resolve forces into their appropriate coordinate components. 3. Draw the kinetic diagram, showing the particle s inertial force, ma. Resolve this vector into its appropriate components. 4. Apply the equations of motion in their scalar component form and solve these equations for the unknowns. 5. It may be necessary to apply the proper kinematic relations to generate additional equations. 3-7

8 Example 3.1: Analysis of a Spaceship The main engine of a space craft is firing, causing the craft to accelerate in a straight line The craft is moving along the i direction. The acceleration magnitude recorded by the ship's navicomputer is 0. m/s. The mass of the spacecraft is 1 x 10 6 kg. Determine the magnitude of the force being exerted by the engine on the spacecraft this is called the engine's thrust. Neglect any change in mass due to fuel being burned. GOAL Find the magnitude T of the engine's thrust. GIVEN Mass and acceleration of the spaceship. 3-8

9 DRAW The simplified system is shown in Figure 3.3. The only force acting on the spacecraft is the thrust ASSUME No additional assumptions are needed. FORMULATE EQUATIONS Equation tells us that T mx SOLVE There's not much to do here except plug in the given values: = (1.0 x10 6 kg)(0. m/s ) =.0 x 10 5 N 3-9

10 Example 3.: Forces Acting on an Airplane The plane's acceleration vector is currently (1.0i+1.1j+0.050k) m/s, where i and j indicate east and north, respectively, and k points up, away from the earth's surface. Knowing that the mass of the jetliner is 1.5 x 10 5 kg, calculate the individual components of the force acting on it. GOAL Find the force components acting on the plane. GIVEN Mass and acceleration of the airplane. DRAW The simplified system is shown in the figure. The acceleration vectors are along with the i, j, k unit vectors. The plane has acceleration components in the same (orthogonal) directions, 3-10

11 ASSUME No additional assumptions are needed. FORMULATE EQUATIONS This problem, simply requires an application of F = ma A, into each components. Using (3.1) gives us SOLVE F 1 i+ F j + F 3 k = (1.5 x 10 5 kg)[(1.0i +1.1j k)m/s ] F 1 i+ F j + F 3 k = (1.5 x 10 5 kg)[(1.0i +1.1j k)m/s ] = (1.5 x 10 5 i +1.7 x 10 5 j x 10 3 k) N Matching coefficients tells us that i: F 1 = 1.5 x 10 5 N j: F = 1.7 x 10 5 N k: F 3 = 7.5 x 10 3 N 3-11

12 Example 3.3: Response of an Underwater Probe The rear thruster of the probe provides a propulsive force T, while a drag force F d : F d a bv where v is the probe's speed, a = 500 N, and b = 10 kg/m. The thrust T is equal to a constant 10,000 N, the probe has a mass of 10,000 kg, and it is initially moving to the right (positive x direction) at 10 m/s. How fast will it be moving 4 seconds later? GOAL Find the probe's speed at t = 4 s. GIVEN Mass of the probe and form of forces acting on it. 3-1

13 DRAW The free-body diagram and the associated inertial response are shown in figure. ASSUME No additional assumptions are needed. FORMULATE EQUATIONS Applying (3.5) gives us m x T SOLVE Dividing by m and using the given drag expression yields 1 x T a bv m F d To determine the change in speed, we'll use the MATLAB function ode45. The initial conditions are x(0) = 0, x (0) = 10. We'll need to define a column vector y such that y(1,1) = x and y(,1) = x. Our initial condition y0 is therefore given by y0 = [0; 10] ;

14 The time duration of the integration is 4 seconds, and thus our integration vector tspan is specified by tspan= [0 4] ; Typing [t,y] =ode45( probe, tspan, y0) ; will produce the desired position and speed data as the columns of the y matrix after which typing plot (t,y(:, ) ) ; produces the plot shown in Figure 3.8. From the calculated data, the speed at 4 seconds is given by v(4) = 13.5 m/s 3-14

15 We can easily solve for this by setting to zero in : T a T Fd T a bv / b 0 v 30.8 m s If we let the time integration last a good bit longer than 4 seconds, 00 to be precise, we will get the plot shown in Figure

16 Example 3.4: Sliding Ming Bowl A bowl of mass m is suddenly released. Treating it as a particle, find its acceleration at the time of release. GOAL Find the bowl's acceleration. GIVEN Physical description of sloped surface. DRAW Figure shows a schematic of our system. ASSUME The bowl remains in contact with the sloped surface. FORMULATE EQUATIONS Because the motion will be along the slope (in the b 1 direction), it makes sense to express our equation of motion in the b 1, b coordinate set. Applying gives us m rb 1 mg j N1b1 N b 3-16

17 Two sets of unit vectors are shown: i, j for right-left/up-down motion and b 1, b for motion along the slope and orthogonal to it. The coordinate r is introduced to track motion along the slope. The gravity force (mg) is oriented vertically, but the two reaction forces created by the bowl/slope interface (N 1 and N ) are aligned with the b 1 and b directions. b 1 b i cos θ -sin θ j sin θ cos θ m rb m rb 1 mg j N1b1 N b b cos b N b N mg b sin b1 : mr N1 mg sin b : 0 N mg cos 3-17

18 b1 : mr N1 mg sin SOLVE The bowl remains in contact with the slope. This means no motion in the b direction; The second equation of motion has zero on the left-hand side. There are two equations with three unknowns:, N 1, and N. r The conclusion must therefore be that either (1) we need a third equation or () one of the unknowns is, in fact, known. Two reaction forces were included (for full generality) N 1 and N but we were told that the bowl/slope interface is frictionless, N 1 = 0. b : 0 N mg cos 3-18

19 m r mg sin r g sin where the minus sign tells us that the bowl accelerates downslope. The second equation gives us something we were not asked to find the normal force exerted by the slope on the vase: 0 N mg cos N mg cos CHECK Our acceleration is proportional to g, which has the units of acceleration, and the normal force N is proportional to mg, which has the units of force. So the units seem fine. The solution, r g sin, tells that the acceleration is less than g, it makes sense that the acceleration is less than what a freely falling object would experience. The magnitude of the acceleration is proportional to sin θ. The same logic supports the solution for the normal force. If the slope were horizontal, we would expect to get N =mg,whichis exactly the solution of the equation (mg cos0 = mg). 3-19

20 Example 3.5: Particle in an Enclosure A particle m is suspended in a rigid container by two massless, inextensible strings, AB and BC. A force is applied to the container so that it accelerates to the right at x. Under this constant acceleration, the tension in string is four times greater than that of string AB. Determine both the acceleration x and the tension in AB. GOAL Find the acceleration of the suspended mass m at B and find the tension in the strings. GIVEN The orientation of the supporting strings, the acceleration of the enclosure, and the relative tension in the strings. DRAW Figure 3.13 shows a free-body and inertial response diagram for the suspended mass. ASSUME We are given that the strings are massless and inextensible. BC 3-0

21 FORMULATE EQUATIONS We will need to apply (3.1), and realize that for this case we have a sum of three forces: two tension forces and a gravity-induced body force. T b T c mg j mx i To solve this, we will have to create the coordinate transformation arrays that let us express b 1 and c 1 in terms of i and j: i j b 1 cos θ sin θ b -sin θ cos θ SOLVE T cos 4T cos Let T = 4T 1 = 4T, decompose (3.1) into the i and j directions: mx 3.13 T sin 4T sin mg Use (3.14) to solve for T: mg T sin Substitute for in to find the acceleration 3g x 5 tan 3-1

22 Chapter 3.: Polar Coordinates In polar coordinates, the force will be broken down F r e r F e θ Fr ma r F ma or m m r r F r 3.16 r r F 3.17 Unlike the Cartesian case, the polar representation is strongly coupled. A force component in the e r direction affects both r and, A force component in the e θ direction affects r,, and. 3-

23 With the Cartesian representation, you could change a particle's acceleration in the x direction by applying a force in that direction: Fx x m There's no direct way to alter only r or by applying a force in a particular direction, however. The value of r or depends on the force as well as on the particle's positions and velocities. In the direction, for example, we have F r r m r There's not much else to say, and so let's move on to some examples. 3-3

24 Example 3.6 Forces Acting On A Payload A robotic arm that operates in a horizontal plane is shown in Figure The programming for the arm is such that the 4 kg payload with mass follows a path given by r t a a t a 1 3t where a 1 =0.7m,a =0.1 m/s, a 3 = 0.05 m/s, and Θ(t) = b 1 t+b t where b 1 = 0.8 rad/s and b = 0.03 rad/s. What are the forces acting on the payload at t = 1.1 s? Ignore gravity. GOAL Determine the forces acting on the payload at a particular time. GIVEN Description in time of the motion variables. DRAW Figure 3.15a shows a schematic of the system. 3-4

25 Figure 3.14 Mass in a robotic arm. 3-5

26 Figure 3.15 Schematic and FBD=IRD of mass. All that matters to us is the payload. The arm doesn't come into play except as the means by which the payload is moved. Thus our diagram includes only the payload itself. Because the motion is given in terms of r and θ, we should use a polar coordinate representation, which means our unit vectors are e r and e θ. Figure 3.15b shows that all the applied forces are represented by the two net forces F r and F θ. Keep in mind that these are the net forces. It's true, for instance, that a contact force developed between each gripper and the payload, and for some problems we might want to know what these individual forces are equal to. In this problem, however, all we care about is the overall force exerted on the payload. 3-6

27 ASSUME Because r and θ are given as explicit functions of time, they and their derivatives are not unknowns. Thus we have two equations with two unknowns (F r and F θ ). FORMULATE EQUATIONS Applying (3.16) and (3.17) gives us SOLVE m r r Fr r r F m Differentiating our expressions for r and θ leads to r t a a t a t r r 1 t a t a3 t b1t t b1 t b a b b 3 t t t 3 3-7

28 and evaluating at t =1.1s,wefind for a final result of r r r m m / s m / s rad rad / s rad s / Using these values in our equations of motion yields (4 kg) [ 0.1 m/s ( m)(0.734 rad/s) ] = F (4 kg)[(0.871 m)( rad/s ) + (0.10 m/s)(0.734 rad/s)] F r = N, F θ = 1.0 N 3-8

29 Example 3.9 No-Slip In A Rotating Arm Figure 3.19 shows an arm that rotates in a horizontal plane about O. Attached to the end of the arm is a small enclosure that holds a particle P. The surface farthest from O is flat and angled at 80, as shown. What is the minimum coefficient of static friction µ s that would permit P to remain fixed with respect to the angled surface? Assume that and is constant. GOAL Calculate the minimum value of µ s such that P won't slide relative to the spinning enclosure. GIVEN Orientation of the enclosure and distance of P from center of rotation. DRAW Figure 3.0 shows the system under consideration along with two sets of unit vectors, both fixed to the rotating arm, while Figure 3.1 shows the relevant free-body/inertial response diagram. This problem is an example of when it's convenient to set up the unit vectors in a way that's not so convenient when it comes time to produce the transformation array. 3-9

30 Figure 3.19 Rotating arm with enclosed mass. 3-30

31 Figure 3.0 Unit vectors for rotating arm. 3-31

32 Figure 3.1 FBD=IRD for constrained mass. 3-3

33 Logically, it makes sense to align the b 1, b vectors as shown in Figure 3.0, with b 1 directed along the surface that P contacts and b normal to that surface. We know that there will be a normal force between the constraining surface and P and a sliding force developed along the surface (shown as N and S, respectively, in Figure 3.1). Although nice from the standpoint of physics, we derived the coordinate transformation arrays for angles that are small and for which it was then easy to say cosφ 1 andsinφ Φ. So what do we do? Just allow the 80 angle of our problem to become much smaller and rotate the unit vectors b 1 and b along with it. Doing so will give us Figure 3.. It's now straightforward to create our transformation. b 1 and e r are essentially opposed; hence they are related by cosφ. The same holds between b and e θ. Getting to the tip of b 1 means going in the opposite direction to e r andthenjustalittle bit in the e θ direction. 3-33

34 Figure 3. Unit vectors aligned to simplify construction of coordinate transformation array. 3-34

35 Hence b1 cos er sin e.similarly,gettingtothetipofb means going in the opposite direction to e θ andthenjustabitalong the negative direction: b cose r sin e r. The entire transformation array is thus given by b 1 b e r -cos Φ -sin Φ e θ sin Φ -cos Φ where Φ, as shown in Figure 3-, should be set equal to 80 to match the example's conditions. FORMULATE EQUATIONS A force balance gives us r r e r r e Nb Sb1 m r 3-35

36 ASSUME Assume that the mass does not move relative to the enclosure. SOLVE Using the constraints to simplify our set of unknowns, we will need to apply the given system constraints r L, r r 0, 0 in our equation of motion. Expressing everything in terms of and gives ml er Nb Sb 1 ml cos80b 1 ml sin 80b Nb Sb 1 Equating coefficients leads to: b1 : S ml cos80 b : N ml sin

37 When S is a maximum, S=µ s N. Using (3.8) and (3.9) gives us L cos80 L sin 80 s s cot CHECK Why is the value we just solved for equal to the minimum value of µ? It all has to do with our assumptions. We approached the problem by assuming that the mass was stationary with respect to the enclosure. For this to be the case, the coefficient of static friction has to be large enough, that is, sufficiently large so that the forces trying to get the mass to slide aren't able to overcome the static friction. 3-37

Chapter 4: Newton s Second Law F = m a. F = m a (4.2)

Chapter 4: Newton s Second Law F = m a. F = m a (4.2) Lecture 7: Newton s Laws and Their Applications 1 Chapter 4: Newton s Second Law F = m a First Law: The Law of Inertia An object at rest will remain at rest unless, until acted upon by an external force.

More information

ME 230 Kinematics and Dynamics

ME 230 Kinematics and Dynamics ME 230 Kinematics and Dynamics Wei-Chih Wang Department of Mechanical Engineering University of Washington Lecture 6: Particle Kinetics Kinetics of a particle (Chapter 13) - 13.4-13.6 Chapter 13: Objectives

More information

PS113 Chapter 4 Forces and Newton s laws of motion

PS113 Chapter 4 Forces and Newton s laws of motion PS113 Chapter 4 Forces and Newton s laws of motion 1 The concepts of force and mass A force is described as the push or pull between two objects There are two kinds of forces 1. Contact forces where two

More information

Isaac Newton ( ) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity

Isaac Newton ( ) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity Isaac Newton (1642-1727) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity Newton s First Law (Law of Inertia) An object will remain at rest or in a constant state of

More information

NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections )

NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections ) NEWTON S LAWS OF MOTION (EQUATION OF MOTION) (Sections 13.1-13.3) Today s Objectives: Students will be able to: a) Write the equation of motion for an accelerating body. b) Draw the free-body and kinetic

More information

dt 2 x = r cos(θ) y = r sin(θ) r = x 2 + y 2 tan(θ) = y x A circle = πr 2

dt 2 x = r cos(θ) y = r sin(θ) r = x 2 + y 2 tan(θ) = y x A circle = πr 2 v = v i + at a dv dt = d2 x dt 2 A sphere = 4πr 2 x = x i + v i t + 1 2 at2 x = r cos(θ) V sphere = 4 3 πr3 v 2 = v 2 i + 2a x F = ma R = v2 sin(2θ) g y = r sin(θ) r = x 2 + y 2 tan(θ) = y x a c = v2 r

More information

Physics B Newton s Laws AP Review Packet

Physics B Newton s Laws AP Review Packet Force A force is a push or pull on an object. Forces cause an object to accelerate To speed up To slow down To change direction Unit: Newton (SI system) Newton s First Law The Law of Inertia. A body in

More information

Welcome back to Physics 211

Welcome back to Physics 211 Welcome back to Physics 211 Today s agenda: Weight Friction Tension 07-1 1 Current assignments Thursday prelecture assignment. HW#7 due this Friday at 5 pm. 07-1 2 Summary To solve problems in mechanics,

More information

Newton s 3 Laws of Motion

Newton s 3 Laws of Motion Newton s 3 Laws of Motion 1. If F = 0 No change in motion 2. = ma Change in motion Fnet 3. F = F 1 on 2 2 on 1 Newton s First Law (Law of Inertia) An object will remain at rest or in a constant state of

More information

Chapter 4. Forces and Newton s Laws of Motion. continued

Chapter 4. Forces and Newton s Laws of Motion. continued Chapter 4 Forces and Newton s Laws of Motion continued 4.9 Static and Kinetic Frictional Forces When an object is in contact with a surface forces can act on the objects. The component of this force acting

More information

NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES

NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES Objectives: Students will be able to: 1. Write the equation of motion for an accelerating body. 2. Draw the

More information

Physics 111 Lecture 4 Newton`s Laws

Physics 111 Lecture 4 Newton`s Laws Physics 111 Lecture 4 Newton`s Laws Dr. Ali ÖVGÜN EMU Physics Department www.aovgun.com he Laws of Motion q Newton s first law q Force q Mass q Newton s second law q Newton s third law q Examples Isaac

More information

Lecture 10. Example: Friction and Motion

Lecture 10. Example: Friction and Motion Lecture 10 Goals: Exploit Newton s 3 rd Law in problems with friction Employ Newton s Laws in 2D problems with circular motion Assignment: HW5, (Chapter 7, due 2/24, Wednesday) For Tuesday: Finish reading

More information

Lecture 5. Dynamics. Forces: Newton s First and Second

Lecture 5. Dynamics. Forces: Newton s First and Second Lecture 5 Dynamics. Forces: Newton s First and Second What is a force? It s a pull or a push: F F Force is a quantitative description of the interaction between two physical bodies that causes them to

More information

PHYS-2010: General Physics I Course Lecture Notes Section V

PHYS-2010: General Physics I Course Lecture Notes Section V PHYS-2010: General Physics I Course Lecture Notes Section V Dr. Donald G. Luttermoser East Tennessee State University Edition 2.5 Abstract These class notes are designed for use of the instructor and students

More information

Chapter 5. The Laws of Motion

Chapter 5. The Laws of Motion Chapter 5 The Laws of Motion The Laws of Motion The description of an object in motion included its position, velocity, and acceleration. There was no consideration of what might influence that motion.

More information

EQUATIONS OF MOTION: RECTANGULAR COORDINATES

EQUATIONS OF MOTION: RECTANGULAR COORDINATES EQUATIONS OF MOTION: RECTANGULAR COORDINATES Today s Objectives: Students will be able to: 1. Apply Newton s second law to determine forces and accelerations for particles in rectilinear motion. In-Class

More information

The Laws of Motion. Newton s first law Force Mass Newton s second law Gravitational Force Newton s third law Examples

The Laws of Motion. Newton s first law Force Mass Newton s second law Gravitational Force Newton s third law Examples The Laws of Motion Newton s first law Force Mass Newton s second law Gravitational Force Newton s third law Examples Gravitational Force Gravitational force is a vector Expressed by Newton s Law of Universal

More information

Chapter 5. The Laws of Motion

Chapter 5. The Laws of Motion Chapter 5 The Laws of Motion The Laws of Motion The description of an object in There was no consideration of what might influence that motion. Two main factors need to be addressed to answer questions

More information

The Concept of Force Newton s First Law and Inertial Frames Mass Newton s Second Law The Gravitational Force and Weight Newton s Third Law Analysis

The Concept of Force Newton s First Law and Inertial Frames Mass Newton s Second Law The Gravitational Force and Weight Newton s Third Law Analysis The Laws of Motion The Concept of Force Newton s First Law and Inertial Frames Mass Newton s Second Law The Gravitational Force and Weight Newton s Third Law Analysis Models using Newton s Second Law Forces

More information

Solved Problems. 3.3 The object in Fig. 3-1(a) weighs 50 N and is supported by a cord. Find the tension in the cord.

Solved Problems. 3.3 The object in Fig. 3-1(a) weighs 50 N and is supported by a cord. Find the tension in the cord. 30 NEWTON'S LAWS [CHAP. 3 Solved Problems 3.1 Find the weight on Earth of a body whose mass is (a) 3.00 kg, (b) 200 g. The general relation between mass m and weight F W is F W ˆ mg. In this relation,

More information

Ground Rules. PC1221 Fundamentals of Physics I. Force. Zero Net Force. Lectures 9 and 10 The Laws of Motion. A/Prof Tay Seng Chuan

Ground Rules. PC1221 Fundamentals of Physics I. Force. Zero Net Force. Lectures 9 and 10 The Laws of Motion. A/Prof Tay Seng Chuan PC1221 Fundamentals of Physics I Lectures 9 and 10 The Laws of Motion A/Prof Tay Seng Chuan 1 Ground Rules Switch off your handphone and pager Switch off your laptop computer and keep it No talking while

More information

Forces Part 1: Newton s Laws

Forces Part 1: Newton s Laws Forces Part 1: Newton s Laws Last modified: 13/12/2017 Forces Introduction Inertia & Newton s First Law Mass & Momentum Change in Momentum & Force Newton s Second Law Example 1 Newton s Third Law Common

More information

Physics 101 Lecture 5 Newton`s Laws

Physics 101 Lecture 5 Newton`s Laws Physics 101 Lecture 5 Newton`s Laws Dr. Ali ÖVGÜN EMU Physics Department The Laws of Motion q Newton s first law q Force q Mass q Newton s second law q Newton s third law qfrictional forces q Examples

More information

Chapter 5: Forces in Two Dimensions. Click the mouse or press the spacebar to continue.

Chapter 5: Forces in Two Dimensions. Click the mouse or press the spacebar to continue. Chapter 5: Forces in Two Dimensions Click the mouse or press the spacebar to continue. Chapter 5 Forces in Two Dimensions In this chapter you will: Represent vector quantities both graphically and algebraically.

More information

Chapter 5. The Laws of Motion

Chapter 5. The Laws of Motion Chapter 5 The Laws of Motion Sir Isaac Newton 1642 1727 Formulated basic laws of mechanics Discovered Law of Universal Gravitation Invented form of calculus Many observations dealing with light and optics

More information

Practice. Newton s 3 Laws of Motion. Recall. Forces a push or pull acting on an object; a vector quantity measured in Newtons (kg m/s²)

Practice. Newton s 3 Laws of Motion. Recall. Forces a push or pull acting on an object; a vector quantity measured in Newtons (kg m/s²) Practice A car starts from rest and travels upwards along a straight road inclined at an angle of 5 from the horizontal. The length of the road is 450 m and the mass of the car is 800 kg. The speed of

More information

Physics 2514 Lecture 13

Physics 2514 Lecture 13 Physics 2514 Lecture 13 P. Gutierrez Department of Physics & Astronomy University of Oklahoma Physics 2514 p. 1/18 Goals We will discuss some examples that involve equilibrium. We then move on to a discussion

More information

Chap. 4: Newton s Law of Motion

Chap. 4: Newton s Law of Motion Chap. 4: Newton s Law of Motion And Chap.5 Applying Newton s Laws (more examples) Force; Newton s 3 Laws; Mass and Weight Free-body Diagram (1D) Free-body Diagram (1D, 2 Bodies) Free-body Diagram (2D)

More information

CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5

CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5 1 / 40 CEE 271: Applied Mechanics II, Dynamics Lecture 9: Ch.13, Sec.4-5 Prof. Albert S. Kim Civil and Environmental Engineering, University of Hawaii at Manoa 2 / 40 EQUATIONS OF MOTION:RECTANGULAR COORDINATES

More information

However, the friction forces are limited in magnitude and will not prevent motion if sufficiently large forces are applied.

However, the friction forces are limited in magnitude and will not prevent motion if sufficiently large forces are applied. FRICTION 1 Introduction In preceding chapters, it was assumed that surfaces in contact were either frictionless (surfaces could move freely with respect to each other) or rough (tangential forces prevent

More information

Chapter 4. Dynamics: Newton s Laws of Motion. That is, describing why objects move

Chapter 4. Dynamics: Newton s Laws of Motion. That is, describing why objects move Chapter 4 Dynamics: Newton s Laws of Motion That is, describing why objects move orces Newton s 1 st Law Newton s 2 nd Law Newton s 3 rd Law Examples of orces: Weight, Normal orce, Tension, riction ree-body

More information

Chapter 5. Force and Motion-I

Chapter 5. Force and Motion-I Chapter 5 Force and Motion-I 5.3 Newton s First Law Newton s First Law: If no force acts on a body, the body s velocity cannot change The purpose of Newton s First Law is to introduce the special frames

More information

Vector Mechanics: Statics

Vector Mechanics: Statics PDHOnline Course G492 (4 PDH) Vector Mechanics: Statics Mark A. Strain, P.E. 2014 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658 Phone & Fax: 703-988-0088 www.pdhonline.org www.pdhcenter.com

More information

Newton s Laws and Free-Body Diagrams General Physics I

Newton s Laws and Free-Body Diagrams General Physics I Newton s Laws and Free-Body Diagrams In the next few sections, we will be exploring some of the most fundamental laws of our universe, laws that govern the relationship actions and motion. These laws are

More information

Lecture 7: More on Newton s Laws

Lecture 7: More on Newton s Laws Lecture 7: More on Newton s Laws Other Important Aspects of the Second Law: Note that = ma is a vector equation, i.e., it is equivalent to saying: = ma x y z = ma = ma An object accelerates in the same

More information

Chapter 5. Forces in Two Dimensions

Chapter 5. Forces in Two Dimensions Chapter 5 Forces in Two Dimensions Chapter 5 Forces in Two Dimensions In this chapter you will: Represent vector quantities both graphically and algebraically. Use Newton s laws to analyze motion when

More information

Resolving Forces. This idea can be applied to forces:

Resolving Forces. This idea can be applied to forces: Page 1 Statics esolving Forces... 2 Example 1... 3 Example 2... 5 esolving Forces into Components... 6 esolving Several Forces into Components... 6 Example 3... 7 Equilibrium of Coplanar Forces...8 Example

More information

Chapter 3 The Laws of motion. The Laws of motion

Chapter 3 The Laws of motion. The Laws of motion Chapter 3 The Laws of motion The Laws of motion The Concept of Force. Newton s First Law. Newton s Second Law. Newton s Third Law. Some Applications of Newton s Laws. 1 5.1 The Concept of Force Force:

More information

Core Mathematics M1. Dynamics (Planes)

Core Mathematics M1. Dynamics (Planes) Edexcel GCE Core Mathematics M1 Dynamics (Planes) Materials required for examination Mathematical Formulae (Green) Items included with question papers Nil Advice to Candidates You must ensure that your

More information

EQUATIONS OF MOTION: CYLINDRICAL COORDINATES

EQUATIONS OF MOTION: CYLINDRICAL COORDINATES Today s Objectives: Students will be able to: 1. Analyze the kinetics of a particle using cylindrical coordinates. EQUATIONS OF MOTION: CYLINDRICAL COORDINATES In-Class Activities: Check Homework Reading

More information

1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity.

1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity. 1. Draw a FBD of the toy plane if it is suspended from a string while you hold the string and move across the room at a constant velocity. 2. A 15 kg bag of bananas hangs from a taunt line strung between

More information

Example force problems

Example force problems PH 105 / LeClair Fall 2015 Example force problems 1. An advertisement claims that a particular automobile can stop on a dime. What net force would actually be necessary to stop a 850 kg automobile traveling

More information

Prof. Dr. I. Nasser T171 Chapter5_I 12/10/2017

Prof. Dr. I. Nasser T171 Chapter5_I 12/10/2017 Prof. Dr. I. Nasser T171 Chapter5_I 1/10/017 Chapter 5 Force and Motion I 5-1 NEWTON S FIRST AND SECOND LAWS Newton s Three Laws Newton s 3 laws define some of the most fundamental things in physics including:

More information

AP Physics First Nine Weeks Review

AP Physics First Nine Weeks Review AP Physics First Nine Weeks Review 1. If F1 is the magnitude of the force exerted by the Earth on a satellite in orbit about the Earth and F2 is the magnitude of the force exerted by the satellite on the

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

An Overview of Mechanics

An Overview of Mechanics An Overview of Mechanics Mechanics: The study of how bodies react to forces acting on them. Statics: The study of bodies in equilibrium. Dynamics: 1. Kinematics concerned with the geometric aspects of

More information

Physics 101. Hour Exam I Fall Last Name: First Name Network-ID Discussion Section: Discussion TA Name:

Physics 101. Hour Exam I Fall Last Name: First Name Network-ID Discussion Section: Discussion TA Name: Last Name: First Name Network-ID Discussion Section: Discussion TA Name: Instructions Turn off your cell phone and put it away. Keep your calculator on your own desk. Calculators cannot be shared. This

More information

STEP Support Programme. Mechanics STEP Questions

STEP Support Programme. Mechanics STEP Questions STEP Support Programme Mechanics STEP Questions This is a selection of mainly STEP I questions with a couple of STEP II questions at the end. STEP I and STEP II papers follow the same specification, the

More information

Newton s First Law and IRFs

Newton s First Law and IRFs Goals: Physics 207, Lecture 6, Sept. 22 Recognize different types of forces and know how they act on an object in a particle representation Identify forces and draw a Free Body Diagram Solve 1D and 2D

More information

M1 January Immediately after the collision Q moves with speed 5 m s 1. Calculate. the speed of P immediately after the collision,

M1 January Immediately after the collision Q moves with speed 5 m s 1. Calculate. the speed of P immediately after the collision, M1 January 2003 1. railway truck P of mass 2000 kg is moving along a straight horizontal track with speed 10 m s 1. The truck P collides with a truck Q of mass 3000 kg, which is at rest on the same track.

More information

Web practice Chapter 4 Newton's Laws of Motion

Web practice Chapter 4 Newton's Laws of Motion Name: Class: _ Date: _ Web practice Chapter 4 Newton's Laws of Motion Multiple Choice Identify the choice that best completes the statement or answers the question. 1. If we know an object is moving at

More information

Physics for Scientists and Engineers. Chapter 5 Force and Motion

Physics for Scientists and Engineers. Chapter 5 Force and Motion Physics for Scientists and Engineers Chapter 5 Force and Motion Spring, 2008 Ho Jung Paik Force Forces are what cause any change in the velocity of an object The net force is the vector sum of all the

More information

Physics 125, Spring 2006 Monday, May 15, 8:00-10:30am, Old Chem 116. R01 Mon. 12:50 R02 Wed. 12:50 R03 Mon. 3:50. Final Exam

Physics 125, Spring 2006 Monday, May 15, 8:00-10:30am, Old Chem 116. R01 Mon. 12:50 R02 Wed. 12:50 R03 Mon. 3:50. Final Exam Monday, May 15, 8:00-10:30am, Old Chem 116 Name: Recitation section (circle one) R01 Mon. 12:50 R02 Wed. 12:50 R03 Mon. 3:50 Closed book. No notes allowed. Any calculators are permitted. There are no trick

More information

Chapter 4 Dynamics: Newton s Laws of Motion

Chapter 4 Dynamics: Newton s Laws of Motion Chapter 4 Dynamics: Newton s Laws of Motion Units of Chapter 4 Force Newton s First Law of Motion Mass Newton s Second Law of Motion Newton s Third Law of Motion Weight the Force of Gravity; and the Normal

More information

Downloaded from

Downloaded from Chapter 5 (Laws of Motion) Multiple Choice Questions Single Correct Answer Type Q1. A ball is travelling with uniform translatory motion. This means that (a) it is at rest. (b) the path can be a straight

More information

Chapter 10: Dynamics of Rotational Motion

Chapter 10: Dynamics of Rotational Motion Chapter 10: Dynamics of Rotational Motion What causes an angular acceleration? The effectiveness of a force at causing a rotation is called torque. QuickCheck 12.5 The four forces shown have the same strength.

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Module No. - 01 Basics of Statics Lecture No. - 01 Fundamental of Engineering Mechanics

More information

PHYS 101 Previous Exam Problems. Force & Motion I

PHYS 101 Previous Exam Problems. Force & Motion I PHYS 101 Previous Exam Problems CHAPTER 5 Force & Motion I Newton s Laws Vertical motion Horizontal motion Mixed forces Contact forces Inclines General problems 1. A 5.0-kg block is lowered with a downward

More information

Forces. Prof. Yury Kolomensky Feb 9/12, 2007

Forces. Prof. Yury Kolomensky Feb 9/12, 2007 Forces Prof. Yury Kolomensky Feb 9/12, 2007 - Hooke s law - String tension - Gravity and Weight - Normal force - Friction - Drag -Review of Newton s laws Today s Plan Catalog common forces around us What

More information

PHYSICS 221, FALL 2010 EXAM #1 Solutions WEDNESDAY, SEPTEMBER 29, 2010

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

More information

HSC PHYSICS ONLINE B F BA. repulsion between two negatively charged objects. attraction between a negative charge and a positive charge

HSC PHYSICS ONLINE B F BA. repulsion between two negatively charged objects. attraction between a negative charge and a positive charge HSC PHYSICS ONLINE DYNAMICS TYPES O ORCES Electrostatic force (force mediated by a field - long range: action at a distance) the attractive or repulsion between two stationary charged objects. AB A B BA

More information

General Physics I Spring Applying Newton s Laws

General Physics I Spring Applying Newton s Laws General Physics I Spring 2011 Applying Newton s Laws 1 Equilibrium An object is in equilibrium if the net force acting on it is zero. According to Newton s first law, such an object will remain at rest

More information

EQUATIONS OF MOTION: CYLINDRICAL COORDINATES (Section 13.6)

EQUATIONS OF MOTION: CYLINDRICAL COORDINATES (Section 13.6) EQUATIONS OF MOTION: CYLINDRICAL COORDINATES (Section 13.6) Today s Objectives: Students will be able to analyze the kinetics of a particle using cylindrical coordinates. APPLICATIONS The forces acting

More information

CHAPTER 4 NEWTON S LAWS OF MOTION

CHAPTER 4 NEWTON S LAWS OF MOTION 62 CHAPTER 4 NEWTON S LAWS O MOTION CHAPTER 4 NEWTON S LAWS O MOTION 63 Up to now we have described the motion of particles using quantities like displacement, velocity and acceleration. These quantities

More information

Physics Chapter 4 Newton s Laws of Motion

Physics Chapter 4 Newton s Laws of Motion Physics Chapter 4 Newton s Classical Mechanics Classical Mechanics Describes the relationship between the motion of objects in our everyday world and the forces acting on them Conditions when Classical

More information

Lecture 2 - Force Analysis

Lecture 2 - Force Analysis Lecture 2 - orce Analysis A Puzzle... Triangle or quadrilateral? 4 distinct points in a plane can either be arrange as a triangle with a point inside or as a quadrilateral. Extra Brownie Points: Use the

More information

= o + t = ot + ½ t 2 = o + 2

= o + t = ot + ½ t 2 = o + 2 Chapters 8-9 Rotational Kinematics and Dynamics Rotational motion Rotational motion refers to the motion of an object or system that spins about an axis. The axis of rotation is the line about which the

More information

P - f = m a x. Now, if the box is already moving, for the frictional force, we use

P - f = m a x. Now, if the box is already moving, for the frictional force, we use Chapter 5 Class Notes This week, we return to forces, and consider forces pointing in different directions. Previously, in Chapter 3, the forces were parallel, but in this chapter the forces can be pointing

More information

Chapter 5 Newton s Laws of Motion

Chapter 5 Newton s Laws of Motion Chapter 5 Newton s Laws of Motion Newtonian Mechanics Mass Mass is an intrinsic characteristic of a body The mass of a body is the characteristic that relates a force on the body to the resulting acceleration.

More information

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3

1. A sphere with a radius of 1.7 cm has a volume of: A) m 3 B) m 3 C) m 3 D) 0.11 m 3 E) 21 m 3 1. A sphere with a radius of 1.7 cm has a volume of: A) 2.1 10 5 m 3 B) 9.1 10 4 m 3 C) 3.6 10 3 m 3 D) 0.11 m 3 E) 21 m 3 2. A 25-N crate slides down a frictionless incline that is 25 above the horizontal.

More information

24/06/13 Forces ( F.Robilliard) 1

24/06/13 Forces ( F.Robilliard) 1 R Fr F W 24/06/13 Forces ( F.Robilliard) 1 Mass: So far, in our studies of mechanics, we have considered the motion of idealised particles moving geometrically through space. Why a particular particle

More information

Concept of Force and Newton s Laws of Motion

Concept of Force and Newton s Laws of Motion Concept of Force and Newton s Laws of Motion 8.01 W02D2 Chapter 7 Newton s Laws of Motion, Sections 7.1-7.4 Chapter 8 Applications of Newton s Second Law, Sections 8.1-8.4.1 Announcements W02D3 Reading

More information

Chapter 8. Rotational Motion

Chapter 8. Rotational Motion Chapter 8 Rotational Motion The Action of Forces and Torques on Rigid Objects In pure translational motion, all points on an object travel on parallel paths. The most general motion is a combination of

More information

Q16.: A 5.0 kg block is lowered with a downward acceleration of 2.8 m/s 2 by means of a rope. The force of the block on the rope is:(35 N, down)

Q16.: A 5.0 kg block is lowered with a downward acceleration of 2.8 m/s 2 by means of a rope. The force of the block on the rope is:(35 N, down) Old Exam Question Ch. 5 T072 Q13.Two blocks of mass m 1 = 24.0 kg and m 2, respectively, are connected by a light string that passes over a massless pulley as shown in Fig. 2. If the tension in the string

More information

3 Space curvilinear motion, motion in non-inertial frames

3 Space curvilinear motion, motion in non-inertial frames 3 Space curvilinear motion, motion in non-inertial frames 3.1 In-class problem A rocket of initial mass m i is fired vertically up from earth and accelerates until its fuel is exhausted. The residual mass

More information

Newton s Laws. A force is simply a push or a pull. Forces are vectors; they have both size and direction.

Newton s Laws. A force is simply a push or a pull. Forces are vectors; they have both size and direction. Newton s Laws Newton s first law: An object will stay at rest or in a state of uniform motion with constant velocity, in a straight line, unless acted upon by an external force. In other words, the bodies

More information

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i Dynamic equilibrium: object moves with constant velocity in a straight line. We note that F net a s are both vector quantities, so in terms of their components, (F net ) x = i (F i ) x = 0, a x = i (a

More information

d. Determine the power output of the boy required to sustain this velocity.

d. Determine the power output of the boy required to sustain this velocity. AP Physics C Dynamics Free Response Problems 1. A 45 kg boy stands on 30 kg platform suspended by a rope passing over a stationary pulley that is free to rotate. The other end of the rope is held by the

More information

III. Angular Momentum Conservation (Chap. 10) Rotation. We repeat Chap. 2-8 with rotatiing objects. Eqs. of motion. Energy.

III. Angular Momentum Conservation (Chap. 10) Rotation. We repeat Chap. 2-8 with rotatiing objects. Eqs. of motion. Energy. Chap. 10: Rotational Motion I. Rotational Kinematics II. Rotational Dynamics - Newton s Law for Rotation III. Angular Momentum Conservation (Chap. 10) 1 Toward Exam 3 Eqs. of motion o To study angular

More information

Physics for Scientists and Engineers. Chapter 6 Dynamics I: Motion Along a Line

Physics for Scientists and Engineers. Chapter 6 Dynamics I: Motion Along a Line Physics for Scientists and Engineers Chapter 6 Dynamics I: Motion Along a Line Spring, 008 Ho Jung Paik Applications of Newton s Law Objects can be modeled as particles Masses of strings or ropes are negligible

More information

The magnitude of this force is a scalar quantity called weight.

The magnitude of this force is a scalar quantity called weight. Everyday Forces has direction The gravitational force (F g ) exerted on the ball by Earth is a vector directed toward the center of the earth. The magnitude of this force is a scalar quantity called weight.

More information

Equilibrium. For an object to remain in equilibrium, two conditions must be met. The object must have no net force: and no net torque:

Equilibrium. For an object to remain in equilibrium, two conditions must be met. The object must have no net force: and no net torque: Equilibrium For an object to remain in equilibrium, two conditions must be met. The object must have no net force: F v = 0 and no net torque: v τ = 0 Worksheet A uniform rod with a length L and a mass

More information

Physics 1100: 2D Kinematics Solutions

Physics 1100: 2D Kinematics Solutions Questions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 Physics 1100: 2D Kinematics Solutions 1. In the diagrams below, a ball is on a flat horizontal surface. The initial velocity

More information

Physics 207 Lecture 9. Lecture 9

Physics 207 Lecture 9. Lecture 9 Lecture 9 Today: Review session Assignment: For Thursday, Read Chapter 8, first four sections Exam Wed., Feb. 18 th from 7:15-8:45 PM Chapters 1-7 One 8½ X 11 note sheet and a calculator (for trig.) Place:

More information

Chapter 4 DYNAMICS: FORCE AND NEWTON S LAWS OF MOTION

Chapter 4 DYNAMICS: FORCE AND NEWTON S LAWS OF MOTION Chapter 4 DYNAMICS: FORCE AND NEWTON S LAWS OF MOTION Part (a) shows an overhead view of two ice skaters pushing on a third. Forces are vectors and add like other vectors, so the total force on the third

More information

Phys101 Lecture 5 Dynamics: Newton s Laws of Motion

Phys101 Lecture 5 Dynamics: Newton s Laws of Motion Phys101 Lecture 5 Dynamics: Newton s Laws of Motion Key points: Newton s second law is a vector equation Action and reaction are acting on different objects Free-Body Diagrams Ref: 4-1,2,3,4,5,6,7. Page

More information

8.01x Classical Mechanics, Fall 2016 Massachusetts Institute of Technology. Problem Set 2

8.01x Classical Mechanics, Fall 2016 Massachusetts Institute of Technology. Problem Set 2 8.01x Classical Mechanics, Fall 2016 Massachusetts Institute of Technology 1. Stacked Blocks Problem Set 2 Consider two blocks that are resting one on top of the other. The lower block has mass m 2 = 4.8

More information

Experiment #7 Centripetal Force Pre-lab Questions Hints

Experiment #7 Centripetal Force Pre-lab Questions Hints Experiment #7 Centripetal Force Pre-lab Questions Hints The following are some hints for this pre-lab, since a few of these questions can be a little difficult. Note that these are not necessarily the

More information

Chapter 8. Centripetal Force and The Law of Gravity

Chapter 8. Centripetal Force and The Law of Gravity Chapter 8 Centripetal Force and The Law of Gravity Centripetal Acceleration An object traveling in a circle, even though it moves with a constant speed, will have an acceleration The centripetal acceleration

More information

Static Equilibrium and Torque

Static Equilibrium and Torque 10.3 Static Equilibrium and Torque SECTION OUTCOMES Use vector analysis in two dimensions for systems involving static equilibrium and torques. Apply static torques to structures such as seesaws and bridges.

More information

Static Equilibrium; Torque

Static Equilibrium; Torque Static Equilibrium; Torque The Conditions for Equilibrium An object with forces acting on it, but that is not moving, is said to be in equilibrium. The first condition for equilibrium is that the net force

More information

Worksheet #05 Kinetic Energy-Work Theorem

Worksheet #05 Kinetic Energy-Work Theorem Physics Summer 08 Worksheet #05 June. 8, 08. A 0-kg crate is pulled 5 m up along a frictionless incline as shown in the figure below. The crate starts at rest and has a final speed of 6.0 m/s. (a) Draw

More information

March 10, P12 Inclined Planes.notebook. Physics 12. Inclined Planes. Push it Up Song

March 10, P12 Inclined Planes.notebook. Physics 12. Inclined Planes. Push it Up Song Physics 12 Inclined Planes Push it Up Song 1 Bell Work A box is pushed up a ramp at constant velocity. Draw a neatly labeled FBD showing all of the forces acting on the box. direction of motion θ F p F

More information

DYNAMICS ME HOMEWORK PROBLEM SETS

DYNAMICS ME HOMEWORK PROBLEM SETS DYNAMICS ME 34010 HOMEWORK PROBLEM SETS Mahmoud M. Safadi 1, M.B. Rubin 2 1 safadi@technion.ac.il, 2 mbrubin@technion.ac.il Faculty of Mechanical Engineering Technion Israel Institute of Technology Spring

More information

Physics Mechanics. Lecture 11 Newton s Laws - part 2

Physics Mechanics. Lecture 11 Newton s Laws - part 2 Physics 170 - Mechanics Lecture 11 Newton s Laws - part 2 Newton s Second Law of Motion An object may have several forces acting on it; the acceleration is due to the net force: Newton s Second Law of

More information

Friction forces. Lecture 8. Chapter 6. Physics I. Course website:

Friction forces. Lecture 8. Chapter 6. Physics I. Course website: Lecture 8 Physics I Chapter 6 Friction forces Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsi Today we are going to discuss: Chapter 6: Some leftover (Ch.5) Kinetic/Static Friction:

More information

Force and Newton s Laws Chapter 3

Force and Newton s Laws Chapter 3 Force and Newton s Laws Chapter 3 3-1 Classical Mechanics Galileo (1564-1642) and Isaac Newton (1642-1727) developed the current approach we use to understand the motion of objects. The minimal number

More information

PH 2213 : Chapter 05 Homework Solutions

PH 2213 : Chapter 05 Homework Solutions PH 2213 : Chapter 05 Homework Solutions Problem 5.4 : The coefficient of static friction between hard rubber and normal street pavement is about 0.90. On how steep a hill (maximum angle) can you leave

More information

Q2. A book whose mass is 2 kg rests on a table. Find the magnitude of the force exerted by the table on the book.

Q2. A book whose mass is 2 kg rests on a table. Find the magnitude of the force exerted by the table on the book. AP Physics 1- Dynamics Practice Problems FACT: Inertia is the tendency of an object to resist a change in state of motion. A change in state of motion means a change in an object s velocity, therefore

More information