Lecture 3: Kinematics of Particles

Size: px
Start display at page:

Download "Lecture 3: Kinematics of Particles"

Transcription

1 Lecture 3: Kinematics of Particles Recap: Numerical integration [Appendix A, 2.1] 2 and 3-Dimensional Motion Resolving vectors in 3-Dimensions Differentiation of vectors leading into a review of Polar coordinates [2.3] Path coordinates [2.4] State vector, state space: Extensions to 2 and 3 dimensions Reducing higher order differential equations to first order differential equations

2 2-Dimensional motion Positions require two coordinates (Cartesian coordinates) x(t) y(t) Need position vectors r(t) = x(t) i + y(t) Need a reference frame Fixed reference frames Frame fixed to i, orthogonal, unit vectors Classroom, Earth, Center of the Earth, Center of the Sun, Center of the Universe, Moving reference frames Frames fixed to moving bodies Need to be able to differentiate vectors v(t), a(t), (t), s(t), i

3 Differentiation of Vectors B e 3 e 2 e 1 u = u x i + u y i + u z k u Differentiate with respect to time: z y k u = u 1 e 1 + u 2 e 2 + u 3 e 3 O i Differentiate with respect to time: x

4 Transformations between unit vectors Understanding the relationship between sets of unit vectors is very important Visualize Write down the dot products e 1 e 2 e 3 i k i.e 1 i.e 2 i.e 3.e 1.e 2.e 3 k.e 1 k.e 2 k.e 3 Dot product of unit vectors = Cosine of angle between vectors

5 Polar coordinates e θ e r i e r cosθ sinθ e θ sinθ cosθ y P r O θ i x

6 Polar coordinates y O θ i r e θ x P e r d r e dt de dt θ i = = = = e r cosθ sinθ sin θ & θ i + e & θ θ cosθθ& e r θ & d v re r& P / O = ( r ) = er + dt i e θ sinθ + cosθ cosθθ& sinθθ& r & θ e θ 2 a = (& r r & θ ) e + ( r && θ 2r& & θ ) P / O r + e θ

7 Typhoon Imbudo, July 2003 Hurricanes, anticyclones (later) Gafilo, March 2004

8 Path coordinates i e n cos β sin β e t sin β cos β e t P y O r i r C e n β x v a P p = = r v c e t = n r c β & & 2 β e + v 2 r C Normal acceleration r e c t & β e v& Tangential acceleration t

9 State Space

10 State MEAM 211 Actual (internal) state of the system Geometry of Behavior, Abraham 1981 Mathematical model requires an idealized state The idealized state must be observable (in order for results to be practical)

11 Modeling: State Fang Exposure q = q q 1 2 Ear Attitude Geometry of Behavior, Abraham 1981

12 Modeling: State Geometry of Behavior, Abraham 1981 Ear Attitude Fang Exposure

13 State Space and Time Geometry of Behavior, Abraham 1981

14 Integration in State Space ODE in one scalar variable We know how to integrate or

15 State Space Notation Motivation We know how to integrate or Can we do 2 nd or higher order differential equations?

16 State Space Notation Motivation We know how to integrate or Can we do 2 nd or higher order differential equations? Yes - n th order ODEs can be converted into n first order ODEs

17 Converting 2nd order ODEs to 2 1st order ODEs Example

18 Converting 2nd order ODEs to 2 1st order ODEs Example Define the state vector

19 Converting 2nd order ODEs to 2 1st order ODEs Example Define the state vector Write state equations

20 Converting 2nd order ODEs to 2 1st order ODEs Example Define the state vector Write state equations With initial conditions

21 Solving Equations of Motions for Particles Example Particle in 3-D subect to thrust, gravity and drag State vector is 6x1 6 State Equations

22 MATLAB Example A ball is thrown upward against gravitational attraction and air resistance with an initial velocity of 30 meters/second. The air resistance opposes the velocity and is proportional to the square of the velocity. The acceleration is: a = - g cv 2 sign(v) where g = 9.81 meter/sec 2 and c = /meter. Solve for the position and velocity of the particle as a function of time through a six second time interval. main.m timeinterval=[0, 6]; % interval for integration x0=[0; 30]; % initial position = 0, velocity = 30 intfn ('vertical', timeinterval, x0); function xdot=vertical(t, x); vertical.m xdot=[xdot1; xdot2]; c=0.001; % c= /m g=9.81; % g=9.81 m/sec/sec xdot1 = x(2); % derivative of position = velocity xdot2 = -g - c*x(2)*abs(x(2)); % acceleration

