Resistance is Futile

Size: px
Start display at page:

Download "Resistance is Futile"

Transcription

1 Resistance is Futile Joseph Hays 16 May 2014 Page 1 of 24

2 Abstract When introductory physics books consider projectile motion, they often suggest that the reader assume air resistance is negligible; an assumption the same books will admit is rarely justified in reality. The purpose of this article is to empower the curious reader with a plainly spoken introduction to factoring air resistance into the motion of projectiles. In spite of the fact that the full range of projectile aerodynamics cannot be covered completely in this article, an engaged reader will nonetheless walk away armed with a basic differential equations tool-set which may then be expanded upon and applied toward producing more and more accurate models of a projectile s motion through air. Page 1 of 24

3 This article will focus on solving, graphing and comparing two models for projectile motion: a model where air resistance is neglected, and another model where air resistance is proportional to velocity. Both models will eventually be expressed as trajectory functions and compared to each other on the same plots. The profound difference between the two models will be demonstrated with several plots showing both trajectories together with varying mass and initial projection angle. Trajectory Through a Vacuum Before deriving an equation for trajectory with wind resistance, let s first recall the derivation of projectile trajectory through a vacuum from kinematic equations. Deriving this equation will serve as both a warm up for the strategy used to derive the trajectory equation which accounts for resistance, and also as a reference to which the air resistance model can be compared. The same general strategy will applied towards deriving both trajectory equations: First, displacement equations for each component (horizontal and vertical) of motion are derived. Next, the horizontal component is solved for time. Finally, that expression of time is substituted into the vertical displacement function to result in the desired trajectory equation. Page 1 of 24 Assume Air Resistance is Negligible Recall that a two dimensional vector may be broken up and analyzed in terms of its horizontal component and its vertical component. For a projectile traveling through two dimensions, its initial velocity vector, V 0, will have a horizontal component, V x0 = V 0 cos θ, and a vertical component, V y0 = V 0 sin θ, (see Figure 1). We may begin with the horizontal component.

4 Page 2 of 24 Figure 1: The initial velocity vector and its components.

5 Through a vacuum, there is no opposing force to cause a change in a launched projectile s horizontal velocity, so the horizontal position is simply: x = V x0 t (1) In the vertical direction, the acceleration of gravity in the only factor that will change the projectile s velocity, so the vertical position is: For trajectory, we first solve equation (1) for time: y = V y0 t 1 2 gt2 (2) t = x V x0 (3) Next, substitute this time value from equation (3) into equation (2) for trajectory: ( ) x Y vac = V y0 g ( x V x0 2 = V y0 x g x 2 V x0 2V 2 x0 V x0 ) 2 = V 0 sin θ V 0 cos θ x g 2V0 2 cos2 θ x2 = x tan θ gx 2 2V 2 0 cos2 θ Figure 2 shows a plot of the trajectory of a projectile launched into a vacuum at 60 meters per second at an angle 45 degrees from the horizontal. Note the impressive height and range that these conditions enable: about 92 and 360 meters, respectively. (4) Page 3 of 24

6 Page 4 of 24 Figure 2: Trajectory of a projectile launched at 60 m/s and 45 degrees from the horizontal.

7 Now that the trajectory equation for a projectile through a vacuum has been derived, the linear model will be examined. The linear model makes the fair assumption that air resistance is proportional to velocity. As before, we begin with the horizontal component. In contrast to the kinematics analysis before, however, setting up this differential equation will require an analysis of forces. Recall Newton s second law which explains that the acceleration of an object is directly proportional to the net force acting on it and inversely proportional to its mass [2] often formalized as follows: F = m a (5) In the case of a projectile s horizontal component, the only force acting on it is the force air resistance, which means that equation (5) can be rewritten: ma x = bv x (6) The left side of equation (6) expresses the net force acting on the projectile (ma x ), and the right side expresses the elements that add up to the net force (in this case, only air resistance). By expressing acceleration (a x ) as the time derivative of velocity, equation (6) becomes as follows: Page 5 of 24 m dv x = bv x (7) dt Dividing both sides of equation (7) by mass (m) expresses a differential equation in terms of acceleration: dv x dt = bv x m, V x(0) = V x0 (8)

8 The left side of equation (8) expresses horizontal acceleration as the derivative of velocity (V x ) with respect to time. On the right side of equation (8), the negative sign expresses that the force of air resistance is opposite the direction of velocity, b is a constant of proportionality, and mass (m) in the denominator is expressed as an inverse proportion to the acceleration on the left hand side. Equation (8), as it is, can be used to describe the horizontal motion of a projectile. On the other hand; in order to describe the vertical motion, gravity (g) must be taken into account - this is a simple accommodation: Fy = ma y ma y = mg bv y m dv y = mg bv y (9) dt Dividing both sides of equation (9) by mass gives us an equation expressing acceleration in the vertical direction: dv y dt where g is the acceleration of gravity. In sum, our model so far can be expressed in components as follows: Horizontal Motion: Vertical Motion: dv x dt = g bv y m, V y(0) = V y0 (10) = bv x m, V x(0) = V x0 (11) dv y = g bv y dt m, V y(0) = V y0 (12) where θ is the projection angle, V x0 = V 0 cos(θ), and V y0 = V 0 sin(θ). The goal now is to solve these differential equations for velocity, which is a function of time. Page 6 of 24

