Kinematics (2) - Motion in Three Dimensions

Size: px
Start display at page:

Download "Kinematics (2) - Motion in Three Dimensions"

Transcription

1 Kinematics (2) - Motion in Three Dimensions 1. Introduction Kinematics is a branch of mechanics which describes the motion of objects without consideration of the circumstances leading to the motion. 2. Position vector The position vector r or OM of a particle M is the vector that is originated from the origin of the system of coordinates and extends to the point M. Figure 1. Position vector in a Cartesian system of coordinates In a Cartesian system of coordinates: r = OM = x i + y j + z k (1) The magnitude of the position vector: r = OM = x 2 + y 2 + z 2 (2) When the particle M is moving, its position is changing with time, so we should consider x, y and z components as functions of time t. 1

2 3. Velocity 3.1. Average velocity: The average velocity of the particle M, is the rate of change of the position vector over a time interval t: r r (t + t) r (t) v av = = (3) t t Figure 2. Position vector at instant t and at instant t + t 3.2. Instantaneous velocity: The instantaneous velocity of the particle M, is the rate of change of the position vector over an extremely small time interval t (i.e. as t tends to zero): r v inst = v = lim t 0 t = d r (4) So the instantaneous velocity is the derivative of the position vector. From now on, instead of writing v inst, we will simply write v. Also, for simplicity, we will use the word velocity for instantaneous velocity. In Cartesian coordinates, the instantaneous velocity: v = d r = d ) (x i + y j + z k (5) = dx dy i + dz j + k (6) = v x i + vy j + vz k (7) The magnitude of v represents the speed of the particle M: (dx ) 2 ( ) dy 2 ( ) dz 2 v = v 2 x + v 2 y + v 2 z = + + (8) 2

3 3.3. Direction of the velocity: From equation 4 r v = lim t 0 t Therefore, v should be in the direction of r (see Figure 2). But as t 0, r becomes along the tangent to the curve of motion at M. Hence v is along the tangent to the curve of motion at M Unit vector: Let u t be a unit vector tangent to the trajectory at any point, so we can write the velocity vector as: v = v u t (9) 3.5. Another expression of v: We have from equation 4: r v = lim t 0 t Let s be the incremental change in the length of the arc during the time interval t, then: r r v = lim t 0 t = lim t 0 s s r t = lim t 0 s lim s t 0 t (10) But as t 0, s 0. Then: r v = lim s 0 s lim s t 0 t = d r ds ds (11) Note that ds is equal to the magnitude of the vector d r, because we are dealing with an extremely small arc. So: And d r ds = Which is the speed v of M. Hence: d r d r = u t (12) ds = ṡ (13) v = ds d r ds = ṡ u t = v u t (14) 3

4 4. Acceleration: 4.1. Average acceleration: The average acceleration of the particle M, is the rate of change of the velocity vector over a time interval t: a av = v t 4.2. Instantaneous acceleration: = v (t + t) v (t) t (15) The instantaneous acceleration of the particle M, is the rate of change of the velocity vector over an extremely small time interval t (i.e. as t tends to zero): v a inst = lim t 0 t = d v (16) So the instantaneous acceleration is the derivative of the velocity vector. From now on, instead of writing a inst, we will simply write a. Also, for simplicity, we will use the word acceleration for instantaneous acceleration. In Cartesian coordinates the instantaneous acceleration: a = d v = d (v x i + vy j + vz k ) (17) = dv x i + dv y j + dv z k (18) = d2 x 2 i + d 2 y 2 j + d 2 z 2 k (19) The magnitude of a: a = a = a 2 x + a 2 y + a 2 z (20) (dvx ) 2 ( ) 2 ( ) 2 dvy dvz = + + (21) = (d 2 x 2 ) 2 + ( d 2 ) 2 y 2 + ( d 2 z 2 ) 2 (22) In many cases, it is useful to project the acceleration vector along two directions, one in the direction of the tangent to the trajectory of motion (i.e. direction of u t ), and the other is normal to the trajectory, i.e. along the normal direction to u t, say, along the direction of a unit vector perpendicular to u t, named u n (radial or normal unit vector) Another expression of a: u t is at any point of the trajectory. Referring to equation 14, which states that: v = v u t = ṡ u t 4

5 a = d v = s u t + ṡ d u t (23) We can show that d u t ds is perpendicular to u t, using the following method: We know that: u t u t = u t 2 = 1 (24) Derive by ds both sides, we get: d u t ds u t + u t d u t ds = 0 (25) 2 u t d u t ds = 0 (26) u t d u t ds = 0 (27) So d u t ds is perpendicular to u t since their scalar product is zero. This implies that d u t ds is parallel to u n. Hence we can write: d u t ds = k u n (28) Now: Therefore d u t = d u t ds ds = k u n ṡ = ṡ k u n (29) a = s u t + ṡ 2 k u n (30) a = s u t + ṡ2 ρ u n (31) where ρ = 1 k is the radius of curvature. 5. Motion with constant acceleration: In this type of motion the acceleration vector a is a constant vector. a = d v ˆ ˆ d v = a (32) Since a = const., then integration results: Where k is a constant vector. At t = 0: v = v 0 k = v0 v = a t + k (33) Moreover: v = a t + v 0 (34) 5

6 v = d r ˆ ˆ d r = ˆ v = ( a t + v 0 ) (35) r = 1 2 a t2 + v 0 t + r 0 (36) So, for a motion with a constant acceleration, we obtain: a = const. (37) v = a t + v 0 (38) r = 1 2 a t2 + v 0 t + r 0 (39) In Cartesian coordinates, the components of the acceleration: where C 1, C 2, and C 3 are constants. The components of the velocity: a x = C 1 (40) a y = C 2 (41) a z = C 3 (42) v x = a x t + v x0 (43) v y = a y t + v y0 (44) v z = a z t + v z0 (45) where v x0, v y0, and v z0 are the initial velocity on x, y, and z-axes respectively (i.e. at t = 0). The components of the position vector: x = 1 2 a x t 2 + v 0x t + x 0 (46) y = 1 2 a y t 2 + v 0y t + y 0 (47) z = 1 2 a z t 2 + v 0z t + z 0 (48) where x 0, y 0, and z 0 are the initial positions on the x, y, and z-axes respectively (i.e. at t = 0). 6. Circular motion: In circular motion the particle moves on a circle. During this motion the position vector r changes its direction but not its magnitude. So the magnitude of the position vector r or r is constant and is equal to the radius of the circle. In this case, the radius of curvature ρ = r = R = const. 6

7 Figure 3. Circular motion The position vector: The velocity vector: OM = r = r u r (49) The acceleration vector: v = v u t = ṡ u t (50) a = dv u t + v2 ρ u n (51) = s u t + ṡ2 ρ u n (52) For a uniform circular motion: = a t + a n (53) v = const. dv = s = 0 (54) and a t = 0 (55) If the motion is circular but not uniform, then: a n = ṡ2 ρ u n = 0 (56) and a t = 0 (57) 7

8 a n = 0 (58) Physics Zone by Farid Minawi 8

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

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

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

ENGI 4430 Parametric Vector Functions Page dt dt dt

ENGI 4430 Parametric Vector Functions Page dt dt dt ENGI 4430 Parametric Vector Functions Page 2-01 2. Parametric Vector Functions (continued) Any non-zero vector r can be decomposed into its magnitude r and its direction: r rrˆ, where r r 0 Tangent Vector:

More information

Department of Physics, Korea University Page 1 of 8

Department of Physics, Korea University Page 1 of 8 Name: Department: Student ID #: Notice +2 ( 1) points per correct (incorrect) answer No penalty for an unanswered question Fill the blank ( ) with ( ) if the statement is correct (incorrect) : corrections

More information

CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS

CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS Today s Objectives: Students will be able to: 1. Determine the normal and tangential components of velocity and acceleration of a particle traveling

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

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

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS Today s Objectives: Students will be able to: 1. Describe the motion of a particle traveling along a curved path. 2. Relate kinematic quantities in

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

Physics 1A. Lecture 3B

Physics 1A. Lecture 3B Physics 1A Lecture 3B Review of Last Lecture For constant acceleration, motion along different axes act independently from each other (independent kinematic equations) One is free to choose a coordinate

More information

The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches:

The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches: M th KINEMATICS 4 CHAPTER INTRODUCTION The branch of mechanics which deals with the motion of object is called dynamics. It is divided into two branches: Kinematics: (i) Kinematics (ii) Kinetics The branch

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

CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS (12.7)

CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS (12.7) 19 / 36 CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS (12.7) Today s objectives: Students will be able to 1 Determine the normal and tangential components of velocity and acceleration of a particle

More information

Lecture D2 - Curvilinear Motion. Cartesian Coordinates

Lecture D2 - Curvilinear Motion. Cartesian Coordinates J. Peraire 6.07 Dynamics Fall 2004 Version. Lecture D2 - Curvilinear Motion. Cartesian Coordinates We will start by studying the motion of a particle. We think of a particle as a body which has mass, but

More information

Chapter 3 Motion in two or three dimensions

Chapter 3 Motion in two or three dimensions Chapter 3 Motion in two or three dimensions Lecture by Dr. Hebin Li Announcements As requested by the Disability Resource Center: In this class there is a student who is a client of Disability Resource

More information

Chapter 9 Uniform Circular Motion

Chapter 9 Uniform Circular Motion 9.1 Introduction Chapter 9 Uniform Circular Motion Special cases often dominate our study of physics, and circular motion is certainly no exception. We see circular motion in many instances in the world;

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

EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES (Section 13.5)

EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES (Section 13.5) EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES (Section 13.5) Today s Objectives: Students will be able to apply the equation of motion using normal and tangential coordinates. APPLICATIONS Race

More information

Created by T. Madas LINE INTEGRALS. Created by T. Madas

Created by T. Madas LINE INTEGRALS. Created by T. Madas LINE INTEGRALS LINE INTEGRALS IN 2 DIMENSIONAL CARTESIAN COORDINATES Question 1 Evaluate the integral ( x + 2y) dx, C where C is the path along the curve with equation y 2 = x + 1, from ( ) 0,1 to ( )

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

ENGI Parametric Vector Functions Page 5-01

ENGI Parametric Vector Functions Page 5-01 ENGI 3425 5. Parametric Vector Functions Page 5-01 5. Parametric Vector Functions Contents: 5.1 Arc Length (Cartesian parametric and plane polar) 5.2 Surfaces of Revolution 5.3 Area under a Parametric

More information

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 940 5.0 - Gradient, Divergence, Curl Page 5.0 5. e Gradient Operator A brief review is provided ere for te gradient operator in bot Cartesian and ortogonal non-cartesian coordinate systems. Sections

More information

Curvilinear Motion: Normal and Tangential Components

Curvilinear Motion: Normal and Tangential Components Curvilinear Motion: Normal and Tangential Components Coordinate System Provided the path of the particle is known, we can establish a set of n and t coordinates having a fixed origin, which is coincident

More information

EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES

EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES Today s Objectives: Students will be able to: 1. Apply the equation of motion using normal and tangential coordinates. In-Class Activities: Check

More information

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8).

