Math Practice exam 2 - solutions
|
|
|
- Shawn Baldwin
- 10 years ago
- Views:
Transcription
1 C Roettger, Fall 13 Math Practice exam 2 - solutions Problem 1 A solution of 10% perchlorate in water flows at a rate of 8 L/min into a tank holding 200L pure water. The solution is kept well stirred and flows out of the tank at a rate of 6 L/min. a) Determine the volume of perchlorate in the tank after t minutes. b) When will the percentage of perchlorate in the tank reach 6%? Solution. a) Let V (t) and x(t) the volume of water and perchlorate in the tank at time t, respectively. So V (t) = t (time in minutes, volume in liters). Then the amount x(t) of perchlorate satisfies x (t) = x(t) V (t). This is a linear equation, written in standard form as so an integrating factor is x (t) t x = 0.8, µ(t) = e 3/(100+t) dt = e 3 ln(100+t) = (100 + t) 3. We multiply the entire equation by µ and integrate: µ(t)x(t) = 0.8 (100 + t) 3 dt = 0.2(100 + t) 4 + C. so after solving for x, we get the general solution x(t) = 0.2(100 + t) + Since x(0) = 0, we can solve for C to get C (100 + t) 3. C = = 20, 000,
2 The amount of perchlorate after t minutes is b) We put and solve for t, getting first x(t) = 0.2(100 + t) 0.06 = x(t) V (t) 20, 000, 000 (100 + t) 3. = , 000, 000 (100 + t) 4 and then (in minutes). (100 + t) 4 = t = / Problem 2 A garage with no heating or cooling has a time constant of 2 hours. The outside temperature varies as a sine wave, M(t) = sin(π(t 8)/12). Determine the time when the building reaches its lowest and its highest temperature, assuming that the exponential term has died off. 2
3 Note how the building temperature T (blue) lags behind the ambient temperature M! Solution. equation The temperature T (t) of the building satisfies the differential T (t) = k(m(t) T (t)). Rewritten in standard form for a linear equation, this reads T + kt = km so we have the integrating factor µ(t) = e kt, and the usual recipe gives e kt T (t) = ke kt ( sin(π(t 8)/12)) dt. Integrating by parts twice gives for the hard part on the right-hand side e kt sin(αt + β) dt = ekt [k sin(αt + β) α cos(αt + β)] α 2 + k 2 + C. Integrating 65ke kt gives another 65e kt. We substitute k = 1/2 (1 / time constant), α = π/12, β = 2π/3. Altogether, ( ) ( ) 15 sin π(t 8) 5π cos π(t 8) T (t) = Ce t/2. π 2 / /4 For t large enough so that the exponential term has died off (meaning we can neglect it), we can find the maximum / minimum temperature by setting the derivative of the first term equal to 0, like in Calculus I. It helps to introduce a new variable u = π(t 8)/12. So we differentiate which gives d du [ 15 4 sin u 5π 8 cos u u = arctan for any integer n. Going back to t, ] = 15 4 cos u + 5π 8 sin u = 0 ( ) 6 + nπ nπ π π(t 8) 12 = nπ 3
4 gives the times t = n for any integer n. A second-derivative test (no, we don t want that) or firstderivative test (still, lots of work) or simply a graph (best! see above) shows that even integers n give times with minimal temperature, odd integers n give maximal temperature. Problem 3 A parachutist whose mass is 75 kg drops from a helicopter hovering 2000 meters above the ground. She falls to the ground under the force of gravity and air resistance, which is proportional to her velocity, with proportionality constant b 1 = 30 N sec/m when the chute is closed, and b 2 = 90 N sec/m when the chute is open. The chute does not open until the velocity reaches 20 m/sec. At what time will she reach the ground? Use g = 10N/kg. Solution. Let y(t) be the parachutist s height above ground. So y(0) = 2000, y (0) = 0, and my + by = mg We write v = y, so we get a first-order equation for the velocity, v + bv m = g which has integrating factor µ = e bt/m, vµ = g e bt/m dt = gmebt/m b and the solution v = gm b + Ce bt/m. + C This analysis is valid both for open and closed parachute. Now use v(0) = 0 to get for the first, rapid fall C 1 = gm b 1 = 25, v = 25(e b 1t/m 1). Let us find the time t 1 when the parachute opens, so v = 20 (negative sign because the movement is down!!) 20 = gm b 1 (e b 1t/m 1) 4
5 gives with g = 10N/kg t 1 = m b 1 ln (in seconds). After that time, we get ( 1 20b ) gm v = gm b 2 + C 2 e b 2t/m. and the initial condition v(t 1 ) = 20 gives C 2 = Finally, find the position y(t) by integrating v. In both cases, y(t) = gmt b For the first case, y(0) = 2000 gives Cm b e bt/m + D. D 1 = C 1m b 1 = so the position at time t 1 is y(t 1 ) meters. With the parachute open, we get y(t) = gmt b 2 C 2m b 2 e b 2t/m + D 2 and from the initial condition y(t 1 ) = , we can determine D2 = Finally, the parachutist reaches the ground when so at time 0 = y(t) gmt b 2 + D 2 t = D 2b 2 gm (in seconds). The exponential term at around this time is completely negligible. 5
6 Note. This is 3.4 # 7, and the book s answer is 241 seconds, because they used the more accurate value g = 9.81N/kg. Problem 4 Find the general solution of y 2y + 5y = 0. Solution. The auxiliary equation is r 2 2r + 5 = 0 which has roots 1 ± 2i. So we can write the general solution as y(t) = e t (c 1 cos 2t + c 2 sin 2t). Problem 5 Consider the differential equation x (t) 2x (t) + x(t) = cos t. (1) a) Find a particular solution of equation (1). b) Find the complimentary function (general solution of the associated homogeneous equation). c) Find the unique solution satisfying both (1) and the initial conditions x(0) = 0, x (0) = 1. Solution. a) We try x p (t) = A cos t + B sin t. This leads to A = 0, B = 1/2. b) The characteristic equation is (r 1) 2 = 0, with double root r = 1, so the complimentary function is x c (t) = (c 1 + c 2 t)e t c) We get c 1 = 0, c 2 = 3/2 after substituting the general solution x p + x c for x. Problem 6 A mass of 2 kg is traveling horizontally on wheels without friction. It is hooked up to a spring with spring constant k = 162 N/m. Let x(t) be the position of the mass with x = 0 being the equilibrium position. 6
7 a) Find the second-order linear differential equation governing x. b) What is the natural frequency ω of this system? c) Find the position function x(t) if x(0) = 12 and x (0) = 45. d) Suppose an external force F = 2 cos(10t) starts acting on the mass, and x(0) = x (0) = 0. Find the resulting position function x(t). Solution. a) 2x + 162x = 0. b) ω = 162/2 = 9 (in radians per second). c) The general solution here is x c (t) = c 1 cos 9t + c 2 sin 9t. The initial conditions give c 1 = 12 and c 2 = 5, so x(t) = 12 cos 9t 5 sin 9t. d) Now we have to find a particular solution x p for 2x + 162x = 2 cos 10t. (2) There is no overlap between cos 10t, sin 10t and cos 9t, sin 9t., So we try x p (t) = A cos 10t + B sin 10t, and substituting this into (2) yields equations B = 0, 200A + 162A = 2, so A = 1/19. The general solution is now x(t) = 1 19 cos 10t + c 1 cos 9t + c 2 sin 9t. The initial conditions give x (0) = 9c 2 = 0, so c 2 = 0 and c 1 = 1/19. Problem 7 Consider the Euler-Cauchy equation t 2 y + 3ty + y = 0. a) Find the general solution. b) Then find the solution satisfying y(1) = 4, y (1) = 3. Solution. The characteristic equation here is r(r 1) + 3r + 1 = 0 7
8 which has a double root r = 1, so solutions are y = 1/t and y = ln(t)/t. The general solution is y = c 1 + c 2 ln t. t b) So c 1 = 4 and from we get c 2 c 1 = 3, so c 2 = 7. y (t) = c 2/t (c 1 + c 2 ln t) t 2, 8
Math 2280 - Assignment 6
Math 2280 - Assignment 6 Dylan Zwick Spring 2014 Section 3.8-1, 3, 5, 8, 13 Section 4.1-1, 2, 13, 15, 22 Section 4.2-1, 10, 19, 28 1 Section 3.8 - Endpoint Problems and Eigenvalues 3.8.1 For the eigenvalue
dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have
Linear Differential Equations A first-der linear differential equation is one that can be put into the fm 1 d P y Q where P and Q are continuous functions on a given interval. This type of equation occurs
www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x
Mechanics 2 : Revision Notes 1. Kinematics and variable acceleration Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx differentiate a = dv = d2 x dt dt dt 2 Acceleration Velocity
Applications of Second-Order Differential Equations
Applications of Second-Order Differential Equations Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration
AP Physics C. Oscillations/SHM Review Packet
AP Physics C Oscillations/SHM Review Packet 1. A 0.5 kg mass on a spring has a displacement as a function of time given by the equation x(t) = 0.8Cos(πt). Find the following: a. The time for one complete
19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style
Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.
Student name: Earlham College. Fall 2011 December 15, 2011
Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use
MATH 31B: MIDTERM 1 REVIEW. 1. Inverses. yx 3y = 1. x = 1 + 3y y 4( 1) + 32 = 1
MATH 3B: MIDTERM REVIEW JOE HUGHES. Inverses. Let f() = 3. Find the inverse g() for f. Solution: Setting y = ( 3) and solving for gives and g() = +3. y 3y = = + 3y y. Let f() = 4 + 3. Find a domain on
dy dx and so we can rewrite the equation as If we now integrate both sides of this equation, we get xy x 2 C Integrating both sides, we would have
LINEAR DIFFERENTIAL EQUATIONS A first-der linear differential equation is one that can be put into the fm 1 d Py Q where P and Q are continuous functions on a given interval. This type of equation occurs
HW 3 Due Sep 12, Wed
HW 3 Due Sep, Wed 1. Consider a tank used in certain hydrodynamic experiments. After one experiment the tank contains 200 L of a dye solution with a concentration of 1 g/l. To prepare for the next experiment,
Solution: F = kx is Hooke s law for a mass and spring system. Angular frequency of this system is: k m therefore, k
Physics 1C Midterm 1 Summer Session II, 2011 Solutions 1. If F = kx, then k m is (a) A (b) ω (c) ω 2 (d) Aω (e) A 2 ω Solution: F = kx is Hooke s law for a mass and spring system. Angular frequency of
Differential Equations
40 CHAPTER 15 Differential Equations In many natural conditions the rate at which the amount of an object changes is directly proportional to the amount of the object itself. For example: 1) The marginal
AS COMPETITION PAPER 2008
AS COMPETITION PAPER 28 Name School Town & County Total Mark/5 Time Allowed: One hour Attempt as many questions as you can. Write your answers on this question paper. Marks allocated for each question
Physics 1120: Simple Harmonic Motion Solutions
Questions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Physics 1120: Simple Harmonic Motion Solutions 1. A 1.75 kg particle moves as function of time as follows: x = 4cos(1.33t+π/5) where distance is measured
Second Order Linear Differential Equations
CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution
Second Order Systems
Second Order Systems Second Order Equations Standard Form G () s = τ s K + ζτs + 1 K = Gain τ = Natural Period of Oscillation ζ = Damping Factor (zeta) Note: this has to be 1.0!!! Corresponding Differential
MAT 274 HW 2 Solutions c Bin Cheng. Due 11:59pm, W 9/07, 2011. 80 Points
MAT 274 HW 2 Solutions Due 11:59pm, W 9/07, 2011. 80 oints 1. (30 ) The last two problems of Webwork Set 03 Modeling. Show all the steps and, also, indicate the equilibrium solutions for each problem.
HOOKE S LAW AND SIMPLE HARMONIC MOTION
HOOKE S LAW AND SIMPLE HARMONIC MOTION Alexander Sapozhnikov, Brooklyn College CUNY, New York, [email protected] Objectives Study Hooke s Law and measure the spring constant. Study Simple Harmonic
Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations
Spring Simple Harmonic Oscillator Simple Harmonic Oscillations and Resonance We have an object attached to a spring. The object is on a horizontal frictionless surface. We move the object so the spring
Homework #1 Solutions
MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From
Second Order Linear Partial Differential Equations. Part I
Second Order Linear Partial Differential Equations Part I Second linear partial differential equations; Separation of Variables; - point boundary value problems; Eigenvalues and Eigenfunctions Introduction
1. Metric system- developed in Europe (France) in 1700's, offered as an alternative to the British or English system of measurement.
GS104 Basics Review of Math I. MATHEMATICS REVIEW A. Decimal Fractions, basics and definitions 1. Decimal Fractions - a fraction whose deonominator is 10 or some multiple of 10 such as 100, 1000, 10000,
A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved
A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)
Lesson 11. Luis Anchordoqui. Physics 168. Tuesday, December 8, 15
Lesson 11 Physics 168 1 Oscillations and Waves 2 Simple harmonic motion If an object vibrates or oscillates back and forth over same path each cycle taking same amount of time motion is called periodic
Exercises on Oscillations and Waves
Exercises on Oscillations and Waves Exercise 1.1 You find a spring in the laboratory. When you hang 100 grams at the end of the spring it stretches 10 cm. You pull the 100 gram mass 6 cm from its equilibrium
Particular Solutions. y = Ae 4x and y = 3 at x = 0 3 = Ae 4 0 3 = A y = 3e 4x
Particular Solutions If the differential equation is actually modeling something (like the cost of milk as a function of time) it is likely that you will know a specific value (like the fact that milk
Calculus with Parametric Curves
Calculus with Parametric Curves Suppose f and g are differentiable functions and we want to find the tangent line at a point on the parametric curve x f(t), y g(t) where y is also a differentiable function
Chapter 6 Work and Energy
Chapter 6 WORK AND ENERGY PREVIEW Work is the scalar product of the force acting on an object and the displacement through which it acts. When work is done on or by a system, the energy of that system
C B A T 3 T 2 T 1. 1. What is the magnitude of the force T 1? A) 37.5 N B) 75.0 N C) 113 N D) 157 N E) 192 N
Three boxes are connected by massless strings and are resting on a frictionless table. Each box has a mass of 15 kg, and the tension T 1 in the right string is accelerating the boxes to the right at a
So far, we have looked at homogeneous equations
Chapter 3.6: equations Non-homogeneous So far, we have looked at homogeneous equations L[y] = y + p(t)y + q(t)y = 0. Homogeneous means that the right side is zero. Linear homogeneous equations satisfy
Midterm Solutions. mvr = ω f (I wheel + I bullet ) = ω f 2 MR2 + mr 2 ) ω f = v R. 1 + M 2m
Midterm Solutions I) A bullet of mass m moving at horizontal velocity v strikes and sticks to the rim of a wheel a solid disc) of mass M, radius R, anchored at its center but free to rotate i) Which of
Simple Harmonic Motion(SHM) Period and Frequency. Period and Frequency. Cosines and Sines
Simple Harmonic Motion(SHM) Vibration (oscillation) Equilibrium position position of the natural length of a spring Amplitude maximum displacement Period and Frequency Period (T) Time for one complete
Lecture Notes for Math250: Ordinary Differential Equations
Lecture Notes for Math250: Ordinary Differential Equations Wen Shen 2011 NB! These notes are used by myself. They are provided to students as a supplement to the textbook. They can not substitute the textbook.
Physics 41 HW Set 1 Chapter 15
Physics 4 HW Set Chapter 5 Serway 8 th OC:, 4, 7 CQ: 4, 8 P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59, 67, 74 OC CQ P: 4, 5, 8, 8, 0, 9,, 4, 9, 4, 5, 5 Discussion Problems:, 57, 59,
F = ma. F = G m 1m 2 R 2
Newton s Laws The ideal models of a particle or point mass constrained to move along the x-axis, or the motion of a projectile or satellite, have been studied from Newton s second law (1) F = ma. In the
Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.
Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u
1. (from Stewart, page 586) Solve the initial value problem.
. (from Stewart, page 586) Solve the initial value problem.. (from Stewart, page 586) (a) Solve y = y. du dt = t + sec t u (b) Solve y = y, y(0) = 0., u(0) = 5. (c) Solve y = y, y(0) = if possible. 3.
Parachute Jumping, Falling, and Landing David C. Arney, Barbra S. Melendez, Debra Schnelle 1
Parachute Jumping, Falling, and Landing David C. Arney, Barbra S. Melendez, Debra Schnelle 1 Introduction It is extremely important that leaders of airborne units understand the safety, medical, and operational
Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients. y + p(t) y + q(t) y = g(t), g(t) 0.
Second Order Linear Nonhomogeneous Differential Equations; Method of Undetermined Coefficients We will now turn our attention to nonhomogeneous second order linear equations, equations with the standard
SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS
SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS A second-order linear differential equation has the form 1 Px d y dx dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. Equations of this type arise
(1.) The air speed of an airplane is 380 km/hr at a bearing of. Find the ground speed of the airplane as well as its
(1.) The air speed of an airplane is 380 km/hr at a bearing of 78 o. The speed of the wind is 20 km/hr heading due south. Find the ground speed of the airplane as well as its direction. Here is the diagram:
Homework #2 Solutions
MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution
Simple Harmonic Motion
Simple Harmonic Motion 1 Object To determine the period of motion of objects that are executing simple harmonic motion and to check the theoretical prediction of such periods. 2 Apparatus Assorted weights
HSC Mathematics - Extension 1. Workshop E4
HSC Mathematics - Extension 1 Workshop E4 Presented by Richard D. Kenderdine BSc, GradDipAppSc(IndMaths), SurvCert, MAppStat, GStat School of Mathematics and Applied Statistics University of Wollongong
Graphing Trigonometric Skills
Name Period Date Show all work neatly on separate paper. (You may use both sides of your paper.) Problems should be labeled clearly. If I can t find a problem, I ll assume it s not there, so USE THE TEMPLATE
Acceleration levels of dropped objects
Acceleration levels of dropped objects cmyk Acceleration levels of dropped objects Introduction his paper is intended to provide an overview of drop shock testing, which is defined as the acceleration
Second-Order Linear Differential Equations
Second-Order Linear Differential Equations A second-order linear differential equation has the form 1 Px d 2 y dx 2 dy Qx dx Rxy Gx where P, Q, R, and G are continuous functions. We saw in Section 7.1
2 Integrating Both Sides
2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation
The Method of Partial Fractions Math 121 Calculus II Spring 2015
Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method
Columbia University Department of Physics QUALIFYING EXAMINATION
Columbia University Department of Physics QUALIFYING EXAMINATION Monday, January 13, 2014 1:00PM to 3:00PM Classical Physics Section 1. Classical Mechanics Two hours are permitted for the completion of
Manufacturing Equipment Modeling
QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,
1.2 Second-order systems
1.2. SECOND-ORDER SYSTEMS 25 if the initial fluid height is defined as h() = h, then the fluid height as a function of time varies as h(t) = h e tρg/ra [m]. (1.31) 1.2 Second-order systems In the previous
Unit - 6 Vibrations of Two Degree of Freedom Systems
Unit - 6 Vibrations of Two Degree of Freedom Systems Dr. T. Jagadish. Professor for Post Graduation, Department of Mechanical Engineering, Bangalore Institute of Technology, Bangalore Introduction A two
SOLUTIONS TO CONCEPTS CHAPTER 15
SOLUTIONS TO CONCEPTS CHAPTER 15 1. v = 40 cm/sec As velocity of a wave is constant location of maximum after 5 sec = 40 5 = 00 cm along negative x-axis. [(x / a) (t / T)]. Given y = Ae a) [A] = [M 0 L
ORDINARY DIFFERENTIAL EQUATIONS
ORDINARY DIFFERENTIAL EQUATIONS GABRIEL NAGY Mathematics Department, Michigan State University, East Lansing, MI, 48824. SEPTEMBER 4, 25 Summary. This is an introduction to ordinary differential equations.
Practice Test SHM with Answers
Practice Test SHM with Answers MPC 1) If we double the frequency of a system undergoing simple harmonic motion, which of the following statements about that system are true? (There could be more than one
3.2 Sources, Sinks, Saddles, and Spirals
3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients
Problem Set #8 Solutions
MASSACHUSETTS INSTITUTE OF TECHNOLOGY Physics Department 8.01L: Physics I November 7, 2015 Prof. Alan Guth Problem Set #8 Solutions Due by 11:00 am on Friday, November 6 in the bins at the intersection
AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false?
1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? (A) The displacement is directly related to the acceleration. (B) The
Mathematical Modeling and Engineering Problem Solving
Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with
Solutions to Exercises, Section 5.1
Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle
An Introduction to Applied Mathematics: An Iterative Process
An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling
Chapter 11. h = 5m. = mgh + 1 2 mv 2 + 1 2 Iω 2. E f. = E i. v = 4 3 g(h h) = 4 3 9.8m / s2 (8m 5m) = 6.26m / s. ω = v r = 6.
Chapter 11 11.7 A solid cylinder of radius 10cm and mass 1kg starts from rest and rolls without slipping a distance of 6m down a house roof that is inclined at 30 degrees (a) What is the angular speed
Solutions to Homework 5
Solutions to Homework 5 1. Let z = f(x, y) be a twice continously differentiable function of x and y. Let x = r cos θ and y = r sin θ be the equations which transform polar coordinates into rectangular
System of First Order Differential Equations
CHAPTER System of First Order Differential Equations In this chapter, we will discuss system of first order differential equations. There are many applications that involving find several unknown functions
1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives
TRIGONOMETRY Chapter Trigonometry Objectives After studying this chapter you should be able to handle with confidence a wide range of trigonometric identities; be able to express linear combinations of
The Technical Archer. Austin Wargo
The Technical Archer Austin Wargo May 14, 2010 Abstract A mathematical model of the interactions between a long bow and an arrow. The model uses the Euler-Lagrange formula, and is based off conservation
(1) The size of a gas particle is negligible as compared to the volume of the container in which the gas is placed.
Gas Laws and Kinetic Molecular Theory The Gas Laws are based on experiments, and they describe how a gas behaves under certain conditions. However, Gas Laws do not attempt to explain the behavior of gases.
19.6. Finding a Particular Integral. Introduction. Prerequisites. Learning Outcomes. Learning Style
Finding a Particular Integral 19.6 Introduction We stated in Block 19.5 that the general solution of an inhomogeneous equation is the sum of the complementary function and a particular integral. We have
Notice numbers may change randomly in your assignments and you may have to recalculate solutions for your specific case.
HW1 Possible Solutions Notice numbers may change randomly in your assignments and you may have to recalculate solutions for your specific case. Tipler 14.P.003 An object attached to a spring has simple
Physics 201 Homework 8
Physics 201 Homework 8 Feb 27, 2013 1. A ceiling fan is turned on and a net torque of 1.8 N-m is applied to the blades. 8.2 rad/s 2 The blades have a total moment of inertia of 0.22 kg-m 2. What is the
Oscillations. Vern Lindberg. June 10, 2010
Oscillations Vern Lindberg June 10, 2010 You have discussed oscillations in Vibs and Waves: we will therefore touch lightly on Chapter 3, mainly trying to refresh your memory and extend the concepts. 1
2008 AP Calculus AB Multiple Choice Exam
008 AP Multiple Choice Eam Name 008 AP Calculus AB Multiple Choice Eam Section No Calculator Active AP Calculus 008 Multiple Choice 008 AP Calculus AB Multiple Choice Eam Section Calculator Active AP Calculus
Solutions to old Exam 1 problems
Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections
PHY121 #8 Midterm I 3.06.2013
PHY11 #8 Midterm I 3.06.013 AP Physics- Newton s Laws AP Exam Multiple Choice Questions #1 #4 1. When the frictionless system shown above is accelerated by an applied force of magnitude F, the tension
ANALYTICAL METHODS FOR ENGINEERS
UNIT 1: Unit code: QCF Level: 4 Credit value: 15 ANALYTICAL METHODS FOR ENGINEERS A/601/1401 OUTCOME - TRIGONOMETRIC METHODS TUTORIAL 1 SINUSOIDAL FUNCTION Be able to analyse and model engineering situations
Answer Key for California State Standards: Algebra I
Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.
16.2 Periodic Waves Example:
16.2 Periodic Waves Example: A wave traveling in the positive x direction has a frequency of 25.0 Hz, as in the figure. Find the (a) amplitude, (b) wavelength, (c) period, and (d) speed of the wave. 1
2.2 Magic with complex exponentials
2.2. MAGIC WITH COMPLEX EXPONENTIALS 97 2.2 Magic with complex exponentials We don t really know what aspects of complex variables you learned about in high school, so the goal here is to start more or
How To Solve A Linear Dierential Equation
Dierential Equations (part 2): Linear Dierential Equations (by Evan Dummit, 2012, v. 1.00) Contents 4 Linear Dierential Equations 1 4.1 Terminology.................................................. 1 4.2
Understanding Poles and Zeros
MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function
PHYS 2425 Engineering Physics I EXPERIMENT 9 SIMPLE HARMONIC MOTION
PHYS 2425 Engineering Physics I EXPERIMENT 9 SIMPLE HARMONIC MOTION I. INTRODUCTION The objective of this experiment is the study of oscillatory motion. In particular the springmass system and the simple
9. The kinetic energy of the moving object is (1) 5 J (3) 15 J (2) 10 J (4) 50 J
1. If the kinetic energy of an object is 16 joules when its speed is 4.0 meters per second, then the mass of the objects is (1) 0.5 kg (3) 8.0 kg (2) 2.0 kg (4) 19.6 kg Base your answers to questions 9
Nonhomogeneous Linear Equations
Nonhomogeneous Linear Equations In this section we learn how to solve second-order nonhomogeneous linear differential equations with constant coefficients, that is, equations of the form ay by cy G x where
ELASTIC FORCES and HOOKE S LAW
PHYS-101 LAB-03 ELASTIC FORCES and HOOKE S LAW 1. Objective The objective of this lab is to show that the response of a spring when an external agent changes its equilibrium length by x can be described
A) F = k x B) F = k C) F = x k D) F = x + k E) None of these.
CT16-1 Which of the following is necessary to make an object oscillate? i. a stable equilibrium ii. little or no friction iii. a disturbance A: i only B: ii only C: iii only D: i and iii E: All three Answer:
Section 1.4. Difference Equations
Difference Equations to Differential Equations Section 1.4 Difference Equations At this point almost all of our sequences have had explicit formulas for their terms. That is, we have looked mainly at sequences
Determination of Acceleration due to Gravity
Experiment 2 24 Kuwait University Physics 105 Physics Department Determination of Acceleration due to Gravity Introduction In this experiment the acceleration due to gravity (g) is determined using two
Application of First Order Differential Equations in Mechanical Engineering Analysis
ME 130 Applied Engineering Analysis Chapter 3 Application of First Order Differential Equations in Mechanical Engineering Analysis Tai-Ran Hsu, Professor Department of Mechanical and Aerospace Engineering
Numerical Solution of Differential Equations
Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008 We live in a world in constant change We live in a world in constant change We live in a world in constant
Finding Equations of Sinusoidal Functions From Real-World Data
Finding Equations of Sinusoidal Functions From Real-World Data **Note: Throughout this handout you will be asked to use your graphing calculator to verify certain results, but be aware that you will NOT
Answer Key for the Review Packet for Exam #3
Answer Key for the Review Packet for Eam # Professor Danielle Benedetto Math Ma-Min Problems. Show that of all rectangles with a given area, the one with the smallest perimeter is a square. Diagram: y
Acceleration due to Gravity
Acceleration due to Gravity 1 Object To determine the acceleration due to gravity by different methods. 2 Apparatus Balance, ball bearing, clamps, electric timers, meter stick, paper strips, precision
Newton s Law of Motion
chapter 5 Newton s Law of Motion Static system 1. Hanging two identical masses Context in the textbook: Section 5.3, combination of forces, Example 4. Vertical motion without friction 2. Elevator: Decelerating
W i f(x i ) x. i=1. f(x i ) x = i=1
Work Force If an object is moving in a straight line with position function s(t), then the force F on the object at time t is the product of the mass of the object times its acceleration. F = m d2 s dt
College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions
College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use
Solving Cubic Polynomials
Solving Cubic Polynomials 1.1 The general solution to the quadratic equation There are four steps to finding the zeroes of a quadratic polynomial. 1. First divide by the leading term, making the polynomial
Sensor Performance Metrics
Sensor Performance Metrics Michael Todd Professor and Vice Chair Dept. of Structural Engineering University of California, San Diego [email protected] Email me if you want a copy. Outline Sensors as dynamic
