UNIT III. CS1117 VIRTUAL REALITY 7 th SEM CSE

Size: px
Start display at page:

Download "UNIT III. CS1117 VIRTUAL REALITY 7 th SEM CSE"

Transcription

1 UNIT III CS1117 VIRTUAL REALITY 7 th SEM CSE

2 VIRTUAL ENVIRONMENT The Dynamics of Numbers Numerical Interpolation Linear Interpolation Non-Linear Interpolation The Animation of Objects Linear Translation Non-Linear Translation Shapes and Objects in between

3 The Dynamics of Numbers Virtual Environment A Complex Numerical DB It changes one number to another Important: Numerical Envelope of the change Example: In animating the bouncing of a ball, it s centroid is used to guide its motion Realistic motions are simulated by numerical interpol ation Numerical Interpolation Linear and Non-Linear

4 Numerical Interpolation Interpolation produces a function that matches the given data exactly. The function then can be utilized to approximate the data values at intermediate points It is also used to produce a function for which values are known only at discrete points, either from measu rements or calculations.

5 Numerical Interpolation Given data points Obtain a function, P(x) P(x) goes through the data points Use P(x) To estimate values at intermediate points For example, given data points: At x0 = 2, y0 = 3 and at x1 = 5, y1 = 8 Find the following: At x = 4, y =?

6 Numerical Interpolation y P(x) 8? x

7 Linear Interpolation Linear Interpolation - Simplest interpolation method Apply LI(a sequence of points) A polygonal line where each straight line segment connects two consecutive points of the sequence Therefore, for every segment (P,Q) P(x) = (1 - x)p + xq where x ϵ [0,1] By varying x from 0 to 1, we get all the intermediate points between P and Q P(x) = P for x = 0 and P(x) = Q for x = 1. We get points on the line defined by P, Q, when 0 x 1

8 Non-Linear Interpolation A linear interpolation ensures that equal steps in the parameter x give rise to equal steps in the interpolated values It is often required that equal steps in x give rise to unequal steps in the interpolated values We can achieve this using a variety of mathematical techniques For example, we could use trigonometric functions or polynomials to achieve this

9 Trigonometric interpolation sin 2 (x) + cos 2 (x) = 1 If x varies between 0 and π/2 cos 2 (x) varies between 1 and 0, sin 2 (x) varies between 0 and 1 which can be used to modify the two interpolated values n1 and n2 as follows n=n1cos 2 (t)+n2sin 2 (t) for 0 t π/2

10 Trigonometric interpolation

11 Trigonometric interpolation Let n1 = 1 and n2 = 3

12 Cubic interpolation

13 Cubic interpolation

14 Cubic interpolation

15 The Animation of Objects Newton s Laws of Motion provide a useful framework to predict an object s behavior under dynamic conditions This scenario can be simulated within a Virtual Environment It can be achieved through a simple linear translation of objects

16 Modeling transformations build complex models by positioning simple components transform from object coordinates to world coordinates Viewing transformations placing the virtual camera in the world i.e. specifying transformation from world coordinates to camera coordinates Animation Uses of Translation vary transformations over time to create motion

17 Linear Translation Consider an object located at VE s origin and assigned a speed S 0 across the XY plane To simulate its sliding movement, the x & z coordinates of the object must be modified (t now t prev )V 0 The object s new velocity can be computed after it is bouncing off the boundary.

18 Linear Translation

19 Non-Linear Translation Consider an object moving along the x-axis in 1s, pause momentarily and then returns to its original position in 2s The non-linear movement of the object can be simulated by computing the x-translation as a function of time At time t1, the translation begins. At time t2, i.e.,(t1+1) it pauses momentarily and at time t3, i.e., (t1+3), it comes to rest t = T t1 while t1 T t2 T Current time t = (T t1 1)/2 while t2 T t3 t- Control parameter

20 Orientation of an object in computer graphics is often described using Euler Angles Orientation of an object in computer graphics is often described using Euler Angles Z R x R y R z Any axis order will work and could be used. Yaw, Pitch & Roll Euler Angles Y X

21 Problem with Euler Angles Rotations not uniquely defined Ex: (z, x, y) [roll, yaw, pitch] = (90, 45, 45) = (45, 0, -45) takes positive x-axis to (1, 1, 1) Cartesian coordinates are independent of one another, but Euler angles are not Remember, the axes stay in the same place during rotations Gimbal Lock Term derived from mechanical problem that arises in gimbal mechanism that supports a compass or a gyro Second and third rotations have effect of transforming earlier rotations, we lose a degree of freedom ex: Rot x, Rot y, Rot z If Rot y = 90 degrees, Rot z is equivalent to -Rot x With Euler Angles, knowing the transformations for the entire rotation does not help us with the intermediate rotations. Each is a unique set of three rotations about the x,y and z axes

22 Quaternions Invented by Sir William Hamilton (1843) Do not suffer from Gimbal Lock Provide a natural way to interpolate intermediate steps in a rotation about an arbitrary axis Are used in many position tracking systems and VR software support systems

23 Quaternions You can think of quaternions as an extension of complex numbers where there are three different square roots of -1. q = w + i x + j y + k z where i = (-1), j = (-1), k = (-1) i*j = k, j*k = i, k*i = j j*i = -k, k*j = -i, i*k = -j You could also think of q as a value in four-dimensional space, q = [w, x, y, z] Sometimes written as q = [w, v] where w is a scalar and v is a vector in 3-space

24 Shape and Object Inbetweening Shape Inbetweening It is a technique in the cartoon industry to speed up the process of creating art works The inbetween objects are derived from two key images drawn by a skilled animator The images are called as Key Frames The key frames shows an object in two different positions The number and position of inbetweenig images determines the dynamics of final animation

25 Shape Inbetweening

26 Object Inbetweening By inbetweening the z-coordinate, the above technique can be applied to 3D contours We cannot expect to interpolate between two different complex objects and geometrically consistent Given suitable geometric definitions, it is possible to transform one object into another and create subtle animation

