Section 8.0 Introduction to Boundary Value Problems. How do initial value problems (IVPs) and boundary value problems (BVPs) differ?

Size: px
Start display at page:

Download "Section 8.0 Introduction to Boundary Value Problems. How do initial value problems (IVPs) and boundary value problems (BVPs) differ?"

Transcription

1 Section 8.0 Introduction to Boundary Value Problems Key terms/ideas How do initial value problems (IVPs) and boundary value problems (BVPs) differ? What are boundary conditions? In what type of problems do BVPs arise? Examples where BVPs arise.

2 With IVPs we had a differential equation and we specified the value of the solution and an appropriate number of derivatives at the same point (collectively called initial conditions). For instance for a second order differential equation yꞌꞌ(t) = f(t, y(t), yꞌ(t)) the initial conditions are, y(t 0 ) = α, yꞌ(t 0 ) = β. With BVPs we will have a differential equation and we will specify the function and/or derivatives at different points, which we ll call boundary values. For second order differential equations, which will be looking at pretty much exclusively here, any of the following can be used for boundary conditions. A BVP has conditions specified at the extremes ("boundaries") of the independent variable in the equation whereas an initial value problem has all of the conditions specified at the same value of the independent variable (and that value is at the lower boundary of the domain, thus the term "initial" value). Shows a region where a differential equation is valid and the associated boundary values

3 For example, if the independent variable is time over the domain [0,1], a boundary value problem would specify values for y(t) at both t = 0 and t = 1, whereas an initial value problem would specify a value of y(t) and yꞌ(t) at time t = 0. Finding the temperature at all points of an iron bar with one end kept at absolute zero and the other end at the freezing point of water would be a boundary value problem. If the problem is dependent on both space and time (making it a partial differential equation), one could specify the value of the problem at a given point for all the time data or at a given time for all space data. To be useful in applications, a boundary value problem should be well posed. This means that given the input to the problem there exists a unique solution, which depends continuously on the input. Much theoretical work in the field of partial differential equations is devoted to proving that boundary value problems arising from scientific and engineering applications are in fact well-posed.

4 We will confine our attention to second order BVPs with ordinary DEs. A general second-order boundary value problem (BVP) asks for a solution of on the interval a t b. This illustrated in the figure. Schematic picture of a boundary value problem. In an initial value problem, the initial value ya and initial slope sa = y (a) are specified as part of the problem. In a boundary value problem, boundary values ya and yb are specified instead; sa is unknown. As we saw previously, a differential equation under typical smoothness conditions has infinitely many solutions, and extra data is needed to pin down a particular solution. In a second-order equation two extra constraints are needed. They are given as boundary conditions for the solution y(t) at a and b.

5 To aid your intuition, consider a projectile, which satisfies the second order DE y'' = -g as it moves, where y is the projectile height and g is the acceleration of gravity. Specifying the initial position and velocity uniquely determines the projectile s motion, as an initial value problem (IVP). On the other hand, a time interval [a, b] and positions y(a) and y(b) could be specified. In that case we have a boundary value problem (BVP) which in this case also has a unique solution. Problem: Find the height trajectory of a projectile that begins at the top of a 120-foot building and reaches the ground 3 seconds later. Using Newton s second Law, F = ma, where the force of gravity is F = -mg and g = 32 ft/sec 2 we obtain the DE y'' = -g where y(t) is the height at time t. The trajectory is the solution of the IVP y'' = -g y(0) = 120 y'(0) =v 0 or the BVP y'' = -g y(0) = 120 y(3) =0 Since we don t know the initial velocity we first solve the BVP. Integrating twice gives y(t) = gt + v t + y = -16t + v t + y Using the boundary conditions gives 120 = y(0) = y 0 and 0 = y(3) = v Solving for v 0 we obtain v 0 = 8 ft/sec. Thus the trajectory is y(t) = -16t 2 + 8t +120.

