First Order ODEs (cont). Modeling with First Order ODEs

Size: px
Start display at page:

Download "First Order ODEs (cont). Modeling with First Order ODEs"

Transcription

1 First Order ODEs (cont). Modeling with First Order ODEs September 11 15, 2017

2 Bernoulli s ODEs Yuliya Gorb Definition A first order ODE is called a Bernoulli s equation iff it is written in the form y +p(t)y = q(t)y κ, for κ 0,1, (1) with continuous functions p(t), q(t) on some interval (a, b) Examples: y +y 2 = 0 Bernoulli s eq. y 4y = 2e x y Bernoulli s eq. y +p(t)y = q(t)y not a Bernoulli s eq. but linear y +t = y 2 not a Bernoulli s eq.

3 Bernoulli s ODEs (cont.) Nice feature of a Bernoulli s ODE is that using substitution z = y 1 κ one can reduce it to a linear one. Indeed, multiply both sides of (1) by y κ : and evaluate y κ y +p(t)y 1 κ = q(t), (2) z = (1 κ)y κ y y κ y = z 1 κ Now substitute it into (2): that leads to z +p(t)z = q(t), 1 κ z +(1 κ)p(t)z = (1 κ)q(t), which is linear

4 Bernoulli s ODEs (cont.) Example: { y Solve +t 1 y = ty 2 y(1) = 1 Observe that this is Bernoulli s ODE with κ = 2, then multiply both sides of the ODE by y 2 y 2 y +t 1 y 1 = t. Now substitute z = y 1 then z = y 2 y back into the ODE: z + 1 z = t, and t obtain: z 1 z = t, and this is a linear ODE (3) t The integrating factor then is µ(t) = e dt t = 1. Multiply both sides of (3) by this t integrating factor and have d [ z ] = 1 dt t z Integrate both sides: = t +C and substitute back for y to obtain the general t 1 solution of the original ODE: yt = t +C y = 1 t 2 +Ct. 1 Use the given IC: 1 = to have C = 2, and obtain the solution to the IVP: 1+C y = 1 t 2 +2t

5 Modeling with First Order ODEs Modeling with First Order ODEs you must: 1 Identify all the given parameters of the problem and determine independent and dependent variables 2 Choose a governing principle that describes the problem at hand 3 Check the consistency of units 4 Derive a first order ODE and identify the initial condition 5 Solve the obtained IVP and answer a specific question of the problem

6 Falling Object Problem Revisited Example: A ball is thrown upward with initial velocity 20 m/sec from the roof of a building 30 m high. Neglect air resistance. 1 Find the maximum height above the ground that the ball reaches. 2 Assuming that the ball misses the building on the way down, find the time that it hits the ground. t time, [s] (independent variable) v, V velocity, v = v(t), [m/s] (dependent variable) h, H height, h = h(t), [m] (another dependent variable) m mass, [kg/s] g acceleration due to gravity, g = 9.8 [m/s 2 ] Here, we take a different approach from one in class. Namely, now I assume that the positive direction is upward with the origin on the ground level 1 First, using the Newton s 2nd Law set a model for the ball going upward: m dv = mg dt v(0) = 20 whose solution is v(t) = 9.8t +20 m/sec

7 Falling Object Problem Revisited (cont.) Note that mass canceled out because of which it was not given Now find a moment of time T when this velocity is zero: v(t) = 9.8T +20 = 0 T 2.04 sec And now set the IVP for the height of the current position of the ball above the roof: dh = v(t) = 9.8t +20 dt h(0) = 30 whose solution is h(t) = 4.9t 2 +20t +30 m So, we need to compute the height of the ball above the roof at time T: h(t) 20.4 m taking int account the building s height, the maximal height of the ball above the ground is 50.4 m 2 Need to set a new model for velocity V = V(t) when the ball falls m dv = mg dt V(0) = 0 whose solution is V(t) = 9.8t m/sec

8 Falling Object Problem Revisited (cont.) Then the height H = H(t) of the ball when it falls satisfies: dh = V(t) = 9.8t dt H(0) = 50.4 whose solution is H(t) = 4.9t m And now we need to find time T when the height is 0: H(T ) = 4.9T = 0 m T 3.2 sec taking int account the time the ball was going up we find the total travel time as 5.24 sec

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs

Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs Modeling with First Order ODEs (cont). Existence and Uniqueness of Solutions to First Order Linear IVP. Second Order ODEs September 18 22, 2017 Mixing Problem Yuliya Gorb Example: A tank with a capacity

More information

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 1.2) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source of preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations

Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations Linear Variable coefficient equations (Sect. 2.1) Review: Linear constant coefficient equations. The Initial Value Problem. Linear variable coefficients equations. The Bernoulli equation: A nonlinear equation.