27 Simple Pendulums, Springs & Flight Dynamics of an Aircraft

28 3. 7 Simple Pendulums Simple pendulums exhibit approximate simple harmonic motion Consists of heavy concentrated mass suspended by extensible cord Restricted to swing of up to ±14 o Given for Simulation M Mass of the pendulum L Cord Length Analyzing the forces Mass displaced by angle of θ radians Restoring force m sin θ attempts to reestablish equilibrium

29 3. 7 Simple Pendulums Contd When a Pendulum is displaced by an angle θ from the vertical position, a restoring force msinθ attempts to reestablish equilibrium. The future position of the pendulum is determined by computing its velocity and acceleration from this force

30 3. 7 Simple Pendulums Contd Acceleration a produced as a result of restoring force is given by a msin m / g a g sin.. ( 3.72) If angle of swing does not exceed ±14 o Sin θ is approximately equal to θ radians Therefore,.. ( 3.71) a g.. ( 3.73)

31 3. 7 Simple Pendulums Contd For smaller angles, Therefore, a g At any point in time t, Pendulum has displacement d d L d L Pendulum has Velocity v Pendulum has Acceleration a.. ( 3.74).. ( 3.75)

32 3. 7 Simple Pendulums Contd Therefore at time t+ Δt, The new displacement d is given by, d ' d vt.. ( 3.76) Acceleration is given by, a g d L.. ( 3.77) New Velocity v is given by, v ' v at.. ( 3.78)

33 3. 7 Simple Pendulums Contd If equations for displacement, velocity and acceleration are iterated The pendulums motion is simulated The Pendulum is animated by rotating the object description through angle relative to the upright position where θ = d / L

34 3. 8 Springs Object of mass m attached to the free end of the spring o Spring bounces up and down with Simple Harmonic motion Law s that describe active forces o Newton s Second Law of motion o Hooke s Law According to Hooke s law the tension T in a spring is given by e T.. ( 3.81 ) l Where λ is the modulus of the spring and e is the extension

35 3. 8 Springs Contd Simulation of Motion of an object attached to a Spring / Elastic We can analyze the dynamic forces acting upon the object If a mass m is attached to a light spring it will oscillate with simple harmonic motion

36 3. 8 Springs Contd During up and down motion, motion is controlled by ma mg T Where, m is the Object s Mass a is the acceleration of the Object g is the acceleration due to Gravity At any time t, Mass has position y Velocity v & Acceleration a.. ( 3.82 )

37 At time t+δt, 3. 8 Springs Contd New position y is given by y ' y vt.. ( 3.83 ) Extension e is given by, e y l.. ( 3.84 ) Given, e ma mg l Acceleration a is equal to a g e lm.. ( 3.85 ).. ( 3.86 )

38 3. 8 Springs Contd New velocity v of the mass is equal to: v ' v at.. ( 3.87 ) If the value of v is substituted in Eqn (3.83), the trace of y is simple harmonic Value of y can be substituted to subject of an object to this motion Useful feature Model can be dynamically modified while running Any parameters can be interactively interchanged Result : Instantaneous change in motion

39 Springs - Restitution No loss in the model Simple Harmonic motion continues indefinitely If the motion is required to decay at zero, Restitution term k d can be introduced in 3.87 v ' kdv at.. ( 3.88 ) When, k d = 1, the motion continues unchecked k d < 1, the motion decays away

40 Springs Moving Springs Spring of length l connected to a wheel which can travel over a surface Mass m placed over the spring top When spring s restitution is less than unity (k< 1) and mass placed on the spring Spring oscillates and settle down to state of Equilibrium Mass will oscillate only when subjected by external force Introducing a force Roll the wheel over an undulating terrain As wheel rises and falls Spring is compressed and stretched modulating the spring tension transmitted to the mass

41 Springs Moving Springs Contd Consider the image given below: If a mass m is attached to a light spring it will move with Simple Harmonic motion and settle down to a state of Equilibrium As the Wheel rises and falls, the mass attached to the free end of the spring will subject the spring to extra forces caused by accelerating the mass

42 Springs Moving Springs Contd h Extra string compression Initially set to 0 (Zero) Difference between terrain height sampled at t + Δt and t Introduced into the spring extension equation as follows: e y l h.. ( 3.89 ) Where, y is the height of the spring before adding mass The new equation then becomes y ' y vt e y l h

43 Springs Moving Springs Contd a g e lm v ' kdv at.. ( 3.90 ) h h new h Where, h new is the next value of h sampled at t + Δt This algorithm produces very realistic results

44 Springs Elastic Structures Use of FDD s by animators to form flexible objects If elasticity is introduced Control points of FDD s must be moved with suitable dynamics Fabrics modeled as a matrix of mass points connected together in a mesh Each mesh connected to a neighboring mass using springs Force acting on the springs related to the masses they act upon (Use Newton s Second law) Analysis Consider the dynamic simulation of an elastic thread fixed at both ends

45 Springs Elastic Structures Contd..

46 Springs Elastic Structures Contd..

47 Springs Elastic Structures Contd.. Analysis Contd Represented approximately by a sequence of mass points m Connected to their neighbors with springs of length l Imagine the middle of the thread raised and allowed to fall under gravity According to Hooke s law The spring s tension is proportional to the applied force Position s of the three mass points are specified by (x i-1, y i-1 ),, (x i, y i ) and (x i+1, y i+1 )