6 The existence and uniqueness theory of boundary value problems is more complicated than the corresponding theory for initial value problems. Seemingly reasonable BVPs may have no solutions or infinitely many solutions, a situation that was rare for IVPs. The situation is analogous to the arc of a human cannonball acting under earth s gravity. The only information needed to determine the cannonball s path is the original position and velocity. A unique solution to the initial value problem always exists. On the other hand, if the net is set beyond the range of the cannon, no solution can exist. Moreover, for any boundary condition smaller than the cannon s range, there are two solutions, a short trip and a longer trip, violating uniqueness. Ref: T. Sauer, Numerical Analysis

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

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation

dt 2 The Order of a differential equation is the order of the highest derivative that occurs in the equation. Example The differential equation Lecture 18 : Direction Fields and Euler s Method A Differential Equation is an equation relating an unknown function and one or more of its derivatives. Examples Population growth : dp dp = kp, or = kp

More information

Momentum Balances & Quadratic Equations

Momentum Balances & Quadratic Equations Momentum Balances & Quadratic Equations ABET Course Outcomes: C.1 formulate and solve engineering problems using linear and quadratic equations By the end of this class you should be able to: Solve problems

More information

Projectile Motion I. Projectile motion is an example of. Motion in the x direction is of motion in the y direction

Projectile Motion I. Projectile motion is an example of. Motion in the x direction is of motion in the y direction What is a projectile? Projectile Motion I A projectile is an object upon which the only force acting is gravity. There are a variety of examples of projectiles. An object dropped from rest is a projectile

More information

Newton s first law. Projectile Motion. Newton s First Law. Newton s First Law

Newton s first law. Projectile Motion. Newton s First Law. Newton s First Law Newton s first law Projectile Motion Reading Supplemental Textbook Material Chapter 13 Pages 88-95 An object at rest tends to stay at rest and an object in motion tends to stay in motion with the same

More information

The Shooting Method for Boundary Value Problems

The Shooting Method for Boundary Value Problems 1 The Shooting Method for Boundary Value Problems Consider a boundary value problem of the form y = f(x, y, y ), a x b, y(a) = α, y(b) = β. (1.1) One natural way to approach this problem is to study the

More information

Lecture 21: Numerical Solution of Differential Equations

Lecture 21: Numerical Solution of Differential Equations cs41: introduction to numerical analysis 11/30/10 Lecture 1: Numerical Solution of Differential Equations Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore 1 Introduction

More information

Ordinary Differential Equations (ODEs) Background. Video 17

Ordinary Differential Equations (ODEs) Background. Video 17 Ordinary Differential Equations (ODEs) Background Video 17 Daniel J. Bodony Department of Aerospace Engineering University of Illinois at Urbana-Champaign In this video you will learn... 1 What ODEs are

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Basic Concepts Paul Dawkins Table of Contents Preface... Basic Concepts... 1 Introduction... 1 Definitions... Direction Fields... 8 Final Thoughts...19 007 Paul Dawkins i http://tutorial.math.lamar.edu/terms.aspx

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

Unforced Mechanical Vibrations

Unforced Mechanical Vibrations Unforced Mechanical Vibrations Today we begin to consider applications of second order ordinary differential equations. 1. Spring-Mass Systems 2. Unforced Systems: Damped Motion 1 Spring-Mass Systems We

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

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

Boundary Value Problems (Sect. 10.1). Two-point Boundary Value Problem.

Boundary Value Problems (Sect. 10.1). Two-point Boundary Value Problem. Boundary Value Problems (Sect. 10.1). Two-point BVP. from physics. Comparison: IVP vs BVP. Existence, uniqueness of solutions to BVP. Particular case of BVP: Eigenvalue-eigenfunction problem. Two-point

More information

APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS

APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS LECTURE 10 APPLICATIONS OF FD APPROXIMATIONS FOR SOLVING ORDINARY DIFFERENTIAL EQUATIONS Ordinary Differential Equations Initial Value Problems For Initial Value problems (IVP s), conditions are specified

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

Lab 5: Projectile Motion

Lab 5: Projectile Motion Concepts to explore Scalars vs. vectors Projectiles Parabolic trajectory As you learned in Lab 4, a quantity that conveys information about magnitude only is called a scalar. However, when a quantity,