More information

Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives.

Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives. Lexicon Differential Equation (DE): An equation relating an unknown function and one or more of its derivatives. Ordinary Differential Equation (ODE): A differential equation that contains only ordinary

More information

Section , #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation.

Section , #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation. Section.3.5.3, #5. Let Q be the amount of salt in oz in the tank. The scenario can be modeled by a differential equation dq = 1 4 (1 + sin(t) ) + Q, Q(0) = 50. (1) 100 (a) The differential equation given

More information

On linear and non-linear equations.(sect. 2.4).

On linear and non-linear equations.(sect. 2.4). On linear and non-linear equations.sect. 2.4). Review: Linear differential equations. Non-linear differential equations. Properties of solutions to non-linear ODE. The Bernoulli equation. Review: Linear

More information

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems

Math 210 Differential Equations Mock Final Dec *************************************************************** 1. Initial Value Problems Math 210 Differential Equations Mock Final Dec. 2003 *************************************************************** 1. Initial Value Problems 1. Construct the explicit solution for the following initial

More information

Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order

Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order October 2 6, 2017 Second Order ODEs (cont.) Consider where a, b, and c are real numbers ay +by +cy = 0, (1) Let

More information

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x

Solutions to Homework 1, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y(x) = ce 2x + e x Solutions to Homewor 1, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 problem 2. The problem says that the function yx = ce 2x + e x solves the ODE y + 2y = e x, and ass

More information

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics

Lecture Notes in Mathematics. Arkansas Tech University Department of Mathematics Lecture Notes in Mathematics Arkansas Tech University Department of Mathematics Introductory Notes in Ordinary Differential Equations for Physical Sciences and Engineering Marcel B. Finan c All Rights

More information

Math 308 Exam I Practice Problems

Math 308 Exam I Practice Problems Math 308 Exam I Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture and all suggested homework problems..

More information

Linear Independence and the Wronskian

Linear Independence and the Wronskian Linear Independence and the Wronskian MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Operator Notation Let functions p(t) and q(t) be continuous functions

More information

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects:

The acceleration of gravity is constant (near the surface of the earth). So, for falling objects: 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0

(1 2t), y(1) = 2 y. dy dt = t. e t y, y(0) = 1. dr, r(1) = 2 (r = r(θ)) y = t(t2 + 1) 4y 3, y(0) = 1. 2t y + t 2 y, y(0) = 2. 2t 1 + 2y, y(2) = 0 MATH 307 Due: Problem 1 Text: 2.2.9-20 Solve the following initial value problems (this problem should mainly be a review of MATH 125). 1. y = (1 2t)y 2, y(0) = 1/6 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

More information

Section 2.1 (First Order) Linear DEs; Method of Integrating Factors. General first order linear DEs Standard Form; y'(t) + p(t) y = g(t)

Section 2.1 (First Order) Linear DEs; Method of Integrating Factors. General first order linear DEs Standard Form; y'(t) + p(t) y = g(t) Section 2.1 (First Order) Linear DEs; Method of Integrating Factors Key Terms/Ideas: General first order linear DEs Standard Form; y'(t) + p(t) y = g(t) Integrating factor; a function μ(t) that transforms

More information

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

Chapter 2 Notes, Kohler & Johnson 2e

Chapter 2 Notes, Kohler & Johnson 2e Contents 2 First Order Differential Equations 2 2.1 First Order Equations - Existence and Uniqueness Theorems......... 2 2.2 Linear First Order Differential Equations.................... 5 2.2.1 First

More information

Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008

Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008 Math 308, Sections 301, 302, Summer 2008 Lecture 5. 06/6/2008 Chapter 3. Mathematical methods and numerical methods involving first order equations. Section 3.3 Heating and cooling of buildings. Our goal