48 Springs Elastic Structures Contd.. Analysis Contd The left handed and right handed l L, l R will be: ) ( ) ( i i i i L y y x x l ) ( ) ( i i i i R y y x x l The left handed and right handed spring extensions e L, e R will be: l l e L L l l e R R Identify the horizontal and vertical components of the forces. The spring s angles are given by :

49 Springs Elastic Structures Contd.. Analysis Contd cos ( i xi 1 x ) / l L sin ( i yi 1 y ) / l L cos ( x x ) / l i1 i R sin ( y y ) / l i1 i R As force exerted by spring is proportional to its extension and stiffness S, The horizontal forces acting on the i th mass are (Use Newton s second law of motion) ma h S e R cos e cos L

50 Springs Elastic Structures Contd.. Analysis Contd Therefore, L i i L R i i R h l x x l l l x x l l m S a 1 1 g l y y l l l y y l l m S a L i i L R i i R v 1 1 Horizontal Acceleration Vertical Acceleration Determine the x and y coordinates that satisfies horizontal and vertical acceleration Use Euler s method for numerical integration Assume that the mass points move small distances in time

51 Springs Elastic Structures Contd.. Analysis Contd Acceleration is a measure of rate of change of velocity Change of velocity is a measure of rate of change of displacement with time Horizontal acceleration can be defined in terms of horizontal velocity as follows: Where, a h v t is any point in time h t t v t t Δt is small increment in t h

52 Springs Elastic Structures Contd.. Analysis Contd Velocity at time t + Δt is given by: v h t t vht tah It can also be defined as: v h t t t xt t The new horizontal position for the mass point is given by: x t t xt tv (t) h

53 Springs Elastic Structures Contd.. Analysis Contd When t = 0, The horizontal velocity and acceleration are zero: v h t 0 0 t 0 0 a h When this algorithm is implemented We discover that the central mass bounces around with a realistic sense of elasticity There is no opportunity for energy loss The system refuses to decay

54 3. 9 Flight Dynamics of an Aircraft Simulating the dynamic behavior of a 100 ton aircraft Non trivial exercise Numerical models used to simluate forces are complex Illustration Develop a simple flight model used to fly an aircraft In a Virtual Environment Aerodynamics Characteristics are affected by Weight, Speed, Altitude, Centre of Gravity, Angle of Attack, Flight Surface Geometry and Ground Proximity effects Forces transmitted during take off and landing Determined by Mechanical, Hydraulic and Pneumatic Assemblies

55 3. 9 Flight Dynamics of an Aircraft Different types of aero engines possess different dynamic Characteristics: Thrust profiles, Capacities Fuel Burning Differing Temperature / Efficiency Characteristics Differing response patterns Atmospheric Model reflects variation of air density and temperature with height Wind speed affects a plane s true ground speed Wind Shear creates highly dangerous flying conditions

56 3. 9 Flight Dynamics of an Aircraft

57 3. 9 Flight Dynamics of an Aircraft Traditional methods of representing the axial frame of reference for an Aircraft Right Handed rule Z axis directed downwards First Order Model for Aircraft Approximation Assumptions Point without Mass Travelling with speed v Body fixed at z axis Velocities v x and v y in the x and y axis respectively Heading is specified by angle between z axis and WCS

58 A Simple Aircraft Model A First Order Flight model for an Aircraft assumes that the craft is a point without mass, with instantaneous velocities v, v x, v y This Plan elevation shows the definition of the heading angle θ

59 Given A Simple Aircraft Model Aircraft s position (x, y, z) Speed v Acceleration a Heading Ø New position (x, y, z ) after time Δt can be computed as follows Incremental distance Δd moved forward is given by: d vt 1 2 at 2 The corresponding increments Δd and Δz in the x and z axes are given by:

60 A Simple Aircraft Model x d sin z d cos Then, x ' x x z ' z z To compute a new altitude, air speed and heading Assume an agent (autopilot) provides new Demand altitude y a Demand speed v d Demand Heading Ø d

61 A Simple Aircraft Model Altitude New altitude y can be computed by determining the altitude error y err y err y d y New vertical velocity v y becomes, v y ' k v y err V des v y ' v cli Where, k v is some gain factor -V des is the maximum descent rate V cli is the maximum climb rate

62 A Simple Aircraft Model Altitude Contd If y err is below threshold value, altitude acquired is disabled y v y t New altitude y becomes, y ' y y

63 A Simple Aircraft Model Acceleration New acceleration a can be computed by determining the air speed error v err v err v d v New acceleration in the direction of travel then becomes, a ' k v a err A dec a ' A acc Where, k v is some gain factor -A dec is the maximum deceleration permitted A acc is the maximum acceleration rate permitted

64 A Simple Aircraft Model Acceleration Contd If v err is below threshold value, airspeed acquired is disabled. New airspeed is given by: v ' v at

65 A Simple Aircraft Model Heading We establish the Error between the current heading and demand heading err d New lateral velocity v x becomes, v ' x k err V v x V ' Where, k v is some gain factor V is the maximum lateral velocity M is the maximum turn rate

66 A Simple Aircraft Model Heading Contd The change in heading is given by, tan 1 v x v The new heading is given by, ' ' After time Δt the aircraft has, Position (x, y, z ) Speed v Acceleration a Heading Ø

67 A Simple Aircraft Model After time Δt the aircraft has, Position (x, y, z ) Speed v Acceleration a Heading Ø These become the new values of (x, y, z), v, a and Ø respectively

The object of this experiment is to study systems undergoing simple harmonic motion.

The object of this experiment is to study systems undergoing simple harmonic motion. Chapter 9 Simple Harmonic Motion 9.1 Purpose The object of this experiment is to study systems undergoing simple harmonic motion. 9.2 Introduction This experiment will develop your ability to perform calculations

More information

11. (7 points: Choose up to 3 answers) What is the tension,!, in the string? a.! = 0.10 N b.! = 0.21 N c.! = 0.29 N d.! = N e.! = 0.

11. (7 points: Choose up to 3 answers) What is the tension,!, in the string? a.! = 0.10 N b.! = 0.21 N c.! = 0.29 N d.! = N e.! = 0. A harmonic wave propagates horizontally along a taut string of length! = 8.0 m and mass! = 0.23 kg. The vertical displacement of the string along its length is given by!!,! = 0.1!m cos 1.5!!! +!0.8!!,

More information

Flight and Orbital Mechanics

Flight and Orbital Mechanics Flight and Orbital Mechanics Lecture slides Challenge the future 1 Flight and Orbital Mechanics Lecture 7 Equations of motion Mark Voskuijl Semester 1-2012 Delft University of Technology Challenge the

More information

Lectures Chapter 10 (Cutnell & Johnson, Physics 7 th edition)

Lectures Chapter 10 (Cutnell & Johnson, Physics 7 th edition) PH 201-4A spring 2007 Simple Harmonic Motion Lectures 24-25 Chapter 10 (Cutnell & Johnson, Physics 7 th edition) 1 The Ideal Spring Springs are objects that exhibit elastic behavior. It will return back

More information

Chapters 5-6. Dynamics: Forces and Newton s Laws of Motion. Applications

Chapters 5-6. Dynamics: Forces and Newton s Laws of Motion. Applications Chapters 5-6 Dynamics: orces and Newton s Laws of Motion. Applications That is, describing why objects move orces Newton s 1 st Law Newton s 2 nd Law Newton s 3 rd Law Examples of orces: Weight, Normal,

More information

4.) A baseball that weighs 1.6 N leaves a bat with a speed of 40.0 m/s. Calculate the kinetic energy of the ball. 130 J

