Homework 3: Kinematics and Dynamics of Particles Due Friday Feb 15, 2019

Size: px
Start display at page:

Download "Homework 3: Kinematics and Dynamics of Particles Due Friday Feb 15, 2019"

Transcription

1 EN4: Dnamics and Vibrations Homework 3: Kinematics and Dnamics of Particles Due Frida Feb 15, 19 School of Engineering rown Universit Please submit our solutions to the MTL coding problems 4, 5, 6 b uploading a SINGLE file, with a.m etension, to Canvas. 1. Simple Newton s law problem. The European standard EN1195 1:1 regulates safe securing of loads for transportation. For a cargo secured b a single top-over lashing (see the figure) the give the following formula for the largest mass that can be transported without slipping on the truck-bed µ F sinα m = a µ g where µ is the coefficient of friction between the load and truckbed; a is the vehicle s acceleration (the formula assumes a > µ g ); F is the tension force in the lashing, α is the angle between the cable and the truck-bed (indicated as 75-9 degrees in the sketch), and g is the gravitational acceleration. The standard also states that for a load with COM at its center, the maimum mass that can be transported without tipping can be calculated from the formula F sinα m = a ( / ) H L g The goal of this problem is to derive these two formulas. j i F m H/ F k m j i F L/ L/ a 1.1 Draw a (D) free bod diagram showing the forces acting on the mass. ssume no slip occurs at the contact between the crate and truckbed.

2 j i F T mg m H/ T N N 1. Write down F= ma and M = COM for the mass [3 POINTS] Newtons law ( T + T ) i+ ( N + N mg F sin α) j= ma i Sum of moments about COM is zero (no rotation) ( T + T ) H / + ( N N ) L/ k = [ ] 1.3 Hence, find formulas for the reaction forces acting at and (ou will onl be able to calculate the sum of the horizontal forces acting at and see the people mover eample from class) We have 3 equations ( T + T ) = ma N + N mg F sinα = ( T + T) H / + ( N N) L/= We can solve these to see that N + N = mg + F sinα T + T = ma N = ( mg + F sin α ma ( H / L)) / N = ( mg + F sin α + ma ( H / L)) / [3 POINTS] 1.4 Use our solution to 1.3 to derive the two formulas in the European standard. t the onset of slip