More information

Application of Second Order Linear ODEs: Mechanical Vibrations

Application of Second Order Linear ODEs: Mechanical Vibrations Application of Second Order Linear ODEs: October 23 27, 2017 Application of Second Order Linear ODEs Consider a vertical spring of original length l > 0 [m or ft] that exhibits a stiffness of κ > 0 [N/m

More information

Second Order Linear Equations

Second Order Linear Equations October 13, 2016 1 Second And Higher Order Linear Equations In first part of this chapter, we consider second order linear ordinary linear equations, i.e., a differential equation of the form L[y] = d

More information

Homework 2 Solutions Math 307 Summer 17

Homework 2 Solutions Math 307 Summer 17 Homework 2 Solutions Math 307 Summer 17 July 8, 2017 Section 2.3 Problem 4. A tank with capacity of 500 gallons originally contains 200 gallons of water with 100 pounds of salt in solution. Water containing

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: (a) Equilibrium solutions are only defined

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

More information

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ).

It is convenient to think that solutions of differential equations consist of a family of functions (just like indefinite integrals ). Section 1.1 Direction Fields Key Terms/Ideas: Mathematical model Geometric behavior of solutions without solving the model using calculus Graphical description using direction fields Equilibrium solution

More information

CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h

CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h 1 / 30 CEE 271: Applied Mechanics II, Dynamics Lecture 1: Ch.12, Sec.1-3h Prof. Albert S. Kim Civil and Environmental Engineering, University of Hawaii at Manoa Tuesday, August 21, 2012 2 / 30 INTRODUCTION

More information

34.3. Resisted Motion. Introduction. Prerequisites. Learning Outcomes

34.3. Resisted Motion. Introduction. Prerequisites. Learning Outcomes Resisted Motion 34.3 Introduction This Section returns to the simple models of projectiles considered in Section 34.1. It explores the magnitude of air resistance effects and the effects of including simple

More information

2.4 Differences Between Linear and Nonlinear Equations 75

2.4 Differences Between Linear and Nonlinear Equations 75 .4 Differences Between Linear and Nonlinear Equations 75 fying regions of the ty-plane where solutions exhibit interesting features that merit more detailed analytical or numerical investigation. Graphical

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Spring Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs)

More information

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics

Mathematical Models. MATH 365 Ordinary Differential Equations. J. Robert Buchanan. Fall Department of Mathematics Mathematical Models MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Ordinary Differential Equations The topic of ordinary differential equations (ODEs) is

More information

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1)

First-Order ODEs. Chapter Separable Equations. We consider in this chapter differential equations of the form dy (1.1) Chapter 1 First-Order ODEs We consider in this chapter differential equations of the form dy (1.1) = F (t, y), where F (t, y) is a known smooth function. We wish to solve for y(t). Equation (1.1) is called

More information

Solutions to the Review Questions

Solutions to the Review Questions Solutions to the Review Questions Short Answer/True or False. True or False, and explain: (a) If y = y + 2t, then 0 = y + 2t is an equilibrium solution. False: This is an isocline associated with a slope

More information

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3350 Summer II, July 21, 2000 ANSWERS EXAM Exam #1 Math 3350 Summer II, 2000 July 21, 2000 ANSWERS i 100 pts. Problem 1. 1. In each part, find the general solution of the differential equation. dx = x2 e y We use the following sequence of

More information

Chapter 4: Higher Order Linear Equations

Chapter 4: Higher Order Linear Equations Chapter 4: Higher Order Linear Equations MATH 351 California State University, Northridge April 7, 2014 MATH 351 (Differential Equations) Ch 4 April 7, 2014 1 / 11 Sec. 4.1: General Theory of nth Order

More information

Math 333 Exam 1. Name: On my honor, I have neither given nor received any unauthorized aid on this examination. Signature: Math 333: Diff Eq 1 Exam 1

Math 333 Exam 1. Name: On my honor, I have neither given nor received any unauthorized aid on this examination. Signature: Math 333: Diff Eq 1 Exam 1 Math 333 Exam 1 You have approximately one week to work on this exam. The exam is due at 5:00 pm on Thursday, February 28. No late exams will be accepted. During the exam, you are permitted to use your

More information

Mean Value Theorem. is continuous at every point of the closed interval,

