UNIVERSITY OF TORONTO Faculty of Arts and Science

Size: px
Start display at page:

Download "UNIVERSITY OF TORONTO Faculty of Arts and Science"

Transcription

1 UNIVERSITY OF TORONTO Faculty of Arts and Science DECEMBER 2016 EXAMINATIONS PHY 151H1F Duration - 3 hours Attempt all 10 questions. All questions are worth 5 points. Write your name and student number on every examination book you use. Allowed Aids: calculator (programmable and/or graphing calculators are OK), language dictionary and attached formula sheets (pages 5 and 6). 1. Find the center of mass of the shape shown in Fig.1. Hint: the center of mass of a triangle is located at 1/3 of its height, as measured from the base. w h/2 h w/2 FIG. 1: Shape for Q.1. FIG. 2: Pully and weights for Q A light string, whose ends are attached to two weights m 1 and m 2, is wound over a pulley, of mass M, radius R and moment of inertia 1 2 MR2 (see Fig.2). Assume that the string does not slip on the pulley. Whas the acceleration of m 1? 3. A Ferrari 458 Italia is a type of automobile which has a mass of 1380 kg and its engine has a maximum output power of 312 kw. Ignoring dissipative friction and air resistance, estimate the time required for the car to accelerate from 0 to 100 km/h. FIG. 3: Ferrari 458 Italia (see Q.3). FIG. 4: Figure for question A uniform disc of radius R and mass M is free to rotate abouts centre-axis (see Figure 4). The axis is fixed and horizontal, and the disc rotates in the vertical plane. A small body of mass M is attached to the rim at the highest point above the pivot, and the system is released from rest. Since the system is in an unstable equilibrium, it will soon start to rotate due to some small disturbance. Whas the angular velocity of the system when the body reaches the lowest point, directly below the pivot? (HINT: the moment of inertia of a uniform disc abouts axis is I = 1 2 MR2.) Page 1 of 6

2 FIG. 5: Potential energy function U(x) for Q Figure 5 shows the total potential energy U (in Joules) as a function of position x (in meters) for a particle of mass m = 1.5 kg which can move in one dimension along the x-axis. At time t = 0 seconds the particle is located at x = 1 and has a velocity v = 2 m/s to the right. There is a kinetic frictional force of constant magnitude F fric = 0.1N acting everywhere. Whas the total distance the particle will travel before it finally PHY151H1F Fall 2016 Final comes to rest? Uncertainty & Python Problem by Jason Harlow 6. (a) Describe the difference between uncertainty and systematic error, and give examples of both. (b) A popular (a) toydescribe is parthe ofdifference a hollow between rubber uncertainty sphere and that systematic popserror, when and inverted give examples andof dropped. both. Is often called a popper. In the Practicals I dropped the inverted popper from a fixed initial and measured the maximum (b) A popular toy is part of a hollow rubber sphere that pops when inverted and dropped. Is often height after the called bounce. a popper. I repeated In the Practicals thisi experiment dropped the inverted 20 times. popper from Thea data fixed initial ranged and from 65 to 95 cm, with an average of 81 cm. measured Using the maximum this information, height after the how bounce. would I repeated you express this experiment the estimated 20 times. The maximum data height, including uncertainty? ranged from 65 to 95 cm, with an average of 81 cm. Using this information, how would you express the estimated maximum height, including uncertainty? (c) Here are some lines of code in a python program. This may not be the entire code, but you can assume that this part (c) Here works; are some islines bugof free, code in and a python doesprogram. what the This programmer may not be the entire intended code, but you to do. can assume that this part works; is bug free, and does what the programmer intended it to do. m = 1.0 y = 2.0 vy = 0 g = 9.8 dt = 0.01 while y > 0 : vy = vy - g*dt y = y + vy*dt u = m*g*y k = 0.5*m*vy**2 e = u + k print("u: ", u, "K: ", k, "E: ", e) i. What physical situation does this code appear to refer to? What are the full names of the i. What physical physical situation quantities doesthat this is code printing appear at the end? to refer to? What are the full names of the physical quantitiesii. thatwhasare printing the first three at the lines end? of output (expressed to 4 significant figures)? iii. Approximately how many times will the while loop execute before stopping? ii. What are the first three lines of output (expressed to 4 significant figures)? iii. Approximately how many times will the while loop execute before stopping? Page 2 of 6

3 7. A particle of mass m collides with a second particle of mass M (> m) which is initially at rest. In the collision, which may be assumed to be perfectly elastic, the first particle is deflected through a right angle. Show thats speed is reduced by a factor M m M+m by the collision. 8. Tabby s Star is 1500 light years away from earth (measured in the galactic rest frame; assume the star is at rest with respect to earth). In order to send a manned expedition there, a M = 10 5 kg capsule is prepared, with food and oxygen to sustain the crew for 5 years. What kinetic energy must be given to the capsule in order for it to reach its destination before supplies run out? 9. Three perfectly elastic smooth spheres, A, B and C, all of the same diameter and having masses 2 kg, 1 kg and 2 kg respectively are placed, without touching, in a line on a smooth surface with B between A and C. All three are initially at rest; A is then projected toward B with a speed of 27 m/s. Find the final velocities of A, B and C after all impacts. 10. Starting from the Lorentz transformations, derive the relativistic expression for the addition of velocity, i.e. u x = (u x v)/(1 u x v/c 2 ) This is the end of the exam. HAPPY HOLIDAYS EVERYONE! Page 3 of 6