3 T = µ N T = µ N T + T = µ ( N + N ) = µ ( mg+ Fsin α) µ ( mg + F sin α) = ma µ F sinα m = a µ g t the onset of tipping N = ( mg + F sin α ma ( H / L)) = F sinα m = a ( H / L ) g. Newtons laws in Normal-Tangential Coordinates. Suppose that the Virgin Hperloop vehicle (see HW) travels at constant speed 18 km/hr around a curve with constant radius R. n α k.1 If the magnitude of the vehicle s acceleration cannot eceed.g (g=9.81 m/s is gravitational acceleration) what is the smallest allowable value for the curve radius R? n t The vehicle is in constant speed circular motion around the track. The magnitude of the acceleration is therefore V / R. If V / R=.g it follows that (18 / 3.6) Rmin = = 45.9km (. 9.81) V [1 POINT]. Curved track will be banked at an angle α to minimize the lateral forces acting on the vehicle (and passengers inside the vehicle). Draw a free bod diagram showing the forces acting on the vehicle (ou can neglect air resistance). n k α n t T mg T N N [The friction forces can go upwards as well - since there is no slip either direction is fine.

4 .3 ssume that the vehicle travels at 18 km/hr around a curve with the minimum allowable radius calculated in 7.1. Find formulas for the reaction forces acting on the vehicle normal and tangent to the banked track, in terms of the mass m of the vehicle and the bank angle α. (You onl need to find the sum of the forces acting on the two wheels; there is no need to calculate the forces at and separatel) F=ma gives mv [( T + T)cos α + ( N + N)sin α] n+ [ ( T + T)sin α + ( N + N)cos α mg] k = n=.mgn R The n and k components give ( T + T)cos α + ( N + N)sinα =.mg ( T + T)sin α + ( N + N)cosα = mg N + N = mg(.sinα + cos α) T + T = mg(. cosα sin α) [GRDERS: it is not necessar to use n-k coordinates to solve this problem; coordinates normal and tangent to the track are also OK as long as the gravit and acceleration vectors are correctl epressed as components in the new basis vectors. People will get a sign in front of the tangential forces if the chose to make them act up the slope instead of down].4 Find the bank angle that will ensure that the force acting tangent to the track is zero. The force is zero if tanα =. α = 11.3 [1 POINT] 3. In this problem we will analze the motion of the first stage of the Falcon-9 launch vehicle To keep the calculation simple, we will assume that The mass of the rocket decreases with time as propellant is ejected, and can be calculated from the formula m= M µ t where M and µ are constants. ssume a vertical trajector and include gravit Neglect air drag ssume that the distance traveled b the vehicle (t) satisfies the differential equation d ( M µ t) = T ( M µ t) g dt (this looks like F=ma, but it is derived b considering the rate of change of momentum of the rocket and propellant appling Newton s law to an object that does not have constant mass is a bit trick).

5 3.1 Write a MTL Live Script to solve the differential equation for, (using the dsolve function) d with initial conditions = = at time t=. Please upload our script to CNVS. dt The live script gives This can be simplified to { } = Tt/ µ gt / + ( T / µ )( M µ t)log ( M µ t)/ M [3 POINTS] 3. Hence (using our Live Script ) plot the speed as a function of time. Use the following values for parameters: Total initial mass M=575kg Propellant mass flow rate µ = 5 kg / s 6 Thrust T = N Time interval <t<16 sec. You can compare our prediction with the data from HW, if ou are curious. For eample, the velocit at the end of the first stage burn was measured to be 1848 m/s. Falcon 9 velocit 15 Speed (m/s) Time (s)

6 4. We can set up a more sophisticated model of the Falcon-9 b using the MTL ode solver to integrate the equations of motion. For the complete calculation, assume that The mass of the rocket can be calculated from the formula 55 5t t < 165s m= ( t 165) 165 < t < 584s 7 t > 584s The mass is in kg, and the formula includes both stages of the rocket The thrust varies with time as t < 165s 6 T = < t < 584s t > 584s drag force F = 5ρv D (in Newtons) acts on the rocket, where v is the rocket s speed in m/s, and ρ is the air densit, 3 which varies with altitude as ρ = 1.ep( / ) kg m -3, where is in m. ssume as an approimation that the trajector is vertical, and neglect variations in gravitational force. 4.1 Show that the equation of motion d ( M µ t) = T ( M µ t) g 5ρv dt can be written in the form required b the MTL ode solver as follows d v dt v = ( T 5 ρv ) / m g dv d Using a = and v = and rearranging the result gives the equations stated. [1 POINT] dt dt 4. Write a MTL script that will calculate and v for a time interval <t<7s. Plot the variation of speed v with time, and compare the prediction with the eperimental data (use the data file from HW, and plot the prediction and eperiment on the same graph) 8 Falcon 9 velocit 7 Prediction Measurement 6 5 Speed (m/s) Time (s) [4 POINTS]

7 5. Dnamic Kingdon trap is a device for storing charged particles (see e.g. this patent). It consists of a wire that runs down the ais of a clinder. time varing electric field is applied to the wire, which subjects the particle to a radial force 1 F= qv ( + VcosΩt) e r πεr Here, V, V are a static and fluctuating voltage applied between the wire and clinder; Ω is its frequenc, q is the charge of the trapped ion, and ε is the permittivit of free space. The goal of this problem is to analze the motion of an ion in the trap. We will assume that the particle moves in the r, θ plane, and so must solve for [ r, θ ] as a function of time e θ ion j Wire r Clinder θ i e r 5.1Write down Newton s laws for the particle (use polar coordinates) and show that the er, e components of the equation can be re-arranged into the form required b matlab b re-writing them as r v d θ ω = dt v rω + ( λ + µ cos Ωt) / r ω vω / r Find formulas for λµ, in terms of V, V, ε, qm,. Newton s law in polar coordinates gives 1 d r dθ d θ dr dθ qv ( + VcosΩ t) er = m r er + m r + e θ πεr dt dt dt dt dt d r dv qv q V 1 d d v = = cos t r + Ω + ω = = dt m dt π ε πmε r dt dt r θ ω ω So if we define λ = qv / ( πmε ) µ = q V / ( πmε) we obtain the formulas stated. 5. Write a MTL code that will calculate [ r, θ,, v ω ]. For the parameter values listed below, plot the path of the particle, for a time period < t < 5 time units. You can use the following plot function to do the polar plot for ou polarplot(theta,r,'displaname','(problem a)','color',[1,,]); where theta is a vector of values of θ and r is a vector of values of r at successive time intervals (these can be etracted from the matri that stores values of [ r, θ,, v ω ] returned b ode45). θ

8 (a) λ = 1, µ =, Ω= (this is a static trap the electric field does not var with time), with initial conditions r = 1, θ =, v=, ω = 1. For this case ou will need to specif the time intervals ou would like in the solution, otherwise ode45 will take huge time steps and the trajector will look funn. You can do this, eg, with [time,sols] = ode45(@(t,w) trap(t,w,lambda,mu,omega),[:.1:5],initial_w); Here, the :.1:5 tells MTL ou would like solution values ever.1 time intervals. (b) λ = 1, µ =, Ω= with initial conditions r =.8 θ =, v=, ω =.4. (use hold on to put this on the same plot as (a). The static trap is stable a particle remains trapped, as long as nothing slows it down. (c) λ = 1, µ = 8, Ω= (this is a dnamic trap the electric field varies with time) with initial conditions r =.5 θ =, v=, ω =.5. Plot this case on the same graph as (a) and (b). Particles with the right radius and velocit are trapped. (d) λ = 1, µ = 8, Ω= with initial conditions = 1.5, =, v =, v =.5. Run this case for 1 time units, and plot it on a new figure. dnamic trap will epel particles that are too fast or slow, and are too close or too far from the wire (Case a) 18 (Case b) (Case c) [4 POINTS] j i m D H

9 6. The figure shows an idealization of a person with mass m on a zip-line. The person starts at end of the line and travels to end, a horizontal distance D and vertical distance H below. The cable is idealized as a spring with stiffness k and un-stretched length L, with L > D + H. The tension in the cable is related to its stretched length b T= kl ( L ). 6.1 Show that the length of the cable is L D H = + + ( ) + ( ) (this is just geometr) E D- H C -H ppl Pthagoras to triangles CE and CE to get the two answers. 6. Draw a free bod diagram showing the forces acting on the mass (include the cable tension, which is 1 the same on both sides of the mass). ssume that an air drag force with magnitude FD = ρ CDV and direction opposite to the velocit vector acts on the rider. Here, ρ is the air densit, is the frontal area of the rider; The FD is shown below C D is the drag coefficient and V = v + v is the rider s speed. θ 1 T T θ m mg FD 6.3 Use Newton s law to derive equations of motion for the mass, and show that the can be re-arranged in the following form (suitable for the MTL ODE solver) v d1 = + v d = d = ( D ) + ( H) dt v ( T / m)( D )/ d ( T / m) / d1 cvv 1 v g ( T / m)( H)/ d ( T / m) / d c C 1 cvv = D m ρ 1 (i) Note that the drag force can be epressed as a vector as FD = ρ CDV ( v + v )/ V i j

10 (ii) ppl Newton s law dv dv ( T cosθ1+ T cos θ) i+ ( mg T sinθ1 T sin θ) j+ FD = m i+ j dt dt (iii) Trig shows that cos θ = / + cos θ = ( D ) / ( D ) + ( H) 1 sin θ = / + sin θ = ( H) / ( D ) + ( H) 1 Collecting (1,,3) and using v = d / dt v = d / dt gives the solution Use ode45 to solve the equation. Use the following values for parameters Rider mass m 8kg Dimensions D=4m, H=3m Drag parameters: =1m, ρ = 1. kg m -3 C =. Line stiffness k=1 6 Nm -1 and unstretched length Initial position D L = D + H + m =, = ( L D H ) / ( L H), v = v = [3 POINTS] dd an event function to our script that will stop the calculation when the rider reaches =D. Hence, plot (i) The trajector of the rider; and (ii) a graph of the riders speed as a function of time. You can compare our predictions to data for a number of ziplines here Trajector 5 Speed (m) -5 Speed (m/s) (m) Time (s) [4 POINTS] 6.4 The rider arrives at =D at over 1 m/s. How would ou change the design to reduce the speed to below 7 m/s (but without changing H or D)? Eperimenting with the MTL (that s what this sort of design simulation is useful for ou don t have to design our ride b trial and error) shows that the rider slows down if the unstretched length of the cable is increased. n unstretched length L = D + H m would work. Making the cable too slack is risk, because riders might not make it to the end.

11 5 Speed 15 Speed (m/s) Time (s) Other slightl less straightforward solutions include reducing the stiffness of the cable k (but it has to be reduced a lot, and the resulting cable stretch is a problem); restricting the ride to people with ver low mass or large frontal area to increase air drag. You can of course also add a brake to the sstem but that s a lot more epensive than just adding a couple of meters of cable.

APPLYING NEWTON S LAWS

APPLYING NEWTON S LAWS APPLYING NEWTON S LAWS 5 igible mass. Let T r be the tension in the rope and let T c be the tension in the chain. EXECUTE: (a) The free-bod diagram for each weight is the same and is given in Figure 5.1a.

More information

Homework 3: Kinematics and Dynamics of Particles Due Friday Feb 16, 2018

Homework 3: Kinematics and Dynamics of Particles Due Friday Feb 16, 2018 EN4: Dynamics and Vibrations Homework 3: Kinematics and Dynamics of Particles Due Friday Feb 6, 8 School of Engineering Brown University Please submit your solutions to the MATLAB coding problems by uploading

More information

Physics 40 Chapter 7 Homework Solutions

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

More information

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS

FRICTIONAL FORCES. Direction of frictional forces... (not always obvious)... CHAPTER 5 APPLICATIONS OF NEWTON S LAWS RICTIONAL ORCES CHAPTER 5 APPLICATIONS O NEWTON S LAWS rictional forces Static friction Kinetic friction Centripetal force Centripetal acceleration Loop-the-loop Drag force Terminal velocity Direction

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

Physics 50 Winter 2016 Final Exam

Physics 50 Winter 2016 Final Exam Physics 50 Winter 2016 Final Exam Name: Mar 24, 2016 Please show your work! Answers are not complete without clear reasoning. When asked for an expression, you must give your answer in terms of the variables

More information

Mechanics Departmental Exam Last updated November 2013

Mechanics Departmental Exam Last updated November 2013 Mechanics Departmental Eam Last updated November 213 1. Two satellites are moving about each other in circular orbits under the influence of their mutual gravitational attractions. The satellites have

More information

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

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

More information

Math 323 Exam 2 - Practice Problem Solutions. 2. Given the vectors a = 1,2,0, b = 1,0,2, and c = 0,1,1, compute the following:

Math 323 Exam 2 - Practice Problem Solutions. 2. Given the vectors a = 1,2,0, b = 1,0,2, and c = 0,1,1, compute the following: Math 323 Eam 2 - Practice Problem Solutions 1. Given the vectors a = 2,, 1, b = 3, 2,4, and c = 1, 4,, compute the following: (a) A unit vector in the direction of c. u = c c = 1, 4, 1 4 =,, 1+16+ 17 17

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

1 Motion of a single particle - Linear momentum, work and energy principle

1 Motion of a single particle - Linear momentum, work and energy principle 1 Motion of a single particle - Linear momentum, work and energy principle 1.1 In-class problem A block of mass m slides down a frictionless incline (see Fig.). The block is released at height h above

More information

Chapter 6 Dynamics I: Motion Along a Line

Chapter 6 Dynamics I: Motion Along a Line Chapter 6 Dynamics I: Motion Along a Line Chapter Goal: To learn how to solve linear force-and-motion problems. Slide 6-2 Chapter 6 Preview Slide 6-3 Chapter 6 Preview Slide 6-4 Chapter 6 Preview Slide

More information

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

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

More information

Physics 111. Lecture 15 (Walker: 7.1-2) Work & Energy March 2, Wednesday - Midterm 1

Physics 111. Lecture 15 (Walker: 7.1-2) Work & Energy March 2, Wednesday - Midterm 1 Physics 111 Lecture 15 (Walker: 7.1-2) Work & Energy March 2, 2009 Wednesday - Midterm 1 Lecture 15 1/25 Work Done by a Constant Force The definition of work, when the force is parallel to the displacement:

More information

Figure 5.1a, b IDENTIFY: Apply to the car. EXECUTE: gives.. EVALUATE: The force required is less than the weight of the car by the factor.

Figure 5.1a, b IDENTIFY: Apply to the car. EXECUTE: gives.. EVALUATE: The force required is less than the weight of the car by the factor. 51 IDENTIFY: for each object Apply to each weight and to the pulley SET UP: Take upward The pulley has negligible mass Let be the tension in the rope and let be the tension in the chain EXECUTE: (a) The

More information

Chapter 8. Centripetal Force and The Law of Gravity

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

More information

10. The dimensional formula for c) 6% d) 7%