Mean Value Theorem. is continuous at every point of the closed interval, Mean Value Theorem The Mean Value Theorem connects the average rate of change (slope of the secant between two points [a and b]) with the instantaneous rate of change (slope of tangent at some point c).

More information

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW.

PHYSICS. Hence the velocity of the balloon as seen from the car is m/s towards NW. PHYSICS. A balloon is moving horizontally in air with speed of 5 m/s towards north. A car is moving with 5 m/s towards east. If a person sitting inside the car sees the balloon, the velocity of the balloon

More information

AdvAlg6.4GraphingQuadratics.notebook. March 07, Newton s Formula h(t) = 1 gt 2 + v o t + h o 2. time. initial upward velocity

AdvAlg6.4GraphingQuadratics.notebook. March 07, Newton s Formula h(t) = 1 gt 2 + v o t + h o 2. time. initial upward velocity Notes Lesson 6 4 Applications of Quadratic Functions Newton s Formula h(t) = 1 gt 2 + v o t + h o 2 Height of object time Constant (accel. due to gravity) *32 ft/sec 2 *9.8 m/sec 2 **MEMORIZE THESE** initial

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: First Order DE 2.4 Linear vs. Nonlinear DEs

Chapter 2: First Order DE 2.4 Linear vs. Nonlinear DEs Chapter 2: First Order DE 2.4 Linear vs. Nonlinear DEs First Order DE 2.4 Linear vs. Nonlinear DE We recall the general form of the First Oreder DEs (FODE): dy = f(t, y) (1) dt where f(t, y) is a function

More information

{ } is an asymptotic sequence.

{ } is an asymptotic sequence. AMS B Perturbation Methods Lecture 3 Copyright by Hongyun Wang, UCSC Recap Iterative method for finding asymptotic series requirement on the iteration formula to make it work Singular perturbation use

More information

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 5 JoungDong Kim Set 5: Section 3.1, 3.2 Chapter 3. Second Order Linear Equations. Section 3.1 Homogeneous Equations with Constant Coefficients. In this

More information

Physics 0174(CHS) Exam #1 Academic Year NAME

Physics 0174(CHS) Exam #1 Academic Year NAME . Physics 0174(CHS) Exam #1 Academic Year 2015-2016 NAME This exam consists of 6 pages in addition to this page; please check to see that you have all of them. Be sure to show clearly how you arrive at

More information

Chapter 3 Kinematics in Two Dimensions; Vectors

Chapter 3 Kinematics in Two Dimensions; Vectors Chapter 3 Kinematics in Two Dimensions; Vectors Vectors and Scalars Addition of Vectors Graphical Methods (One and Two- Dimension) Multiplication of a Vector by a Scalar Subtraction of Vectors Graphical

More information

Example problem: Free Fall

Example problem: Free Fall Example problem: Free Fall A ball is thrown from the top of a building with an initial velocity of 20.0 m/s straight upward, at an initial height of 50.0 m above the ground. The ball just misses the edge

More information

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017

Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 Practice Midterm 1 Solutions Written by Victoria Kala July 10, 2017 1. Use the slope field plotter link in Gauchospace to check your solution. 2. (a) Not linear because of the y 2 sin x term (b) Not linear

More information

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008

Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Math 308, Sections 301, 302, Summer 2008 Review before Test I 06/09/2008 Chapter 1. Introduction Section 1.1 Background Definition Equation that contains some derivatives of an unknown function is called

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order

Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order Shawn D. Ryan Spring 2012 1 Repeated Roots of the Characteristic Equation and Reduction of Order Last Time:

More information

Review for the Final Exam

Review for the Final Exam Math 171 Review for the Final Exam 1 Find the limits (4 points each) (a) lim 4x 2 3; x x (b) lim ( x 2 x x 1 )x ; (c) lim( 1 1 ); x 1 ln x x 1 sin (x 2) (d) lim x 2 x 2 4 Solutions (a) The limit lim 4x

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

Series Solutions Near an Ordinary Point

Series Solutions Near an Ordinary Point Series Solutions Near an Ordinary Point MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Ordinary Points (1 of 2) Consider the second order linear homogeneous

More information

Accl g Motion graph prac