a Write down the coordinates of the point on the curve where t = 2. b Find the value of t at the point on the curve with coordinates ( 5 4, 8). Worksheet A 1 A curve is given by the parametric equations x = t + 1, y = 4 t. a Write down the coordinates of the point on the curve where t =. b Find the value of t at the point on the curve with coordinates

More information

Electric charges and Coulomb s law

Electric charges and Coulomb s law Electric charges and Coulomb s law 1. Introduction The field of physics that deals with stationary electric charges (i.e. at rest) is called Electrostatics. Electrostatics describes the interaction between

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

Motion in a 2 and 3 dimensions Ch 4 HRW

Motion in a 2 and 3 dimensions Ch 4 HRW Motion in a and 3 dimensions Ch 4 HRW Motion in a plane D Motion in space 3D Projectile motion Position and Displacement Vectors A position vector r extends from a reference point (usually the origin O)

More information

PLANAR KINETICS OF A RIGID BODY FORCE AND ACCELERATION

PLANAR KINETICS OF A RIGID BODY FORCE AND ACCELERATION PLANAR KINETICS OF A RIGID BODY FORCE AND ACCELERATION I. Moment of Inertia: Since a body has a definite size and shape, an applied nonconcurrent force system may cause the body to both translate and rotate.

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

MULTIVARIABLE INTEGRATION