More information

Introduction to Differential Equations

Introduction to Differential Equations > 22M:16 Fall 05 J. Simon ##################### Introduction to Differential Equations NOTE: This handout is a supplement to your text. There are several homework problems, part of the HW that is due on

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

Section 6.5 Impulse Functions

Section 6.5 Impulse Functions Section 6.5 Impulse Functions Key terms/ideas: Unit impulse function (technically a generalized function or distribution ) Dirac delta function Laplace transform of the Dirac delta function IVPs with forcing

More information

Predicting the future with Newton s Second Law

Predicting the future with Newton s Second Law Predicting the future with Newton s Second Law To represent the motion of an object (ignoring rotations for now), we need three functions x(t), y(t), and z(t), which describe the spatial coordinates of

More information

Leaving Cert Applied Maths: Some Notes

Leaving Cert Applied Maths: Some Notes Leaving Cert Applied Maths: Some Notes Golden Rule of Applied Maths: Draw Pictures! Numbered equations are in the tables. Proportionality: Figure 1: Note that P = kq y = mx + c except c = 0 the line goes

More information

Numerical Methods - Boundary Value Problems for ODEs

Numerical Methods - Boundary Value Problems for ODEs Numerical Methods - Boundary Value Problems for ODEs Y. K. Goh Universiti Tunku Abdul Rahman 2013 Y. K. Goh (UTAR) Numerical Methods - Boundary Value Problems for ODEs 2013 1 / 14 Outline 1 Boundary Value

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Differentiation and Integration Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction In this section, we study the differentiation

More information

of 8 28/11/ :25

of 8 28/11/ :25 Paul's Online Math Notes Home Content Chapter/Section Downloads Misc Links Site Help Contact Me Differential Equations (Notes) / First Order DE`s / Modeling with First Order DE's [Notes] Differential Equations

More information

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory Physics 202 Laboratory 3 Root-Finding 1 Laboratory 3 Physics 202 Laboratory The fundamental question answered by this week s lab work will be: Given a function F (x), find some/all of the values {x i }

More information

Differential Equations, Math 315 Midterm 2 Solutions

Differential Equations, Math 315 Midterm 2 Solutions Name: Section: Differential Equations, Math 35 Midterm 2 Solutions. A mass of 5 kg stretches a spring 0. m (meters). The mass is acted on by an external force of 0 sin(t/2)n (newtons) and moves in a medium

More information

Computational Neuroscience. Session 1-2

Computational Neuroscience. Session 1-2 Computational Neuroscience. Session 1-2 Dr. Marco A Roque Sol 05/29/2018 Definitions Differential Equations A differential equation is any equation which contains derivatives, either ordinary or partial

More information

MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations

MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations MATH 320, WEEK 2: Slope Fields, Uniqueness of Solutions, Initial Value Problems, Separable Equations 1 Slope Fields We have seen what a differential equation is (relationship with a function and its derivatives),

More information

The Unifying View on Ordinary Differential Equations and Automatic Differentiation, yet with a Gap to Fill Alexander Gofen.

The Unifying View on Ordinary Differential Equations and Automatic Differentiation, yet with a Gap to Fill Alexander Gofen. The Unifying View on Ordinary Differential Equations and Automatic Differentiation, yet with a Gap to Fill Alexander Gofen Conventions Differentiation is understood as for holomorphic functions in the

More information

Math 1431 DAY 14. Be considerate of others in class. Respect your friends and do not distract anyone during the lecture.

Math 1431 DAY 14. Be considerate of others in class. Respect your friends and do not distract anyone during the lecture. Math 1431 DAY 14 BUBBLE IN PS ID VERY CAREFULLY! If you make a bubbling mistake, your scantron will not be saved in the system and you will not get credit for it even if you turned it in. Be considerate

More information

A. VOCABULARY REVIEWS On the line, write the term that correctly completes each statement. Use each term once.