4 (this page left blank intentionally) Page 4 of 6

5 Mathematical Formulas Formulas You may use these formulas without proof, unless you are specifically requested to derive the result as part of a question. You may detach the formula sheef you wish. Vectors Calculus Scalar Product: F G = F G cos θ = Fx G x + F y G y + F z G z, Vector Product: F G = F G sin θ F G = (F y G z F z G y ) e x + (F z G x F x G z ) e y + (F x G y F y G x ) e z Polynomials: f(t) = t n df dt = ntn 1 Trig functions:(θin radians) f(θ) = cos(θ) df dθ = sin(θ), df f(θ) = sin(θ) dθ = cos(θ) d df Sum of two functions: (f + g) = dt dt + dg Product Rule: d df (fg) = dt dt g + f dg d df dg Chain Rule: f[g(t)] = dt dg dt [ ] t Integration of a polynomial: t n n+1 tf 1 dt = = (n + 1) (n + 1) (tn+1 f t n+1 i ), (n 1). Integral of a sum: [f(t) + g(t)]dt = f(t)dt + g(t)dt, Trigonometric Functions Definitions: sin θ = opposite hypotenuse tan θ = cos θ = opposite adjacent adjacent hypotenuse Useful property (from Pythagoras): sin 2 θ + cos 2 θ = 1 Sum rules: cos(θ + φ) = cos θ cos φ sin θ sin φ, sin(θ + φ) = sin θ cos φ + sin φ cos θ Solutions of Algebraic Equations Quadratic: ax 2 + bx + c = 0 x = b ± b 2 4ac 2a Page 5 of 6

6 Physics Formulas and constants: Kinematics v = d r d v t t a = v(t) = v() + a(t )dt, r(t) = r( ) + v(t )dt, Newtonian Mechanics Constant acceleration: v(t) = v 0 + a 0 t, r(t) = r 0 + v 0 t a 0t 2 F net = m a = d p p = m v, J = F (t )dt = p, K = 1 2 mv2 Elastic Collision: K and i p i conserved; inelastic collision: i p i conserved E mech = K + U, W = f i F dr, F x = du dx, P = de sys dt = F v ( v constant) Forces F k = µ k N, 0 F s µ s N, F spring = k x Potential Energy U g = mgy, U spring = 1 2 k( x)2 Galilean Relativity (relative motion in the x-direction): t = t, x = (x vt), y = y, z = z, u x = u x v, u y = u y, u z = u z Special Relativity (relative motion in the x-direction; γ = 1/ 1 v 2 /c 2 ): t = γ(t vx/c 2 ), x = γ(x vt), y = y, z = z; u x = u x v 1 u x v/c 2 p = γm 0 u, K = (γ 1)m 0 c 2, s 2 = c 2 t 2 x 2 y 2 z 2 Rotational Motion: s = Rθ, ω = dθ α = dω dθ v = rω = r 2π ω = T r = x e x + y e y = R cos θ e x + R sin θ e y = R e r, v = Rω sin θ e x + Rω cos θ e y = Rω e θ, t t a = Rω 2 e r + Rα e θ, ω(t) = ω( ) + α(t )dt, θ(t) = θ( ) + ω(t )dt, x cm = 1 mn x n = 1 x dm, I = m n rn 2 = r 2 dm, I = I cm + Md 2 M M τ = n r n F n (ext), K rot = 1 2 Iω2, L = r n p n, n d L dt = τ net, Ω = ω ez, L = I Ω (sometimes) Total Marks = 50 Total Pages = 6 Page 6 of 6

UNIVERSITY OF TORONTO Faculty of Arts and Science

UNIVERSITY OF TORONTO Faculty of Arts and Science UNIVERSITY OF TORONTO Faculty of Arts and Science DECEMBER 2013 EXAMINATIONS PHY 151H1F Duration - 3 hours Attempt all questions. Each question is worth 10 points. Points for each part-question are shown

More information

Final Exam. June 10, 2008, 1:00pm

Final Exam. June 10, 2008, 1:00pm PHYSICS 101: Fundamentals of Physics Final Exam Final Exam Name TA/ Section # June 10, 2008, 1:00pm Recitation Time You have 2 hour to complete the exam. Please answer all questions clearly and completely,

More information

PHYSICS 218 Exam 3 Spring, 2014

PHYSICS 218 Exam 3 Spring, 2014 PHYSICS 218 Exam 3 Spring, 2014 Wednesday, April 16, 2014 Please read the information on the cover page BUT DO NOT OPEN the exam until instructed to do so! Name: Signature: Student ID: E-mail: Section

More information

Two-Dimensional Rotational Kinematics

Two-Dimensional Rotational Kinematics Two-Dimensional Rotational Kinematics Rigid Bodies A rigid body is an extended object in which the distance between any two points in the object is constant in time. Springs or human bodies are non-rigid

More information

Physics 5A Final Review Solutions

Physics 5A Final Review Solutions Physics A Final Review Solutions Eric Reichwein Department of Physics University of California, Santa Cruz November 6, 0. A stone is dropped into the water from a tower 44.m above the ground. Another stone

More information

PHYSICS 218 Exam 3 Fall, 2013