10. The dimensional formula for c) 6% d) 7% UNIT. One of the combinations from the fundamental phsical constants is hc G. The unit of this epression is a) kg b) m 3 c) s - d) m. If the error in the measurement of radius is %, then the error in the

More information

Physics 4A Chapter 5: Force and Motion and Chapter 6: Dynamics I: Motion Along a Line

Physics 4A Chapter 5: Force and Motion and Chapter 6: Dynamics I: Motion Along a Line Physics 4A Chapter 5: Force and Motion and Chapter 6: Dynamics I: Motion Along a Line Conceptual Questions and Example Problems from Chapters 5 and 6 Conceptual Question 5.7 An object experiencing a constant

More information

= C. on q 1 to the left. Using Coulomb s law, on q 2 to the right, and the charge q 2 exerts a force F 2 on 1 ( )

= C. on q 1 to the left. Using Coulomb s law, on q 2 to the right, and the charge q 2 exerts a force F 2 on 1 ( ) Phsics Solutions to Chapter 5 5.. Model: Use the charge model. Solve: (a) In the process of charging b rubbing, electrons are removed from one material and transferred to the other because the are relativel

More information

PHYS 101: Solutions to Chapter 4 Home Work

PHYS 101: Solutions to Chapter 4 Home Work PHYS 101: Solutions to Chapter 4 Home ork 3. EASONING In each case, we will appl Newton s second law. emember that it is the net force that appears in the second law. he net force is the vector sum of