23 Example on particle kinematics Path and Polar Coordinates

24 Example y MEAM 211 B r 3 m A 4 m θ x O Carousel i The carousel rotates about an axis perpendicular to the plane of this paper passing through O at a constant rate of 3 rotations per minute. Your friend is standing (feet fixed to the carousel and not moving relative to the carousel) on the carousel at point B. You are standing at A with your feet on firm ground and at rest with respect to the Earth.

25 Example y e t MEAM 211 e θ θ B B e r θ r e n 3 m θ x A 4 m O Carousel i e t e r cosθ e θ sinθ e n sinθ cosθ

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

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

Chapter 3: 2D Kinematics Tuesday January 20th

Chapter 3: 2D Kinematics Tuesday January 20th Chapter 3: 2D Kinematics Tuesday January 20th Chapter 3: Vectors Review: Properties of vectors Review: Unit vectors Position and displacement Velocity and acceleration vectors Relative motion Constant

More information

@K302. Yasuyuki Matsuda

@K302. Yasuyuki Matsuda Introductory Physics (week 3) @K302 Yasuyuki Matsuda Today s Contents Velocity and Acceleration Newton s Laws of Motion Position, Velocity, Acceleration Particle Particle : An point-like object with its

More information

EQUATIONS OF MOTION: CYLINDRICAL COORDINATES (Section 13.6)

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

More information

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3

(1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 Math 127 Introduction and Review (1) Recap of Differential Calculus and Integral Calculus (2) Preview of Calculus in three dimensional space (3) Tools for Calculus 3 MATH 127 Introduction to Calculus III

More information

1.1 Differential Equation Models. Jiwen He

1.1 Differential Equation Models. Jiwen He 1.1 Math 3331 Differential Equations 1.1 Differential Equation Models Jiwen He Department of Mathematics, University of Houston jiwenhe@math.uh.edu math.uh.edu/ jiwenhe/math3331 Jiwen He, University of

More information

ISSUED BY K V - DOWNLOADED FROM KINEMATICS

ISSUED BY K V - DOWNLOADED FROM   KINEMATICS KINEMATICS *rest and Motion are relative terms, nobody can exist in a state of absolute rest or of absolute motion. *One dimensional motion:- The motion of an object is said to be one dimensional motion

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

PHYSICS 149: Lecture 7

PHYSICS 149: Lecture 7 PHYSICS 149: Lecture 7 Chapter 2 28Tension 2.8 2.9 Fundamental Forces Chapter 3 3.1 Position and Displacement Lecture 7 Purdue University, Physics 149 1 ILQ 1 Which statement about frictional forces is

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

Trigonometry I. Pythagorean theorem: WEST VIRGINIA UNIVERSITY Physics

Trigonometry I. Pythagorean theorem: WEST VIRGINIA UNIVERSITY Physics Trigonometry I Pythagorean theorem: Trigonometry II 90 180 270 360 450 540 630 720 sin(x) and cos(x) are mathematical functions that describe oscillations. This will be important later, when we talk about

More information

Chapter 3: Vectors and Projectile Motion

Chapter 3: Vectors and Projectile Motion Chapter 3: Vectors and Projectile Motion Vectors and Scalars You might remember from math class the term vector. We define a vector as something with both magnitude and direction. For example, 15 meters/second

More information

Unit 1 Parent Guide: Kinematics

Unit 1 Parent Guide: Kinematics Unit 1 Parent Guide: Kinematics Kinematics is the study of the motion of objects. Scientists can represent this information in the following ways: written and verbal descriptions, mathematically (with

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

3) Uniform circular motion: to further understand acceleration in polar coordinates

3) Uniform circular motion: to further understand acceleration in polar coordinates Physics 201 Lecture 7 Reading Chapter 5 1) Uniform circular motion: velocity in polar coordinates No radial velocity v = dr = dr Angular position: θ Angular velocity: ω Period: T = = " dθ dθ r + r θ =