Accl g Motion graph prac Accl g Motion graph prac 1. An object starts from rest and falls freely. What is the velocity of the object at the end of 3.00 seconds? A) 9.81 m/s B) 19.6 m/s C) 29.4 m/s D) 88.2 m/s 2. An object is dropped

More information

Assignment # 3, Math 370, Fall 2018 SOLUTIONS:

Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Assignment # 3, Math 370, Fall 2018 SOLUTIONS: Problem 1: Solve the equations: (a) y (1 + x)e x y 2 = xy, (i) y(0) = 1, (ii) y(0) = 0. On what intervals are the solution of the IVP defined? (b) 2y + y

More information

MATH 251 Examination I October 9, 2014 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 9, 2014 FORM A. Name: Student Number: Section: MATH 251 Examination I October 9, 2014 FORM A Name: Student Number: Section: This exam has 14 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

Free Fall. Last new topic that will be on the Midterm

Free Fall. Last new topic that will be on the Midterm Homework Questions? Free Fall Last new topic that will be on the Midterm Do now: Calculate acceleration due to gravity on earth Announcements 3.03 is due Friday Free Fall Introduction: Doc Shuster (AP

More information

MOTION & FORCES. Observing Motion. Speed and Velocity. Distance vs. Displacement CHAPTERS 11 & 12

MOTION & FORCES. Observing Motion. Speed and Velocity. Distance vs. Displacement CHAPTERS 11 & 12 Observing Motion CHAPTERS 11 & 12 MOTION & FORCES Everything surrounding us is in motion, but it is relative to other object that remain in place. Motion is observed using a frame of reference. Motion

More information

The integrating factor method (Sect. 1.1)

The integrating factor method (Sect. 1.1) The integrating factor method (Sect. 1.1) Overview of differential equations. Linear Ordinary Differential Equations. The integrating factor method. Constant coefficients. The Initial Value Problem. Overview

More information

PHYSICS 231 INTRODUCTORY PHYSICS I

PHYSICS 231 INTRODUCTORY PHYSICS I PHYSICS 231 INTRODUCTORY PHYSICS I Lecture 6 Last Lecture: Gravity Normal forces Strings, ropes and Pulleys Today: Friction Work and Kinetic Energy Potential Energy Conservation of Energy Frictional Forces

More information

Chapter 3. Motion in One Dimension

Chapter 3. Motion in One Dimension Chapter 3 Motion in One Dimension Outline 3.1 Position, Velocity and Speed 3.2 Instantaneous Velocity and Speed 3.3 Acceleration 3.4 Motion Diagrams 3.5 One-Dimensional Motion with Constant Acceleration

More information

Example (#1) Example (#1) Example (#2) Example (#2) dv dt

Example (#1) Example (#1) Example (#2) Example (#2) dv dt 1. Become familiar with a definition of and terminology involved with differential equations Calculus - Santowski. Solve differential equations with and without initial conditions 3. Apply differential

More information

Motion Along a Straight Line

Motion Along a Straight Line Chapter 2 Motion Along a Straight Line PowerPoint Lectures for University Physics, Twelfth Edition Hugh D. Young and Roger A. Freedman Lectures by James Pazun Copyright 2008 Pearson Education Inc., publishing

More information

(L-4) Free fall, review

(L-4) Free fall, review (L-4) Free fall, review If we neglect air resistance, all objects, regardless of their mass, fall to earth with the same acceleration g 10 m/s 2 This means that if they start at the same height, they will

More information

Math Applied Differential Equations

Math Applied Differential Equations Math 256 - Applied Differential Equations Notes Existence and Uniqueness The following theorem gives sufficient conditions for the existence and uniqueness of a solution to the IVP for first order nonlinear

More information

Solutions. 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002

Solutions. 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002 Solutions 8th Annual Boston Area Undergraduate Physics Competition April 27, 2002. a If A is heated, then water will flow from B to A. The reason can be seen as follows. The pressure at depth h is given

More information

Chapter 3: Second Order Equations

Chapter 3: Second Order Equations Exam 2 Review This review sheet contains this cover page (a checklist of topics from Chapters 3). Following by all the review material posted pertaining to chapter 3 (all combined into one file). Chapter

More information

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60

Math 307 E - Summer 2011 Pactice Mid-Term Exam June 18, Total 60 Math 307 E - Summer 011 Pactice Mid-Term Exam June 18, 011 Name: Student number: 1 10 10 3 10 4 10 5 10 6 10 Total 60 Complete all questions. You may use a scientific calculator during this examination.

More information

Reminder: Acceleration

Reminder: Acceleration Reminder: Acceleration a = change in velocity during time "t elapsed time interval "t = "v "t Can be specified by giving magnitude a = Δv / Δt and sign. Positive velocity, increasing speed => positive

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

Lecture 16. Theory of Second Order Linear Homogeneous ODEs

Lecture 16. Theory of Second Order Linear Homogeneous ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 16. Theory of Second Order Linear Homogeneous ODEs February 17, 2012 Konstantin Zuev (USC) Math 245, Lecture 16 February 17, 2012 1 / 12 Agenda

More information

Section 1.3 Integration

Section 1.3 Integration Section 1.3 Integration Key terms: Integral Constant of integration Fundamental theorem of calculus First order DE One parameter family of solutions General solution Initial value problem Particular solution

More information

MTH 3311 Test #2 Solutions

MTH 3311 Test #2 Solutions Pat Rossi MTH 3311 Test #2 Solutions S 2018 Name Directions: Do two of the three exercises. 1. A paratrooper and parachute weigh 160 lb. At the instant the parachute opens, she is traveling vertically

More information

2r 2 e rx 5re rx +3e rx = 0. That is,

2r 2 e rx 5re rx +3e rx = 0. That is, Math 4, Exam 1, Solution, Spring 013 Write everything on the blank paper provided. You should KEEP this piece of paper. If possible: turn the problems in order (use as much paper as necessary), use only

More information

Calculus AB a Solutions Thomas Handout Student Questions

Calculus AB a Solutions Thomas Handout Student Questions Give the positions s = f(t) of a body moving on a coordinate line, with s in meters and t in seconds. (a) Find the body's displacement and average velocity for the given time interval. (b) Fine the body's

More information

Phys101 Lectures 14, 15, 16 Momentum and Collisions

Phys101 Lectures 14, 15, 16 Momentum and Collisions Phys101 Lectures 14, 15, 16 Momentum and Collisions Key points: Momentum and impulse Condition for conservation of momentum and why How to solve collision problems Centre of mass Ref: 9-1,2,3,4,5,6,7,8,9.

More information

The Effect of Air Resistance Harvey Gould Physics 127 2/06/07

The Effect of Air Resistance Harvey Gould Physics 127 2/06/07 1 The Effect of Air Resistance Harvey Gould Physics 127 2/06/07 I. INTRODUCTION I simulated the motion of a falling body near the earth s surface in the presence of gravity and air resistance. I used the

More information

Position, Velocity, Acceleration

Position, Velocity, Acceleration 191 CHAPTER 7 Position, Velocity, Acceleration When we talk of acceleration we think of how quickly the velocity is changing. For example, when a stone is dropped its acceleration (due to gravity) is approximately

More information

CH 56 APPLYING THE QUADRATIC FORMULA

CH 56 APPLYING THE QUADRATIC FORMULA 1 CH 56 APPLYING THE QUADRATIC FORMULA Rectangles Notice that our first example is a geometry word problem that is almost identical to a type that we had before, except that the word perimeter has been

More information

James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres. Chapter 2 Motion Cengage Learning

James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres. Chapter 2 Motion Cengage Learning James T. Shipman Jerry D. Wilson Charles A. Higgins, Jr. Omar Torres Chapter 2 Motion Defining Motion Motion is a continuous change in position can be described by measuring the rate of change of position

More information

Chapter 7. Impulse and Momentum

Chapter 7. Impulse and Momentum Chapter 7 Impulse and Momentum Chaper 6 Review: Work and Energy Forces and Displacements Effect of forces acting over a displacement Work W = (F cos)s Work changes the Kinetic Energy of a mass Kinetic

More information

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative

The Fundamental Theorem of Calculus: Suppose f continuous on [a, b]. 1.) If G(x) = x. f(t)dt = F (b) F (a) where F is any antiderivative 1 Calulus pre-requisites you must know. Derivative = slope of tangent line = rate. Integral = area between curve and x-axis (where area can be negative). The Fundamental Theorem of Calculus: Suppose f

More information

Chapter 2: 1D Kinematics

Chapter 2: 1D Kinematics Chapter 2: 1D Kinematics Description of motion involves the relationship between position, displacement, velocity, and acceleration. A fundamental goal of 1D kinematics is to determine x(t) if given initial

More information

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations

Lecture Notes for Math 251: ODE and PDE. Lecture 7: 2.4 Differences Between Linear and Nonlinear Equations Lecture Notes for Math 51: ODE and PDE. Lecture 7:.4 Differences Between Linear and Nonlinear Equations Shawn D. Ryan Spring 01 1 Existence and Uniqueness Last Time: We developed 1st Order ODE models for

More information

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

More information

STRAIGHT LINE MOTION TEST

STRAIGHT LINE MOTION TEST STRAIGHT LINE MOTION TEST Name: 1. The number of significant figures in the number 0.030 is a) b) 3 c) d) 5. The number 35.5 rounded to significant figures is a) 35.0 b) 35 c) 35.5 d) 0 3. Five different

