Dynamics. What You Will Learn. Introduction. Relating Position, Velocity, Acceleration and Time. Examples

Size: px
Start display at page:

Download "Dynamics. What You Will Learn. Introduction. Relating Position, Velocity, Acceleration and Time. Examples"

Transcription

1 Dynamics What You Will Learn How to relate position, velocity, acceleration and time. How to relate force and motion. Introduction The study of dynamics is the study of motion, including the speed and acceleration of a part, the path it takes, and the orientation of the part during its journey. Position, velocity, acceleration and time can be related through the techniques of calculus, and will be the focus of the first part of this section. The second half of the section deals with how to relate force to motion. There are several methods available to engineers, and none will be discussed in detail. Instead, simple problems will be solved by each method so that we can compare and contrast the benefits of using each so that you will be able to pick the best method for a problem. A typical industrial application might be setting requirements for motors for a robot based on the type of work it will do, and the speed at which the task must be accomplished. Another area where dynamics concepts play a large role is in the design of space missions, whether a simple orbit, or the meeting up of a shuttle with the space station, the trajectories must be carefully choreographed using the tools introduced in this section. Relating Position, Velocity, Acceleration and Time Often times, position as a function of time may be known, but not acceleration or velocity. In other situations acceleration may be known as a function of velocity, but it is desired to know the position over time. The following examples may be useful in demonstrating that this is not just a theoretical problem. Examples 1. Braking Distance a. Given: A top FSAE student competition car going 6kph can decelerate at about 1g. b. Find: The distance needed to stop. c. Mathematical rephrasing of question: Given a constant acceleration, what is the change in position, x if velocity changes from 6kpm to zero? This will require knowing velocity as a function of position, v(x). 2. Mars Landing a. Given: A scientific mission to Mars will be out of communication during descent. b. Find: The time to touchdown, so that the mission can be planned accordingly. c. Mathematical rephrasing of question: The gravitational force will increase as the lander approaches the surface, so the acceleration will be a function of position, a(x). We want to know v(x), where x is the height of the surface. 1 D y n a m i c s

2 3. Human Cannonball a. Given: You are pursuing a career as a human cannonball. You know the launch velocity, and can assume gravity is a constant. b. Find: how far away to put landing pad. c. Mathematical rephrasing of question: You have vertical acceleration as a function of time a(t), but you need to get distance as a function of time x(t). How can we solve these problems? We must start with the most basic of definitions, first that velocity is the change in distance over time: change in distance velocity = change in time In the language of calculus, we can write this as dx t v t = Similarly, acceleration can be defined as the change in velocity over the change in time change in velocity acceleration = change in time In the language of calculus, we can write this as v t a t = We can combine these equations to get acceleration in terms of position: 2 D y n a m i c s a t = v t = d dx t = d2 x t 2 In order to reverse these calculations, we integrate, which is the opposite of differentiation: dx t v t = dx = v(t) x t = v t Similarly, we can find velocity by integrating acceleration: dv t a t = dv = a(t) v t = a t There is one more relationship that we need in order to be able to work with any combination of dependent and independent variables. Start with the definition of acceleration a = dv Now we will multiply by a clever form of one. a = dv dx dx 1 Now rearrange the numerator on the right hand side. a = dx dv dv = v dx dx v This relationship allows us to relate acceleration to velocity when velocity is a function of position. The chart below is a graphical representation of the relationship between position velocity acceleration and time. The arrows in front of each equation indicate which way the equation works