PHYSICS 218 Exam 3 Fall, 2013 PHYSICS 218 Exam 3 Fall, 2013 Wednesday, November 20, 2013 Please read the information on the cover page BUT DO NOT OPEN the exam until instructed to do so! Name: Signature: Student ID: E-mail: Section

More information

Review questions. Before the collision, 70 kg ball is stationary. Afterward, the 30 kg ball is stationary and 70 kg ball is moving to the right.

Review questions. Before the collision, 70 kg ball is stationary. Afterward, the 30 kg ball is stationary and 70 kg ball is moving to the right. Review questions Before the collision, 70 kg ball is stationary. Afterward, the 30 kg ball is stationary and 70 kg ball is moving to the right. 30 kg 70 kg v (a) Is this collision elastic? (b) Find the

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 M Formulæ & Constants Summer 2017 Unless otherwise directed, drag is to be neglected and all problems take place on Earth, use the gravitational definition of weight, and all springs, ropes and

More information

particle p = m v F ext = d P = M d v cm dt

particle p = m v F ext = d P = M d v cm dt Lecture 11: Momentum and Collisions; Introduction to Rotation 1 REVIEW: (Chapter 8) LINEAR MOMENTUM and COLLISIONS The first new physical quantity introduced in Chapter 8 is Linear Momentum Linear Momentum

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 Final Exam Formulæ & Constants Fall 2016 Unless otherwise directed, use the gravitational definition of weight, all problems take place on Earth, drag is to be neglected, and all pulleys

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

Q1. For a completely inelastic two-body collision the kinetic energy of the objects after the collision is the same as:

Q1. For a completely inelastic two-body collision the kinetic energy of the objects after the collision is the same as: Coordinator: Dr.. Naqvi Monday, January 05, 015 Page: 1 Q1. For a completely inelastic two-body collision the kinetic energy of the objects after the collision is the same as: ) (1/) MV, where M is the

More information

Final Exam Spring 2014 May 05, 2014

Final Exam Spring 2014 May 05, 2014 95.141 Final Exam Spring 2014 May 05, 2014 Section number Section instructor Last/First name Last 3 Digits of Student ID Number: Answer all questions, beginning each new question in the space provided.

More information

Torque/Rotational Energy Mock Exam. Instructions: (105 points) Answer the following questions. SHOW ALL OF YOUR WORK.

Torque/Rotational Energy Mock Exam. Instructions: (105 points) Answer the following questions. SHOW ALL OF YOUR WORK. AP Physics C Spring, 2017 Torque/Rotational Energy Mock Exam Name: Answer Key Mr. Leonard Instructions: (105 points) Answer the following questions. SHOW ALL OF YOUR WORK. (22 pts ) 1. Two masses are attached

More information

Department of Physics

Department of Physics Department of Physics PHYS101-051 FINAL EXAM Test Code: 100 Tuesday, 4 January 006 in Building 54 Exam Duration: 3 hrs (from 1:30pm to 3:30pm) Name: Student Number: Section Number: Page 1 1. A car starts

More information

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Thursday, 11 December 2014, 6 PM to 9 PM, Field House Gym

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Thursday, 11 December 2014, 6 PM to 9 PM, Field House Gym FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Thursday, 11 December 2014, 6 PM to 9 PM, Field House Gym NAME: STUDENT ID: INSTRUCTION 1. This exam booklet has 13 pages. Make sure none are missing 2.

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. PH105-007 Exam 2 VERSION A Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A 1.0-kg block and a 2.0-kg block are pressed together on a horizontal

More information

PHY151H1: MIDTERM 2016 WEDNESDAY, 26 OCT 2016, 6:15 PM-7:45 PM (90 minutes)

PHY151H1: MIDTERM 2016 WEDNESDAY, 26 OCT 2016, 6:15 PM-7:45 PM (90 minutes) PHY151H1: MIDTERM 2016 WEDNESDAY, 26 OCT 2016, 6:15 PM-7:45 PM (90 minutes) Answer all 5 questions. Each question has equal weight The last page of this midterm is an aid sheet. You may use any of the

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

Kinematics (special case) Dynamics gravity, tension, elastic, normal, friction. Energy: kinetic, potential gravity, spring + work (friction)

Kinematics (special case) Dynamics gravity, tension, elastic, normal, friction. Energy: kinetic, potential gravity, spring + work (friction) Kinematics (special case) a = constant 1D motion 2D projectile Uniform circular Dynamics gravity, tension, elastic, normal, friction Motion with a = constant Newton s Laws F = m a F 12 = F 21 Time & Position

More information

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Fall Exam III Solution

University of Alabama Department of Physics and Astronomy. PH 125 / LeClair Fall Exam III Solution University of Alabama Department of Physics and Astronomy PH 5 / LeClair Fall 07 Exam III Solution. A child throws a ball with an initial speed of 8.00 m/s at an anle of 40.0 above the horizontal. The

More information

Do not fill out the information below until instructed to do so! Name: Signature: Student ID: Section Number:

Do not fill out the information below until instructed to do so! Name: Signature: Student ID:   Section Number: Do not fill out the information below until instructed to do so! Name: Signature: Student ID: E-mail: Section Number: Formulae are provided on the last page. You may NOT use any other formula sheet. You

More information

Chapter 10. Rotation

Chapter 10. Rotation Chapter 10 Rotation Rotation Rotational Kinematics: Angular velocity and Angular Acceleration Rotational Kinetic Energy Moment of Inertia Newton s nd Law for Rotation Applications MFMcGraw-PHY 45 Chap_10Ha-Rotation-Revised