MULTIVARIABLE INTEGRATION MULTIVARIABLE INTEGRATION (SPHERICAL POLAR COORDINATES) Question 1 a) Determine with the aid of a diagram an expression for the volume element in r, θ, ϕ. spherical polar coordinates, ( ) [You may not

More information

Motion in 2- and 3-dimensions. Examples: non-linear motion (circles, planetary orbits, etc.) flight of projectiles (shells, golf balls, etc.

Motion in 2- and 3-dimensions. Examples: non-linear motion (circles, planetary orbits, etc.) flight of projectiles (shells, golf balls, etc. Motion in 2- and 3-dimensions Examples: HPTER 3 MOTION IN TWO & THREE DIMENSIONS General properties of vectors the displacement vector position and velocity vectors acceleration vector equations of motion

More information

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative.

MAC2313 Final A. (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. MAC2313 Final A (5 pts) 1. How many of the following are necessarily true? i. The vector field F = 2x + 3y, 3x 5y is conservative. ii. The vector field F = 5(x 2 + y 2 ) 3/2 x, y is radial. iii. All constant

More information

An Overview of Mechanics

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

More information

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS Today s Objectives: Students will be able to: 1. Describe the motion of a particle traveling along a curved path. 2. Relate kinematic quantities in

More information

Kinematics and One Dimensional Motion

Kinematics and One Dimensional Motion Kinematics and One Dimensional Motion Kinematics Vocabulary Kinema means movement Mathematical description of motion Position Time Interval Displacement Velocity; absolute value: speed Acceleration Averages

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

Chapter 7: Applications of Integration

Chapter 7: Applications of Integration Chapter 7: Applications of Integration Fall 214 Department of Mathematics Hong Kong Baptist University 1 / 21 7.1 Volumes by Slicing Solids of Revolution In this section, we show how volumes of certain

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

Motion In One Dimension

Motion In One Dimension Motion In One Dimension Particle A particle is ideally just a piece or a quantity of matter, having practically no linear dimensions but only a position. In practice it is difficult to get such particle,

More information

RIGID BODY MOTION (Section 16.1)

RIGID BODY MOTION (Section 16.1) RIGID BODY MOTION (Section 16.1) There are cases where an object cannot be treated as a particle. In these cases the size or shape of the body must be considered. Rotation of the body about its center

More information

5/2/2012 Miscellaneous exercises Orbital motion 1

5/2/2012 Miscellaneous exercises Orbital motion 1 5/2/22 Miscellaneous exercises Orbital motion Orbital motion This exercise explores the motion of a particle in a spherical Coulomb potential. The equations of motion are similar to those for a planet

More information

CURVATURE AND RADIUS OF CURVATURE

CURVATURE AND RADIUS OF CURVATURE CHAPTER 5 CURVATURE AND RADIUS OF CURVATURE 5.1 Introduction: Curvature is a numerical measure of bending of the curve. At a particular point on the curve, a tangent can be drawn. Let this line makes an

More information

CHAPTER 3 MOTION IN TWO AND THREE DIMENSIONS

CHAPTER 3 MOTION IN TWO AND THREE DIMENSIONS CHAPTER 3 MOTION IN TWO AND THREE DIMENSIONS General properties of vectors displacement vector position and velocity vectors acceleration vector equations of motion in 2- and 3-dimensions Projectile motion

More information

KINEMATICS OF A PARTICLE. Prepared by Engr. John Paul Timola

KINEMATICS OF A PARTICLE. Prepared by Engr. John Paul Timola KINEMATICS OF A PARTICLE Prepared by Engr. John Paul Timola Particle has a mass but negligible size and shape. bodies of finite size, such as rockets, projectiles, or vehicles. objects can be considered

More information

Describing motion: Kinematics in two dimension

Describing motion: Kinematics in two dimension Describing motion: Kinematics in two dimension Scientist Galileo Galilei Issac Newton Vocabulary Vector scalars Resultant Displacement Components Resolving vectors Unit vector into its components Average

More information

Notes: DERIVATIVES. Velocity and Other Rates of Change

Notes: DERIVATIVES. Velocity and Other Rates of Change Notes: DERIVATIVES Velocity and Oter Rates of Cange I. Average Rate of Cange A.) Def.- Te average rate of cange of f(x) on te interval [a, b] is f( b) f( a) b a secant ( ) ( ) m troug a, f ( a ) and b,

More information

LECTURE NOTES - III. Prof. Dr. Atıl BULU

LECTURE NOTES - III. Prof. Dr. Atıl BULU LECTURE NOTES - III «FLUID MECHANICS» Istanbul Technical University College of Civil Engineering Civil Engineering Department Hydraulics Division CHAPTER KINEMATICS OF FLUIDS.. FLUID IN MOTION Fluid motion

More information

N1 Newton s Laws and N2 - Vector Calculus. General Physics Volume N 1

N1 Newton s Laws and N2 - Vector Calculus. General Physics Volume N 1 N1 Newton s Laws and N2 - Vector Calculus General Physics Volume N 1 Newton s First Law Total momentum of an isolated system is conserved. Mv CM = p r 1 + p r 2 +...+ p r N = p r tot In the absence of

More information

Problem Solving 1: Line Integrals and Surface Integrals

Problem Solving 1: Line Integrals and Surface Integrals A. Line Integrals MASSACHUSETTS INSTITUTE OF TECHNOLOY Department of Physics Problem Solving 1: Line Integrals and Surface Integrals The line integral of a scalar function f ( xyz),, along a path C is

More information

Chapter 4. Motion in two and three dimensions

Chapter 4. Motion in two and three dimensions Chapter 4 Motion in two and three dimensions 4.2 Position and Displacement 4.3 Average Velocity and Instantaneous Velocity 4.4 Average and Instantaneous Accelerations Following the same definition as in

More information

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21

16.2 Line Integrals. Lukas Geyer. M273, Fall Montana State University. Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall / 21 16.2 Line Integrals Lukas Geyer Montana State University M273, Fall 211 Lukas Geyer (MSU) 16.2 Line Integrals M273, Fall 211 1 / 21 Scalar Line Integrals Definition f (x) ds = lim { s i } N f (P i ) s

More information

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions?

Lecture Wise Questions from 23 to 45 By Virtualians.pk. Q105. What is the impact of double integration in finding out the area and volume of Regions? Lecture Wise Questions from 23 to 45 By Virtualians.pk Q105. What is the impact of double integration in finding out the area and volume of Regions? Ans: It has very important contribution in finding the

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

ENGI Gradient, Divergence, Curl Page 5.01

ENGI Gradient, Divergence, Curl Page 5.01 ENGI 94 5. - Gradient, Divergence, Curl Page 5. 5. The Gradient Operator A brief review is provided here for the gradient operator in both Cartesian and orthogonal non-cartesian coordinate systems. Sections

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Introduction to Vector Functions Spring 2012 1 / 14 Introduction In this section, we study

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

Single Particle Motion

Single Particle Motion Single Particle Motion C ontents Uniform E and B E = - guiding centers Definition of guiding center E gravitation Non Uniform B 'grad B' drift, B B Curvature drift Grad -B drift, B B invariance of µ. Magnetic

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

Chapter 4. Motion in two and three dimensions

Chapter 4. Motion in two and three dimensions Chapter 4 Motion in two and three dimensions 4.2 Position and Displacement r =(x, y, z) =x î+y ĵ+z ˆk This vector is a function of time, describing the motion of the particle: r (t) =(x(t),y(t),z(t)) The

More information

ENGI Duffing s Equation Page 4.65

ENGI Duffing s Equation Page 4.65 ENGI 940 4. - Duffing s Equation Page 4.65 4. Duffing s Equation Among the simplest models of damped non-linear forced oscillations of a mechanical or electrical system with a cubic stiffness term is Duffing

More information

Lecture 13: Vector Calculus III

Lecture 13: Vector Calculus III Lecture 13: Vector Calculus III 1 Key points Line integrals (curvilinear integrals) of scalar fields Line integrals (curvilinear integrals) of vector fields Surface integrals Maple int PathInt LineInt

More information

ENGI Partial Differentiation Page y f x

ENGI Partial Differentiation Page y f x ENGI 344 4 Partial Differentiation Page 4-0 4. Partial Differentiation For functions of one variable, be found unambiguously by differentiation: y f x, the rate of change of the dependent variable can

More information

Lecture D4 - Intrinsic Coordinates

Lecture D4 - Intrinsic Coordinates J. Peraire 16.07 Dynamics Fall 2004 Version 1.1 Lecture D4 - Intrinsic Coordinates In lecture D2 we introduced the position, velocity and acceleration vectors and referred them to a fixed cartesian coordinate

More information

Review of Engineering Dynamics

Review of Engineering Dynamics Review of Engineering Dynamics Part 1: Kinematics of Particles and Rigid Bodies by James Doane, PhD, PE Contents 1.0 Course Overview... 4.0 Basic Introductory Concepts... 4.1 Introduction... 4.1.1 Vectors

More information

Lecture 7: The Beam Element Equations.

Lecture 7: The Beam Element Equations. 4.1 Beam Stiffness. A Beam: A long slender structural component generally subjected to transverse loading that produces significant bending effects as opposed to twisting or axial effects. MECH 40: Finite

More information

Basic equations of motion in fluid mechanics

Basic equations of motion in fluid mechanics 1 Annex 1 Basic equations of motion in fluid mechanics 1.1 Introduction It is assumed that the reader of this book is familiar with the basic laws of fluid mechanics. Nevertheless some of these laws will

More information

Chapter 4 Kinematics II: Motion in Two and Three Dimensions

Chapter 4 Kinematics II: Motion in Two and Three Dimensions Chapter 4 Kinematics II: Motion in Two and Three Dimensions Demonstrations: 1) Ball falls down and another falls out 2) Parabolic and straight line motion from two different frames. The truck with a dropping

More information

General Physics I. Lecture 8: Rotation of a Rigid Object About a Fixed Axis. Prof. WAN, Xin ( 万歆 )

General Physics I. Lecture 8: Rotation of a Rigid Object About a Fixed Axis. Prof. WAN, Xin ( 万歆 ) General Physics I Lecture 8: Rotation of a Rigid Object About a Fixed Axis Prof. WAN, Xin ( 万歆 ) xinwan@zju.edu.cn http://zimp.zju.edu.cn/~xinwan/ New Territory Object In the past, point particle (no rotation,

More information

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES

AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES AN INTRODUCTION TO CURVILINEAR ORTHOGONAL COORDINATES Overview Throughout the first few weeks of the semester, we have studied vector calculus using almost exclusively the familiar Cartesian x,y,z coordinate

More information

Nonlinear Single-Particle Dynamics in High Energy Accelerators

Nonlinear Single-Particle Dynamics in High Energy Accelerators Nonlinear Single-Particle Dynamics in High Energy Accelerators Part 2: Basic tools and concepts Nonlinear Single-Particle Dynamics in High Energy Accelerators This course consists of eight lectures: 1.

More information

CURVILINEAR MOTION: RECTANGULAR COMPONENTS (Sections )

CURVILINEAR MOTION: RECTANGULAR COMPONENTS (Sections ) CURVILINEAR MOTION: RECTANGULAR COMPONENTS (Sections 12.4-12.5) Today s Objectives: Students will be able to: a) Describe the motion of a particle traveling along a curved path. b) Relate kinematic quantities