4.) A baseball that weighs 1.6 N leaves a bat with a speed of 40.0 m/s. Calculate the kinetic energy of the ball. 130 J AP Physics-B Energy And Its Conservation Introduction: Energy is a term that most of us take for granted and use quite freely. We assume we know what we are talking about when speaking of energy. In truth,

More information

Chapter 13. Simple Harmonic Motion

Chapter 13. Simple Harmonic Motion Chapter 13 Simple Harmonic Motion Hooke s Law F s = - k x F s is the spring force k is the spring constant It is a measure of the stiffness of the spring A large k indicates a stiff spring and a small

More information

Recap: Energy Accounting

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

More information

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS

CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS CHAPTER 7: OSCILLATORY MOTION REQUIRES A SET OF CONDITIONS 7.1 Period and Frequency Anything that vibrates or repeats its motion regularly is said to have oscillatory motion (sometimes called harmonic

More information

Find the value of λ. (Total 9 marks)

Find the value of λ. (Total 9 marks) 1. A particle of mass 0.5 kg is attached to one end of a light elastic spring of natural length 0.9 m and modulus of elasticity λ newtons. The other end of the spring is attached to a fixed point O 3 on

More information

= y(x, t) =A cos (!t + kx)

= y(x, t) =A cos (!t + kx) A harmonic wave propagates horizontally along a taut string of length L = 8.0 m and mass M = 0.23 kg. The vertical displacement of the string along its length is given by y(x, t) = 0. m cos(.5 t + 0.8

More information

Potential Energy & Conservation of Energy

Potential Energy & Conservation of Energy PHYS 101 Previous Exam Problems CHAPTER 8 Potential Energy & Conservation of Energy Potential energy Conservation of energy conservative forces Conservation of energy friction Conservation of energy external

More information

Mass on a Horizontal Spring

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

More information

Chapter 15 Periodic Motion

Chapter 15 Periodic Motion Chapter 15 Periodic Motion Slide 1-1 Chapter 15 Periodic Motion Concepts Slide 1-2 Section 15.1: Periodic motion and energy Section Goals You will learn to Define the concepts of periodic motion, vibration,

More information

Physics lab Hooke s Law and Pendulums

Physics lab Hooke s Law and Pendulums Name: Date: Physics lab Hooke s Law and Pendulums Part A: Hooke s Law Introduction Hooke s Law explains the relationship between the force exerted on a spring, the stretch of the string, and the spring

More information

for any object. Note that we use letter, m g, meaning gravitational

for any object. Note that we use letter, m g, meaning gravitational Lecture 4. orces, Newton's Second Law Last time we have started our discussion of Newtonian Mechanics and formulated Newton s laws. Today we shall closely look at the statement of the second law and consider

More information

Periodic Motion. Periodic motion is motion of an object that. regularly repeats

Periodic Motion. Periodic motion is motion of an object that. regularly repeats Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A special kind of periodic motion occurs in mechanical systems

More information

Lecture 18. Newton s Laws

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

More information

Phys101 Lectures 9 and 10 Conservation of Mechanical Energy

Phys101 Lectures 9 and 10 Conservation of Mechanical Energy Phys101 Lectures 9 and 10 Conservation of Mechanical Energy Key points: Conservative and Nonconservative Forces Potential Energy Generalized work-energy principle Mechanical Energy and Its Conservation

More information

Corso di Laurea in LOGOPEDIA FISICA ACUSTICA MOTO OSCILLATORIO

Corso di Laurea in LOGOPEDIA FISICA ACUSTICA MOTO OSCILLATORIO Corso di Laurea in LOGOPEDIA FISICA ACUSTICA MOTO OSCILLATORIO Fabio Romanelli Department of Mathematics & Geosciences University of Trieste Email: romanel@units.it What is an Oscillation? Oscillation

More information

5.6 Unforced Mechanical Vibrations

5.6 Unforced Mechanical Vibrations 5.6 Unforced Mechanical Vibrations 215 5.6 Unforced Mechanical Vibrations The study of vibrating mechanical systems begins here with examples for unforced systems with one degree of freedom. The main example

More information

Physics 201 Lecture 16

Physics 201 Lecture 16 Physics 01 Lecture 16 Agenda: l Review for exam Lecture 16 Newton s Laws Three blocks are connected on the table as shown. The table has a coefficient of kinetic friction of 0.350, the masses are m 1 =

More information

Thomas Whitham Sixth Form Mechanics in Mathematics

Thomas Whitham Sixth Form Mechanics in Mathematics Thomas Whitham Sixth Form Mechanics in Mathematics 6/0/00 Unit M Rectilinear motion with constant acceleration Vertical motion under gravity Particle Dynamics Statics . Rectilinear motion with constant

More information

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1

Chapter 1 Lecture 2. Introduction 2. Topics. Chapter-1 Chapter 1 Lecture 2 Introduction 2 Topics 1.4 Equilibrium of airplane 1.5 Number of equations of motion for airplane in flight 1.5.1 Degrees of freedom 1.5.2 Degrees of freedom for a rigid airplane 1.6

More information

Oscillatory Motion and Wave Motion

Oscillatory Motion and Wave Motion Oscillatory Motion and Wave Motion Oscillatory Motion Simple Harmonic Motion Wave Motion Waves Motion of an Object Attached to a Spring The Pendulum Transverse and Longitudinal Waves Sinusoidal Wave Function

More information

Phys101 Lectures 9 and 10 Conservation of Mechanical Energy

Phys101 Lectures 9 and 10 Conservation of Mechanical Energy Phys101 Lectures 9 and 10 Conservation of Mechanical Energy Key points: Conservative and Nonconservative Forces Potential Energy Generalized work-energy principle Mechanical Energy and Its Conservation

More information

The... of a particle is defined as its change in position in some time interval.

The... of a particle is defined as its change in position in some time interval. Distance is the. of a path followed by a particle. Distance is a quantity. The... of a particle is defined as its change in position in some time interval. Displacement is a.. quantity. The... of a particle

More information

AP Physics C. Momentum. Free Response Problems

AP Physics C. Momentum. Free Response Problems AP Physics C Momentum Free Response Problems 1. A bullet of mass m moves at a velocity v 0 and collides with a stationary block of mass M and length L. The bullet emerges from the block with a velocity

More information

1 Oscillations MEI Conference 2009

1 Oscillations MEI Conference 2009 1 Oscillations MEI Conference 2009 Some Background Information There is a film clip you can get from Youtube of the Tacoma Narrows Bridge called Galloping Gertie. This shows vibrations in the bridge increasing

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

WORK, ENERGY & POWER Work scalar W = F S Cosθ Unit of work in SI system Work done by a constant force

WORK, ENERGY & POWER Work scalar W = F S Cosθ Unit of work in SI system Work done by a constant force WORK, ENERGY & POWER Work Let a force be applied on a body so that the body gets displaced. Then work is said to be done. So work is said to be done if the point of application of force gets displaced.

More information

Exam Question 6/8 (HL/OL): Circular and Simple Harmonic Motion. February 1, Applied Mathematics: Lecture 7. Brendan Williamson.

Exam Question 6/8 (HL/OL): Circular and Simple Harmonic Motion. February 1, Applied Mathematics: Lecture 7. Brendan Williamson. in a : Exam Question 6/8 (HL/OL): Circular and February 1, 2017 in a This lecture pertains to material relevant to question 6 of the paper, and question 8 of the Ordinary Level paper, commonly referred

More information

First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin

First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin First Year Physics: Prelims CP1 Classical Mechanics: DR. Ghassan Yassin MT 2007 Problems I The problems are divided into two sections: (A) Standard and (B) Harder. The topics are covered in lectures 1

More information

AP Physics Free Response Practice Oscillations

AP Physics Free Response Practice Oscillations AP Physics Free Response Practice Oscillations 1975B7. A pendulum consists of a small object of mass m fastened to the end of an inextensible cord of length L. Initially, the pendulum is drawn aside through

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

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

Extra credit assignment #4 It can be handed in up until one class before Test 4 (check your course outline). It will NOT be accepted after that.

Extra credit assignment #4 It can be handed in up until one class before Test 4 (check your course outline). It will NOT be accepted after that. Extra credit assignment #4 It can be handed in up until one class before Test 4 (check your course outline). It will NOT be accepted after that. NAME: 4. Units of power include which of the following?

More information

St. Joseph s Anglo-Chinese School

St. Joseph s Anglo-Chinese School Time allowed:.5 hours Take g = 0 ms - if necessary. St. Joseph s Anglo-Chinese School 008 009 First Term Examination Form 6 ASL Physics Section A (40%) Answer ALL questions in this section. Write your

More information

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

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

More information

National Quali cations

National Quali cations National Quali cations AH06 X70/77/ Mathematics of Mechanics TUESDAY, 7 MAY :00 PM :00 PM Total marks 00 Attempt ALL questions. You may use a calculator. Full credit will be given only to solutions which

More information

Chapter 11 Vibrations and Waves

Chapter 11 Vibrations and Waves Chapter 11 Vibrations and Waves If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The mass and spring system

More information

PSE Game Physics. Session (3) Springs, Ropes, Linear Momentum and Rotations. Atanas Atanasov, Philipp Neumann, Martin Schreiber

PSE Game Physics. Session (3) Springs, Ropes, Linear Momentum and Rotations. Atanas Atanasov, Philipp Neumann, Martin Schreiber PSE Game Physics Session (3) Springs, Ropes, Linear Momentum and Rotations Atanas Atanasov, Philipp Neumann, Martin Schreiber 20.05.2011 Session (3)Springs, Ropes, Linear Momentum and Rotations, 20.05.2011

More information

AP Pd 3 Rotational Dynamics.notebook. May 08, 2014

AP Pd 3 Rotational Dynamics.notebook. May 08, 2014 1 Rotational Dynamics Why do objects spin? Objects can travel in different ways: Translation all points on the body travel in parallel paths Rotation all points on the body move around a fixed point An

More information

Chap. 15: Simple Harmonic Motion

Chap. 15: Simple Harmonic Motion Chap. 15: Simple Harmonic Motion Announcements: CAPA is due next Tuesday and next Friday. Web page: http://www.colorado.edu/physics/phys1110/phys1110_sp12/ Examples of periodic motion vibrating guitar

More information

PHYSICS 1 Simple Harmonic Motion

PHYSICS 1 Simple Harmonic Motion Advanced Placement PHYSICS 1 Simple Harmonic Motion Student 014-015 What I Absolutely Have to Know to Survive the AP* Exam Whenever the acceleration of an object is proportional to its displacement and

More information

6.11 MECHANICS 3, M3 (4763) A2

6.11 MECHANICS 3, M3 (4763) A2 6.11 MECHANICS 3, M3 (4763) A Objectives To build on the work in Mechanics 1 and Mechanics, further extending the range of mechanics concepts which students are able to use in modelling situations. The

More information

Raymond A. Serway Chris Vuille. Chapter Thirteen. Vibrations and Waves

Raymond A. Serway Chris Vuille. Chapter Thirteen. Vibrations and Waves Raymond A. Serway Chris Vuille Chapter Thirteen Vibrations and Waves Periodic Motion and Waves Periodic motion is one of the most important kinds of physical behavior Will include a closer look at Hooke

More information

Why Transforms? Want to animate objects and camera Translations Rotations Shears And more.. Want to be able to use projection transforms

Why Transforms? Want to animate objects and camera Translations Rotations Shears And more.. Want to be able to use projection transforms Why Transforms? Want to animate objects and camera Translations Rotations Shears And more.. Want to be able to use projection transforms ITCS 3050:Game Engine Programming 1 Geometric Transformations Implementing

More information

PHYSICS - CLUTCH CH 15: PERIODIC MOTION (NEW)

PHYSICS - CLUTCH CH 15: PERIODIC MOTION (NEW) !! www.clutchprep.com CONCEPT: Hooke s Law & Springs When you push/pull against a spring (FA), spring pushes back in the direction. (Action-Reaction!) Fs = FA = Ex. 1: You push on a spring with a force

More information

Chapter 6 Work and Energy

Chapter 6 Work and Energy Chapter 6 Work and Energy Midterm exams will be available next Thursday. Assignment 6 Textbook (Giancoli, 6 th edition), Chapter 6: Due on Thursday, November 5 1. On page 162 of Giancoli, problem 4. 2.

More information

Another Method to get a Sine Wave. X = A cos θ V = Acc =

Another Method to get a Sine Wave. X = A cos θ V = Acc = LAST NAME FIRST NAME DATE PER CJ Wave Assignment 10.3 Energy & Simple Harmonic Motion Conceptual Questions 3, 4, 6, 7, 9 page 313 6, 7, 33, 34 page 314-316 Tracing the movement of the mass on the end of

More information

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

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

More information

4) Vector = and vector = What is vector = +? A) B) C) D) E)