More information

Chapter 4 Dynamics: Newton s Laws of Motion

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

More information

First Year Physics: Prelims CP1. Classical Mechanics: Prof. Neville Harnew. Problem Set III : Projectiles, rocket motion and motion in E & B fields

First Year Physics: Prelims CP1. Classical Mechanics: Prof. Neville Harnew. Problem Set III : Projectiles, rocket motion and motion in E & B fields HT017 First Year Physics: Prelims CP1 Classical Mechanics: Prof Neville Harnew Problem Set III : Projectiles, rocket motion and motion in E & B fields Questions 1-10 are standard examples Questions 11-1

More information

Chapter 4 Newton s Laws. September 24 and September 29, 2009

Chapter 4 Newton s Laws. September 24 and September 29, 2009 Chapter 4 Newton s Laws September 24 and September 29, 2009 First exam for Physics 201: Tuesday, September 29, 2009 5:45 7:00 Bascom 272 Review sessions: Saturday 9/26, 10am-12pm, 2241 Chamberlin (Jialu)

More information

An Overview of Mechanics

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

More information

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit.

Practice Midterm Exam 1. Instructions. You have 60 minutes. No calculators allowed. Show all your work in order to receive full credit. MATH202X-F01/UX1 Spring 2015 Practice Midterm Exam 1 Name: Answer Key Instructions You have 60 minutes No calculators allowed Show all your work in order to receive full credit 1 Consider the points P

More information

Chapter 5 Circular Motion; Gravitation

Chapter 5 Circular Motion; Gravitation Chapter 5 Circular Motion; Gravitation Kinematics of Uniform Circular Motion Dynamics of Uniform Circular Motion Highway Curves, Banked and Unbanked Non-uniform Circular Motion Centrifugation Will be covered

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

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers

Chapter 9b: Numerical Methods for Calculus and Differential Equations. Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Chapter 9b: Numerical Methods for Calculus and Differential Equations Initial-Value Problems Euler Method Time-Step Independence MATLAB ODE Solvers Acceleration Initial-Value Problems Consider a skydiver

More information

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0 MATH 307 Due: Problem 1 Text: 2.2.9-20 Solve the following initial value problems (this problem should mainly be a review of MATH 125). 1. y = (1 2t)y 2, y(0) = 1/6 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

More information

Components of a Vector

Components of a Vector Vectors (Ch. 1) A vector is a quantity that has a magnitude and a direction. Examples: velocity, displacement, force, acceleration, momentum Examples of scalars: speed, temperature, mass, length, time.

More information

There seems to be three different groups of students: A group around 6 A group around 12 A group around 16

There seems to be three different groups of students: A group around 6 A group around 12 A group around 16 10 5 0 0 5 10 15 20 25 30 There seems to be three different groups of students: A group around 6 A group around 12 A group around 16 Altuğ Özpineci ( METU ) Phys109-MECHANICS PHYS109 55 / 67 10 5 0 0 5

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

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics

Omm Al-Qura University Dr. Abdulsalam Ai LECTURE OUTLINE CHAPTER 3. Vectors in Physics LECTURE OUTLINE CHAPTER 3 Vectors in Physics 3-1 Scalars Versus Vectors Scalar a numerical value (number with units). May be positive or negative. Examples: temperature, speed, height, and mass. Vector

More information

ME 230 Kinematics and Dynamics

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

More information

Free Fall. Last new topic that will be on the Midterm