9 Solutions In this section, the equations for horizontal and vertical motion will be solved. The solution for the projectile s horizontal position will be solved for time, then substituted into the solution for the projectile s vertical position to produce an equation for trajectory. The linear model s trajectory will then be plotted on the same graph as the model neglecting air resistance and the two will be compared for varying m, V 0, and θ. Horizontal Velocity Recall equation (11): dv x = bv x dt m, V x(0) = V x0 By solving this differential equation for V x we derive a formula for the horizontal velocity of the projectile. Begin by separating the variables multiply both sides by m/b: Now multiply both sides by dt: m dv x = V x b dt m b dv x = V x dt After dividing both sides by V x, we are ready to integrate: m dv x = dt b V x For ease of computation, definite integrals will be evaluated: Page 7 of 24

10 m b Vx V x0 dv x V x = t 0 dt (13) Notice that on the left-hand side of equation (13), the limits of integration span from the initial velocity value, V x (0) = V x0, to some arbitrary velocity V x. On the right hand side, the limits of integration span from the initial time value t = 0 to an arbitrary time t. Now, to evaluate the integrals in equation (13): Vx m dv x b V x0 V x = [ m b x ] ln V Vx Multiply both sides of equation (14) by b/m: Exponentiate both sides of equation (15): t 0 dt V x0 = t (14) ln V x Vx V x0 = b m t ln V x ln V x0 = b m t ln V x = b m t (15) V x0 Page 8 of 24 V x V x0 = e bt/m (16)

11 Finally, multiply both sides of equation (16) by V x0 for our solution to horizontal velocity: V x = V x0 e bt/m (17) Figure 3 gives us a feel for the behavior of equation (17). As we might expect, horizontal velocity decays exponentially towards zero for a 1 kg projectile launched at 60 meters per second, 45 degrees from the horizontal, where b = 1 (more on b later), the projectile loses almost all of its horizontal motion after only about 6 seconds. Horizontal Position First, recall that velocity is the time derivative of position. Therefore, in order to find the formula for the projectile s horizontal position, we must integrate equation (17): x = t 0 V x0 e bt /m dt t = V x0 e bt /m dt 0 = m b V x 0 e bt /m t 0 = mv x0 ( e bt/m 1 ) b Finally, the equation for horizontal position: x = mv x0 ( 1 e bt/m ) (18) b Page 9 of 24

12 Page 10 of 24 Figure 3: Horizontal velocity of a 1 kg projectile launched at 60 m/s and 45 degrees from the horizontal, b = 1.

13 Page 11 of 24 Figure 4: Horizontal position of a 1 kg projectile launched at 60 m/s and 45 degrees from the horizontal, b = 1.

14 Figure 4 gives us a sense of how far the same projectile from Figure 3 will travel over time. Recall that velocity for this particular projectile decays to essentially zero after about 6 seconds the graph in Figure 4 seems to agree with Figure 3, and the projectile travels 42 meters in the horizontal after about 6 seconds. Vertical Velocity We will now find a formula for the vertical velocity of the projectile - recall equation (12): dv y dt = g bv y m, V y(0) = V y0 Equation (12) is separable. Begin by multiplying both sides by dt and factoring the minus sign out of the right-hand side. ( dv y = g + bv ) y dt m Now divide both sides by (g + bv y /m): dv y g + b m V y Equation (19) is now ready for integration: = dt (19) Page 12 of 24

15 Vy t dv y V y0 g + b = dt m V y 0 [ m b ln g + b ] m V Vy y = t V y0 [ ln g + b ] m V Vy y = b V y0 m t ln g + b m V y ln g + bv y 0 m = b m t g + b ln m V y g + bv y 0 = b m t m g + b m V y g + bv y 0 m = e bt/m Solving for V y from here will show that: ( mg ) V y = b + V y0 e bt mg m (20) b Figure 5 shows us the vertical velocity of the same projectile from previous figures. Notice that the projectile s vertical velocity crosses from positive to negative after only about 2 seconds and then falls down with decreasing velocity until around 7-10 seconds where its velocity bottoms out, this velocity, about -10 m/s, is the terminal velocity. Page 13 of 24

16 Page 14 of 24 Figure 5: Vertical velocity of a 1 kg projectile launched at 60 m/s and 45 degrees from the horizontal, b = 1.

17 Vertical Position We now integrate equation (20) into a formula for the projectile s vertical position: t ( ( mg y = 0 b + V ) y 0 e bt /m mg ) dt b ( mg ) t = b + V y 0 e bt /m dt mg t dt 0 b 0 = m ( mg ) ( ) b b + V y 0 e bt/m 1 mg b t = m ( mg ) ( b b + V y 0 1 e bt/m) mg b t (21) A possible simplification for equation (21) is as follows: ( gm 2 ) + bmv ( y0 y = b 2 1 e bt/m) mg b t (22) Figure 6 shows the vertical position over time. Again the conditions are the same as the previous plots. We can now see that the position reaches a maximum around 1.7 seconds, reaches zero after about 5.2 seconds, and decreases seemingly linearly beyond that point. Trajectory through Air Recall equation (18): x = mv x0 ( 1 e bt/m ) b Page 15 of 24

18 Page 16 of 24 Figure 6: Vertical position of a 1 kg projectile launched at 60 m/s and 45 degrees from the horizontal, b = 1.