More information

Topic 5.1: Line Element and Scalar Line Integrals

Topic 5.1: Line Element and Scalar Line Integrals Math 275 Notes Topic 5.1: Line Element and Scalar Line Integrals Textbook Section: 16.2 More Details on Line Elements (vector dr, and scalar ds): http://www.math.oregonstate.edu/bridgebook/book/math/drvec

More information

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is

1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 1. The value of the double integral (a) 15 26 (b) 15 8 (c) 75 (d) 105 26 5 4 0 1 1 + f 2 x + f 2 y dy dx, where f(x, y) = 2 + 3x + 4y, is 2. What is the value of the double integral interchange the order

More information

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t)

V (r,t) = i ˆ u( x, y,z,t) + ˆ j v( x, y,z,t) + k ˆ w( x, y, z,t) IV. DIFFERENTIAL RELATIONS FOR A FLUID PARTICLE This chapter presents the development and application of the basic differential equations of fluid motion. Simplifications in the general equations and common

More information

Lecture for Week 6 (Secs ) Derivative Miscellany I

Lecture for Week 6 (Secs ) Derivative Miscellany I Lecture for Week 6 (Secs. 3.6 9) Derivative Miscellany I 1 Implicit differentiation We want to answer questions like this: 1. What is the derivative of tan 1 x? 2. What is dy dx if x 3 + y 3 + xy 2 + x