More information

CIRCULAR MOTION AND GRAVITATION

CIRCULAR MOTION AND GRAVITATION CIRCULAR MOTION AND GRAVITATION An object moves in a straight line if the net force on it acts in the direction of motion, or is zero. If the net force acts at an angle to the direction of motion at any

More information

Chapter 8: Newton s Laws Applied to Circular Motion

Chapter 8: Newton s Laws Applied to Circular Motion Chapter 8: Newton s Laws Applied to Circular Motion Centrifugal Force is Fictitious? F actual = Centripetal Force F fictitious = Centrifugal Force Center FLEEing Centrifugal Force is Fictitious? Center

More information

Review for 3 rd Midterm

Review for 3 rd Midterm Review for 3 rd Midterm Midterm is on 4/19 at 7:30pm in the same rooms as before You are allowed one double sided sheet of paper with any handwritten notes you like. The moment-of-inertia about the center-of-mass

More information

Solutions to Physics: Principles with Applications, 5/E, Giancoli Chapter 5

Solutions to Physics: Principles with Applications, 5/E, Giancoli Chapter 5 CHAPTE 5 1. The centripetal acceleration is a = v /r = (500 m/s) /(6.00 10 3 m)(9.80 m/s /g) = 4.5g up.. (a) The centripetal acceleration is a = v /r = (1.35 m/s) /(1.0 m) = 1.5 m/s toward the center.

More information

Homework 2: Kinematics and Dynamics of Particles Due Friday Feb 12, Pressurized tank