19 We will now derive a formula for projectile trajectory through air. The process is analogous to the process for finding trajectory through a vacuum we must first solve equation (18) for time (t); doing so, we produce the following: t = m ( ) b ln mvx0 (23) mv x0 bx Substituting this value of t into equation (22) and simplifying gives us a formula for trajectory: ( m 2 g + bmv y0 Y = b 2 ( m 2 g + bmv y0 = b 2 ) 1 e b/m ) 1 e ln ( m 2 g + bmv y0 = b 2 ( m 2 ) ( g + bmv y0 bx = = b 2 ( mg bv x0 + V y 0 V x0 m mv b ln x 0 mv x0 bx mv x 0 bx mv x0 ) ( ( 1 1 bx mv x0 ) x + m2 g b 2 ln mv x0 ) + m2 g b 2 ( 1 b mv x0 x )) + m2 g mg b ( ) + m2 g mvx0 bx ln b 2 ( ln 1 bx b 2 mv x0 ( ln 1 bx mv x0 [ ( )] m b ln mvx0 mv x0 bx mv x0 But remember that V x0 = V 0 cos θ, and V y0 = V 0 sin θ. Substituting these back into equation (24) and simplifying gives us our final result: ) ) ) (24) Page 17 of 24

20 ( mg sec θ Y = bv 0 ) ( + tan θ x + m2 g b 2 ln 1 b sec θ ) x mv 0 We can finally make a comparison between the two models, but first, we need to use realistic values of mass and the proportionality constant b. But how do we find b? One way is through experimentation: Let s consider, for instance, a certain paintball with a mass of 3.2 grams that was tested to have a terminal velocity of 21.8 meters per second. b may be found by first reconsidering the model for vertical motion: dv y = g bv y (26) dt m An object dropped from rest will accelerate until it reaches its terminal velocity, at which point the acceleration will equal zero. Under these conditions, and letting the y-axis point downward, equation (26) can be written: Solving equation (27) for b, shows: 0 = g bv term m b = (25) (27) mg V term (28) Substituting the paintball s mass and terminal velocity into equation (28) shows that b, in this case, is kg/s. We may now plot this paintball s trajectory and compare it to the model that neglects air resistance. As Figure 7 reveals, the difference between the two models for projectile motion is profound. Now, observe what happens when the projection angle is changed to 24 in Figure. Notice in Figure that when the projection angle is changed from 45 to 24, the range through a vacuum decreases as expected, but the range through air increases. Recall Page 18 of 24

21 Page 19 of 24 Figure 7: Trajectories neglecting and accounting for air resistance for a 3.2 gram paintball launched at 90 m/s (about maximum tournament velocity), 45 degrees from the horizontal. b = kg/s

22 Page 20 of 24 Figure 8: A comparison of trajectories resulting from different projection angles. Max range without air is attained with a projection angle of 45. Max range through air is attained with a projection angle of 24.5 ± 0.5

23 that through a vacuum, the projection angle that will result in maximum range is 45. Through air, the angle that will result in maximum range is 24.5 ± 0.5. Figure 9 shows an interesting outcome from increasing the mass of the projectile while holding all other variables constant. Notice that as mass increases, the trajectory through air more closely resembles the trajectory through a vacuum. Do not, however, assume that a relatively higher mass implies that air resistance is negligible. Recall the expression for b in equation (28): b = mg V term This expression for b shows that for constant V term and g, b will increase directly with increasing mass. This observation calls for the trajectory examination of an object of higher mass: a bowling ball. Take, for instance, a 7.62kg bowling ball with a terminal velocity of 83.1 m/s. The resulting value of b is kg/s. As Figure 10 shows, the difference in range, even when the projection angle maximizes range through air, is over 200 meters. We have seen that factoring air resistance into projectile motion makes a profound difference upon trajectory when compared to the model that neglects air resistance. For a paintball and a bowling ball launched with sufficient velocity, the range difference can be hundreds of meters. Based on these findings, we can conclude that neglecting air resistance is not a fair assumption. Page 21 of 24

24 Page 22 of 24 Figure 9: Increasing mass while holding all other variables constant makes the trajectory through air more closely approximate the parabolic trajectory through a vacuum.

25 Page 23 of 24 Figure 10: Trajectory of a bowling ball launched at 90m/s, 24.

26 References [1] Arnold, David. Writing Scientific Papers in Latex. College of the Redwoods. latex.pdf [2] Serway, Raymond and Jewett, John. Physics for Scientists and Engineers. Boston, MA: Brooks/Cole, 2014 [3] Pruneau, Claude A. Projectile Motion. Wayne State University. PHY5200-Chap2.pdf [4] Kagen, David. Freefall with Air Resistance CSU Chico. edu/kagan/204a/lecturenotes/section15.pdf [5] Beeken, Paul. First Order Differential Equations Applied to Air Resistance Pretty Good Physics. DifferentialEquations.pdf/ /DifferentialEquations.pdf Page 24 of 24

Projectile Motion. Chin- Sung Lin STEM GARAGE SCIENCE PHYSICS

Projectile Motion. Chin- Sung Lin STEM GARAGE SCIENCE PHYSICS Projectile Motion Chin- Sung Lin Introduction to Projectile Motion q What is Projectile Motion? q Trajectory of a Projectile q Calculation of Projectile Motion Introduction to Projectile Motion q What

More information

3.2 Projectile Motion

3.2 Projectile Motion Motion in 2-D: Last class we were analyzing the distance in two-dimensional motion and revisited the concept of vectors, and unit-vector notation. We had our receiver run up the field then slant Northwest.

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 Addition of Vectors Graphical Methods (One and Two- Dimension) Multiplication of a Vector by a Scalar Subtraction of Vectors Graphical

More information

34.3. Resisted Motion. Introduction. Prerequisites. Learning Outcomes

34.3. Resisted Motion. Introduction. Prerequisites. Learning Outcomes Resisted Motion 34.3 Introduction This Section returns to the simple models of projectiles considered in Section 34.1. It explores the magnitude of air resistance effects and the effects of including simple

More information

Chapter 4. Motion in Two Dimensions. Position and Displacement. General Motion Ideas. Motion in Two Dimensions