A. VOCABULARY REVIEWS On the line, write the term that correctly completes each statement. Use each term once. PART III. KINEMATICS A. VOCABULARY REVIEWS On the line, write the term that correctly completes each statement. Use each term once. 1. rise (Δy) The vertical separation of any two points on a curve is

More information

Projectile motion. Objectives. Assessment. Assessment. Equations. Physics terms 5/20/14. Identify examples of projectile motion.

Projectile motion. Objectives. Assessment. Assessment. Equations. Physics terms 5/20/14. Identify examples of projectile motion. Projectile motion Objectives Identify examples of projectile motion. Solve projectile motion problems. problems Graph the motion of a projectile. 1. Which of the events described below cannot be an example

More information

Math 1431 DAY 14. Be considerate of others in class. Respect your friends and do not distract anyone during the lecture.

Math 1431 DAY 14. Be considerate of others in class. Respect your friends and do not distract anyone during the lecture. Math 1431 DAY 14 BUBBLE IN PS ID VERY CAREFULLY! If you make a bubbling mistake, your scantron will not be saved in the system and you will not get credit for it even if you turned it in. Be considerate

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

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Ordinary Differential Equations (ODEs) NRiC Chapter 16. ODEs involve derivatives wrt one independent variable, e.g. time t. ODEs can always be reduced to a set of firstorder equations (involving only first

More information

Test Wed, Feb 8 th 7pm, G20 MING HSIEH Bring your calculator and #2 pencil with a good eraser! 20 Multiple choice questions from:

Test Wed, Feb 8 th 7pm, G20 MING HSIEH Bring your calculator and #2 pencil with a good eraser! 20 Multiple choice questions from: Test Wed, Feb 8 th 7pm, G0 MING HSIEH Bring your calculator and # pencil with a good eraser! 0 Multiple choice questions from: Chapter 1 (except section 1. and 1.7): Unit conversions, estimating, trigonometry,

More information

Lecture 6, September 1, 2017

Lecture 6, September 1, 2017 Engineering Mathematics Fall 07 Lecture 6, September, 07 Escape Velocity Suppose we have a planet (or any large near to spherical heavenly body) of radius R and acceleration of gravity at the surface of

More information

Chapter 3 Kinematics in two and three dimensions. x and y components 1

Chapter 3 Kinematics in two and three dimensions. x and y components 1 Chapter 3 Kinematics in two and three dimensions x and y components 1 Start with 1D Motion 3 independent equations Derive these 2 from the other 3 v = v + at 0 v = 1 avg 2 (v + v) 0 x = x 0 + v 0 t + 1

More information

Solutions to Selected Problems, 3.7 (Model of Mass-Spring System)

Solutions to Selected Problems, 3.7 (Model of Mass-Spring System) Solutions to Selected Problems,.7 (Model of Mass-Spring System) NOTE about units: On quizzes/exams, we will always use the standard units of meters, kilograms and seconds, or feet, pounds and seconds.

More information

Force, Friction, Gravity and Newton s Laws. Chapter 3 Lessons 4-6

Force, Friction, Gravity and Newton s Laws. Chapter 3 Lessons 4-6 Force, Friction, Gravity and Newton s Laws Chapter 3 Lessons 4-6 I can... identify when forces add or subtract. calculate the Net Force. explain the difference between balanced and unbalanced forces. force:

More information

Physics 2211 A & B Quiz #2 Solutions Fall P sin θ = µ k P cos θ + mg

Physics 2211 A & B Quiz #2 Solutions Fall P sin θ = µ k P cos θ + mg Physics 2211 A & B Quiz #2 Solutions Fall 2016 I. (16 points) A block of mass m is sliding up a vertical wall at constant non-zero velocity v 0, due to an applied force P pushing against it at an angle

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

Unit 1: Equilibrium and Center of Mass

Unit 1: Equilibrium and Center of Mass Unit 1: Equilibrium and Center of Mass FORCES What is a force? Forces are a result of the interaction between two objects. They push things, pull things, keep things together, pull things apart. It s really

More information

For all questions, answer choice E. NOTA" means none of the above answers is correct.

For all questions, answer choice E. NOTA means none of the above answers is correct. For all questions, answer choice " means none of the above answers is correct. 1. The sum of the integers 1 through n can be modeled by a quadratic polynomial. What is the product of the non-zero coefficients

More information

Chapter 4. Two-Dimensional Motion

Chapter 4. Two-Dimensional Motion Chapter 4. Two-Dimensional Motion 09/1/003 I. Intuitive (Understanding) Review Problems. 1. If a car (object, body, truck) moves with positive velocity and negative acceleration, it means that its a) speed