4) Vector = and vector = What is vector = +? A) B) C) D) E) 1) Suppose that an object is moving with constant nonzero acceleration. Which of the following is an accurate statement concerning its motion? A) In equal times its speed changes by equal amounts. B) In

More information

Chapters 10 & 11: Energy

Chapters 10 & 11: Energy Chapters 10 & 11: Energy Power: Sources of Energy Tidal Power SF Bay Tidal Power Project Main Ideas (Encyclopedia of Physics) Energy is an abstract quantity that an object is said to possess. It is not

More information

Chapter 5 Work and Energy

Chapter 5 Work and Energy Chapter 5 Work and Energy Work and Kinetic Energy Work W in 1D Motion: by a Constant orce by a Varying orce Kinetic Energy, KE: the Work-Energy Theorem Mechanical Energy E and Its Conservation Potential

More information

Chapter 12 Vibrations and Waves Simple Harmonic Motion page

Chapter 12 Vibrations and Waves Simple Harmonic Motion page Chapter 2 Vibrations and Waves 2- Simple Harmonic Motion page 438-45 Hooke s Law Periodic motion the object has a repeated motion that follows the same path, the object swings to and fro. Examples: a pendulum

More information

!T = 2# T = 2! " The velocity and acceleration of the object are found by taking the first and second derivative of the position:

!T = 2# T = 2!  The velocity and acceleration of the object are found by taking the first and second derivative of the position: A pendulum swinging back and forth or a mass oscillating on a spring are two examples of (SHM.) SHM occurs any time the position of an object as a function of time can be represented by a sine wave. We

More information

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

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

More information

AP/Honors Physics Take-Home Exam 1

AP/Honors Physics Take-Home Exam 1 AP/Honors Physics Take-Home Exam 1 Section 1: Multiple Choice (Both Honors & AP) Instructions: Read each question carefully and select the best answer from the choices given. Show all work on separate

More information

Oscillations Simple Harmonic Motion

Oscillations Simple Harmonic Motion Oscillations Simple Harmonic Motion Lana Sheridan De Anza College Dec 1, 2017 Overview oscillations simple harmonic motion (SHM) spring systems energy in SHM pendula damped oscillations Oscillations and

More information

Concept Question: Normal Force

Concept Question: Normal Force Concept Question: Normal Force Consider a person standing in an elevator that is accelerating upward. The upward normal force N exerted by the elevator floor on the person is 1. larger than 2. identical

More information

EXPERIMENT 11 The Spring Hooke s Law and Oscillations

EXPERIMENT 11 The Spring Hooke s Law and Oscillations Objectives EXPERIMENT 11 The Spring Hooke s Law and Oscillations To investigate how a spring behaves when it is stretched under the influence of an external force. To verify that this behavior is accurately

More information

Applied Mathematics B Study Guide

Applied Mathematics B Study Guide Science, Engineering and Technology Portfolio School of Life and Physical Sciences Foundation Studies (Applied Science/Engineering) Applied Mathematics B Study Guide Topics Kinematics Dynamics Work, Energy

More information

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves).

Lecture 1 Notes: 06 / 27. The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). Lecture 1 Notes: 06 / 27 The first part of this class will primarily cover oscillating systems (harmonic oscillators and waves). These systems are very common in nature - a system displaced from equilibrium

More information

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum

Updated 2013 (Mathematica Version) M1.1. Lab M1: The Simple Pendulum Updated 2013 (Mathematica Version) M1.1 Introduction. Lab M1: The Simple Pendulum The simple pendulum is a favorite introductory exercise because Galileo's experiments on pendulums in the early 1600s are