Chapter 4. Motion in Two Dimensions. Position and Displacement. General Motion Ideas. Motion in Two Dimensions Motion in Two Dimensions Chapter 4 Motion in Two Dimensions Using + or signs is not always sufficient to fully describe motion in more than one dimension Vectors can be used to more fully describe motion

More information

Chapter 2 One-Dimensional Kinematics. Copyright 2010 Pearson Education, Inc.

Chapter 2 One-Dimensional Kinematics. Copyright 2010 Pearson Education, Inc. Chapter 2 One-Dimensional Kinematics Units of Chapter 2 Position, Distance, and Displacement Average Speed and Velocity Instantaneous Velocity Acceleration Motion with Constant Acceleration Applications

More information

2. KINEMATICS. By Liew Sau Poh

2. KINEMATICS. By Liew Sau Poh 2. KINEMATICS By Liew Sau Poh 1 OBJECTIVES 2.1 Linear motion 2.2 Projectiles 2.3 Free falls and air resistance 2 OUTCOMES Derive and use equations of motion with constant acceleration Sketch and use the

More information

Chapter 4. Motion in Two Dimensions. Professor Wa el Salah

Chapter 4. Motion in Two Dimensions. Professor Wa el Salah Chapter 4 Motion in Two Dimensions Kinematics in Two Dimensions Will study the vector nature of position, velocity and acceleration in greater detail. Will treat projectile motion and uniform circular

More information

In this activity, we explore the application of differential equations to the real world as applied to projectile motion.

In this activity, we explore the application of differential equations to the real world as applied to projectile motion. Applications of Calculus: Projectile Motion ID: XXXX Name Class In this activity, we explore the application of differential equations to the real world as applied to projectile motion. Open the file CalcActXX_Projectile_Motion_EN.tns

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

Unit 1: Mechanical Equilibrium

Unit 1: Mechanical Equilibrium Unit 1: Mechanical Equilibrium Chapter: Two Mechanical Equilibrium Big Idea / Key Concepts Student Outcomes 2.1: Force 2.2: Mechanical Equilibrium 2.3: Support Force 2.4: Equilibrium for Moving Objects

More information

PHYSICS 231 INTRODUCTORY PHYSICS I

PHYSICS 231 INTRODUCTORY PHYSICS I PHYSICS 231 INTRODUCTORY PHYSICS I Lecture 4 Main points of last lecture Scalars vs. Vectors Vectors A: (A x, A y ) or A & θ Addition/Subtraction Projectile Motion X-direction: a x = 0 (v x = constant)

More information

Bell Ringer: What is constant acceleration? What is projectile motion?

Bell Ringer: What is constant acceleration? What is projectile motion? Bell Ringer: What is constant acceleration? What is projectile motion? Can we analyze the motion of an object on the y-axis independently of the object s motion on the x-axis? NOTES 3.2: 2D Motion: Projectile

More information

Chapter 4. Two-Dimensional Motion

Chapter 4. Two-Dimensional Motion Chapter 4. Two-Dimensional Motion 09/1/003 I. Intuitive (Understanding) Review Problems. 1. If a car (object, body, truck) moves with positive velocity and negative acceleration, it means that its a) speed

More information

Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch of the appropriate

Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch of the appropriate AP Calculus BC Review Chapter (Parametric Equations and Polar Coordinates) Things to Know and Be Able to Do Understand the meaning of equations given in parametric and polar forms, and develop a sketch

More information

Projectile Motion. directions simultaneously. deal with is called projectile motion. ! An object may move in both the x and y

Projectile Motion. directions simultaneously. deal with is called projectile motion. ! An object may move in both the x and y Projectile Motion! An object may move in both the x and y directions simultaneously! The form of two-dimensional motion we will deal with is called projectile motion Assumptions of Projectile Motion! The

More information

Lecture4- Projectile Motion Chapter 4

Lecture4- Projectile Motion Chapter 4 1 / 32 Lecture4- Projectile Motion Chapter 4 Instructor: Prof. Noronha-Hostler Course Administrator: Prof. Roy Montalvo PHY-123 ANALYTICAL PHYSICS IA Phys- 123 Sep. 28 th, 2018 2 / 32 Objectives Vector

More information

UNIT I: MECHANICS Chapter 5: Projectile Motion

UNIT I: MECHANICS Chapter 5: Projectile Motion IMPORTANT TERMS: Component Projectile Resolution Resultant Satellite Scalar quantity Vector Vector quantity UNIT I: MECHANICS Chapter 5: Projectile Motion I. Vector and Scalar Quantities (5-1) A. Vector

More information

2.41 Velocity-Dependent Forces: Fluid Resistance and Terminal Velocity

2.41 Velocity-Dependent Forces: Fluid Resistance and Terminal Velocity 2.4 Velocity-Dependent Forces: Fluid Resistance and Terminal Velocity 69 2.41 Velocity-Dependent Forces: Fluid Resistance and Terminal Velocity It often happens that the force that acts on a body is a

More information

PY1008 / PY1009 Physics Gravity I

PY1008 / PY1009 Physics Gravity I PY1008 / PY1009 Physics Gravity I M.P. Vaughan Learning Objectives The concept of the centre of mass Fundamental forces Newton s Law of Gravitation Coulomb s Law (electrostatic force) Examples of Newton

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

v v y = v sinθ Component Vectors:

v v y = v sinθ Component Vectors: Component Vectors: Recall that in order to simplify vector calculations we change a complex vector into two simple horizontal (x) and vertical (y) vectors v v y = v sinθ v x = v cosθ 1 Component Vectors:

More information