More information

Translational vs Rotational. m x. Connection Δ = = = = = = Δ = = = = = = Δ =Δ = = = = = 2 / 1/2. Work

Translational vs Rotational. m x. Connection Δ = = = = = = Δ = = = = = = Δ =Δ = = = = = 2 / 1/2. Work Translational vs Rotational / / 1/ Δ m x v dx dt a dv dt F ma p mv KE mv Work Fd / / 1/ θ ω θ α ω τ α ω ω τθ Δ I d dt d dt I L I KE I Work / θ ω α τ Δ Δ c t s r v r a v r a r Fr L pr Connection Translational

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

31 ROTATIONAL KINEMATICS

31 ROTATIONAL KINEMATICS 31 ROTATIONAL KINEMATICS 1. Compare and contrast circular motion and rotation? Address the following Which involves an object and which involves a system? Does an object/system in circular motion have

More information

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Saturday, 14 December 2013, 1PM to 4 PM, AT 1003

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Saturday, 14 December 2013, 1PM to 4 PM, AT 1003 FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Saturday, 14 December 2013, 1PM to 4 PM, AT 1003 NAME: STUDENT ID: INSTRUCTION 1. This exam booklet has 14 pages. Make sure none are missing 2. There is

More information

PES Physics 1 Practice Questions Exam 2. Name: Score: /...

PES Physics 1 Practice Questions Exam 2. Name: Score: /... Practice Questions Exam /page PES 0 003 - Physics Practice Questions Exam Name: Score: /... Instructions Time allowed for this is exam is hour 5 minutes... multiple choice (... points)... written problems

More information

Exam 3 Practice Solutions

Exam 3 Practice Solutions Exam 3 Practice Solutions Multiple Choice 1. A thin hoop, a solid disk, and a solid sphere, each with the same mass and radius, are at rest at the top of an inclined plane. If all three are released at

More information

PHY2053 General Physics I

PHY2053 General Physics I PHY2053 General Physics I Section 584771 Prof. Douglas H. Laurence Final Exam May 3, 2018 Name: 1 Instructions: This final exam is a take home exam. It will be posted online sometime around noon of the

More information

Afternoon Section. Physics 1210 Exam 2 November 8, ! v = d! r dt. a avg. = v2. ) T 2! w = m g! f s. = v at v 2 1.

Afternoon Section. Physics 1210 Exam 2 November 8, ! v = d! r dt. a avg. = v2. ) T 2! w = m g! f s. = v at v 2 1. Name Physics 1210 Exam 2 November 8, 2012 Afternoon Section Please write directly on the exam and attach other sheets of work if necessary. Calculators are allowed. No notes or books may be used. Multiple-choice

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Two men, Joel and Jerry, push against a wall. Jerry stops after 10 min, while Joel is

More information

Handout 7: Torque, angular momentum, rotational kinetic energy and rolling motion. Torque and angular momentum

Handout 7: Torque, angular momentum, rotational kinetic energy and rolling motion. Torque and angular momentum Handout 7: Torque, angular momentum, rotational kinetic energy and rolling motion Torque and angular momentum In Figure, in order to turn a rod about a fixed hinge at one end, a force F is applied at a

More information

Circular Motion, Pt 2: Angular Dynamics. Mr. Velazquez AP/Honors Physics

Circular Motion, Pt 2: Angular Dynamics. Mr. Velazquez AP/Honors Physics Circular Motion, Pt 2: Angular Dynamics Mr. Velazquez AP/Honors Physics Formulas: Angular Kinematics (θ must be in radians): s = rθ Arc Length 360 = 2π rads = 1 rev ω = θ t = v t r Angular Velocity α av

More information

PHYSICS 218 Final Exam Fall, 2014

PHYSICS 218 Final Exam Fall, 2014 PHYSICS 18 Final Exam Fall, 014 Name: Signature: E-mail: Section Number: No calculators are allowed in the test. Be sure to put a box around your final answers and clearly indicate your work to your grader.

More information

Handout 6: Rotational motion and moment of inertia. Angular velocity and angular acceleration

Handout 6: Rotational motion and moment of inertia. Angular velocity and angular acceleration 1 Handout 6: Rotational motion and moment of inertia Angular velocity and angular acceleration In Figure 1, a particle b is rotating about an axis along a circular path with radius r. The radius sweeps

More information

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Monday, 14 December 2015, 6 PM to 9 PM, Field House Gym

FALL TERM EXAM, PHYS 1211, INTRODUCTORY PHYSICS I Monday, 14 December 2015, 6 PM to 9 PM, Field House Gym FALL TERM EXAM, PHYS 111, INTRODUCTORY PHYSICS I Monday, 14 December 015, 6 PM to 9 PM, Field House Gym NAME: STUDENT ID: INSTRUCTION 1. This exam booklet has 13 pages. Make sure none are missing. There

More information

Quiz Number 4 PHYSICS April 17, 2009

Quiz Number 4 PHYSICS April 17, 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 Displacement. θ i. 1rev = 360 = 2π rads. = "angular displacement" Δθ = θ f. π = circumference. diameter