More information

xy 2 e 2z dx dy dz = 8 3 (1 e 4 ) = 2.62 mc. 12 x2 y 3 e 2z 2 m 2 m 2 m Figure P4.1: Cube of Problem 4.1.

xy 2 e 2z dx dy dz = 8 3 (1 e 4 ) = 2.62 mc. 12 x2 y 3 e 2z 2 m 2 m 2 m Figure P4.1: Cube of Problem 4.1. Problem 4.1 A cube m on a side is located in the first octant in a Cartesian coordinate system, with one of its corners at the origin. Find the total charge contained in the cube if the charge density

More information

Chapter 2 THE DERIVATIVE

Chapter 2 THE DERIVATIVE Chapter 2 THE DERIVATIVE 2.1 Two Problems with One Theme Tangent Line (Euclid) A tangent is a line touching a curve at just one point. - Euclid (323 285 BC) Tangent Line (Archimedes) A tangent to a curve

More information

Directional Derivative and the Gradient Operator

Directional Derivative and the Gradient Operator Chapter 4 Directional Derivative and the Gradient Operator The equation z = f(x, y) defines a surface in 3 dimensions. We can write this as z f(x, y) = 0, or g(x, y, z) = 0, where g(x, y, z) = z f(x, y).

More information

Chapter 10. Rotation of a Rigid Object about a Fixed Axis