More information

Vector Geometry Final Exam Review

Vector Geometry Final Exam Review Vector Geometry Final Exam Review Problem 1. Find the center and the radius for the sphere x + 4x 3 + y + z 4y 3 that the center and the radius of a sphere z 7 = 0. Note: Recall x + ax + y + by + z = d

More information

Break problems down into 1-d components

Break problems down into 1-d components Motion in 2-d Up until now, we have only been dealing with motion in one-dimension. However, now we have the tools in place to deal with motion in multiple dimensions. We have seen how vectors can be broken

More information

Projectile Motion. v a = -9.8 m/s 2. Good practice problems in book: 3.23, 3.25, 3.27, 3.29, 3.31, 3.33, 3.43, 3.47, 3.51, 3.53, 3.

Projectile Motion. v a = -9.8 m/s 2. Good practice problems in book: 3.23, 3.25, 3.27, 3.29, 3.31, 3.33, 3.43, 3.47, 3.51, 3.53, 3. v a = -9.8 m/s 2 A projectile is anything experiencing free-fall, particularly in two dimensions. 3.23, 3.25, 3.27, 3.29, 3.31, 3.33, 3.43, 3.47, 3.51, 3.53, 3.55 Projectile Motion Good practice problems

More information

FORCES. Force. Combining Forces

FORCES. Force. Combining Forces FORCES Force A force is a push or pull upon an object resulting from the object's interaction with another object. The unit of force is the newton (N) 1 newton is the force required to accelerate a mass

More information

1 Linear Regression and Correlation

1 Linear Regression and Correlation Math 10B with Professor Stankova Worksheet, Discussion #27; Tuesday, 5/1/2018 GSI name: Roy Zhao 1 Linear Regression and Correlation 1.1 Concepts 1. Often when given data points, we want to find the line

More information

5 Projectile Motion. Projectile motion can be described by the horizontal and vertical components of motion.

5 Projectile Motion. Projectile motion can be described by the horizontal and vertical components of motion. Projectile motion can be described by the horizontal and vertical components of motion. In the previous chapter we studied simple straight-line motion linear motion. Now we extend these ideas to nonlinear

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Swaroop Nandan Bora swaroop@iitg.ernet.in Department of Mathematics Indian Institute of Technology Guwahati Guwahati-781039 Modelling a situation We study a model, a sort

More information

Ms. Peralta s IM3 HW 5.4. HW 5.4 Solving Quadratic Equations. Solve the following exercises. Use factoring and/or the quadratic formula.

Ms. Peralta s IM3 HW 5.4. HW 5.4 Solving Quadratic Equations. Solve the following exercises. Use factoring and/or the quadratic formula. HW 5.4 HW 5.4 Solving Quadratic Equations Name: Solve the following exercises. Use factoring and/or the quadratic formula. 1. 2. 3. 4. HW 5.4 5. 6. 4x 2 20x + 25 = 36 7. 8. HW 5.4 9. 10. 11. 75x 2 30x

More information

11-2 A General Method, and Rolling without Slipping

11-2 A General Method, and Rolling without Slipping 11-2 A General Method, and Rolling without Slipping Let s begin by summarizing a general method for analyzing situations involving Newton s Second Law for Rotation, such as the situation in Exploration

More information

More examples: Summary of previous lecture

More examples: Summary of previous lecture More examples: 3 N Individual Forces Net Force 5 N 37 o 4 N Summary of previous lecture 1 st Law A net non zero force is required to change the velocity of an object. nd Law What happens when there is

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Introduction to Vector Functions Spring 2012 1 / 14 Introduction In this section, we study