Angular Displacement. θ i. 1rev = 360 = 2π rads. = angular displacement Δθ = θ f. π = circumference. diameter Rotational Motion Angular Displacement π = circumference diameter π = circumference 2 radius circumference = 2πr Arc length s = rθ, (where θ in radians) θ 1rev = 360 = 2π rads Δθ = θ f θ i = "angular displacement"

More information

Announcements. 1. Do not bring the yellow equation sheets to the miderm. Idential sheets will be attached to the problems.

Announcements. 1. Do not bring the yellow equation sheets to the miderm. Idential sheets will be attached to the problems. Announcements 1. Do not bring the yellow equation sheets to the miderm. Idential sheets will be attached to the problems. 2. Some PRS transmitters are missing. Please, bring them back! 1 Kinematics Displacement

More information

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space

Motion in Space. MATH 311, Calculus III. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Motion in Space Motion in Space MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Suppose the position vector of a moving object is given by r(t) = f (t), g(t), h(t), Background

More information

BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 234 Examination date: 5 December 2014 Number of hours: 3

BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 234 Examination date: 5 December 2014 Number of hours: 3 Name: Student #: BROCK UNIVERSITY Page 1 of 12 Final Exam: December 2014 Number of pages: 12 (+ formula sheet) Course: PHYS 1P21/1P91 Number of students: 234 Examination date: 5 December 2014 Number of

More information

Chapters 10 & 11: Rotational Dynamics Thursday March 8 th

Chapters 10 & 11: Rotational Dynamics Thursday March 8 th Chapters 10 & 11: Rotational Dynamics Thursday March 8 th Review of rotational kinematics equations Review and more on rotational inertia Rolling motion as rotation and translation Rotational kinetic energy

More information

Advanced Higher Mathematics of Mechanics

Advanced Higher Mathematics of Mechanics Advanced Higher Mathematics of Mechanics Course Outline (2016-2017) Block 1: Change of timetable to summer holiday Assessment Standard Assessment 1 Applying skills to motion in a straight line (Linear

More information

Force, Energy & Periodic Motion. Preparation for unit test

Force, Energy & Periodic Motion. Preparation for unit test Force, Energy & Periodic Motion Preparation for unit test Summary of assessment standards (Unit assessment standard only) In the unit test you can expect to be asked at least one question on each sub-skill.

More information

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator.

Examiner: D. Burbulla. Aids permitted: Formula Sheet, and Casio FX-991 or Sharp EL-520 calculator. University of Toronto Faculty of Applied Science and Engineering Solutions to Final Examination, June 216 Duration: 2 and 1/2 hrs First Year - CHE, CIV, CPE, ELE, ENG, IND, LME, MEC, MMS MAT187H1F - Calculus

More information

Dr. Gundersen Phy 205DJ Test 2 22 March 2010

Dr. Gundersen Phy 205DJ Test 2 22 March 2010 Signature: Idnumber: Name: Do only four out of the five problems. The first problem consists of five multiple choice questions. If you do more only your FIRST four answered problems will be graded. Clearly

More information

Physics Fall Mechanics, Thermodynamics, Waves, Fluids. Lecture 20: Rotational Motion. Slide 20-1

Physics Fall Mechanics, Thermodynamics, Waves, Fluids. Lecture 20: Rotational Motion. Slide 20-1 Physics 1501 Fall 2008 Mechanics, Thermodynamics, Waves, Fluids Lecture 20: Rotational Motion Slide 20-1 Recap: center of mass, linear momentum A composite system behaves as though its mass is concentrated

More information

Rotation. Rotational Variables

Rotation. Rotational Variables Rotation Rigid Bodies Rotation variables Constant angular acceleration Rotational KE Rotational Inertia Rotational Variables Rotation of a rigid body About a fixed rotation axis. Rigid Body an object that

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

ω avg [between t 1 and t 2 ] = ω(t 1) + ω(t 2 ) 2

ω avg [between t 1 and t 2 ] = ω(t 1) + ω(t 2 ) 2 PHY 302 K. Solutions for problem set #9. Textbook problem 7.10: For linear motion at constant acceleration a, average velocity during some time interval from t 1 to t 2 is the average of the velocities

More information

Q1. Which of the following is the correct combination of dimensions for energy?

Q1. Which of the following is the correct combination of dimensions for energy? Tuesday, June 15, 2010 Page: 1 Q1. Which of the following is the correct combination of dimensions for energy? A) ML 2 /T 2 B) LT 2 /M C) MLT D) M 2 L 3 T E) ML/T 2 Q2. Two cars are initially 150 kilometers

More information

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

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

More information

Circle correct course: PHYS 1P21 or PHYS 1P91 BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 260 Examination date: 10 November 2014

Circle correct course: PHYS 1P21 or PHYS 1P91 BROCK UNIVERSITY. Course: PHYS 1P21/1P91 Number of students: 260 Examination date: 10 November 2014 Tutorial #: Circle correct course: PHYS P or PHYS P9 Name: Student #: BROCK UNIVERSITY Test 5: November 04 Number of pages: 5 + formula sheet Course: PHYS P/P9 Number of students: 0 Examination date: 0

More information

Physics 8, Fall 2011, equation sheet work in progress

Physics 8, Fall 2011, equation sheet work in progress 1 year 3.16 10 7 s Physics 8, Fall 2011, equation sheet work in progress circumference of earth 40 10 6 m speed of light c = 2.9979 10 8 m/s mass of proton or neutron 1 amu ( atomic mass unit ) = 1 1.66

More information