Homework 2: Kinematics and Dynamics of Particles Due Friday Feb 12, Pressurized tank EN40: Dynamics and Vibrations Homework 2: Kinematics and Dynamics of Particles Due Friday Feb 12, 2016 School of Engineering Brown University 1. The figure illustrates an idealized model of a gas gun (used,

More information

Physics 1100: Uniform Circular Motion & Gravity

Physics 1100: Uniform Circular Motion & Gravity Questions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 Physics 1100: Uniform Circular Motion & Gravity 1. In the diagram below, an object travels over a hill, down a valley, and around a loop the loop at constant

More information

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

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

More information

2 MOTION ALONG A STRAIGHT LINE

2 MOTION ALONG A STRAIGHT LINE MOTION ALONG A STRAIGHT LINE Download full Solution manual for Universit phsics with modern phsics 14t http://testbankcollection.com/download/solution-manual-for-universit-phsics-withmodern-phsics-14th.1.

More information

Dynamics 4600:203 Homework 09 Due: April 04, 2008 Name:

Dynamics 4600:203 Homework 09 Due: April 04, 2008 Name: Dynamics 4600:03 Homework 09 Due: April 04, 008 Name: Please denote your answers clearly, i.e., box in, star, etc., and write neatly. There are no points for small, messy, unreadable work... please use

More information

dt 2 x = r cos(θ) y = r sin(θ) r = x 2 + y 2 tan(θ) = y x A circle = πr 2

dt 2 x = r cos(θ) y = r sin(θ) r = x 2 + y 2 tan(θ) = y x A circle = πr 2 v = v i + at a dv dt = d2 x dt 2 A sphere = 4πr 2 x = x i + v i t + 1 2 at2 x = r cos(θ) V sphere = 4 3 πr3 v 2 = v 2 i + 2a x F = ma R = v2 sin(2θ) g y = r sin(θ) r = x 2 + y 2 tan(θ) = y x a c = v2 r

More information

Kinematics. v (m/s) ii. Plot the velocity as a function of time on the following graph.

Kinematics. v (m/s) ii. Plot the velocity as a function of time on the following graph. Kinematics 1993B1 (modified) A student stands in an elevator and records his acceleration as a function of time. The data are shown in the graph above. At time t = 0, the elevator is at displacement x

More information

Assignment 9. to roll without slipping, how large must F be? Ans: F = R d mgsinθ.

Assignment 9. to roll without slipping, how large must F be? Ans: F = R d mgsinθ. Assignment 9 1. A heavy cylindrical container is being rolled up an incline as shown, by applying a force parallel to the incline. The static friction coefficient is µ s. The cylinder has radius R, mass

More information

Quiz Number 3 PHYSICS March 11, 2009

Quiz Number 3 PHYSICS March 11, 2009 Instructions Write your name, student ID and name of your TA instructor clearly on all sheets and fill your name and student ID on the bubble sheet. Solve all multiple choice questions. No penalty is given

More information

Angular velocity and angular acceleration CHAPTER 9 ROTATION. Angular velocity and angular acceleration. ! equations of rotational motion

Angular velocity and angular acceleration CHAPTER 9 ROTATION. Angular velocity and angular acceleration. ! equations of rotational motion Angular velocity and angular acceleration CHAPTER 9 ROTATION! r i ds i dθ θ i Angular velocity and angular acceleration! equations of rotational motion Torque and Moment of Inertia! Newton s nd Law for

More information

Physics 111. Lecture 10 (Walker: 5.5-6) Free Body Diagram Solving 2-D Force Problems Weight & Gravity. February 18, Quiz Monday - Chaps.

Physics 111. Lecture 10 (Walker: 5.5-6) Free Body Diagram Solving 2-D Force Problems Weight & Gravity. February 18, Quiz Monday - Chaps. Phsics 111 Lecture 10 (Walker: 5.5-6) Free Bod Diagram Solving -D Force Problems Weight & Gravit Februar 18, 009 Quiz Monda - Chaps. 4 & 5 Lecture 10 1/6 Third Law Review A small car is pushing a larger

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

Newton s Laws.

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

More information

PHYS1100 Practice problem set, Chapter 8: 5, 9, 14, 20, 22, 25, 28, 30, 34, 35, 40, 44

PHYS1100 Practice problem set, Chapter 8: 5, 9, 14, 20, 22, 25, 28, 30, 34, 35, 40, 44 PHYS00 Practice problem set, Chapter 8: 5, 9, 4, 0,, 5, 8, 30, 34, 35, 40, 44 8.5. Solve: The top figure shows the pulle (P), block A, block B, the surface S of the incline, the rope (R), and the earth

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.01 Physics Fall Term Exam 2 Solutions

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 8.01 Physics Fall Term Exam 2 Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics 801 Physics Fall Term 013 Problem 1 of 4 (5 points) Exam Solutions Answers without work shown will not be given any credit A block of mass m

More information

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

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

More information

Phys101 Second Major-152 Zero Version Coordinator: Dr. W. Basheer Monday, March 07, 2016 Page: 1

Phys101 Second Major-152 Zero Version Coordinator: Dr. W. Basheer Monday, March 07, 2016 Page: 1 Phys101 Second Major-15 Zero Version Coordinator: Dr. W. Basheer Monday, March 07, 016 Page: 1 Q1. Figure 1 shows two masses; m 1 = 4.0 and m = 6.0 which are connected by a massless rope passing over a

More information

AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force).

AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force). AP Physics C: Mechanics Practice (Newton s Laws including friction, resistive forces, and centripetal force). 1981M1. A block of mass m, acted on by a force of magnitude F directed horizontally to the

More information

Physics for Scientists and Engineers. Chapter 6 Dynamics I: Motion Along a Line

Physics for Scientists and Engineers. Chapter 6 Dynamics I: Motion Along a Line Physics for Scientists and Engineers Chapter 6 Dynamics I: Motion Along a Line Spring, 008 Ho Jung Paik Applications of Newton s Law Objects can be modeled as particles Masses of strings or ropes are negligible

More information

Physics 12 Final Exam Review Booklet # 1

Physics 12 Final Exam Review Booklet # 1 Physics 12 Final Exam Review Booklet # 1 1. Which is true of two vectors whose sum is zero? (C) 2. Which graph represents an object moving to the left at a constant speed? (C) 3. Which graph represents

More information