Chapter 4. Motion in Two Dimensions

Chapter 4. Motion in Two Dimensions Chapter 4 Motion in Two Dimensions Kinematics in Two Dimensions Will study the vector nature of position, velocity and acceleration in greater detail Will treat projectile motion and uniform circular motion

More information

Lab 5: Projectile Motion

Lab 5: Projectile Motion Concepts to explore Scalars vs. vectors Projectiles Parabolic trajectory As you learned in Lab 4, a quantity that conveys information about magnitude only is called a scalar. However, when a quantity,

More information

Chapter 4. Motion in Two Dimensions. With modifications by Pinkney

Chapter 4. Motion in Two Dimensions. With modifications by Pinkney Chapter 4 Motion in Two Dimensions With modifications by Pinkney Kinematics in Two Dimensions covers: the vector nature of position, velocity and acceleration in greater detail projectile motion a special

More information

1 /30. APPM 1235 Final Exam Fall 2014 December 17, /30 3 /25

1 /30. APPM 1235 Final Exam Fall 2014 December 17, /30 3 /25 Name Section # Page Score 1 /30 APPM 1235 Final Exam Fall 2014 December 17, 2014 AT THE TOP OF THE PAGE write your name and your section number. Textbooks, class notes and electronic devices of any kind

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

Vectors and Projectile Motion on the TI-89

Vectors and Projectile Motion on the TI-89 1 Vectors and Projectile Motion on the TI-89 David K. Pierce Tabor Academy Marion, Massachusetts 2738 dpierce@taboracademy.org (58) 748-2 ext. 2243 This paper will investigate various properties of projectile

More information

Demo: x-t, v-t and a-t of a falling basket ball.

Demo: x-t, v-t and a-t of a falling basket ball. Demo: x-t, v-t and a-t of a falling basket ball. I-clicker question 3-1: A particle moves with the position-versus-time graph shown. Which graph best illustrates the velocity of the particle as a function

More information

Dynamics Applying Newton s Laws Air Resistance

Dynamics Applying Newton s Laws Air Resistance Dynamics Applying Newton s Laws Air Resistance Lana Sheridan De Anza College Feb 2, 2015 Last Time accelerated frames and rotation Overview resistive forces two models for resistive forces terminal velocities

More information

Chapter 4. Motion in Two Dimensions

Chapter 4. Motion in Two Dimensions Chapter 4 Motion in Two Dimensions Kinematics in Two Dimensions Will study the vector nature of position, velocity and acceleration in greater detail Will treat projectile motion and uniform circular motion

More information

2-D Kinematics. In general, we have the following 8 equations (4 per dimension): Notes Page 1 of 7

2-D Kinematics. In general, we have the following 8 equations (4 per dimension): Notes Page 1 of 7 2-D Kinematics The problem we run into with 1-D kinematics, is that well it s one dimensional. We will now study kinematics in two dimensions. Obviously the real world happens in three dimensions, but

More information

Obliqe Projection. A body is projected from a point with different angles of projections 0 0, 35 0, 45 0, 60 0 with the horizontal bt with same initial speed. Their respective horizontal ranges are R,

More information

Vocabulary Preview. Oct 21 9:53 AM. Projectile Motion. An object shot through the air is called a projectile.

Vocabulary Preview. Oct 21 9:53 AM. Projectile Motion. An object shot through the air is called a projectile. Projectile Trajectory Range Launch angle Vocabulary Preview Projectile Motion Projectile Motion An object shot through the air is called a projectile. A projectile can be a football, a bullet, or a drop

More information

Dynamics Applying Newton s Laws Air Resistance

Dynamics Applying Newton s Laws Air Resistance Dynamics Applying Newton s Laws Air Resistance Lana Sheridan De Anza College Oct 20, 2017 Last Time accelerated frames and rotation Overview resistive forces two models for resistive forces terminal velocities

More information

Chapter 4. Motion in Two Dimensions

Chapter 4. Motion in Two Dimensions Chapter 4 Motion in Two Dimensions Kinematics in Two Dimensions Will study the vector nature of position, velocity and acceleration in greater detail Will treat projectile motion and uniform circular motion

More information

Chapter 4 Two-Dimensional Kinematics. Copyright 2010 Pearson Education, Inc.

Chapter 4 Two-Dimensional Kinematics. Copyright 2010 Pearson Education, Inc. Chapter 4 Two-Dimensional Kinematics Units of Chapter 4 Motion in Two Dimensions Projectile Motion: Basic Equations Zero Launch Angle General Launch Angle Projectile Motion: Key Characteristics 4-1 Motion

More information

When we throw a ball :

When we throw a ball : PROJECTILE MOTION When we throw a ball : There is a constant velocity horizontal motion And there is an accelerated vertical motion These components act independently of each other PROJECTILE MOTION A

More information

Kinematics and Dynamics

Kinematics and Dynamics AP PHYS 1 Test Review Kinematics and Dynamics Name: Other Useful Site: http://www.aplusphysics.com/ap1/ap1- supp.html 2015-16 AP Physics: Kinematics Study Guide The study guide will help you review all

More information

PHYS 1111L - Introductory Physics Laboratory I

PHYS 1111L - Introductory Physics Laboratory I PHYS 1111L - Introductory Physics Laboratory I Laboratory Advanced Sheet Projectile Motion Laboratory 1. Objective. The objective of this laboratory is to predict the range of a projectile set in motion

More information

Physics Chapter 3 Notes. Section 3-1: Introduction to Vectors (pages 80-83)