More information

To study the motion of an object under the influence

To study the motion of an object under the influence L A B 3 FALLING OBJECTS First and Second Derivatives To study the motion of an object under the influence of gravity, we need equipment to track the motion of the object. We can use calculus to analyze

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

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. PHYS 101 Fall 2013 (Purcell), Fake Midterm #1 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The figure shows the graph of the position x as a

More information

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

Department of Natural Sciences Clayton State University. Physics 1111 Quiz 2

Department of Natural Sciences Clayton State University. Physics 1111 Quiz 2 Department of Natural Sciences Physics 1111 Quiz September 11, 006 Name SOLUTION A ball is thrown straight up and reaches its maximum height after.00 s. a. What is the acceleration of the ball after it

More information

Forces. Brought to you by:

Forces. Brought to you by: Forces Brought to you by: Objects have force because of their mass and inertia Mass is a measure of the amount of matter/particles in a substance. Mass is traditionally measured with a balance. Inertia

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

AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine

AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine AP Physics Laboratory #6.1: Analyzing Terminal Velocity Using an Interesting Version of Atwood s Machine Name: Date: Lab Partners: PURPOSE The purpose of this Laboratory is to study a system as it approaches

More information

IB Math SL Year 2 Name: Date: 8-1 Rate of Change and Motion