Physics 12. Unit 5 Circular Motion and Gravitation Part 1

Physics 12. Unit 5 Circular Motion and Gravitation Part 1 Physics 12 Unit 5 Circular Motion and Gravitation Part 1 1. Nonlinear motions According to the Newton s first law, an object remains its tendency of motion as long as there is no external force acting

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

Geometry and Motion of Isotropic Harmonic Oscillators (Ch. 9 and Ch. 11 of Unit 1)

Geometry and Motion of Isotropic Harmonic Oscillators (Ch. 9 and Ch. 11 of Unit 1) Lecture Revised.. from..0 Geometr and Motion of Isotropic Harmonic Oscillators (Ch. and Ch. of Unit ) Geometr of idealized Sophomore-phsics Earth Coulomb field outside Isotropic Harmonic Oscillator (IHO)

More information

Extra Circular Motion Questions

Extra Circular Motion Questions Extra Circular Motion Questions Elissa is at an amusement park and is driving a go-cart around a challenging track. Not being the best driver in the world, Elissa spends the first 10 minutes of her go-cart

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) D: (-, 0) (0, )

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) D: (-, 0) (0, ) Midterm Practice Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the domain and graph the function. ) G(t) = t - 3 ) 3 - -3 - - 3 - - -3

More information

1. If we select the sled and child as the object, we apply Newton s second law to find the force: F = ma; F = (60.0 kg)(1.15 m/s 2 ) = 69.0 N.

1. If we select the sled and child as the object, we apply Newton s second law to find the force: F = ma; F = (60.0 kg)(1.15 m/s 2 ) = 69.0 N. CHAPTER 4 1. If we select the sled and child as the object, we appl Newton s second law to find the force: = ma; = (60.0 kg)(1.15 m/s ) = 69.0 N.. If we select the bike and rider as the object, we appl

More information

Solutions to Phsics: Principles with Applications, 5/E, Giancoli Chapter 4 CHAPTER 4 1. If we select the sled and child as the object, we appl Newton s second law to find the force: F = ma; F = (60.0 kg)(1.15

More information

KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS

KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS Chapter 8 KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS Figure 8.1: 195 196 CHAPTER 8. KINEMATIC RELATIONS IN DEFORMATION OF SOLIDS 8.1 Motivation In Chapter 3, the conservation of linear momentum for a

More information

NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES

NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES NEWTON S LAWS OF MOTION, EQUATIONS OF MOTION, & EQUATIONS OF MOTION FOR A SYSTEM OF PARTICLES Objectives: Students will be able to: 1. Write the equation of motion for an accelerating body. 2. Draw the

More information

Physics Exam 2 October 11, 2007

Physics Exam 2 October 11, 2007 INSTRUCTIONS: Write your NAME on the front of the blue exam booklet. The exam is closed book, and you may have only pens/pencils and a calculator (no stored equations or programs and no graphing). Show

More information

EVALUATE: If the angle 40 is replaces by (cable B is vertical), then T = mg and

EVALUATE: If the angle 40 is replaces by (cable B is vertical), then T = mg and 58 IDENTIY: ppl Newton s 1st law to the wrecing ball Each cable eerts a force on the ball, directed along the cable SET UP: The force diagram for the wrecing ball is setched in igure 58 (a) T cos 40 mg

More information

EN40: Dynamics and Vibrations. Midterm Examination Thursday April

EN40: Dynamics and Vibrations. Midterm Examination Thursday April EN40: Dynamics and Vibrations Mierm Examination Thursday April 015 School of Engineering Brown University NAME: General Instructions No collaboration of any kind is permitted on this examination. You may

More information

PHYS 131 MIDTERM November 1 st, 2012

PHYS 131 MIDTERM November 1 st, 2012 PHYS 131 MIDTERM November 1 st, 2012 The exam comprises two parts: 8 short-answer questions, and 5 problems. Calculators are allowed, as well as a formula sheet (one-side of an 8½ x 11 sheet) of your own

More information

Physics 204A FINAL EXAM Chapters 1-14 Fall 2005

Physics 204A FINAL EXAM Chapters 1-14 Fall 2005 Name: Solve the following problems in the space provided Use the back of the page if needed Each problem is worth 10 points You must show our work in a logical fashion starting with the correctl applied

More information

Fluid Mechanics II. Newton s second law applied to a control volume

Fluid Mechanics II. Newton s second law applied to a control volume Fluid Mechanics II Stead flow momentum equation Newton s second law applied to a control volume Fluids, either in a static or dnamic motion state, impose forces on immersed bodies and confining boundaries.

More information

w = mg Use: g = 10 m/s 2 1 hour = 60 min = 3600 sec

w = mg Use: g = 10 m/s 2 1 hour = 60 min = 3600 sec The exam is closed book and closed notes. Part I: There are 1 multiple choice questions, 1 point each. The answers for the multiple choice questions are to be placed on the SCANTRON form provided. Make

More information

Random sample problems

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

More information

CHAPTER 2. Copyright McGraw-Hill Education. Permission required for reproduction or display.

CHAPTER 2. Copyright McGraw-Hill Education. Permission required for reproduction or display. CHAPTER 2 PROBLEM 2.1 Two forces are applied as shown to a hook. Determinee graphicall the magnitude and direction of their resultant using (a) the parallelogram law, (b) the triangle rule. (a) Parallelogram

More information

Chapter 4. Forces and Newton s Laws of Motion. continued

Chapter 4. Forces and Newton s Laws of Motion. continued Chapter 4 Forces and Newton s Laws of Motion continued 4.9 Static and Kinetic Frictional Forces When an object is in contact with a surface forces can act on the objects. The component of this force acting

More information

Isaac Newton ( )

Isaac Newton ( ) Isaac Newton (1642-1727) In the beginning of 1665 I found the rule for reducing any degree of binomial to a series. The same year in May I found the method of tangents and in November the method of fluxions

More information

Chapter 8. Dynamics II: Motion in a Plane

Chapter 8. Dynamics II: Motion in a Plane Chapter 8. Dynamics II: Motion in a Plane Chapter Goal: To learn how to solve problems about motion in a plane. Slide 8-2 Chapter 8 Preview Slide 8-3 Chapter 8 Preview Slide 8-4 Chapter 8 Preview Slide

More information

Forces Part 1: Newton s Laws

Forces Part 1: Newton s Laws Forces Part 1: Newton s Laws Last modified: 13/12/2017 Forces Introduction Inertia & Newton s First Law Mass & Momentum Change in Momentum & Force Newton s Second Law Example 1 Newton s Third Law Common

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t;

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t; Eam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculate the derivative of the function. Then find the value of the derivative as specified.

More information

Chapter Six News! DO NOT FORGET We ARE doing Chapter 4 Sections 4 & 5

Chapter Six News! DO NOT FORGET We ARE doing Chapter 4 Sections 4 & 5 Chapter Six News! DO NOT FORGET We ARE doing Chapter 4 Sections 4 & 5 CH 4: Uniform Circular Motion The velocity vector is tangent to the path The change in velocity vector is due to the change in direction.

More information

Multiple Choice -- TEST III

Multiple Choice -- TEST III Multiple Choice Test III--Classical Mechanics Multiple Choice -- TEST III 1) n atomic particle whose mass is 210 atomic mass units collides with a stationary atomic particle B whose mass is 12 atomic mass