More information

Physics 201 Homework 1

Physics 201 Homework 1 Physics 201 Homework 1 Jan 9, 2013 1. (a) What is the magnitude of the average acceleration of a skier who, starting (a) 1.6 m/s 2 ; (b) 20 meters from rest, reaches a speed of 8.0 m/s when going down

More information

Displacement and Total Distance Traveled

Displacement and Total Distance Traveled Displacement and Total Distance Traveled We have gone over these concepts before. Displacement: This is the distance a particle has moved within a certain time - To find this you simply subtract its position

More information

Conservation of Energy

Conservation of Energy Conservation of Energy In the past few lectures, we ve explored systems where mechanical energy was conserved We had to apply some pretty specific restrictions to the systems before we could assume mechanical

More information

Solving Differential Equations: First Steps

Solving Differential Equations: First Steps 30 ORDINARY DIFFERENTIAL EQUATIONS 3 Solving Differential Equations Solving Differential Equations: First Steps Now we start answering the question which is the theme of this book given a differential

More information

Scaler Quantity (definition and examples) Average speed. (definition and examples)

Scaler Quantity (definition and examples) Average speed. (definition and examples) Newton s First Law Newton s Second Law Newton s Third Law Vector Quantity Scaler Quantity (definition and examples) Average speed (definition and examples) Instantaneous speed Acceleration An object at

More information

PH Fall - Section 04 - Version A DRAFT

PH Fall - Section 04 - Version A DRAFT 1. A truck (traveling in a straight line), starts from rest and accelerates to 30 m/s in 20 seconds. It cruises along at that constant speed for one minute, then brakes, coming to a stop in 25 m. Determine

More information

5.6 Work. Common Units Force Distance Work newton (N) meter (m) joule (J) pound (lb) foot (ft) Conversion Factors

5.6 Work. Common Units Force Distance Work newton (N) meter (m) joule (J) pound (lb) foot (ft) Conversion Factors 5.6 Work Page 1 of 7 Definition of Work (Constant Force) If a constant force of magnitude is applied in the direction of motion of an object, and if that object moves a distance, then we define the work

More information

Chapter 7 Potential Energy and Energy Conservation

Chapter 7 Potential Energy and Energy Conservation Chapter 7 Potential Energy and Energy Conservation We saw in the previous chapter the relationship between work and kinetic energy. We also saw that the relationship was the same whether the net external

More information

Introduction to ODE s

Introduction to ODE s Roberto s Notes on Integral Calculus Chapter 3: Basics of differential equations Section 1 Introduction to ODE s What you need to know already: All basic concepts and methods of differentiation and indefinite

More information

DIFFERENTIAL EQUATIONS

DIFFERENTIAL EQUATIONS DIFFERENTIAL EQUATIONS Chapter 1 Introduction and Basic Terminology Most of the phenomena studied in the sciences and engineering involve processes that change with time. For example, it is well known

More information

Unit 6: Linear Momentum

Unit 6: Linear Momentum Unit 6: Linear Momentum The concept of linear momentum is closely tied to the concept of force in fact, Newton first defined his Second Law not in terms of mass and acceleration, but in terms of momentum.

More information

Chapter 4. Forces and Newton s Laws of Motion

Chapter 4. Forces and Newton s Laws of Motion Chapter 4 Forces and Newton s Laws of Motion Chapter 4: Forces and Newton s Laws Force, mass and Newton s three laws of motion Newton s law of gravity Normal, friction and tension forces Apparent weight,

More information

Name: Per: Date: Projectile Simulation Lab Activity

Name: Per: Date: Projectile Simulation Lab Activity Name: Per: Date: Projectile Simulation Lab Activity A projectile is defined as any object that is launched into the air without a means of self-propulsion. Like any other object the motion of a projectile

More information

Linear and Non Linear Motion. Reading: Supplemental Textbook Materials, pages