Oscillatory Motion. Solutions of Selected Problems

Oscillatory Motion. Solutions of Selected Problems Chapter 15 Oscillatory Motion. Solutions of Selected Problems 15.1 Problem 15.18 (In the text book) A block-spring system oscillates with an amplitude of 3.50 cm. If the spring constant is 250 N/m and

More information

PHYSICS 111 SPRING EXAM 2: March 6, 2018; 8:15-9:45 pm

PHYSICS 111 SPRING EXAM 2: March 6, 2018; 8:15-9:45 pm PHYSICS 111 SPRING 2018 EXAM 2: March 6, 2018; 8:15-9:45 pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 20 multiple-choice questions plus 1 extra credit question,

More information

Your Name: PHYSICS 101 MIDTERM. Please circle your section 1 9 am Galbiati 2 10 am Kwon 3 11 am McDonald 4 12:30 pm McDonald 5 12:30 pm Kwon

Your Name: PHYSICS 101 MIDTERM. Please circle your section 1 9 am Galbiati 2 10 am Kwon 3 11 am McDonald 4 12:30 pm McDonald 5 12:30 pm Kwon 1 Your Name: PHYSICS 101 MIDTERM October 26, 2006 2 hours Please circle your section 1 9 am Galbiati 2 10 am Kwon 3 11 am McDonald 4 12:30 pm McDonald 5 12:30 pm Kwon Problem Score 1 /13 2 /20 3 /20 4

More information

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

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

More information

Physics 4A Solutions to Chapter 10 Homework

Physics 4A Solutions to Chapter 10 Homework Physics 4A Solutions to Chapter 0 Homework Chapter 0 Questions: 4, 6, 8 Exercises & Problems 6, 3, 6, 4, 45, 5, 5, 7, 8 Answers to Questions: Q 0-4 (a) positive (b) zero (c) negative (d) negative Q 0-6

More information

Physics 2212 GJ. Fill in bubbles for your Multiple Choice answers darkly and neatly. a b c d e 1 a b c d e. 2 a b c d e. 3 a b c d e.

Physics 2212 GJ. Fill in bubbles for your Multiple Choice answers darkly and neatly. a b c d e 1 a b c d e. 2 a b c d e. 3 a b c d e. Physics 2212 GJ Name Fall 2018 Nine-digit Tech ID Quiz # Put nothing other than your name and nine-digit Tech ID in the spaces above. Free-response problems are numbered I III. Show all your work clearly,

More information

Physics 8, Fall 2013, equation sheet work in progress

Physics 8, Fall 2013, equation sheet work in progress (Chapter 1: foundations) 1 year 3.16 10 7 s Physics 8, Fall 2013, equation sheet work in progress circumference of earth 40 10 6 m speed of light c = 2.9979 10 8 m/s mass of proton or neutron 1 amu ( atomic

More information

STEP Support Programme. Mechanics STEP Questions

STEP Support Programme. Mechanics STEP Questions STEP Support Programme Mechanics STEP Questions This is a selection of mainly STEP I questions with a couple of STEP II questions at the end. STEP I and STEP II papers follow the same specification, the

More information

PHYSICS 221, FALL 2011 EXAM #2 SOLUTIONS WEDNESDAY, NOVEMBER 2, 2011

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

More information

Write your name legibly on the top right hand corner of this paper

Write your name legibly on the top right hand corner of this paper NAME Phys 631 Summer 2007 Quiz 2 Tuesday July 24, 2007 Instructor R. A. Lindgren 9:00 am 12:00 am Write your name legibly on the top right hand corner of this paper No Books or Notes allowed Calculator

More information

is acting on a body of mass m = 3.0 kg and changes its velocity from an initial

is acting on a body of mass m = 3.0 kg and changes its velocity from an initial PHYS 101 second major Exam Term 102 (Zero Version) Q1. A 15.0-kg block is pulled over a rough, horizontal surface by a constant force of 70.0 N acting at an angle of 20.0 above the horizontal. The block

More information

Exam 2 Spring 2014

Exam 2 Spring 2014 95.141 Exam 2 Spring 2014 Section number Section instructor Last/First name Last 3 Digits of Student ID Number: Answer all questions, beginning each new question in the space provided. Show all work. Show

More information

= W Q H. ɛ = T H T C T H = = 0.20 = T C = T H (1 0.20) = = 320 K = 47 C

= W Q H. ɛ = T H T C T H = = 0.20 = T C = T H (1 0.20) = = 320 K = 47 C 1. Four identical 0.18 kg masses are placed at the corners of a 4.0 x 3.0 m rectangle, and are held there by very light connecting rods which form the sides of the rectangle. What is the moment of inertia

More information

FOUNDATION STUDIES EXAMINATIONS September 2009

FOUNDATION STUDIES EXAMINATIONS September 2009 1 FOUNDATION STUDIES EXAINATIONS September 2009 PHYSICS First Paper July Fast Track Time allowed 1.5 hour for writing 10 minutes for reading This paper consists of 4 questions printed on 7 pages. PLEASE

More information

Physics 101 Fall 2006: Final Exam Free Response and Instructions

Physics 101 Fall 2006: Final Exam Free Response and Instructions Last Name: First Name: Physics 101 Fall 2006: Final Exam Free Response and Instructions Print your LAST and FIRST name on the front of your blue book, on this question sheet, the multiplechoice question

More information

Physics Pre-comp diagnostic Answers

Physics Pre-comp diagnostic Answers Name Element Physics Pre-comp diagnostic Answers Grade 8 2017-2018 Instructions: THIS TEST IS NOT FOR A GRADE. It is to help you determine what you need to study for the precomps. Just do your best. Put

More information

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main

FOUNDATION STUDIES EXAMINATIONS June PHYSICS Semester One February Main 1 FOUNDATION STUDIES EXAMINATIONS June 2015 PHYSICS Semester One February Main Time allowed 2 hours for writing 10 minutes for reading This paper consists of 6 questions printed on 10 pages. PLEASE CHECK

More information

Solution Only gravity is doing work. Since gravity is a conservative force mechanical energy is conserved:

Solution Only gravity is doing work. Since gravity is a conservative force mechanical energy is conserved: 8) roller coaster starts with a speed of 8.0 m/s at a point 45 m above the bottom of a dip (see figure). Neglecting friction, what will be the speed of the roller coaster at the top of the next slope,