More information

α f k θ y N m mg Figure 1 Solution 1: (a) From Newton s 2 nd law: From (1), (2), and (3) Free-body diagram (b) 0 tan 0 then

α f k θ y N m mg Figure 1 Solution 1: (a) From Newton s 2 nd law: From (1), (2), and (3) Free-body diagram (b) 0 tan 0 then Question [ Work ]: A constant force, F, is applied to a block of mass m on an inclined plane as shown in Figure. The block is moved with a constant velocity by a distance s. The coefficient of kinetic

More information

Chapter 8 Conservation of Energy. Copyright 2009 Pearson Education, Inc.

Chapter 8 Conservation of Energy. Copyright 2009 Pearson Education, Inc. Chapter 8 Conservation of Energy Units of Chapter 8 Conservative and Nonconservative Forces Potential Energy Mechanical Energy and Its Conservation Problem Solving Using Conservation of Mechanical Energy

More information

Physics for Scientists and Engineers 4th Edition, 2017

Physics for Scientists and Engineers 4th Edition, 2017 A Correlation of Physics for Scientists and Engineers 4th Edition, 2017 To the AP Physics C: Mechanics Course Descriptions AP is a trademark registered and/or owned by the College Board, which was not

More information

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for

D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for D.A.V. PUBLIC SCHOOL, UPPAL S SOUTHEND, SECTOR 49, GURUGRAM CLASS XI (PHYSICS) Academic plan for 2017-2018 UNIT NAME OF UNIT WEIGHTAGE 1. 2. 3. Physical World and Measurement Kinemetics Laws of Motion

More information