Linear and Non Linear Motion. Reading: Supplemental Textbook Materials, pages Linear and Non Linear Motion Reading: Supplemental Textbook Materials, pages 73-87 Acceleration Rate of increase of a rate d/t t Increases rate for each increment in time that has passed So there is an

More information

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES

MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES MATH 353 LECTURE NOTES: WEEK 1 FIRST ORDER ODES J. WONG (FALL 2017) What did we cover this week? Basic definitions: DEs, linear operators, homogeneous (linear) ODEs. Solution techniques for some classes

More information

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations

CHAPTER 1. First-Order Differential Equations and Their Applications. 1.1 Introduction to Ordinary Differential Equations CHAPTER 1 First-Order Differential Equations and Their Applications 1.1 Introduction to Ordinary Differential Equations Differential equations are found in many areas of mathematics, science, and engineering.

More information

4.1 - Acceleration. What is acceleration?

4.1 - Acceleration. What is acceleration? 4.1 - Acceleration How do we describe speeding up or slowing down? What is the difference between slowing down gradually and hitting a brick wall? Both these questions have answers that involve acceleration.

More information

3.4 Solving Quadratic Equations by Completing

3.4 Solving Quadratic Equations by Completing .4. Solving Quadratic Equations by Completing the Square www.ck1.org.4 Solving Quadratic Equations by Completing the Square Learning objectives Complete the square of a quadratic expression. Solve quadratic

More information

Chapter 8: Particle Systems and Linear Momentum

Chapter 8: Particle Systems and Linear Momentum Chapter 8: Particle Systems and Linear Momentum Up to this point in our study of classical mechanics, we have studied primarily the motion of a single particle or body. To further our comprehension of

More information

PRELIMINARY THEORY LINEAR EQUATIONS

PRELIMINARY THEORY LINEAR EQUATIONS 4.1 PRELIMINARY THEORY LINEAR EQUATIONS 117 4.1 PRELIMINARY THEORY LINEAR EQUATIONS REVIEW MATERIAL Reread the Remarks at the end of Section 1.1 Section 2.3 (especially page 57) INTRODUCTION In Chapter

More information

1 Systems of First Order IVP

1 Systems of First Order IVP cs412: introduction to numerical analysis 12/09/10 Lecture 24: Systems of First Order Differential Equations Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore 1 Systems

More information

One-Dimensional Motion Review IMPORTANT QUANTITIES Name Symbol Units Basic Equation Name Symbol Units Basic Equation Time t Seconds Velocity v m/s

One-Dimensional Motion Review IMPORTANT QUANTITIES Name Symbol Units Basic Equation Name Symbol Units Basic Equation Time t Seconds Velocity v m/s One-Dimensional Motion Review IMPORTANT QUANTITIES Name Symbol Units Basic Equation Name Symbol Units Basic Equation Time t Seconds Velocity v m/s v x t Position x Meters Speed v m/s v t Length l Meters

More information

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models.

Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Unit #16 : Differential Equations Goals: To develop skills needed to find the appropriate differential equations to use as mathematical models. Differential Equation Modelling - 1 Differential Equation

More information

FORCES. Integrated Science Unit 8. I. Newton s Laws of Motion

FORCES. Integrated Science Unit 8. I. Newton s Laws of Motion Integrated Science Unit 8 FORCES I. Newton s Laws of Motion A. Newton s First Law Sir Isaac Newton 1643 1727 Lincolnshire, England 1. An object at rest remains at rest, and an object in motion maintains

More information

Chapter 2 Derivatives

Chapter 2 Derivatives Contents Chapter 2 Derivatives Motivation to Chapter 2 2 1 Derivatives and Rates of Change 3 1.1 VIDEO - Definitions................................................... 3 1.2 VIDEO - Examples and Applications

More information

Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value

Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value AP Calculus Unit 6 Basic Integration & Applications Day 5 Notes: The Fundamental Theorem of Calculus, Particle Motion, and Average Value b (1) v( t) dt p( b) p( a), where v(t) represents the velocity and

More information

Unit 2 Projectile Motion