Physics Chapter 3 Notes. Section 3-1: Introduction to Vectors (pages 80-83) Physics Chapter 3 Notes Section 3-1: Introduction to Vectors (pages 80-83) We can use vectors to indicate both the magnitude of a quantity, and the direction. Vectors are often used in 2- dimensional problems.

More information

Chapter 5: Energy. Energy is one of the most important concepts in the world of science. Common forms of Energy

Chapter 5: Energy. Energy is one of the most important concepts in the world of science. Common forms of Energy Chapter 5: Energy Energy is one of the most important concepts in the world of science. Common forms of Energy Mechanical Chemical Thermal Electromagnetic Nuclear One form of energy can be converted to

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

Chapter 4. Motion in Two Dimensions

Chapter 4. Motion in Two Dimensions Chapter 4 Motion in Two Dimensions Projectile Motion An object may move in both the x and y directions simultaneously. This form of two-dimensional motion we will deal with is called projectile motion.

More information

Projectile Motion B D B D A E A E

Projectile Motion B D B D A E A E Projectile Motion Projectile motion is motion under a constant unbalanced force. A projectile is a body that has been thrown or projected. No consideration is given to the force projecting the body, nor

More information

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW.

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW. PHYSICS. A balloon is moving horizontally in air with speed of 5 m/s towards north. A car is moving with 5 m/s towards east. If a person sitting inside the car sees the balloon, the velocity of the balloon

More information

Chapter 6. Circular Motion and Other Applications of Newton s Laws

Chapter 6. Circular Motion and Other Applications of Newton s Laws Chapter 6 Circular Motion and Other Applications of Newton s Laws Circular Motion Two analysis models using Newton s Laws of Motion have been developed. The models have been applied to linear motion. Newton

More information

PHY 1114: Physics I. Quick Question 1. Quick Question 2. Quick Question 3. Quick Question 4. Lecture 5: Motion in 2D

PHY 1114: Physics I. Quick Question 1. Quick Question 2. Quick Question 3. Quick Question 4. Lecture 5: Motion in 2D PHY 1114: Physics I Lecture 5: Motion in D Fall 01 Kenny L. Tapp Quick Question 1 A child throws a ball vertically upward at the school playground. Which one of the following quantities is (are) equal

More information

Example problem: Free Fall

Example problem: Free Fall Example problem: Free Fall A ball is thrown from the top of a building with an initial velocity of 20.0 m/s straight upward, at an initial height of 50.0 m above the ground. The ball just misses the edge

More information

INTRODUCTION. 3. Two-Dimensional Kinematics

INTRODUCTION. 3. Two-Dimensional Kinematics INTRODUCTION We now extend our study of kinematics to motion in two dimensions (x and y axes) This will help in the study of such phenomena as projectile motion Projectile motion is the study of objects

More information

Description of the motion using vectorial quantities

Description of the motion using vectorial quantities Description of the motion using vectorial quantities RECTILINEAR MOTION ARBITRARY MOTION (3D) INERTIAL SYSTEM OF REFERENCE Circular motion Free fall Description of the motion using scalar quantities Let's

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

Physics 20 Homework 2 SIMS 2016

Physics 20 Homework 2 SIMS 2016 Physics 20 Homework 2 SIMS 2016 Due: Saturday, August 20 th 1. In class, we ignored air resistance in our discussion of projectile motion. Now, let s derive the relevant equation of motion in the case

More information

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.

Quiz No. 1: Tuesday Jan. 31. Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3. Quiz No. 1: Tuesday Jan. 31 Assignment No. 2, due Thursday Feb 2: Problems 8.4, 8.13, 3.10, 3.28 Conceptual questions: 8.1, 3.6, 3.12, 3.20 Chapter 3 Vectors and Two-Dimensional Kinematics Properties of

More information

y(t) = y 0 t! 1 2 gt 2. With y(t final ) = 0, we can solve this for v 0 : v 0 A ĵ. With A! ĵ =!2 and A! = (2) 2 + (!

y(t) = y 0 t! 1 2 gt 2. With y(t final ) = 0, we can solve this for v 0 : v 0 A ĵ. With A! ĵ =!2 and A! = (2) 2 + (! 1. The angle between the vector! A = 3î! 2 ĵ! 5 ˆk and the positive y axis, in degrees, is closest to: A) 19 B) 71 C) 90 D) 109 E) 161 The dot product between the vector! A = 3î! 2 ĵ! 5 ˆk and the unit

More information

1. Joseph runs along a long straight track. The variation of his speed v with time t is shown below.

1. Joseph runs along a long straight track. The variation of his speed v with time t is shown below. Kinematics 1. Joseph runs along a long straight track. The variation of his speed v with time t is shown below. After 25 seconds Joseph has run 200 m. Which of the following is correct at 25 seconds? Instantaneous

More information

Kinematics in Two Dimensions; Vectors

Kinematics in Two Dimensions; Vectors Kinematics in Two Dimensions; Vectors Vectors & Scalars!! Scalars They are specified only by a number and units and have no direction associated with them, such as time, mass, and temperature.!! Vectors

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

5. REASONING AND SOLUTION An object will not necessarily accelerate when two or more forces are applied to the object simultaneously.

5. REASONING AND SOLUTION An object will not necessarily accelerate when two or more forces are applied to the object simultaneously. 5. REASONING AND SOLUTION An object will not necessarily accelerate when two or more forces are applied to the object simultaneously. The applied forces may cancel so the net force is zero; in such a case,

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

Chapter 3. Kinematics in Two Dimensions

Chapter 3. Kinematics in Two Dimensions Chapter 3 Kinematics in Two Dimensions 3.1 Trigonometry 3.1 Trigonometry sin! = h o h cos! = h a h tan! = h o h a 3.1 Trigonometry tan! = h o h a tan50! = h o 67.2m h o = tan50! ( 67.2m) = 80.0m 3.1 Trigonometry!

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