Chapter 10. Rotation of a Rigid Object about a Fixed Axis Chapter 10 Rotation of a Rigid Object about a Fixed Axis Angular Position Axis of rotation is the center of the disc Choose a fixed reference line. Point P is at a fixed distance r from the origin. A small

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

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS

CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS CURVILINEAR MOTION: GENERAL & RECTANGULAR COMPONENTS Today s Objectives: Students will be able to: 1. Describe the motion of a particle traveling along a curved path. 2. Relate kinematic quantities in

More information

14. Rotational Kinematics and Moment of Inertia

14. Rotational Kinematics and Moment of Inertia 14. Rotational Kinematics and Moment of nertia A) Overview n this unit we will introduce rotational motion. n particular, we will introduce the angular kinematic variables that are used to describe the

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Differentiation and Integration Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction In this section, we study the differentiation

More information

Two Dimensional Rotational Kinematics Challenge Problem Solutions

Two Dimensional Rotational Kinematics Challenge Problem Solutions Two Dimensional Rotational Kinematics Challenge Problem Solutions Problem 1: Moment of Inertia: Uniform Disc A thin uniform disc of mass M and radius R is mounted on an axis passing through the center

More information

27. Folds (I) I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1

27. Folds (I) I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1 I Main Topics A What is a fold? B Curvature of a plane curve C Curvature of a surface 10/10/18 GG303 1 http://upload.wikimedia.org/wikipedia/commons/a/ae/caledonian_orogeny_fold_in_king_oscar_fjord.jpg