Unit 2 Projectile Motion Name: Hr: Unit 2 Projectile Motion Vocabulary Projectile: a moving object that is acted upon only by the earth s gravity A projectile may start at a given height and move toward the ground in an arc. For

More information

6. Find the centripetal acceleration of the car in m/s 2 a b c d e. 32.0

6. Find the centripetal acceleration of the car in m/s 2 a b c d e. 32.0 PHYSICS 5 TEST 2 REVIEW 1. A car slows down as it travels from point A to B as it approaches an S curve shown to the right. It then travels at constant speed through the turn from point B to C. Select

More information

5.3 Definite Integrals and Antiderivatives

5.3 Definite Integrals and Antiderivatives 5.3 Definite Integrals and Antiderivatives Objective SWBAT use properties of definite integrals, average value of a function, mean value theorem for definite integrals, and connect differential and integral

More information

MEI Conference Preparing to teach Projectiles. Kevin Lord.

MEI Conference Preparing to teach Projectiles. Kevin Lord. MEI Conference 2016 Preparing to teach Projectiles Kevin Lord Kevin.lord@mei.org.uk Session notes 2 Horizontal Motion Vertical Motion 3 Observing projectile motion From Mechanics in Action M. Savage and

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

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

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

Physics 1010: The Physics of Everyday Life. TODAY More Acceleration Newton s Second Law Gravity

Physics 1010: The Physics of Everyday Life. TODAY More Acceleration Newton s Second Law Gravity Physics 11: The Physics of Everyday Life TODAY More Acceleration Newton s Second Law Gravity 1 Help, Office and Tutorial Hours TUTORIALS (G1B75/77/79) Isidoros: 12:32:3 Thursday (same as office hours)

More information

Ch 3.7: Mechanical & Electrical Vibrations

Ch 3.7: Mechanical & Electrical Vibrations Ch 3.7: Mechanical & Electrical Vibrations Two important areas of application for second order linear equations with constant coefficients are in modeling mechanical and electrical oscillations. We will

More information

MODULE 9 (Stewart, Sections 13.3, 13.4) VARIABLE ACCELERATION, ARC LENGTH & TANGENT VECTOR

MODULE 9 (Stewart, Sections 13.3, 13.4) VARIABLE ACCELERATION, ARC LENGTH & TANGENT VECTOR MODULE 9 (Stewart, Sections 13.3, 13.4) VARIABLE ACCELERATION, ARC LENGTH & TANGENT VECTOR INTRO: In this Module we will introduce four different kinds of problems. First we will discuss projectile problems

More information

MOTION OF A PROJECTILE

MOTION OF A PROJECTILE MOTION OF A PROJECTILE Today s Objectives: Students will be able to: 1. Analyze the free-flight motion of a projectile. In-Class Activities: Check Homework Reading Quiz Applications Kinematic Equations

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics C 17 * Sections C11-C18, C20 2016-2017 1 Required Background 1. INTRODUCTION CLASS 1 The definition of the derivative, Derivative

More information

Section 6.4 DEs with Discontinuous Forcing Functions

Section 6.4 DEs with Discontinuous Forcing Functions Section 6.4 DEs with Discontinuous Forcing Functions Key terms/ideas: Discontinuous forcing function in nd order linear IVPs Application of Laplace transforms Comparison to viewing the problem s solution

More information

Resistance is Futile

Resistance is Futile Resistance is Futile Joseph Hays 16 May 2014 Page 1 of 24 Abstract When introductory physics books consider projectile motion, they often suggest that the reader assume air resistance is negligible; an

More information

Section Mass Spring Systems

Section Mass Spring Systems Asst. Prof. Hottovy SM212-Section 3.1. Section 5.1-2 Mass Spring Systems Name: Purpose: To investigate the mass spring systems in Chapter 5. Procedure: Work on the following activity with 2-3 other students

More information

Computers, Lies and the Fishing Season

Computers, Lies and the Fishing Season 1/47 Computers, Lies and the Fishing Season Liz Arnold May 21, 23 Introduction Computers, lies and the fishing season takes a look at computer software programs. As mathematicians, we depend on computers

More information