More information

PHYSICS. Unit 3 Written examination Trial Examination SOLUTIONS

PHYSICS. Unit 3 Written examination Trial Examination SOLUTIONS PHYSICS Unit 3 Written examination 1 2012 Trial Examination SECTION A Core Motion in one and two dimensions Question 1 SOLUTIONS Answer: 120 N Figure 1 shows that at t = 5 sec, the cart is travelling with

More information

N - W = 0. + F = m a ; N = W. Fs = 0.7W r. Ans. r = 9.32 m

N - W = 0. + F = m a ; N = W. Fs = 0.7W r. Ans. r = 9.32 m 91962_05_R1_p0479-0512 6/5/09 3:53 PM Page 479 R1 1. The ball is thrown horizontally with a speed of 8 m>s. Find the equation of the path, y = f(x), and then determine the ball s velocity and the normal

More information

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

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

More information

A B = AB cos θ = 100. = 6t. a(t) = d2 r(t) a(t = 2) = 12 ĵ

A B = AB cos θ = 100. = 6t. a(t) = d2 r(t) a(t = 2) = 12 ĵ 1. A ball is thrown vertically upward from the Earth s surface and falls back to Earth. Which of the graphs below best symbolizes its speed v(t) as a function of time, neglecting air resistance: The answer

More information

Form #231 Page 1 of 6

Form #231 Page 1 of 6 Version Quiz #3 Form #231 Name: A Physics 2211 A & B Fall 2016 Recitation Section: Print your name, quiz form number (3 digits at the top of this form), and student number (9 digit Georgia Tech ID number)

More information

24/06/13 Forces ( F.Robilliard) 1

24/06/13 Forces ( F.Robilliard) 1 R Fr F W 24/06/13 Forces ( F.Robilliard) 1 Mass: So far, in our studies of mechanics, we have considered the motion of idealised particles moving geometrically through space. Why a particular particle

More information

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2

ω = k/m x = A cos (ωt + ϕ 0 ) L = I ω a x = ω 2 x P = F v P = de sys J = F dt = p w = m g F G = Gm 1m 2 D = 1 2 CρAv2 a r = v2 PHYS 2211 A, B, & C Final Exam Formulæ & Constants Spring 2017 Unless otherwise directed, drag is to be neglected and all problems take place on Earth, use the gravitational definition of weight, and all

More information

Circular Motion Dynamics

Circular Motion Dynamics Circular Motion Dynamics 8.01 W04D2 Today s Reading Assignment: MIT 8.01 Course Notes Chapter 9 Circular Motion Dynamics Sections 9.1-9.2 Announcements Problem Set 3 due Week 5 Tuesday at 9 pm in box outside

More information

EQUATIONS OF MOTION: RECTANGULAR COORDINATES

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

More information

I. Degrees and Radians minutes equal 1 degree seconds equal 1 minute. 3. Also, 3600 seconds equal 1 degree. 3.

I. Degrees and Radians minutes equal 1 degree seconds equal 1 minute. 3. Also, 3600 seconds equal 1 degree. 3. 0//0 I. Degrees and Radians A. A degree is a unit of angular measure equal to /80 th of a straight angle. B. A degree is broken up into minutes and seconds (in the DMS degree minute second sstem) as follows:.

More information

2. Mass, Force and Acceleration