IB Math SL Year 2 Name: Date: 8-1 Rate of Change and Motion Name: Date: 8-1 Rate of Change and Motion Today s Goals: How can I calculate and interpret constant rate of change? How can I calculate and interpret instantaneous rate of change? How can we use derivatives

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

More information

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4)

MA 137 Calculus 1 with Life Science Applications The Chain Rule and Higher Derivatives (Section 4.4) MA 137 Calculus 1 with Life Science Applications and (Section 4.4) Alberto Corso alberto.corso@uky.edu Department of Mathematics University of Kentucky March 2, 2016 1/15 Theorem Rules of Differentiation

More information

Physics 101 Discussion Week 3 Explanation (2011)

Physics 101 Discussion Week 3 Explanation (2011) Physics 101 Discussion Week 3 Explanation (2011) D3-1. Velocity and Acceleration A. 1: average velocity. Q1. What is the definition of the average velocity v? Let r(t) be the total displacement vector

More information

Constants: Acceleration due to gravity = 9.81 m/s 2

Constants: Acceleration due to gravity = 9.81 m/s 2 Constants: Acceleration due to gravity = 9.81 m/s 2 PROBLEMS: 1. In an experiment, it is found that the time t required for an object to travel a distance x is given by the equation = where is the acceleration

More information

Constants: Acceleration due to gravity = 9.81 m/s 2

Constants: Acceleration due to gravity = 9.81 m/s 2 Constants: Acceleration due to gravity = 9.81 m/s 2 PROBLEMS: 1. In an experiment, it is found that the time t required for an object to travel a distance x is given by the equation = where is the acceleration

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics. Physics 8.01 Fall Problem Set 2: Applications of Newton s Second Law Solutions

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics. Physics 8.01 Fall Problem Set 2: Applications of Newton s Second Law Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01 Fall 2012 Problem 1 Problem Set 2: Applications of Newton s Second Law Solutions (a) The static friction force f s can have a magnitude

More information