More information

AAPT UNITED STATES PHYSICS TEAM AIP 2016

AAPT UNITED STATES PHYSICS TEAM AIP 2016 216 F = ma Exam 1 AAPT UNITED STATES PHYSICS TEAM AIP 216 216 F = ma Contest 25 QUESTIONS - 75 MINUTES INSTRUCTIONS DO NOT OPEN THIS TEST UNTIL YOU ARE TOLD TO BEGIN Use g = 1 N/kg throughout this contest.

More information

. d. v A v B. e. none of these.

. d. v A v B. e. none of these. General Physics I Exam 3 - Chs. 7,8,9 - Momentum, Rotation, Equilibrium Oct. 28, 2009 Name Rec. Instr. Rec. Time For full credit, make your work clear to the grader. Show the formulas you use, the essential

More information

Chapter 13: Oscillatory Motions

Chapter 13: Oscillatory Motions Chapter 13: Oscillatory Motions Simple harmonic motion Spring and Hooe s law When a mass hanging from a spring and in equilibrium, the Newton s nd law says: Fy ma Fs Fg 0 Fs Fg This means the force due

More information

Part Two: Earlier Material

Part Two: Earlier Material Part Two: Earlier Material Problem 1: (Momentum and Impulse) A superball of m 1 = 0.08kg, starting at rest, is dropped from a height falls h 0 = 3.0m above the ground and bounces back up to a height of

More information

CIRCULAR MOTION AND ROTATION

CIRCULAR MOTION AND ROTATION 1. UNIFORM CIRCULAR MOTION So far we have learned a great deal about linear motion. This section addresses rotational motion. The simplest kind of rotational motion is an object moving in a perfect circle

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 Final Exam Formulæ & Constants Fall 2016 Unless otherwise directed, all problems take place on Earth, and drag is to be neglected. A v = d r ω = dθ a = d v α = d ω v sf = v si + a s t ω

More information

In-Class Problems 30-32: Moment of Inertia, Torque, and Pendulum: Solutions

In-Class Problems 30-32: Moment of Inertia, Torque, and Pendulum: Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01 TEAL Fall Term 004 In-Class Problems 30-3: Moment of Inertia, Torque, and Pendulum: Solutions Problem 30 Moment of Inertia of a

More information

PHY2048 Exam 1 Formula Sheet. Vectors. a 2 x +a 2 y +a 2 z b = Motion. Equations of Motion for Constant Acceleration

PHY2048 Exam 1 Formula Sheet. Vectors. a 2 x +a 2 y +a 2 z b = Motion. Equations of Motion for Constant Acceleration Instructor(s): atcheva/yelton PHYSICS DEPARTENT PHY 2048 Exam 1 September 28, 2017 Name (print, last first): Signature: On my honor, I have neither given nor received unauthorized aid on this examination.

More information

PHYSICS 221 SPRING 2015

PHYSICS 221 SPRING 2015 PHYSICS 221 SPRING 2015 EXAM 2: April 2, 2015 8:15-10:15pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 25 multiple-choice questions plus 2 extra credit questions,

More information

are (0 cm, 10 cm), (10 cm, 10 cm), and (10 cm, 0 cm), respectively. Solve: The coordinates of the center of mass are = = = (200 g g g)

are (0 cm, 10 cm), (10 cm, 10 cm), and (10 cm, 0 cm), respectively. Solve: The coordinates of the center of mass are = = = (200 g g g) Rotational Motion Problems Solutions.. Model: A spinning skater, whose arms are outstretched, is a rigid rotating body. Solve: The speed v rω, where r 40 / 0.70 m. Also, 80 rpm (80) π/60 rad/s 6 π rad/s.

More information

Physics 201, Lecture 18

Physics 201, Lecture 18 q q Physics 01, Lecture 18 Rotational Dynamics Torque Exercises and Applications Rolling Motion Today s Topics Review Angular Velocity And Angular Acceleration q Angular Velocity (ω) describes how fast

More information

Name (please print): UW ID# score last first

Name (please print): UW ID# score last first Name (please print): UW ID# score last first Question I. (20 pts) Projectile motion A ball of mass 0.3 kg is thrown at an angle of 30 o above the horizontal. Ignore air resistance. It hits the ground 100

More information

FAMILY NAME Given Name(s) Student Number Practical Group as on student card as on student card Code