3 Vectors and Two- Dimensional Motion

3 Vectors and Two- Dimensional Motion May 25, 1998 3 Vectors and Two- Dimensional Motion Kinematics of a Particle Moving in a Plane Motion in two dimensions is easily comprehended if one thinks of the motion as being made up of two independent

More information

Lecture III. Introduction to Mechanics, Heat, and Sound /FIC 318

Lecture III. Introduction to Mechanics, Heat, and Sound /FIC 318 Introduction to Mechanics, Heat, and Sound /FIC 318 Lecture III Motion in two dimensions projectile motion The Laws of Motion Forces, Newton s first law Inertia, Newton s second law Newton s third law

More information

Newton s Laws.

Newton s Laws. Newton s Laws http://mathsforeurope.digibel.be/images Forces and Equilibrium If the net force on a body is zero, it is in equilibrium. dynamic equilibrium: moving relative to us static equilibrium: appears

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

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

Problem: Projectile (CM-1998)

Problem: Projectile (CM-1998) Physics C -D Kinematics Name: ANSWER KEY AP Review Packet Vectors have both magnitude and direction displacement, velocity, acceleration Scalars have magnitude only distance, speed, time, mass Unit vectors

More information

Physics 125: Classical Physics A. 1 Practice Problems for Midterm Exam 1

Physics 125: Classical Physics A. 1 Practice Problems for Midterm Exam 1 Physics 125: Classical Physics A 1 Practice Problems for Midterm Exam 1 Problem 1 The Figure 1 depicts velocity as a function of time for a short run. Find: a) The acceleration at t = 5 seconds. b) The

More information

Motion in Two Dimensions. 1.The Position, Velocity, and Acceleration Vectors 2.Two-Dimensional Motion with Constant Acceleration 3.

Motion in Two Dimensions. 1.The Position, Velocity, and Acceleration Vectors 2.Two-Dimensional Motion with Constant Acceleration 3. Motion in Two Dimensions 1.The Position, Velocity, and Acceleration Vectors 2.Two-Dimensional Motion with Constant Acceleration 3.Projectile Motion The position of an object is described by its position

More information

Chapter 3: Kinematics in Two Dimensions

Chapter 3: Kinematics in Two Dimensions Chapter 3: Kinematics in Two Dimensions Vectors and Scalars A scalar is a number with units. It can be positive, negative, or zero. Time: 100 s Distance and speed are scalars, although they cannot be negative

More information

Test 3 solution. Problem 1: Short Answer Questions / Multiple Choice a. => 1 b. => 4 c. => 9 d. => 8 e. => 9

Test 3 solution. Problem 1: Short Answer Questions / Multiple Choice a. => 1 b. => 4 c. => 9 d. => 8 e. => 9 Test 3 solution Problem 1: Short Answer Questions / Multiple Choice a. > 1 b. > 4 c. > 9 d. > 8 e. > 9 Problem : Estimation Problem (a GOAL Approach student solution) While this is a good GOAL approach

More information

Graphical Vector Addition

Graphical Vector Addition Vectors Chapter 4 Vectors and Scalars Measured quantities can be of two types Scalar quantities: only require magnitude (and proper unit) for description. Examples: distance, speed, mass, temperature,

More information

The centripetal acceleration for a particle moving in a circle is a c = v 2 /r, where v is its speed and r is its instantaneous radius of rotation.

The centripetal acceleration for a particle moving in a circle is a c = v 2 /r, where v is its speed and r is its instantaneous radius of rotation. skiladæmi 1 Due: 11:59pm on Wednesday, September 9, 2015 You will receive no credit for items you complete after the assignment is due. Grading Policy Problem 3.04 The horizontal coordinates of a in a

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

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

Physics 1A, Summer 2011, Summer Session 1 Quiz 3, Version A 1

Physics 1A, Summer 2011, Summer Session 1 Quiz 3, Version A 1 Physics 1A, Summer 2011, Summer Session 1 Quiz 3, Version A 1 Closed book and closed notes. No work needs to be shown. 1. Three rocks are thrown with identical speeds from the top of the same building.

More information

Motion in Two or Three Dimensions

Motion in Two or Three Dimensions Chapter 3 Motion in Two or Three Dimensions PowerPoint Lectures for University Physics, Thirteenth Edition Hugh D. Young and Roger A. Freedman Lectures by Wayne Anderson Goals for Chapter 3 To use vectors

More information

Physics 11 Chapter 3: Kinematics in Two Dimensions. Problem Solving

Physics 11 Chapter 3: Kinematics in Two Dimensions. Problem Solving Physics 11 Chapter 3: Kinematics in Two Dimensions The only thing in life that is achieved without effort is failure. Source unknown "We are what we repeatedly do. Excellence, therefore, is not an act,

More information

Solutions. 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002

Solutions. 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002 Solutions 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002. a If A is heated, then water will flow from B to A. The reason can be seen as follows. The pressure at depth h is given

More information

( ) ( ) A i ˆj. What is the unit vector  that points in the direction of A? 1) The vector A is given by = ( 6.0m ) ˆ ( 8.0m ) Solution A D) 6 E) 6