3 a(x) òadx=òvdv a = vdv/dx v(x) ò=ò(1/v)dx v = dx/ * a(v) òdx=ò(v/a)dv a = vdv/dx* ò=ò(1/a)dv a = dv/* * These three are tricky. Substitute original known back into equation after differentiation to remove unwanted variable. x(t) a(t) òa=òdv a = dv/ v(t) òv=òdx v = dx/ Examples 1. Sprinting Given: A sprinter accelerates from rest at a constant 9 m/s 2 for 1.5 seconds before reaching maximum speed. Find: What is the maximum speed? Solution: v = a = = 9t 1.5 = m/s 2. Braking Distance Given: Given an initial velocity of 6kph and a constant acceleration of 1g = 9.81 m/s 2. Find: How far does the car go before stopping? Solution: Acceleration is a constant, and we want to know v(x), so we can start in the upper left box, a(x), and move to the right, to v(x) using the relationship adx = vdv Including the limits of velocity of 6kph (16.7m/s) to kph, and the limits on displacement of at the starting point, and the unknown final distance x, we get: x adx = vdv 6 We know acceleration, so we can integrate both sides. x x adx = 9.81dx = 9.81 x x = 9.81 x = 9.81x Thus 16.7 vdv = 1 2 v = = x = x = = m 3 D y n a m i c s

4 3. Pendulum a. Given: The horizontal position of a pendulum is given as x t = 3 cos t [m] b. Find: The maximum acceleration. c. Solution: We see that we must differentiate twice to get from x(t) to a(t): a t = d2 dx 2 x t = 3 cos t [m/s2 ] But at what time is the acceleration maximum? This is an important point, so think this over carefully. In this case, the acceleration is at maximum when velocity is zero. We could plot sine and cosine curves to show you graphically, but it might be more helpful to simply imagine yourself on a swing, being pushed very high up. Your stomach will churn most not at the bottom, where velocity is high, but at the extremes of height, where you stop to swing back in the other direction. To find when velocity is zero, we can differentiate x(t) once: v t = d x t = 3 sin t [m/s] dx And then set velocity equal to zero, and solve for the time: v t = = 3 sin t t = asin t =, [s] Of course there will be many times when v =, but we only need one. Substitute this time into the acceleration equation to find out what the maximum acceleration is: a Max = a t = = 3 cos = 3 m/s 2 Of course, with another time where v=, we could find that the value of a max is positive. It depends on the direction the pendulum is swinging. Relating Force and Motion There are several equally fundamental ways to relate force and motion. They are: 1. Newton s Second Law (Force equals mass times acceleration) 2. Tracking the energy added, removed, and stored in the system as it moves a certain distance. 3. Tracking the change in momentum of a system over time Pay careful attention to the wording above. Momentum and time are related, as are energy and distance. Newton s second law is the only one that incorporates acceleration directly. We saw in the previous section that all these parameters can be related, so it shouldn t be surprising that we say that these approaches are equally valid. Based on the known quantities, and the goals of the analysis, one of these methods may be more direct than another. All the methods require knowledge of force and mass, but the parameters of motion are different. This is summarized in the table below: 4 D y n a m i c s Method Acceleration Velocity Displacement Time F=ma X Energy X X Momentum X X Proficient use of these methods will require more time than we have, and much more practice, but we will solve a single problem with each method, just to demonstrate the idea.

5 Example Box Being Pushed Given: a 3kg box at rest on a flat conveyor belt. The belt starts to move, and a friction force of 5N is applied to the box. Goal: Apply each of the methods to this problem, and see what information they provide. The first step with any of these methods (and most engineering problems!) is to draw a Free Body Diagram (FBD), which we first encountered when discussing Statics The picture above does a good job showing the situation, but the forces and masses aren t obvious. A FBD is an idealized sketch of the problem, and has all forces and masses clearly labeled. It is a useful stepping stone between a physical problem and a mathematical equation. F weig ht y F Friction = 1N x Method 1: Newton s Second Law Review of the Method The mathematical expression of Newton s Second Law should be familiar from physics class. acceleration of a body is proportional to the force, and inversely proportional to the mass. F = ma The Example We can apply Newton s 2 nd Law in order to find the acceleration of the box in the x direction. Note that we include a summation sign. If there were more than one force in the x direction, they would simply be added, just as we say in statics: ΣF x = ma x 1 N = 3 kg a 1 N a = 3 kg = 1 m 3 s 2 Using the techniques of the previous section, we could now find velocity as a function of time or distance, but extra steps run counter to the engineering ethos of optimization of effort. If we need to know velocity, distance or time, it might be easier to use another method. 5 D y n a m i c s

6 Method 2: Energy and Work Review of the Method The mathematical expression Kinetic Energy (K) should be familiar from physics class. K = 1 2 mv2 The quantity of Work as used by engineers is equal to the magnitude of an applied force, times the distance the part moves: Work = Force Distance Work and energy are related by the following equation: K 1 + W 1 2 = K 2 Where K 1 and K 2 are the kinetic energy at the beginning and end of the move, and W 1 2 is the work done as the part moves over a certain distance between points 1 and 2. Example Continuing with our example of the box on the conveyor belt, we weren t really given enough info about the problem. Let s say that we want to find out the velocity after the box has moved 5cm. We can start the solution by finding the kinetic energy at x= and x=5cm: K 1 = 1 2 mv 1 2 = 1 2 m 2 = K 2 = 1 2 mv 2 2 = 1 2 1kg v 2 2 = 5v 2 2 J And the work done on the box will be: W 1 2 = F d = 1N.5m =.5[ J] Substituting these values into the governing equation gives: +.5 = 5v 2 2 v 2 =.5 5 =.31 m s There are several important things we should emphasize. First, we never needed to find acceleration. Second, we never needed to consider any vectors. This may not be as apparent with such a simple example. Work and energy are both scalars, and so we did not need to be concerned with vector algebra. That is to say, the math is relatively simple, even for more complicated problems. 6 D y n a m i c s

7 Method 3: Impulse and Momentum Review of the Method The quantities of impulse and momentum are likely familiar to you, but it is likely that you have not seen a rigorous mathematical definition of them before. The definition of momentum aligns closely with the everyday use: Momentum = Mass Velocity The higher the mass of an object, and the higher the speed, the less you want to get in its way. For example, Indiana Jones is rightly afraid of the giant rolling stone. It has both high mass and high velocity. Impulse is simply the change in momentum over time, which is the same as integrating the applied force over time. It can be calculated as t 2 Imp 1 2 = F t 1 The momentum at time 1 and time 2 are related by an equation that is very similar in form to the equation for work and energy: mv 1 + Imp 1 2 = mv 2 Where mv 1 and mv 2 are the momentum at the beginning and end of a time interval, and Imp 1 2 is the impulse imparted on the part between time 1 and 2. Example Returning for a final go on our example of the box on the conveyor belt, again, we were not given enough info about the problem. Let s say that we want to find out the velocity after the belt has been moving for.5 seconds. We can start the solution by finding the momentum t= and t=.5 sec: mv 1 = 3[kg] 2 = mv 2 = 3 kg v 2 = 3v 2 And the impulse applied to the box by friction with the conveyor belt will be: t 2.5 W 1 2 = F = 1 = 1 t.5 kg m = 5 t 1 s Substituting these values into the governing equation gives: + 5 = 3v 2 v 2 = 5 m 3 s There are several important things we should note. First, we never needed to find acceleration, or know anything about the distance travelled. Second, it is very important to note that momentum and impulse are vectors, and while this problem is very simple, care must be taken to keep track of direction in more complex problems. 7 D y n a m i c s

8 It might be interesting to see how we can find the momentum-impulse balance starting with Newton s Second Law. F = ma Using the definition of acceleration, we can put this in terms of velocity and time. F = m dv If we assume that mass is constant, we can bring it inside the derivative. F = d mv We can move the to the other side of the equations F = d mv integrate this to get: t 2 v F = mv 2 v 1 = mv 2 mv 1 t 1 Finally, rearrange the above equation to get the balance we expected. mv 1 + t 2 F = mv 2 t 1 Conclusion Relating acceleration velocity time and position allows you to manipulate any knowledge you may have about a problem to either answer a question directly, or put it into a form that is easier to use. It is not a theoretical exercise. The three ways we discussed to relate force and motion, Newton s 2 nd Law, Work and Energy, and Impulse and Momentum, can all be applied to any problem. An important question for the practicing engineer is to determine which is most appropriate for the job at hand. 8 D y n a m i c s

Name: Period: Date: 2. How is the ball s acceleration related to the force Julia applies to the ball?

Name: Period: Date: 2. How is the ball s acceleration related to the force Julia applies to the ball? Name: Period: Date: IMPULSE AND MOMENTUM CONTENTS Impulse and Momentum... 1 Background... 1 The Concepts of Impulse and Momentum... 2 Relationship to Newton s Second Law... 4 Journaling Assignment... 5

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

Physics 141 Energy 1 Page 1. Energy 1

Physics 141 Energy 1 Page 1. Energy 1 Physics 4 Energy Page Energy What I tell you three times is true. Lewis Carroll The interplay of mathematics and physics The mathematization of physics in ancient times is attributed to the Pythagoreans,

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Two Dimensions; Vectors Vectors and Scalars Units of Chapter 3 Addition of Vectors Graphical Methods Subtraction of Vectors, and Multiplication of a Vector by a Scalar Adding Vectors

More information

Student Content Brief Advanced Level

Student Content Brief Advanced Level Student Content Brief Advanced Level Vectors Background Information Physics and Engineering deal with quantities that have both size and direction. These physical quantities have a special math language

More information

Name: School: Class: Teacher: Date:

Name: School: Class: Teacher: Date: ame: School: Class: Teacher: Date: Materials needed: Pencil, stopwatch, and scientific calculator d v λ f λ λ Wave Pool Side View During wave cycles, waves crash along the shore every few seconds. The

More information

40 N 40 N. Direction of travel

40 N 40 N. Direction of travel 1 Two ropes are attached to a box. Each rope is pulled with a force of 40 N at an angle of 35 to the direction of travel. 40 N 35 35 40 N irection of travel The work done, in joules, is found using 2 Which

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

Vectors. Scalars & vectors Adding displacement vectors. What about adding other vectors - Vector equality Order does not matter: i resultant A B

Vectors. Scalars & vectors Adding displacement vectors. What about adding other vectors - Vector equality Order does not matter: i resultant A B Vectors Scalars & vectors Adding displacement vectors i resultant f What about adding other vectors - Vector equality Order does not matter: B C i A A f C B A B Vector addition I Graphical vector addition

More information

Energy Problem Solving Techniques.

Energy Problem Solving Techniques. 1 Energy Problem Solving Techniques www.njctl.org 2 Table of Contents Introduction Gravitational Potential Energy Problem Solving GPE, KE and EPE Problem Solving Conservation of Energy Problem Solving

More information

Chapter 3 Acceleration

Chapter 3 Acceleration Chapter 3 Acceleration Slide 3-1 Chapter 3: Acceleration Chapter Goal: To extend the description of motion in one dimension to include changes in velocity. This type of motion is called acceleration. Slide

More information

Chapter 4. The Laws of Motion

Chapter 4. The Laws of Motion Chapter 4 The Laws of Motion Classical Mechanics Describes the relationship between the motion of objects in our everyday world and the forces acting on them Conditions when Classical Mechanics does not

More information

Base your answers to questions 5 and 6 on the information below.

Base your answers to questions 5 and 6 on the information below. 1. A car travels 90. meters due north in 15 seconds. Then the car turns around and travels 40. meters due south in 5.0 seconds. What is the magnitude of the average velocity of the car during this 20.-second

More information

PRACTICE TEST for Midterm Exam

PRACTICE TEST for Midterm Exam South Pasadena AP Physics PRACTICE TEST for Midterm Exam FORMULAS Name Period Date / / d = vt d = v o t + ½ at 2 d = v o + v 2 t v = v o + at v 2 = v 2 o + 2ad v = v x 2 + v y 2 = tan 1 v y v v x = v cos

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

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style

9.1. Basic Concepts of Vectors. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Vectors 9.1 Introduction In engineering, frequent reference is made to physical quantities, such as force, speed and time. For example, we talk of the speed of a car, and the force in

More information

Score on each problem:

Score on each problem: 95.141 Exam 1 Spring 2013 Section Number Section Instructor Name (last name first) Last 3 Digits of Student ID Number: Answer all questions, beginning each new question in the space provided. Show all

More information

https://njctl.org/courses/science/ap-physics-c-mechanics/attachments/summerassignment-3/

https://njctl.org/courses/science/ap-physics-c-mechanics/attachments/summerassignment-3/ AP Physics C Summer Assignment 2017 1. Complete the problem set that is online, entitled, AP C Physics C Summer Assignment 2017. I also gave you a copy of the problem set. You may work in groups as a matter

More information

Lab 7 Energy. What You Need To Know: Physics 225 Lab

Lab 7 Energy. What You Need To Know: Physics 225 Lab b Lab 7 Energy What You Need To Know: The Physics This lab is going to cover all of the different types of energy that you should be discussing in your lecture. Those energy types are kinetic energy, gravitational

More information

PHY2048 Physics with Calculus I

PHY2048 Physics with Calculus I PHY2048 Physics with Calculus I Section 584761 Prof. Douglas H. Laurence Exam 1 (Chapters 2 6) February 14, 2018 Name: Solutions 1 Instructions: This exam is composed of 10 multiple choice questions and

More information

W = Fd cos θ. W = (75.0 N)(25.0 m) cos (35.0º) = 1536 J = J. W 2400 kcal =

W = Fd cos θ. W = (75.0 N)(25.0 m) cos (35.0º) = 1536 J = J. W 2400 kcal = 8 CHAPTER 7 WORK, ENERGY, AND ENERGY RESOURCES generator does negative work on the briefcase, thus removing energy from it. The drawing shows the latter, with the force from the generator upward on the

More information

Figure 1: Doing work on a block by pushing it across the floor.

Figure 1: Doing work on a block by pushing it across the floor. Work Let s imagine I have a block which I m pushing across the floor, shown in Figure 1. If I m moving the block at constant velocity, then I know that I have to apply a force to compensate the effects

More information

AP Physics C - Mechanics

AP Physics C - Mechanics Slide 1 / 84 Slide 2 / 84 P Physics C - Mechanics Energy Problem Solving Techniques 2015-12-03 www.njctl.org Table of Contents Slide 3 / 84 Introduction Gravitational Potential Energy Problem Solving GPE,

More information

Recitation Questions 1D Motion (part 1)

Recitation Questions 1D Motion (part 1) Recitation Questions 1D Motion (part 1) 18 January Question 1: Two runners (This problem is simple, but it has the same template as most of the problems that you ll be doing for this unit. Take note of

More information

BEFORE YOU READ. Forces and Motion Gravity and Motion STUDY TIP. After you read this section, you should be able to answer these questions:

BEFORE YOU READ. Forces and Motion Gravity and Motion STUDY TIP. After you read this section, you should be able to answer these questions: CHAPTER 2 1 SECTION Forces and Motion Gravity and Motion BEFORE YOU READ After you read this section, you should be able to answer these questions: How does gravity affect objects? How does air resistance

More information

Chapter 3, Problem 28. Agenda. Forces. Contact and Field Forces. Fundamental Forces. External and Internal Forces 2/6/14

Chapter 3, Problem 28. Agenda. Forces. Contact and Field Forces. Fundamental Forces. External and Internal Forces 2/6/14 Agenda Today: Homework Quiz, Chapter 4 (Newton s Laws) Thursday: Applying Newton s Laws Start reading Chapter 5 Chapter 3, Problem 28 A ball with a horizontal speed of 1.25 m/s rolls off a bench 1.00 m

More information

Mass on a Horizontal Spring

Mass on a Horizontal Spring Course- B.Sc. Applied Physical Science (Computer Science) Year- IInd, Sem- IVth Subject Physics Paper- XIVth, Electromagnetic Theory Lecture No. 22, Simple Harmonic Motion Introduction Hello friends in

More information

AP Physics 1 First Semester Final Exam Review

AP Physics 1 First Semester Final Exam Review AP Physics First Semester Final Exam Review Chapters and. Know the SI Units base units.. Be able to use the factor-label method to convert from one unit to another (ex: cm/s to m/year) 3. Be able to identify

More information

Lab/Demo 5 Periodic Motion and Momentum PHYS 1800

Lab/Demo 5 Periodic Motion and Momentum PHYS 1800 Lab/Demo 5 Periodic Motion and Momentum PHYS 1800 Objectives: Learn to recognize and describe periodic motion. Develop some intuition for the principle of conservation of energy in periodic systems. Use

More information

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion

AH Mechanics Checklist (Unit 1) AH Mechanics Checklist (Unit 1) Rectilinear Motion Rectilinear Motion No. kill Done 1 Know that rectilinear motion means motion in 1D (i.e. along a straight line) Know that a body is a physical object 3 Know that a particle is an idealised body that has

More information

CONSERVATIVE FORCES, POTENTIAL ENERGY AND CONSERVATION OF ENERGY

CONSERVATIVE FORCES, POTENTIAL ENERGY AND CONSERVATION OF ENERGY CONSERVATIVE FORCES, POTENTIAL ENERGY AND CONSERVATION OF ENERGY Today s Objectives: Students will be able to: 1. Use the concept of conservative forces and determine the potential energy of such forces.

More information

MOMENTUM, IMPULSE & MOMENTS

MOMENTUM, IMPULSE & MOMENTS the Further Mathematics network www.fmnetwork.org.uk V 07 1 3 REVISION SHEET MECHANICS 1 MOMENTUM, IMPULSE & MOMENTS The main ideas are AQA Momentum If an object of mass m has velocity v, then the momentum

More information

Chapter 9. Linear Momentum and Collisions

Chapter 9. Linear Momentum and Collisions Chapter 9 Linear Momentum and Collisions Momentum Analysis Models Force and acceleration are related by Newton s second law. When force and acceleration vary by time, the situation can be very complicated.

More information

AP Mechanics Summer Assignment

AP Mechanics Summer Assignment 2012-2013 AP Mechanics Summer Assignment To be completed in summer Submit for grade in September Name: Date: Equations: Kinematics (For #1 and #2 questions: use following equations only. Need to show derivation

More information

Name 09-MAR-04. Work Power and Energy

Name 09-MAR-04. Work Power and Energy Page 1 of 16 Work Power and Energy Name 09-MAR-04 1. A spring has a spring constant of 120 newtons/meter. How much potential energy is stored in the spring as it is stretched 0.20 meter? 1. 2.4 J 3. 12

More information

Chapter 3 Acceleration

Chapter 3 Acceleration Chapter 3 Acceleration Slide 3-1 PackBack The first answer gives a good physical picture. The video was nice, and worth the second answer. https://www.youtube.com/w atch?v=m57cimnj7fc Slide 3-2 Slide 3-3

More information

Energy Diagrams --- Attraction

Energy Diagrams --- Attraction potential ENERGY diagrams Visual Quantum Mechanics Teac eaching Guide ACTIVITY 1B Energy Diagrams --- Attraction Goal Changes in energy are a good way to describe an object s motion. Here you will construct

More information

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for AP Physics, Mechanics C

HADDONFIELD PUBLIC SCHOOLS Curriculum Map for AP Physics, Mechanics C Curriculum Map for AP Physics, Mechanics C September Enduring Understandings (The big ideas): Chapter 2 -- Motion Along a Straight Line Essential Questions: How do objects move? 1. Displacement, time,

More information

Welcome back to Physics 211

Welcome back to Physics 211 Welcome back to Physics 211 Today s agenda: Circular motion Impulse and momentum 08-2 1 Current assignments Reading: Chapter 9 in textbook Prelecture due next Thursday HW#8 due NEXT Friday (extension!)

More information

Name: Total Points: Physics 201. Midterm 1

Name: Total Points: Physics 201. Midterm 1 Physics 201 Midterm 1 QUESTION 1 [25 points] An object moves in 1 dimension It starts at rest and uniformly accelerates at 5m/s 2 for 2s It then moves with constant velocity for 4s It then uniformly accelerates

More information

Exam Question 5: Work, Energy, Impacts and Collisions. June 18, Applied Mathematics: Lecture 5. Brendan Williamson.

Exam Question 5: Work, Energy, Impacts and Collisions. June 18, Applied Mathematics: Lecture 5. Brendan Williamson. Exam Question 5: Work, Energy, Impacts and June 18, 016 In this section we will continue our foray into forces acting on objects and objects acting on each other. We will first discuss the notion of energy,

More information

Quick Introduction to Momentum Principle. Momentum. Momentum. Basic principle not at all obvious on Earth 24/02/11

Quick Introduction to Momentum Principle. Momentum. Momentum. Basic principle not at all obvious on Earth 24/02/11 Momentum Quick Introduction to Momentum Principle We will come back to all of this - this is just a taster. The momentum principle is another way of saying Newton s Laws It is one of the three great principles

More information

PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2)

PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2) PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2) We will limit our study of planar kinetics to rigid bodies that are symmetric with respect to a fixed reference plane. As discussed in Chapter 16, when

More information

The Laws of Motion. Before You Read. Science Journal

The Laws of Motion. Before You Read. Science Journal The Laws of Motion Before You Read Before you read the chapter, use the What I know column to list three things you know about motion. Then list three questions you have about motion in the What I want

More information

= v 0 x. / t = 1.75m / s 2.25s = 0.778m / s 2 nd law taking left as positive. net. F x ! F

= v 0 x. / t = 1.75m / s 2.25s = 0.778m / s 2 nd law taking left as positive. net. F x ! F Multiple choice Problem 1 A 5.-N bos sliding on a rough horizontal floor, and the only horizontal force acting on it is friction. You observe that at one instant the bos sliding to the right at 1.75 m/s

More information

SCI 531: AP Physics 1

SCI 531: AP Physics 1 2017 Summer Assignment SCI 531: AP Physics 1 King School SCI 531: AP Physics 1 Summer Assignment Welcome to AP Physics at King! Both AP Physics 1 and C (mechanics) are college level courses that are sure

More information

Momentum. Physics 211 Syracuse University, Physics 211 Spring 2017 Walter Freeman. February 28, W. Freeman Momentum February 28, / 15

Momentum. Physics 211 Syracuse University, Physics 211 Spring 2017 Walter Freeman. February 28, W. Freeman Momentum February 28, / 15 Momentum Physics 211 Syracuse University, Physics 211 Spring 2017 Walter Freeman February 28, 2017 W. Freeman Momentum February 28, 2017 1 / 15 Announcements Extra homework help hours today: 5:10-6:50

More information

Teacher Content Brief

Teacher Content Brief Teacher Content Brief Vectors Introduction Your students will need to be able to maneuver their Sea Perch during the competition, so it will be important for them to understand how forces combine to create

More information

KINETIC AND POTENTIAL ENERGY. Chapter 6 (cont.)

KINETIC AND POTENTIAL ENERGY. Chapter 6 (cont.) KINETIC AND POTENTIAL ENERGY Chapter 6 (cont.) The Two Types of Mechanical Energy Energy- the ability to do work- measured in joules Potential Energy- energy that arises because of an object s position

More information

AP PHYSICS 1 UNIT 4 / FINAL 1 PRACTICE TEST

AP PHYSICS 1 UNIT 4 / FINAL 1 PRACTICE TEST AP PHYSICS 1 UNIT 4 / FINAL 1 PRACTICE TEST NAME FREE RESPONSE PROBLEMS Put all answers on this test. Show your work for partial credit. Circle or box your answers. Include the correct units and the correct

More information

Semester 1 Revision. Last modified: 05/06/2018

Semester 1 Revision. Last modified: 05/06/2018 Semester 1 Revision Last modified: 05/06/2018 Contents Links Motion with Uniform Acceleration Equations Method Example Forces Equations Method Example Static Equilibrium Equations Method Example Energy

More information

1.1 THE MATHEMATICS YOU NEED FOR IB PHYSICS Notes

1.1 THE MATHEMATICS YOU NEED FOR IB PHYSICS Notes 1.1 THE MATHEMATICS YOU NEED FOR IB PHYSICS Notes I. THE MATHEMATICS YOU NEED FOR IB PHYSICS A. ALGEBRA B. TRIGONOMETRY AND GEOMETRY C. WHAT ABOUT CALCULUS? D. PROBLEM-SOLVING I. THE MATHEMATICS YOU NEED

More information

CPO Science Foundations of Physics

CPO Science Foundations of Physics CPO Science Foundations of Physics Unit 4, Chapter 10 Chapter 9 Unit 4: Energy and Momentum Chapter 10 Work and Energy 10.1 Machines and Mechanical Advantage 10.3 Energy and Conservation of Energy Chapter

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

Revision checklist. Step Learning outcome Had a look Nearly there Nailed it!

Revision checklist. Step Learning outcome Had a look Nearly there Nailed it! Motion and Forces a Resultant forces Step Learning outcome Had a look Nearly there Nailed it Explain the difference between scalar and vector quantities. Use arrows to represent the direction and magnitude

More information

UC Irvine FOCUS! 5 E Lesson Plan

UC Irvine FOCUS! 5 E Lesson Plan UC Irvine FOCUS! 5 E Lesson Plan Title: Stomp Rockets Grade Level and Course: Pre-Algebra, Geometry, Grade 8 Physical Science, Grades 9-12 Physics (extension) - Trigonometry Materials: 1 stomp rocket per

More information

Module M4.1 Introducing differentiation

Module M4.1 Introducing differentiation F L E X I B L E L E A R N I N G A P P R O A C H T O P H Y S I C S Module M4. Opening items 2 Rates of change: graphs and gradients 2. Position time graphs and constant velocity 2.2 Position time graphs

More information

Chapter 9 Conceptual Physics Study Guide

Chapter 9 Conceptual Physics Study Guide Name : Date: Period: Chapter 9 Conceptual Physics Study Guide Multiple Choice Identify the choice that best completes the statement or answers the question. 1. In physics, work is defined as a. force times

More information

CP Snr and Hon Freshmen Study Guide

CP Snr and Hon Freshmen Study Guide CP Snr and Hon Freshmen Study Guide Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Displacement is which of the following types of quantities? a. vector

More information

BROCK UNIVERSITY SOLUTIONS. 1. [1 point] A car is driving at a constant speed on a circular road. The force on a passenger in the car is

BROCK UNIVERSITY SOLUTIONS. 1. [1 point] A car is driving at a constant speed on a circular road. The force on a passenger in the car is BROCK UNIVERSITY Test 2: October 2014 Number of pages: 4 + formula sheet Course: PHYS 1P21/1P91 Number of students: 280 Examination date: 6 October 2014 Time of Examination: 13:00 13:50 Instructor: S.

More information

AP Physics 1 Multiple Choice Questions - Chapter 4

AP Physics 1 Multiple Choice Questions - Chapter 4 1 Which of ewton's Three Laws of Motion is best expressed by the equation F=ma? a ewton's First Law b ewton's Second Law c ewton's Third Law d one of the above 4.1 2 A person is running on a track. Which

More information

Conservation of Energy

Conservation of Energy Name Period Date Conservation of Energy Driving Questions How does the energy of a cart poised at the top of a hill compare to its energy at the bottom of the hill? Background Gravitational potential energy

More information

2. What would happen to his acceleration if his speed were half? Energy The ability to do work

2. What would happen to his acceleration if his speed were half? Energy The ability to do work 1. A 40 kilogram boy is traveling around a carousel with radius 0.5 meters at a constant speed of 1.7 meters per second. Calculate his centripetal acceleration. 2. What would happen to his acceleration

More information

9/29/2014. Chapter 3 Kinematics in Two Dimensions; Vectors. 3-1 Vectors and Scalars. Contents of Chapter Addition of Vectors Graphical Methods

9/29/2014. Chapter 3 Kinematics in Two Dimensions; Vectors. 3-1 Vectors and Scalars. Contents of Chapter Addition of Vectors Graphical Methods Lecture PowerPoints Chapter 3 Physics: Principles with Applications, 7 th edition Giancoli Chapter 3 Kinematics in Two Dimensions; Vectors This work is protected by United States copyright laws and is

More information

Chapter 4. Table of Contents. Section 1 Changes in Motion. Section 2 Newton's First Law. Section 3 Newton's Second and Third Laws

Chapter 4. Table of Contents. Section 1 Changes in Motion. Section 2 Newton's First Law. Section 3 Newton's Second and Third Laws Forces and the Laws of Motion Table of Contents Section 1 Changes in Motion Section 2 Newton's First Law Section 3 Newton's Second and Third Laws Section 4 Everyday Forces Section 1 Changes in Motion Objectives

More information

Ch 7 Impulse-Momentum Theorem, Conservation of Momentum, and Collisions

Ch 7 Impulse-Momentum Theorem, Conservation of Momentum, and Collisions Ch 7 Impulse-Momentum Theorem, Conservation of Momentum, and Collisions Momentum and its relation to force Momentum describes an object s motion. Linear momentum is the product of an object s mass and

More information

Unit 6: Linear Momentum

Unit 6: Linear Momentum Unit 6: Linear Momentum The concept of linear momentum is closely tied to the concept of force in fact, Newton first defined his Second Law not in terms of mass and acceleration, but in terms of momentum.

More information

Announcements. Principle of Work and Energy - Sections Engr222 Spring 2004 Chapter Test Wednesday

Announcements. Principle of Work and Energy - Sections Engr222 Spring 2004 Chapter Test Wednesday Announcements Test Wednesday Closed book 3 page sheet sheet (on web) Calculator Chap 12.6-10, 13.1-6 Principle of Work and Energy - Sections 14.1-3 Today s Objectives: Students will be able to: a) Calculate

More information

9 PS Semester Exam (Physics) Name:

9 PS Semester Exam (Physics) Name: 9 PS Semester Exam (Physics) Name: Unit 1 - General Info and Motion 1. What are the base units for each: length- volume - mass - 2. List the metric prefixes from smallest to largest: 3. If constructing

More information

Dynamics II Motion in a Plane. Review Problems

Dynamics II Motion in a Plane. Review Problems Dynamics II Motion in a Plane Review Problems Problem 1 A 500 g model rocket is on a cart that is rolling to the right at a speed of 3.0 m/s. The rocket engine, when it is fired, exerts an 8.0 N thrust

More information

s_3x03 Page 1 Physics Samples

s_3x03 Page 1 Physics Samples Physics Samples KE, PE, Springs 1. A 1.0-kilogram rubber ball traveling east at 4.0 meters per second hits a wall and bounces back toward the west at 2.0 meters per second. Compared to the kinetic energy

More information

A-level Physics (7407/7408)

A-level Physics (7407/7408) A-level Physics (7407/7408) Mechanics II progress test Name: Class: Author: Date: Time: 55 minutes Marks: 45 Comments: Page Q.A car exerts a driving force of 500 N when travelling at a constant speed of72

More information

Trigonometry Basics. Which side is opposite? It depends on the angle. θ 2. Y is opposite to θ 1 ; Y is adjacent to θ 2.

Trigonometry Basics. Which side is opposite? It depends on the angle. θ 2. Y is opposite to θ 1 ; Y is adjacent to θ 2. Trigonometry Basics Basic Terms θ (theta) variable for any angle. Hypotenuse longest side of a triangle. Opposite side opposite the angle (θ). Adjacent side next to the angle (θ). Which side is opposite?

More information

1D Motion: Review Packet Problem 1: Consider the following eight velocity vs. time graphs. Positive velocity is forward velocity.

1D Motion: Review Packet Problem 1: Consider the following eight velocity vs. time graphs. Positive velocity is forward velocity. Name: 1D Motion: Review Packet Problem 1: Consider the following eight velocity vs. time graphs. Positive velocity is forward velocity. Graph A Graph B Graph C Graph D Graph E Graph F Graph G Graph H (a)

More information

Motion, Force, and Energy. Energy Car. Real Investigations in Science and Engineering

Motion, Force, and Energy. Energy Car. Real Investigations in Science and Engineering Motion, Force, and Energy Energy Car Real in Science and Engineering A1 A2 A3 A4 A5 Overview Chart for Energy Car Measuring Time Pages 1-6 Experiments and Variables Pages 7-12 Speed Pages 13-20 Acceleration

More information

A mass is suspended by a string from a fixed point. The mass moves with constant speed along a circular path in a [1 mark] horizontal plane.

A mass is suspended by a string from a fixed point. The mass moves with constant speed along a circular path in a [1 mark] horizontal plane. T6 [200 marks] 1. A mass is suspended by a string from a fixed point. The mass moves with constant speed along a circular path in a horizontal plane. The resultant force acting on the mass is A. zero.

More information

Sometimes (like on AP test) you will see the equation like this:

Sometimes (like on AP test) you will see the equation like this: Work, Energy & Momentum Notes Chapter 5 & 6 The two types of energy we will be working with in this unit are: (K in book KE): Energy associated with of an object. (U in book PE): Energy associated with

More information

This homework is extra credit!

This homework is extra credit! This homework is extra credit! 1 Translate (10 pts) 1. You are told that speed is defined by the relationship s = d /t, where s represents speed, d represents distance, and t represents time. State this

More information

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2 EDEXCEL NATIONAL CERTIFICATE/DIPLOMA MECHANICAL PRINCIPLES AND APPLICATIONS NQF LEVEL 3 OUTCOME 2 WORK, POWER AND ENERGY TRANSFER IN DYNAMIC ENGINEERING SYSTEMS TUTORIAL 1 - LINEAR MOTION Be able to determine

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

1 1. A spring has a spring constant of 120 newtons/meter. How much potential energy is stored in the spring as it is stretched 0.20 meter?

1 1. A spring has a spring constant of 120 newtons/meter. How much potential energy is stored in the spring as it is stretched 0.20 meter? Page of 3 Work Power And Energy TEACHER ANSWER KEY March 09, 200. A spring has a spring constant of 20 newtons/meter. How much potential energy is stored in the spring as it is stretched 0.20 meter?. 2.

More information

Leaving Cert Applied Maths: Some Notes

Leaving Cert Applied Maths: Some Notes Leaving Cert Applied Maths: Some Notes Golden Rule of Applied Maths: Draw Pictures! Numbered equations are in the tables. Proportionality: Figure 1: Note that P = kq y = mx + c except c = 0 the line goes

More information

Lecture 18. Newton s Laws

Lecture 18. Newton s Laws Agenda: l Review for exam Lecture 18 l Assignment: For Monday, Read chapter 14 Physics 207: Lecture 18, Pg 1 Newton s Laws Three blocks are connected on the table as shown. The table has a coefficient

More information

Recap: Energy Accounting

Recap: Energy Accounting Recap: Energy Accounting Energy accounting enables complex systems to be studied. Total Energy = KE + PE = conserved Even the simple pendulum is not easy to study using Newton s laws of motion, as the

More information

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular,

Lecture 6.1 Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Lecture 6. Work and Energy During previous lectures we have considered many examples, which can be solved using Newtonian approach, in particular, Newton's second law. However, this is not always the most

More information

Second Semester Review

Second Semester Review Second Semester Review Name Section 4.2 1. Define energy What is energy? Explain if it is scalar or vector in nature. 2. Explain what factors affect the speed of a rollercoaster. Whether a rollercoaster

More information

1. (P2.1A) The picture below shows a ball rolling along a table at 1 second time intervals. What is the object s average velocity after 6 seconds?

1. (P2.1A) The picture below shows a ball rolling along a table at 1 second time intervals. What is the object s average velocity after 6 seconds? PHYSICS FINAL EXAM REVIEW FIRST SEMESTER (01/2017) UNIT 1 Motion P2.1 A Calculate the average speed of an object using the change of position and elapsed time. P2.1B Represent the velocities for linear

More information

1.1 Graphing Motion. IB Physics 11 Kinematics

1.1 Graphing Motion. IB Physics 11 Kinematics IB Physics 11 Kinematics 1.1 Graphing Motion Kinematics is the study of motion without reference to forces and masses. We will need to learn some definitions: A Scalar quantity is a measurement that has

More information

AP Physics C - Problem Drill 18: Gravitation and Circular Motion

AP Physics C - Problem Drill 18: Gravitation and Circular Motion AP Physics C - Problem Drill 18: Gravitation and Circular Motion Question No. 1 of 10 Instructions: (1) Read the problem and answer choices carefully () Work the problems on paper as 1. Two objects some

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

Unit 1 Our Dynamic Universe

Unit 1 Our Dynamic Universe North Berwick High School Higher Physics Department of Physics Unit 1 Our Dynamic Universe Section 1 Equations of Motion Section 1 Equations of Motion Note Making Make a dictionary with the meanings of

More information

Section 2. Gravitational Potential Energy and Kinetic Energy: What Goes Up and What Comes Down. What Do You See? What Do You Think?

Section 2. Gravitational Potential Energy and Kinetic Energy: What Goes Up and What Comes Down. What Do You See? What Do You Think? Thrills and Chills Section Gravitational Potential Energy and Kinetic Energy: What Goes Up and What Comes Down Florida Next Generation Sunshine State Standards: Additional Benchmarks met in Section SC.91.N..4

More information

Chapter 6: Work and Kinetic Energy

Chapter 6: Work and Kinetic Energy Chapter 6: Work and Kinetic Energy Suppose you want to find the final velocity of an object being acted on by a variable force. Newton s 2 nd law gives the differential equation (for 1D motion) dv dt =

More information

Page 1. Name: Section This assignment is due at the first class in 2019 Part I Show all work!

Page 1. Name: Section This assignment is due at the first class in 2019 Part I Show all work! Name: Section This assignment is due at the first class in 2019 Part I Show all work! 7164-1 - Page 1 1) A car travels at constant speed around a section of horizontal, circular track. On the diagram provided

More information

Chapter 7 Work and Energy

Chapter 7 Work and Energy 8/04/0 Lecture PowerPoints 009 Pearson Education, Inc. This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student

More information

MOTION & FORCES. Observing Motion. Speed and Velocity. Distance vs. Displacement CHAPTERS 11 & 12

MOTION & FORCES. Observing Motion. Speed and Velocity. Distance vs. Displacement CHAPTERS 11 & 12 Observing Motion CHAPTERS 11 & 12 MOTION & FORCES Everything surrounding us is in motion, but it is relative to other object that remain in place. Motion is observed using a frame of reference. Motion

More information

Senior 2. Appendix 3: In Motion

Senior 2. Appendix 3: In Motion Senior 2 Appendix 3: In Motion Senior 2 Science Appendix 3.1 TSM Teacher Support Material A Visual Representation of Motion Teacher Background There are several ways to produce a visual representation

More information

Physics 8 Monday, October 9, 2017

Physics 8 Monday, October 9, 2017 Physics 8 Monday, October 9, 2017 Pick up a HW #5 handout if you didn t already get one on Wednesday. It s due this Friday, 10/13. It contains some Ch9 (work) problems, some Ch10 (motion in a plane) problems,

More information

AP Physics C 2015 Summer Assignment

AP Physics C 2015 Summer Assignment AP Physics C 2015 Summer Assignment College Board (the people in charge of AP exams) recommends students to only take AP Physics C if they have already taken a 1 st year physics course and are currently

More information

LAB 2 - ONE DIMENSIONAL MOTION

LAB 2 - ONE DIMENSIONAL MOTION Name Date Partners L02-1 LAB 2 - ONE DIMENSIONAL MOTION OBJECTIVES Slow and steady wins the race. Aesop s fable: The Hare and the Tortoise To learn how to use a motion detector and gain more familiarity

More information