Free Fall. Last new topic that will be on the Midterm Homework Questions? Free Fall Last new topic that will be on the Midterm Do now: Calculate acceleration due to gravity on earth Announcements 3.03 is due Friday Free Fall Introduction: Doc Shuster (AP

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

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

EQUATIONS OF MOTION: RECTANGULAR COORDINATES

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

More information

UNDERSTAND MOTION IN ONE AND TWO DIMENSIONS

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

More information

Tangent and Normal Vectors

Tangent and Normal Vectors Tangent and Normal Vectors MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Navigation When an observer is traveling along with a moving point, for example the passengers in

More information

CHAPTER 4 NEWTON S LAWS OF MOTION

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

More information

Physics for Scientists and Engineers. Chapter 5 Force and Motion

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

More information

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

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2018, WEEK 1 JoungDong Kim Week 1 Vectors, The Dot Product, Vector Functions and Parametric Curves. Section 1.1 Vectors Definition. A Vector is a quantity that

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

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

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

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

REVIEW 2, MATH 3020 AND MATH 3030

REVIEW 2, MATH 3020 AND MATH 3030 REVIEW, MATH 300 AND MATH 3030 1. Let P = (0, 1, ), Q = (1,1,0), R(0,1, 1), S = (1,, 4). (a) Find u = PQ and v = PR. (b) Find the angle between u and v. (c) Find a symmetric equation of the plane σ that

More information

CHAPTER 3 KINEMATICS IN TWO DIMENSIONS; VECTORS

CHAPTER 3 KINEMATICS IN TWO DIMENSIONS; VECTORS CHAPTER 3 KINEMATICS IN TWO DIMENSIONS; VECTORS OBJECTIVES After studying the material of this chapter, the student should be able to: represent the magnitude and direction of a vector using a protractor

More information

Dynamic - Engineering Mechanics 131

Dynamic - Engineering Mechanics 131 Dynamic - Engineering Mechanics 131 Stefan Damkjar Winter of 2012 2 Contents 1 General Principles 7 1.1 Mechanics..................................... 7 1.2 Fundamental Concepts..............................

More information

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

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Kinematics Module 10 - Lecture 24 Kinematics of a particle moving on a curve Today,

More information

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is:

Distance travelled time taken and if the particle is a distance s(t) along the x-axis, then its instantaneous speed is: Chapter 1 Kinematics 1.1 Basic ideas r(t) is the position of a particle; r = r is the distance to the origin. If r = x i + y j + z k = (x, y, z), then r = r = x 2 + y 2 + z 2. v(t) is the velocity; v =

More information

Circular motion. Announcements:

Circular motion. Announcements: Circular motion Announcements: Clicker scores through Wednesday are now posted on DL. Scoring is points for a wrong answer, 3 points for a right answer. 13 clicker questions so far, so max is 39 points.

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

Normal Force. W = mg cos(θ) Normal force F N = mg cos(θ) F N

Normal Force. W = mg cos(θ) Normal force F N = mg cos(θ) F N Normal Force W = mg cos(θ) Normal force F N = mg cos(θ) Note there is no weight force parallel/down the include. The car is not pressing on anything causing a force in that direction. If there were a person

More information

Scalar & Vector tutorial

Scalar & Vector tutorial Scalar & Vector tutorial scalar vector only magnitude, no direction both magnitude and direction 1-dimensional measurement of quantity not 1-dimensional time, mass, volume, speed temperature and so on

More information

Physics 351 Monday, February 26, 2018

Physics 351 Monday, February 26, 2018 Physics 351 Monday, February 26, 2018 You just read the first half ( 10.1 10.7) of Chapter 10, which we ll probably start to discuss this Friday. The midterm exam (March 26) will cover (only!) chapters

More information

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =,

SUPPLEMENT I. Example. Graph the vector 4, 3. Definition. Given two points A(x 1, y 1 ) and B(x 2, y 2 ), the vector represented by # AB is # AB =, SUPPLEMENT I 1. Vectors Definition. A vector is a quantity that has both a magnitude and a direction. A twodimensional vector is an ordered pair a = a 1, a 2 of real numbers. The numbers a 1 and a 2 are

More information

Physics 218: Midterm#1

Physics 218: Midterm#1 Physics 218: Midterm#1 February 25 th, 2015 Please read the instructions below, but do not open the exam until told to do so. Rules of the Exam: 1. You have 75 minutes to complete the exam. 2. Formulae

More information

Physics 101 Lecture 3 Motion in 1D Dr. Ali ÖVGÜN

Physics 101 Lecture 3 Motion in 1D Dr. Ali ÖVGÜN Physics 101 Lecture 3 Motion in 1D Dr. Ali ÖVGÜN EMU Physics Department Motion along a straight line q Motion q Position and displacement q Average velocity and average speed q Instantaneous velocity and

More information

Study guide for Exam 1. by William H. Meeks III October 26, 2012

Study guide for Exam 1. by William H. Meeks III October 26, 2012 Study guide for Exam 1. by William H. Meeks III October 2, 2012 1 Basics. First we cover the basic definitions and then we go over related problems. Note that the material for the actual midterm may include

More information

Physics 1A Lecture 6B. "If the only tool you have is a hammer, every problem looks like a nail. --Abraham Maslow

Physics 1A Lecture 6B. If the only tool you have is a hammer, every problem looks like a nail. --Abraham Maslow Physics 1A Lecture 6B "If the only tool you have is a hammer, every problem looks like a nail. --Abraham Maslow Work Let s assume a constant force F acts on a rolling ball in a trough at an angle θ over

More information

Physics 40 Chapter 7 Homework Solutions

Physics 40 Chapter 7 Homework Solutions Phsics 40 Chapter 7 Homework Solutions T = F 3 g (1) T sin θ + T sin θ = Fg () 1 1 T cosθ = T cosθ (3) 1 1 Eliminate T and solve for T 1 Fgcos θ T = = T 1 3 g ( sin θ cosθ + cosθ sin θ ) sin ( θ + θ )

More information

Calculus III. Exam 2

Calculus III. Exam 2 Calculus III Math 143 Spring 011 Professor Ben Richert Exam Solutions Problem 1. (0pts) Computational mishmash. For this problem (and only this problem), you are not required to supply any English explanation.

More information

CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h

CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h 1 / 30 CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h Prof. Albert S. Kim Civil and Environmental Engineering, University of Hawaii at Manoa Tuesday, August 21, 2012 2 / 30 INTRODUCTION

More information

Chapter 5 Gravitation Chapter 6 Work and Energy

Chapter 5 Gravitation Chapter 6 Work and Energy Chapter 5 Gravitation Chapter 6 Work and Energy Chapter 5 (5.6) Newton s Law of Universal Gravitation (5.7) Gravity Near the Earth s Surface Chapter 6 (today) Work Done by a Constant Force Kinetic Energy,

More information

v lim a t = d v dt a n = v2 R curvature

v lim a t = d v dt a n = v2 R curvature PHY 02 K. Solutions for Problem set # 6. Textbook problem 5.27: The acceleration vector a of the particle has two components, the tangential acceleration a t d v dt v lim t 0 t (1) parallel to the velocity

More information

Motion along a straight line. Lecture 2. Motion along a straight line. Motion. Physics 105; Summer 2006

Motion along a straight line. Lecture 2. Motion along a straight line. Motion. Physics 105; Summer 2006 Lecture 2 Motion along a straight line (HR&W, Chapter 2) Physics 105; Summer 2006 Motion along a straight line Motion Position and Displacement Average velocity and average speed Instantaneous velocity

More information

Projectile Motion. Conceptual Physics 11 th Edition. Projectile Motion. Projectile Motion. Projectile Motion. This lecture will help you understand:

Projectile Motion. Conceptual Physics 11 th Edition. Projectile Motion. Projectile Motion. Projectile Motion. This lecture will help you understand: Conceptual Physics 11 th Edition Projectile motion is a combination of a horizontal component, and Chapter 10: PROJECTILE AND SATELLITE MOTION a vertical component. This lecture will help you understand:

More information

Dot Product August 2013

Dot Product August 2013 Dot Product 12.3 30 August 2013 Dot product. v = v 1, v 2,..., v n, w = w 1, w 2,..., w n The dot product v w is v w = v 1 w 1 + v 2 w 2 + + v n w n n = v i w i. i=1 Example: 1, 4, 5 2, 8, 0 = 1 2 + 4

More information

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1

Phys101 First Major-111 Zero Version Monday, October 17, 2011 Page: 1 Monday, October 17, 011 Page: 1 Q1. 1 b The speed-time relation of a moving particle is given by: v = at +, where v is the speed, t t + c is the time and a, b, c are constants. The dimensional formulae

More information

Lecture 3. (sections )

Lecture 3. (sections ) Lecture 3 PHYSICS 201 (sections 521-525) Instructor: Hans Schuessler Temporary: Alexandre e Kolomenski o http://sibor.physics.tamu.edu/teaching/phys201/ Average velocity v Δx Δt Instantaneous velocity

More information

Vector Geometry Final Exam Review

Vector Geometry Final Exam Review Vector Geometry Final Exam Review Problem 1. Find the center and the radius for the sphere x + 4x 3 + y + z 4y 3 that the center and the radius of a sphere z 7 = 0. Note: Recall x + ax + y + by + z = d

More information

Conceptual Physics 11 th Edition

Conceptual Physics 11 th Edition Conceptual Physics 11 th Edition Chapter 10: PROJECTILE AND SATELLITE MOTION This lecture will help you understand: Projectile Motion Fast-Moving Projectiles Satellites Circular Satellite Orbits Elliptical

More information

Potential Energy. Serway 7.6, 7.7;

Potential Energy. Serway 7.6, 7.7; Potential Energy Conservative and non-conservative forces Gravitational and elastic potential energy Mechanical Energy Serway 7.6, 7.7; 8.1 8.2 Practice problems: Serway chapter 7, problems 41, 43 chapter

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

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

{ } is an asymptotic sequence.

{ } is an asymptotic sequence. AMS B Perturbation Methods Lecture 3 Copyright by Hongyun Wang, UCSC Recap Iterative method for finding asymptotic series requirement on the iteration formula to make it work Singular perturbation use

More information

Chapter 8. Centripetal Force and The Law of Gravity

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

More information

Forces on a banked airplane that travels in uniform circular motion.

Forces on a banked airplane that travels in uniform circular motion. Question (60) Forces on a banked airplane that travels in uniform circular motion. A propeller-driven airplane of mass 680 kg is turning in a horizontal circle with a constant speed of 280 km/h. Its bank

More information

PARTICLE MOTION. Section 3.7A Calculus BC AP/Dual, Revised /30/2018 1:20 AM 3.7A: Particle Motion 1

PARTICLE MOTION. Section 3.7A Calculus BC AP/Dual, Revised /30/2018 1:20 AM 3.7A: Particle Motion 1 PARTICLE MOTION Section 3.7A Calculus BC AP/Dual, Revised 2017 viet.dang@humbleisd.net 7/30/2018 1:20 AM 3.7A: Particle Motion 1 WHEN YOU SEE THINK When you see Think Initially t = 0 At rest v t = 0 At

More information

Welcome back to Physics 211

Welcome back to Physics 211 Welcome back to Physics 211 Lecture 2-2 02-2 1 Last time: Displacement, velocity, graphs Today: Constant acceleration, free fall 02-2 2 Simplest case with non-zero acceleration Constant acceleration: a

More information

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

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

More information

Chap. 3 MATH Annalisa Quaini Office : PGH 662 Lecture : MWF 11AM-12PM Office hours : W 8AM-10AM

Chap. 3 MATH Annalisa Quaini Office : PGH 662 Lecture : MWF 11AM-12PM Office hours : W 8AM-10AM Chap. 3 MATH 1431-18319 Annalisa Quaini quaini@math.uh.edu Office : PGH 662 Lecture : MWF 11AM-12PM Office hours : W 8AM-10AM Daily quiz 6 is due on Friday at 11 AM. Exam 1 is coming - check the scheduler

More information

APPM 2350, Summer 2018: Exam 1 June 15, 2018

APPM 2350, Summer 2018: Exam 1 June 15, 2018 APPM 2350, Summer 2018: Exam 1 June 15, 2018 Instructions: Please show all of your work and make your methods and reasoning clear. Answers out of the blue with no supporting work will receive no credit

More information

Phys207: Lecture 04. Today s Agenda 3-D Kinematics Independence of x and y components Baseball projectile Shoot the monkey Uniform circular motion

Phys207: Lecture 04. Today s Agenda 3-D Kinematics Independence of x and y components Baseball projectile Shoot the monkey Uniform circular motion Phys7: Lecture 4 Reminders All Discussion and Lab sections start meetin this week Homework is posted on course website Solutions to preious hwks will be posted Thursday mornins Today s Aenda 3-D Kinematics

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

16.07 Dynamics. Problem Set 3

16.07 Dynamics. Problem Set 3 NAME :..................... Massachusetts Institute of Technology 16.07 Dynamics Problem Set 3 Out date: Sept 17, 2007 Due date: Sept 26, 2007 Problem 1 Problem 2 Problem 3 Problem 4 Study Time Time Spent

More information

Mathematics for Physical Sciences III

Mathematics for Physical Sciences III Mathematics for Physical Sciences III Change of lecturer: First 4 weeks: myself again! Remaining 8 weeks: Dr Stephen O Sullivan Continuous Assessment Test Date to be announced (probably Week 7 or 8) -

More information

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below:

Vectors. In kinematics, the simplest concept is position, so let s begin with a position vector shown below: Vectors Extending the concepts of kinematics into two and three dimensions, the idea of a vector becomes very useful. By definition, a vector is a quantity with both a magnitude and a spatial direction.

More information

Physics 8 Wednesday, October 19, Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes!

Physics 8 Wednesday, October 19, Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes! Physics 8 Wednesday, October 19, 2011 Troublesome questions for HW4 (5 or more people got 0 or 1 points on them): 1, 14, 15, 16, 17, 18, 19. Yikes! Troublesome HW4 questions 1. Two objects of inertias

More information

Motion Along a Straight Line (Motion in One-Dimension)

Motion Along a Straight Line (Motion in One-Dimension) Chapter 2 Motion Along a Straight Line (Motion in One-Dimension) Learn the concepts of displacement, velocity, and acceleration in one-dimension. Describe motions at constant acceleration. Be able to graph

More information

2.1 Forces and Free-Body Diagrams

2.1 Forces and Free-Body Diagrams 2.1 Forces and Free-Body Diagrams A is a push or a pull. Forces act on objects, and can result in the acceleration, compression, stretching, or twisting of objects. Forces can also act to stabilize an

More information

Course Name : Physics I Course # PHY 107

Course Name : Physics I Course # PHY 107 Course Name : Physics I Course # PHY 107 Lecture-2 : Representation of Vectors and the Product Rules Abu Mohammad Khan Department of Mathematics and Physics North South University http://abukhan.weebly.com

More information

Kinematics in Two Dimensions; 2D- Vectors

Kinematics in Two Dimensions; 2D- Vectors Kinematics in Two Dimensions; 2D- Vectors Addition of Vectors Graphical Methods Below are two example vector additions of 1-D displacement vectors. For vectors in one dimension, simple addition and subtraction

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

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

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

More information

MAT 1339-S14 Class 8

MAT 1339-S14 Class 8 MAT 1339-S14 Class 8 July 28, 2014 Contents 7.2 Review Dot Product........................... 2 7.3 Applications of the Dot Product..................... 4 7.4 Vectors in Three-Space.........................

More information

Phys101 Second Major-162 Zero Version Coordinator: Dr. Kunwar S. Saturday, March 25, 2017 Page: N Ans:

Phys101 Second Major-162 Zero Version Coordinator: Dr. Kunwar S. Saturday, March 25, 2017 Page: N Ans: Coordinator: Dr. Kunwar S. Saturday, March 25, 2017 Page: 1 Q1. Only two horizontal forces act on a 3.0 kg body that can move over a frictionless floor. One force is 20 N, acting due east, and the other

More information

Physics 351 Wednesday, February 28, 2018

Physics 351 Wednesday, February 28, 2018 Physics 351 Wednesday, February 28, 2018 HW6 due Friday. For HW help, Bill is in DRL 3N6 Wed 4 7pm. Grace is in DRL 2C2 Thu 5:30 8:30pm. To get the most benefit from the homework, first work through every

More information

March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work.

March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work. March 5, 2009 Name The problems count as marked. The total number of points available is 131. Throughout this test, show your work. 1. (12 points) Consider the cubic curve f(x) = 2x 3 + 3x + 2. (a) What

More information

Vector Supplement Part 1: Vectors

Vector Supplement Part 1: Vectors Vector Supplement Part 1: Vectors A vector is a quantity that has both magnitude and direction. Vectors are drawn as directed line segments and are denoted by boldface letters a or by a. The magnitude

More information

Chapter 4 - Motion in 2D and 3D

Chapter 4 - Motion in 2D and 3D Never confuse motion with action. - Benjamin Franklin David J. Starling Penn State Hazleton PHYS 211 Position, displacement, velocity and acceleration can be generalized to 3D using vectors. x(t) r(t)

More information