FAMILY NAME Given Name(s) Student Number Practical Group as on student card as on student card Code FAMILY NAME Given Name(s) Student Number Practical Group as on student card as on student card Code PHY131H1F Term Test 2 version A Tuesday, November 19, 2013 Duration: 80 minutes Aids allowed: A pocket

More information

On my honor, I have neither given nor received unauthorized aid on this examination.

On my honor, I have neither given nor received unauthorized aid on this examination. Instructor(s): Profs. D. Reitze, H. Chan PHYSICS DEPARTMENT PHY 2053 Exam 2 April 2, 2009 Name (print, last first): Signature: On my honor, I have neither given nor received unauthorized aid on this examination.

More information

Quiz 3 July 31, 2007 Chapters 16, 17, 18, 19, 20 Phys 631 Instructor R. A. Lindgren 9:00 am 12:00 am

Quiz 3 July 31, 2007 Chapters 16, 17, 18, 19, 20 Phys 631 Instructor R. A. Lindgren 9:00 am 12:00 am Quiz 3 July 31, 2007 Chapters 16, 17, 18, 19, 20 Phys 631 Instructor R. A. Lindgren 9:00 am 12:00 am No Books or Notes allowed Calculator without access to formulas allowed. The quiz has two parts. The

More information

Physics 218 Exam 3 Spring 2010, Sections

Physics 218 Exam 3 Spring 2010, Sections Physics 8 Exam 3 Spring 00, Sections 5-55 Do not fill out the information below until instructed to do so! Name Signature Student ID E-mail Section # Rules of the exam:. You have the full class period

More information

Pre-AP Physics Review Problems

Pre-AP Physics Review Problems Pre-AP Physics Review Problems SECTION ONE: MULTIPLE-CHOICE QUESTIONS (50x2=100 points) 1. The graph above shows the velocity versus time for an object moving in a straight line. At what time after t =

More information

Rotational Motion and Torque

Rotational Motion and Torque Rotational Motion and Torque Introduction to Angular Quantities Sections 8- to 8-2 Introduction Rotational motion deals with spinning objects, or objects rotating around some point. Rotational motion is

More information

Chapter 8 Lecture Notes

Chapter 8 Lecture Notes Chapter 8 Lecture Notes Physics 2414 - Strauss Formulas: v = l / t = r θ / t = rω a T = v / t = r ω / t =rα a C = v 2 /r = ω 2 r ω = ω 0 + αt θ = ω 0 t +(1/2)αt 2 θ = (1/2)(ω 0 +ω)t ω 2 = ω 0 2 +2αθ τ

More information

PHYS 185 Final Exam December 4, 2012

PHYS 185 Final Exam December 4, 2012 PHYS 185 Final Exam December 4, 2012 Name: Answer the questions in the spaces provided on the question sheets. If you run out of room for an answer, continue on the back of the page. Please make an effort

More information

Final Exam April 26, 2016

Final Exam April 26, 2016 PHYS 050 Spring 016 Name: Final Exam April 6, 016 INSTRUCTIONS: a) No books or notes are permitted. b) You may use a calculator. c) You must solve all problems beginning with the equations on the Information

More information

a. What is the angular frequency ω of the block in terms of k, l, and m?

a. What is the angular frequency ω of the block in terms of k, l, and m? 1 Problem 1: (4 pts.) Two spherical planets, each of mass M and Radius R, start out at rest with a distance from center to center of 4R. What is the speed of one of the planets at the moment that their

More information

A) 4.0 m/s B) 5.0 m/s C) 0 m/s D) 3.0 m/s E) 2.0 m/s. Ans: Q2.

A) 4.0 m/s B) 5.0 m/s C) 0 m/s D) 3.0 m/s E) 2.0 m/s. Ans: Q2. Coordinator: Dr. W. Al-Basheer Thursday, July 30, 2015 Page: 1 Q1. A constant force F ( 7.0ˆ i 2.0 ˆj ) N acts on a 2.0 kg block, initially at rest, on a frictionless horizontal surface. If the force causes

More information

PHYSICS 221 SPRING 2015

PHYSICS 221 SPRING 2015 PHYSICS 221 SPRING 2015 EXAM 2: April 2, 2015 8:15-10:15pm Name (printed): Recitation Instructor: Section # INSTRUCTIONS: This exam contains 25 multiple-choice questions plus 2 extra credit questions,

More information

1 MR SAMPLE EXAM 3 FALL 2013

1 MR SAMPLE EXAM 3 FALL 2013 SAMPLE EXAM 3 FALL 013 1. A merry-go-round rotates from rest with an angular acceleration of 1.56 rad/s. How long does it take to rotate through the first rev? A) s B) 4 s C) 6 s D) 8 s E) 10 s. A wheel,

More information

PH 221-3A Fall 2009 ROTATION. Lectures Chapter 10 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition)

PH 221-3A Fall 2009 ROTATION. Lectures Chapter 10 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) PH 1-3A Fall 009 ROTATION Lectures 16-17 Chapter 10 (Halliday/Resnick/Walker, Fundamentals of Physics 8 th edition) 1 Chapter 10 Rotation In this chapter we will study the rotational motion of rigid bodies

More information

PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2)

PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2) PLANAR KINETIC EQUATIONS OF MOTION (Section 17.2) We will limit our study of planar kinetics to rigid bodies that are symmetric with respect to a fixed reference plane. As discussed in Chapter 16, when

More information