( ) ( ) A i ˆj. What is the unit vector  that points in the direction of A? 1) The vector A is given by = ( 6.0m ) ˆ ( 8.0m ) Solution A D) 6 E) 6 A i ˆj. What is the unit vector  that points in the direction of A? 1) The vector A is given b ( 6.m ) ˆ ( 8.m ) A ˆ i ˆ ˆ j A ˆ i ˆ ˆ j C) A ˆ ( 1 ) ( i ˆ ˆ j) D) Aˆ.6 iˆ+.8 ˆj E) Aˆ.6 iˆ.8 ˆj A) (.6m

More information

Physics H7A, Fall 2011 Homework 6 Solutions

Physics H7A, Fall 2011 Homework 6 Solutions Physics H7A, Fall 2011 Homework 6 Solutions 1. (Hooke s law) (a) What are the dimensions (in terms of M, L, and T ) of the spring constant k in Hooke s law? (b) If it takes 4.00 J of work to stretch a

More information

Random sample problems

Random sample problems UNIVERSITY OF ALABAMA Department of Physics and Astronomy PH 125 / LeClair Spring 2009 Random sample problems 1. The position of a particle in meters can be described by x = 10t 2.5t 2, where t is in seconds.

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

Chapter 2. Kinematics in One Dimension. continued

Chapter 2. Kinematics in One Dimension. continued Chapter 2 Kinematics in One Dimension continued 2.6 Freely Falling Bodies Example 10 A Falling Stone A stone is dropped from the top of a tall building. After 3.00s of free fall, what is the displacement

More information

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x.

4.9 Anti-derivatives. Definition. An anti-derivative of a function f is a function F such that F (x) = f (x) for all x. 4.9 Anti-derivatives Anti-differentiation is exactly what it sounds like: the opposite of differentiation. That is, given a function f, can we find a function F whose derivative is f. Definition. An anti-derivative

More information

Unforced Mechanical Vibrations

Unforced Mechanical Vibrations Unforced Mechanical Vibrations Today we begin to consider applications of second order ordinary differential equations. 1. Spring-Mass Systems 2. Unforced Systems: Damped Motion 1 Spring-Mass Systems We

More information

PHYS1131 HIGHER PHYSICS 1A SOLUTIONS Homework Problem Set 1. To calculate the time taken, we substitute d=10 m into the above equation.

PHYS1131 HIGHER PHYSICS 1A SOLUTIONS Homework Problem Set 1. To calculate the time taken, we substitute d=10 m into the above equation. PHYS1131 HIGHER PHYSICS 1A SOLUTIONS Homework Problem Set 1 Q1. We use the equations of uniform accelerated motion with zero initial displacement and velocity. y 1 = " 1 gt where t is measured in seconds.

More information

KINEMATICS. Challenging MCQ questions by The Physics Cafe. Compiled and selected by The Physics Cafe

KINEMATICS. Challenging MCQ questions by The Physics Cafe. Compiled and selected by The Physics Cafe KINEMATICS Challenging MCQ questions by The Physics Cafe Compiled and selected by The Physics Cafe 1 Two diamonds begin free fall from rest from the same height 1.0 s apart. How long after the first diamond

More information

Momentum Balances & Quadratic Equations

Momentum Balances & Quadratic Equations Momentum Balances & Quadratic Equations ABET Course Outcomes: C.1 formulate and solve engineering problems using linear and quadratic equations By the end of this class you should be able to: Solve problems

More information

Modelling of a Tennis Ball Server

Modelling of a Tennis Ball Server Mechanical Analysis and Design ME 2104 Lecture 6 Modelling of a Tennis Ball Server Prof Ahmed Kovacevic Department of Mechanical Engineering and Aeronautics Room CG25, Phone: 8780, E-Mail: a.kovacevic@city.ac.uk

More information

Introduction to Mechanics Range of a Projectile Trajectory Equation More Examples

Introduction to Mechanics Range of a Projectile Trajectory Equation More Examples Introduction to Mechanics Range of a Projectile Trajectory Equation More Examples Lana Sheridan De Anza College Oct 25, 2017 Last time max height of a projectile time-of-flight of a projectile range of

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

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

physics Chapter 4 Lecture a strategic approach randall d. knight FOR SCIENTISTS AND ENGINEERS Chapter 4_Lecture1 THIRD EDITION

physics Chapter 4 Lecture a strategic approach randall d. knight FOR SCIENTISTS AND ENGINEERS Chapter 4_Lecture1 THIRD EDITION Chapter 4 Lecture physics FOR SCIENTISTS AND ENGINEERS a strategic approach THIRD EDITION randall d. knight Chapter 4_Lecture1 1 Chapter 4 Kinematics in 2D: Projectile Motion (Sec. 4.2) Which fountain

More information

Problem Set 4 Momentum and Continuous Mass Flow Solutions

Problem Set 4 Momentum and Continuous Mass Flow Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01 Fall 2012 Problem Set 4 Momentum and Continuous Mass Flow Solutions Problem 1: a) Explain why the total force on a system of particles

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

Projectile Motion and 2-D Dynamics

Projectile Motion and 2-D Dynamics Projectile Motion and 2-D Dynamics Vector Notation Vectors vs. Scalars In Physics 11, you learned the difference between vectors and scalars. A vector is a quantity that includes both direction and magnitude

More information

Physics Unit 4:Work & Energy Name:

Physics Unit 4:Work & Energy Name: Name: Review and Preview We have come a long way in our study of mechanics. We started with the concepts of displacement and time, and built up to the more complex quantities of velocity and acceleration.

More information

MOTION IN TWO OR THREE DIMENSIONS

MOTION IN TWO OR THREE DIMENSIONS MOTION IN TWO OR THREE DIMENSIONS 3 Sections Covered 3.1 : Position & velocity vectors 3.2 : The acceleration vector 3.3 : Projectile motion 3.4 : Motion in a circle 3.5 : Relative velocity 3.1 Position

More information