P8.14. m 1 > m 2. m 1 gh = 1 ( 2 m 1 + m 2 )v 2 + m 2 gh. 2( m 1. v = m 1 + m 2. 2 m 2v 2 Δh determined from. m 2 g Δh = 1 2 m 2v 2.

P8.14. m 1 > m 2. m 1 gh = 1 ( 2 m 1 + m 2 )v 2 + m 2 gh. 2( m 1. v = m 1 + m 2. 2 m 2v 2 Δh determined from. m 2 g Δh = 1 2 m 2v 2. . Two objects are connected by a light string passing over a light frictionless pulley as in Figure P8.3. The object of mass m is released from rest at height h. Using the principle of conservation of

More information

Physics 53 Summer Exam I. Solutions

Physics 53 Summer Exam I. Solutions Exam I Solutions In questions or problems not requiring numerical answers, express the answers in terms of the symbols for the quantities given, and standard constants such as g. In numerical questions

More information

Oscillations. PHYS 101 Previous Exam Problems CHAPTER. Simple harmonic motion Mass-spring system Energy in SHM Pendulums

Oscillations. PHYS 101 Previous Exam Problems CHAPTER. Simple harmonic motion Mass-spring system Energy in SHM Pendulums PHYS 101 Previous Exam Problems CHAPTER 15 Oscillations Simple harmonic motion Mass-spring system Energy in SHM Pendulums 1. The displacement of a particle oscillating along the x axis is given as a function

More information

Robot Control Basics CS 685

Robot Control Basics CS 685 Robot Control Basics CS 685 Control basics Use some concepts from control theory to understand and learn how to control robots Control Theory general field studies control and understanding of behavior

More information

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements.

PHYSICS. Course Structure. Unit Topics Marks. Physical World and Measurement. 1 Physical World. 2 Units and Measurements. PHYSICS Course Structure Unit Topics Marks I Physical World and Measurement 1 Physical World 2 Units and Measurements II Kinematics 3 Motion in a Straight Line 23 4 Motion in a Plane III Laws of Motion

More information

SCHEME OF BE 100 ENGINEERING MECHANICS DEC 2015

SCHEME OF BE 100 ENGINEERING MECHANICS DEC 2015 Part A Qn. No SCHEME OF BE 100 ENGINEERING MECHANICS DEC 201 Module No BE100 ENGINEERING MECHANICS Answer ALL Questions 1 1 Theorem of three forces states that three non-parallel forces can be in equilibrium

More information

Concept of Force Challenge Problem Solutions

Concept of Force Challenge Problem Solutions Concept of Force Challenge Problem Solutions Problem 1: Force Applied to Two Blocks Two blocks sitting on a frictionless table are pushed from the left by a horizontal force F, as shown below. a) Draw

More information

Lab M1: The Simple Pendulum

Lab M1: The Simple Pendulum Spring 2003 M1.1 Introduction. Lab M1: The Simple Pendulum The simple pendulum is a favorite introductory exercise because Galileo's experiments on pendulums in the early 1600s are usually regarded as

More information

Chapter 4. Answer Key. Physics Lab Sample Data. Mini Lab Worksheet. Tug-of-War Challenge. b. Since the rocket takes off from the ground, d i

Chapter 4. Answer Key. Physics Lab Sample Data. Mini Lab Worksheet. Tug-of-War Challenge. b. Since the rocket takes off from the ground, d i Chapter 3 continued b. Since the rocket takes off from the ground, d i 0.0 m, and at its highest point, v f 0.0 m/s. v f v i a t f (d f d i ) 0 v i a t f d f v i d f a t f (450 m/s) ( 9.80 m/s )(4.6 s)

More information

Introduction. Pre-Lab Questions: Physics 1CL PERIODIC MOTION - PART II Spring 2009

Introduction. Pre-Lab Questions: Physics 1CL PERIODIC MOTION - PART II Spring 2009 Introduction This is the second of two labs on simple harmonic motion (SHM). In the first lab you studied elastic forces and elastic energy, and you measured the net force on a pendulum bob held at an

More information

Quantitative Skills in AP Physics 1

Quantitative Skills in AP Physics 1 This chapter focuses on some of the quantitative skills that are important in your AP Physics 1 course. These are not all of the skills that you will learn, practice, and apply during the year, but these

More information

Practice Test SHM with Answers

Practice Test SHM with Answers Practice Test SHM with Answers MPC 1) If we double the frequency of a system undergoing simple harmonic motion, which of the following statements about that system are true? (There could be more than one

More information

Kinematics 1D Kinematics 2D Dynamics Work and Energy

Kinematics 1D Kinematics 2D Dynamics Work and Energy Kinematics 1D Kinematics 2D Dynamics Work and Energy Kinematics 1 Dimension Kinematics 1 Dimension All about motion problems Frame of Reference orientation of an object s motion Used to anchor coordinate

More information

Aerodynamics SYST 460/560. George Mason University Fall 2008 CENTER FOR AIR TRANSPORTATION SYSTEMS RESEARCH. Copyright Lance Sherry (2008)

Aerodynamics SYST 460/560. George Mason University Fall 2008 CENTER FOR AIR TRANSPORTATION SYSTEMS RESEARCH. Copyright Lance Sherry (2008) Aerodynamics SYST 460/560 George Mason University Fall 2008 1 CENTER FOR AIR TRANSPORTATION SYSTEMS RESEARCH Copyright Lance Sherry (2008) Ambient & Static Pressure Ambient Pressure Static Pressure 2 Ambient

More information

PHYS 101 Previous Exam Problems. Force & Motion I

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

More information

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

CHAPTER 6 TEST REVIEW -- MARKSCHEME

CHAPTER 6 TEST REVIEW -- MARKSCHEME Force (N) AP PHYSICS Name: Period: Date: 50 Multiple Choice 45 Single Response 5 Multi-Response Free Response 3 Short Free Response 2 Long Free Response DEVIL PHYSICS BADDEST CLASS ON CAMPUS AP EXAM CHAPTER

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction CHAPTER 1 Introduction Linear geometric control theory was initiated in the beginning of the 1970 s, see for example, [1, 7]. A good summary of the subject is the book by Wonham [17]. The term geometric

More information

Chapter 6: Work and Kinetic Energy

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

More information

Chapter 13, Vibrations and Waves. 1. A large spring requires a force of 150 N to compress it only m. What is the spring constant of the spring?

Chapter 13, Vibrations and Waves. 1. A large spring requires a force of 150 N to compress it only m. What is the spring constant of the spring? CHAPTER 13 1. A large spring requires a force of 150 N to compress it only 0.010 m. What is the spring constant of the spring? a. 125 000 N/m b. 15 000 N/m c. 15 N/m d. 1.5 N/m 2. A 0.20-kg object is attached

More information

SIMPLE HARMONIC MOTION

SIMPLE HARMONIC MOTION SIMPLE HARMONIC MOTION PURPOSE The purpose of this experiment is to investigate simple harmonic motion. We will determine the elastic spring constant of a spring first and then study small vertical oscillations

More information

AP Physics. Harmonic Motion. Multiple Choice. Test E

AP Physics. Harmonic Motion. Multiple Choice. Test E AP Physics Harmonic Motion Multiple Choice Test E A 0.10-Kg block is attached to a spring, initially unstretched, of force constant k = 40 N m as shown below. The block is released from rest at t = 0 sec.

More information

Unforced Oscillations

Unforced Oscillations Unforced Oscillations Simple Harmonic Motion Hooke s Law Newton s Second Law Method of Force Competition Visualization of Harmonic Motion Phase-Amplitude Conversion The Simple Pendulum and The Linearized

More information

Simple Harmonic Motion *

Simple Harmonic Motion * OpenStax-CNX module: m54154 1 Simple Harmonic Motion * OpenStax HS Physics This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 1 : By the end of this section,

More information

Outline. Hook s law. Mass spring system Simple harmonic motion Travelling waves Waves in string Sound waves

Outline. Hook s law. Mass spring system Simple harmonic motion Travelling waves Waves in string Sound waves Outline Hook s law. Mass spring system Simple harmonic motion Travelling waves Waves in string Sound waves Hooke s Law Force is directly proportional to the displacement of the object from the equilibrium

More information

Contents. Objectives Circular Motion Velocity and Acceleration Examples Accelerating Frames Polar Coordinates Recap. Contents

Contents. Objectives Circular Motion Velocity and Acceleration Examples Accelerating Frames Polar Coordinates Recap. Contents Physics 121 for Majors Today s Class You will see how motion in a circle is mathematically similar to motion in a straight line. You will learn that there is a centripetal acceleration (and force) and

More information

Integral Section List for OCR Specification

Integral Section List for OCR Specification Integral Section List for OCR Specification 161 Sections are listed below, covering all of AS/A level Mathematics and Further Mathematics, categorised by Module and Topic Module Topic Section Name OCR

More information

APPLIED MATHEMATICS AM 02

APPLIED MATHEMATICS AM 02 AM SYLLABUS (2013) APPLIED MATHEMATICS AM 02 SYLLABUS Applied Mathematics AM 02 Syllabus (Available in September) Paper I (3 hrs)+paper II (3 hrs) Applied Mathematics (Mechanics) Aims A course based on

More information

PhysicsAndMathsTutor.com 1

PhysicsAndMathsTutor.com 1 PhysicsndMathsTutor.com 1 Q1. baby bouncer consisting of a harness and elastic ropes is suspended from a doorway. When a baby of mass 10 kg is placed in the harness, the ropes stretch by 0.25 m. When the

More information

Name Lesson 7. Homework Work and Energy Problem Solving Outcomes

Name Lesson 7. Homework Work and Energy Problem Solving Outcomes Physics 1 Name Lesson 7. Homework Work and Energy Problem Solving Outcomes Date 1. Define work. 2. Define energy. 3. Determine the work done by a constant force. Period 4. Determine the work done by a

More information

Physics 1C. Lecture 12B

Physics 1C. Lecture 12B Physics 1C Lecture 12B SHM: Mathematical Model! Equations of motion for SHM:! Remember, simple harmonic motion is not uniformly accelerated motion SHM: Mathematical Model! The maximum values of velocity

More information