More information

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions

Calculus III. Math 233 Spring Final exam May 3rd. Suggested solutions alculus III Math 33 pring 7 Final exam May 3rd. uggested solutions This exam contains twenty problems numbered 1 through. All problems are multiple choice problems, and each counts 5% of your total score.

More information

Scalar and vector fields

Scalar and vector fields Scalar and vector fields What is a field in mathematics? Roughly speaking a field defines how a scalar-valued or vectorvalued quantity varies through space. We usually work with scalar and vector fields.

More information

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

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

More information

Rotation. EMU Physics Department. Ali ÖVGÜN.

Rotation. EMU Physics Department. Ali ÖVGÜN. Rotation Ali ÖVGÜN EMU Physics Department www.aovgun.com Rotational Motion Angular Position and Radians Angular Velocity Angular Acceleration Rigid Object under Constant Angular Acceleration Angular and

More information

Differential Geometry of Curves

Differential Geometry of Curves Differential Geometry of Curves Cartesian coordinate system René Descartes (1596-165) (lat. Renatus Cartesius) French philosopher, mathematician, and scientist. Rationalism y Ego cogito, ergo sum (I think,

More information

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

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

More information

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where

2. Which of the following is an equation of the line tangent to the graph of f(x) = x 4 + 2x 2 at the point where AP Review Chapter Name: Date: Per: 1. The radius of a circle is decreasing at a constant rate of 0.1 centimeter per second. In terms of the circumference C, what is the rate of change of the area of the

More information

Geometry and Motion Selected answers to Sections A and C Dwight Barkley 2016

Geometry and Motion Selected answers to Sections A and C Dwight Barkley 2016 MA34 Geometry and Motion Selected answers to Sections A and C Dwight Barkley 26 Example Sheet d n+ = d n cot θ n r θ n r = Θθ n i. 2. 3. 4. Possible answers include: and with opposite orientation: 5..

More information

The Derivative as a Function

The Derivative as a Function Section 2.2 Te Derivative as a Function 200 Kiryl Tsiscanka Te Derivative as a Function DEFINITION: Te derivative of a function f at a number a, denoted by f (a), is if tis limit exists. f (a) f(a + )

More information

Motion in a Plane Uniform Circular Motion

Motion in a Plane Uniform Circular Motion Lecture 11 Chapter 8 Physics I Motion in a Plane Uniform Circular Motion Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsi IN THIS CHAPTER, you will learn to solve problems about

More information

Rotational & Rigid-Body Mechanics. Lectures 3+4

Rotational & Rigid-Body Mechanics. Lectures 3+4 Rotational & Rigid-Body Mechanics Lectures 3+4 Rotational Motion So far: point objects moving through a trajectory. Next: moving actual dimensional objects and rotating them. 2 Circular Motion - Definitions

More information

Lesson 2. Physics 168. Luis Anchordoqui

Lesson 2. Physics 168. Luis Anchordoqui Lesson 2 Physics 168 Luis Anchordoqui Deriving Constant-Acceleration Kinematic Equations To obtain an equation for position as a function of time! look at special case of motion with constant velocity!

More information