2. Mass, Force and Acceleration . Mass, Force and Acceleration [This material relates predominantly to modules ELP034, ELP035].1 ewton s first law of motion. ewton s second law of motion.3 ewton s third law of motion.4 Friction.5 Circular

More information

A surprising number of people did not divide by 2 and thus got 50 km/hr

A surprising number of people did not divide by 2 and thus got 50 km/hr 1. There are (36) 3 cubic inches in a cubic yard. There are (2.54) 3 cubic centimeters (that is cm 3 ) in a cubic inch. So, we have (2.54) 3 x(36) 3 = 764554.857984 (The 2.54 is defined as the conversion

More information

3.1 Particles in Two-Dimensional Force Systems

3.1 Particles in Two-Dimensional Force Systems 3.1 Particles in Two-Dimensional Force Sstems + 3.1 Particles in Two-Dimensional Force Sstems Eample 1, page 1 of 1 1. Determine the tension in cables and. 30 90 lb 1 Free-bod diagram of connection F 2

More information

CENTRE OF MASS (CoM)

CENTRE OF MASS (CoM) REVISION SHEET MECHANICS CENTRE OF MASS (CoM) The main ideas are AQA Edx MEI OCR Uniform bodies M M M M Composite bodies M M M M CoM when suspended M M M - Centre of Mass In much of the work that ou have

More information

Review. Kinetic Energy Work Hooke s s Law Potential Energy Conservation of Energy Power 1/91

Review. Kinetic Energy Work Hooke s s Law Potential Energy Conservation of Energy Power 1/91 Review Kinetic Energy Work Hooke s s Law Potential Energy Conservation of Energy Power 1/91 The unit of work is the A. Newton B. Watt C. Joule D. Meter E. Second 2/91 The unit of work is the A. Newton

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

PHYSICS 1 Forces & Newton s Laws

PHYSICS 1 Forces & Newton s Laws Advanced Placement PHYSICS 1 Forces & Newton s Laws Presenter 2014-2015 Forces & Newton s Laws What I Absolutel Have to Know to Survive the AP* Exam Force is an push or pull. It is a vector. Newton s Second

More information

Concepts in Physics. Friday, October 16th

Concepts in Physics. Friday, October 16th 1206 - Concepts in Physics Friday, October 16th Notes Assignment #4 due Wednesday, October 21 st in class (no later than noon) There are still assignments #1 and #2 in my office to be picked up... If you

More information

Preparing for Six Flags Physics Concepts

Preparing for Six Flags Physics Concepts Preparing for Six Flags Physics Concepts uniform means constant, unchanging At a uniform speed, the distance traveled is given by Distance = speed x time At uniform velocity, the displacement is given

More information

(1) +0.2 m/s (2) +0.4 m/s (3) +0.6 m/s (4) +1 m/s (5) +0.8 m/s

(1) +0.2 m/s (2) +0.4 m/s (3) +0.6 m/s (4) +1 m/s (5) +0.8 m/s 77777 77777 Instructor: Biswas/Ihas/Whiting PHYSICS DEPARTMENT PHY 2053 Exam 2, 120 minutes November 13, 2009 Name (print, last first): Signature: On my honor, I have neither given nor received unauthorized

More information

E 490 FE Exam Prep. Engineering Mechanics

E 490 FE Exam Prep. Engineering Mechanics E 490 FE Exam Prep Engineering Mechanics 2008 E 490 Course Topics Statics Newton s Laws of Motion Resultant Force Systems Moment of Forces and Couples Equilibrium Pulley Systems Trusses Centroid of an

More information

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost

Game Physics. Game and Media Technology Master Program - Utrecht University. Dr. Nicolas Pronost Game and Media Technology Master Program - Utrecht University Dr. Nicolas Pronost Essential physics for game developers Introduction The primary issues Let s move virtual objects Kinematics: description

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

EXAM 3 MECHANICS 40% of the final grade

EXAM 3 MECHANICS 40% of the final grade EXAM 3 MECHANICS 40% of the final grade Winter 2018 Name: Each multiple-choice question is worth 2 marks. 1. The mass of the two wheels shown in the diagram is the same. A force of 1 N is exerted on the

More information

Kinetics of Particles

Kinetics of Particles Kinetics of Particles A- Force, Mass, and Acceleration Newton s Second Law of Motion: Kinetics is a branch of dynamics that deals with the relationship between the change in motion of a body and the forces

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

3. Kinetics of Particles

3. Kinetics of Particles 3. Kinetics of Particles 3.1 Force, Mass and Acceleration 3.3 Impulse and Momentum 3.4 Impact 1 3.1 Force, Mass and Acceleration We draw two important conclusions from the results of the experiments. First,

More information

Dynamics II Motion in a Plane. Review Problems

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

More information

Mathematics Extension 2

Mathematics Extension 2 Student Number ABBOTSLEIGH AUGUST 007 YEAR ASSESSMENT 4 HIGHER SCHOOL CERTIFICATE TRIAL EXAMINATION Mathematics Etension General Instructions Reading time 5 minutes. Working time 3 hours. Write using blue

More information

One-Dimensional Wave Propagation (without distortion or attenuation)

One-Dimensional Wave Propagation (without distortion or attenuation) Phsics 306: Waves Lecture 1 1//008 Phsics 306 Spring, 008 Waves and Optics Sllabus To get a good grade: Stud hard Come to class Email: satapal@phsics.gmu.edu Surve of waves One-Dimensional Wave Propagation

More information