CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD

Size: px
Start display at page:

Download "CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD"

Transcription

1 CHAPTER 1 INTRODUCTION TO NUMERICAL METHOD Presenter: Dr. Zalilah Sharer 2018 School of Chemical and Energy Engineering Universiti Teknologi Malaysia 16 September 2018

2 Chemical Engineering, Computer & Numerical Methods Role of Chemical Engineers Chemical engineering covers basic skill in mathematics, chemistry, physic and biology, also engineering practical aspect. Its definition was purposely general because chemical engineers can work in many types of industry. Chemical engineers involve in chemical process that transform raw material into product. It covers all aspect of design, testing, scale-up, operation, control and optimizations. These processes involve solution to huge system of algebraic equation, nonlinear and complex equation, which are difficult to be solved analytically.

3 Chapter 2: Approximation and Errors Chapter 3: Roots of equations - a variable or parameter that satisfies a single nonlinear equation Chapter 4: Linear algebraic equations - a set of values that satisfies a set of linear algebraic equations Chapter 5: Curve Fitting - to fit curves to data points Chapter 6: Numerical differentiation and integration - - area under a curve Chapter 7: Ordinary differential equations - many engineering applications used rate of change Approximations and round-off errors Bracketing methods Linear algebraic equations Least-Squares Regression Newton-cotes integration of equations Runge-Kutta methods Taylor series Open methods Gauss Elimination Interpolation Numerical differentiation Engineering Applications Engineering applications LU decomposition & matrix inversion Engineering Applications Engineering Applications Gauss Seidel and Engineering Applications 3

4 Differentiation & Integration Linear algebraic Numerical Methods Roots of equation Curve fitting Ordinary differential equations

5 Numerical methods Techniques by which mathematical problems are formulated so that they can be solved with arithmetic operations involve large numbers of calculation

6 Numerical methods Example: Integration Analytical solution: Computer as usual as in calculus Numerical method: Use trapezoidal rule or Simpson s rules

7 Advantages 1. Powerful problem-solving tools capable of handling large systems of equations, nonlinearities and complicated geometries that are often impossible to solve analytically 2. Able to design and develop own programs without having to buy or commission expensive software 3. Able to reduce higher mathematics to basic arithmetic operations

8 Computers and Software MATLAB, Mathematica, Dynafit etc are some software packages to implement numerical methods. Help to solve engineering problem in numerical methods. Else. MS-EXCEL also can be used to solve Numerical problems.

9 Problem Solving Process

10 Problem Solving Process

11 Mathematical model Equations that expresses the essential features of a physical systems Represented as a functional relationship in the form of Dependent Variables = f (independent, parameters, forcing function, variables ) Dependent Variables - Reflects the behavior or state of the system Independent Variables - Dimensions, such as time and space Parameters - Reflective of the system s properties or composition Forcing Function - External influence acting upon it

12 Newton s 2 nd law of Motion States that the time rate change of momentum of a body is equal to the resulting force acting on it. The model is formulated as F = ma (eqn 1.2) F=net force acting on the body (N) m=mass of the object (kg) a=its acceleration (m/s 2 )

13 Newton s 2 nd law of Motion Equation 1.2 can be written as: a = F / m eqn 1.3 simple algebraic equation that can be solved analytically

14 To determine the terminal velocity of a free-falling body near the earth s surface using Newton 2 nd law. Express acceleration as the time rate of change of the velocity (dv/dt) and substituting into eq. (1.3) to yield or d /dt = F/m (eqn. 1.4) F = m (d /dt) F +ve : accelerate F -ve : decelerate F = 0 (constant velocity)

15 Express the net force in term of measurable variables and parameters, in which the net force is composed of 2 opposing forces: The downward pull of gravity F D and the upward force of air resistance F u : F u F = F D + Fu (eqn. 1.5) F D If downward force is +ve, 2 nd law can be used to formulate the force due to gravity, as F D = mg (eqn. 1.6) g = 9.8 m/s 2 The air resistance that acts in an upward direction; F u = -c (eqn. 1.7) c = drag coefficient (kg/s)

16 The net force is the difference between the downward (FD) and upward (FU). By combining eqs. (1.4) through (1.7) to yield: d /dt = (mg c )/m (eqn. 1.8) or simplifying the right side, d /dt = g (c/m)v (eqn. 1.9) Eq. (1.9) is a differential equation. The exact solution of eq. (1.9) cannot obtained by simple algebraic manipulation, which needs calculus to obtain an exact or analytical solution. If = 0 at t=0, calculus can be used to solve eq. (1.9) for (t)= (gm/c)[1-e -(c/m)t ] (eqn. 1.10)

17 This is a differential equation and is written in terms of the differential rate of change dv/dt of the variable that we are interested in predicting. If the parachutist is initially at rest (v=0 at t=0), using calculus Independent variable v( t) Dependent variable gm c 1 e Forcing function ( c/ m) t Parameters 1.10

18 Eq is called analytical/exact solution because it exactly satisfies the original differential equation. (t) t = dependent variable = independent variable c & m = parameters g = the forcing function However, many mathematical models cannot be solved as shown in eqn The only alternative is to develop a numerical solution that approximates the exact solution i.e. numerical method.

19 Force on a falling parachute Mainly from second law of thermodynamics ==> F = ma The model then can be derived with The force acting on the body : F = FU + FD

20 Example 1 Analytical Solution to the Falling Parachutist Problem A parachutist of mass 68.1 kg jumps out of a stationary hot air balloon. Use equation 1.4 to compute velocity for every 2 seconds. The drag coefficient is equal to 12.5 kg/s and g = 9.8 m/s 2

21 Solution Inserting the parameter into eq. (1.10) yields v(t) gm c 1 e v(t) (9.8)(68.1) 12.5 c t m 1 e v(t) e t 12.5 t 68.1 which can be used to compute terminal velocity.

22 Solution

23 Terminal velocity, u t The terminal velocity of a falling body occurs during free fall when a falling body experiences zero acceleration.

24 Using Numerical Method Approach The time rate of change of velocity can be approximated using: dv dt v t v( t ) v( ) i 1 t i 1 t i t i eqn. 1.11

25 Substituted into eq. (1.9) to give: v( ti 1) v( ) i c g m t i 1 t i t v t i Eq is called a finite divided difference approximation of the derivative time t i. This eq. then be rearranged to yield: c v( ) v( ) g - v( ) - m t 1 t t t 1 t i i i i i eqn The term in [brackets] is the differential equation in eq.(1.9). This provides a means to compute the rate of change or slope of. Eq can be used to determine the velocity at t i +1(new value of velocity) using slope and initial value for velocity at sometime t i. New value = old value +(slope x step size)

26 Example 2 Perform the same computation as in Example 1 but use Equation 1.12 to compute the velocity. Employ a step size of 2 s for the calculation c v( ) v( ) g - v( ) - m t 1 t t t 1 t i i i i i Eqn. 1.12

27 Solution At start of the computation (t i =0), the velocity of the parachutist is zero. First interval (from t=0 to 2s) v m/s 68.1 For next interval, use t = 2 to 4s 12.5 v m/s 68.1 The calculation is continued in a similar fashion to obtain additional value

28 v, m/s Solution t,s v,m/s Approximate, numerical solution Terminal velocity Exact, analytical solution t,s

29 Analytical vs numerical solution Equation 1.4 is called analytical or exact solution exactly satisfies the original differential equation (no error) Unfortunately, many mathematical models cannot be solved exactly numerical methods approximate the exact solution

30 Equation 1.12 can be used to determine the velocity at time t i+1 if an initial value for velocity at time t i is given. This new value of velocity at t i+1 can in turn be employed to extend the computation to velocity at t i+2 and so on. In general: New value = old value + (slope x step size) This approach is formally called Euler s method

31 Question?

32 THE END Thank You for the Attention

What are Numerical Methods? (1/3)

What are Numerical Methods? (1/3) What are Numerical Methods? (1/3) Numerical methods are techniques by which mathematical problems are formulated so that they can be solved by arithmetic and logic operations Because computers excel at

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (25 points) A man bails out of an airplane at the altitute of 12,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s 2, taking

More information

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

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

More information

Assessment Schedule 2011 Science: Demonstrate understanding of aspects of mechanics (90940)

Assessment Schedule 2011 Science: Demonstrate understanding of aspects of mechanics (90940) NCEA Level 1 Science (90940) 2011 page 1 of 6 Assessment Schedule 2011 Science: Demonstrate understanding of aspects of mechanics (90940) Evidence Statement Question Evidence with Merit with Excellence

More information

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1 Chapter 01.01 Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 Chapter 01.02 Measuring errors 11 True error 11 Relative

More information

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0

Solution: (a) Before opening the parachute, the differential equation is given by: dv dt. = v. v(0) = 0 Math 2250 Lab 4 Name/Unid: 1. (35 points) Leslie Leroy Irvin bails out of an airplane at the altitude of 16,000 ft, falls freely for 20 s, then opens his parachute. Assuming linear air resistance ρv ft/s

More information

Introduction to First Order Equations Sections

Introduction to First Order Equations Sections A B I L E N E C H R I S T I A N U N I V E R S I T Y Department of Mathematics Introduction to First Order Equations Sections 2.1-2.3 Dr. John Ehrke Department of Mathematics Fall 2012 Course Goals The

More information

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn

Review. Numerical Methods Lecture 22. Prof. Jinbo Bi CSE, UConn Review Taylor Series and Error Analysis Roots of Equations Linear Algebraic Equations Optimization Numerical Differentiation and Integration Ordinary Differential Equations Partial Differential Equations

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers SEVENTH EDITION Steven C Chopra Berger Chair in Computing and Engineering Tufts University Raymond P. Canal Professor Emeritus of Civil Engineering of Michiaan University

More information

Mon Jan Improved acceleration models: linear and quadratic drag forces. Announcements: Warm-up Exercise:

Mon Jan Improved acceleration models: linear and quadratic drag forces. Announcements: Warm-up Exercise: Math 2250-004 Week 4 notes We will not necessarily finish the material from a given day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations In this lecture, we will look at different options for coding simple differential equations. Start by considering bicycle riding as an example. Why does a bicycle move forward?

More information

2. Mass, Force and Acceleration

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

More information

Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force.

Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force. NEWTON S LAWS OF MOTION Newton s First Law Everybody remains in a state of rest or continues to move in a uniform motion, in a straight line, unless acting on by an external force. Inertia (Newton s 1

More information

Newton s Laws.

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

More information

Unit I (Testing of Hypothesis)

Unit I (Testing of Hypothesis) SUBJECT NAME : Statistics and Numerical Methods SUBJECT CODE : MA645 MATERIAL NAME : Part A questions REGULATION : R03 UPDATED ON : November 07 (Upto N/D 07 Q.P) Unit I (Testing of Hypothesis). State level

More information

NUMERICAL METHODS USING MATLAB

NUMERICAL METHODS USING MATLAB NUMERICAL METHODS USING MATLAB Dr John Penny George Lindfield Department of Mechanical Engineering, Aston University ELLIS HORWOOD NEW YORK LONDON TORONTO SYDNEY TOKYO SINGAPORE Preface 1 An introduction

More information

CHAPTER 4 ROOTS OF EQUATIONS

CHAPTER 4 ROOTS OF EQUATIONS CHAPTER 4 ROOTS OF EQUATIONS Chapter 3 : TOPIC COVERS (ROOTS OF EQUATIONS) Definition of Root of Equations Bracketing Method Graphical Method Bisection Method False Position Method Open Method One-Point

More information

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat.

Numerical Methods for Engineers. and Scientists. Applications using MATLAB. An Introduction with. Vish- Subramaniam. Third Edition. Amos Gilat. Numerical Methods for Engineers An Introduction with and Scientists Applications using MATLAB Third Edition Amos Gilat Vish- Subramaniam Department of Mechanical Engineering The Ohio State University Wiley

More information

5. Two forces are applied to a 2.0-kilogram block on a frictionless horizontal surface, as shown in the diagram below.

5. Two forces are applied to a 2.0-kilogram block on a frictionless horizontal surface, as shown in the diagram below. 1. The greatest increase in the inertia of an object would be produced by increasing the A) mass of the object from 1.0 kg to 2.0 kg B) net force applied to the object from 1.0 N to 2.0 N C) time that

More information

AIMS Exercise Set # 1

AIMS Exercise Set # 1 AIMS Exercise Set #. Determine the form of the single precision floating point arithmetic used in the computers at AIMS. What is the largest number that can be accurately represented? What is the smallest

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

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

Applied Numerical Analysis

Applied Numerical Analysis Applied Numerical Analysis Using MATLAB Second Edition Laurene V. Fausett Texas A&M University-Commerce PEARSON Prentice Hall Upper Saddle River, NJ 07458 Contents Preface xi 1 Foundations 1 1.1 Introductory

More information

NEWTON S LAWS OF MOTION

NEWTON S LAWS OF MOTION NAME SCHOOL INDEX NUMBER DATE NEWTON S LAWS OF MOTION 1. 1995 Q21 P1 State Newton s first law of motion (1 mark) 2. 1998 Q22 P1 A body of mass M is allowed to slide down an inclined plane. State two factors

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

Physics 40 Chapter 7 Homework Solutions

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

More information

Numerical and Statistical Methods

Numerical and Statistical Methods F.Y. B.Sc.(IT) : Sem. II Numerical and Statistical Methods Time : ½ Hrs.] Prelim Question Paper Solution [Marks : 75 Q. Attempt any THREE of the following : [5] Q.(a) What is a mathematical model? With

More information

MA 102 Mathematics II Lecture Feb, 2015

MA 102 Mathematics II Lecture Feb, 2015 MA 102 Mathematics II Lecture 1 20 Feb, 2015 Differential Equations An equation containing derivatives is called a differential equation. The origin of differential equations Many of the laws of nature

More information

Modeling and Experimentation: Compound Pendulum

Modeling and Experimentation: Compound Pendulum Modeling and Experimentation: Compound Pendulum Prof. R.G. Longoria Department of Mechanical Engineering The University of Texas at Austin Fall 2014 Overview This lab focuses on developing a mathematical

More information

Newton s Third Law of Motion Newton s Law of Gravitation Buoyancy Momentum. 3-2 Section 3.4

Newton s Third Law of Motion Newton s Law of Gravitation Buoyancy Momentum. 3-2 Section 3.4 Martha Casquete Newton s Third Law of Motion Newton s Law of Gravitation Buoyancy Momentum 3-2 Section 3.4 Net force/balance and unbalance forces Newton s First Law of Motion/Law of Inertia Newton s Second

More information

Computational Methods

Computational Methods Numerical Computational Methods Revised Edition P. B. Patil U. P. Verma Alpha Science International Ltd. Oxford, U.K. CONTENTS Preface List ofprograms v vii 1. NUMER1CAL METHOD, ERROR AND ALGORITHM 1 1.1

More information

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING

NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING NUMERICAL COMPUTATION IN SCIENCE AND ENGINEERING C. Pozrikidis University of California, San Diego New York Oxford OXFORD UNIVERSITY PRESS 1998 CONTENTS Preface ix Pseudocode Language Commands xi 1 Numerical

More information

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO

cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO cha1873x_p02.qxd 3/21/05 1:01 PM Page 104 PART TWO ROOTS OF EQUATIONS PT2.1 MOTIVATION Years ago, you learned to use the quadratic formula x = b ± b 2 4ac 2a to solve f(x) = ax 2 + bx + c = 0 (PT2.1) (PT2.2)

More information

August 05, Chapter 4 - Dynamics - WHY things move Newton has THREE laws of motion

August 05, Chapter 4 - Dynamics - WHY things move Newton has THREE laws of motion Chapter 4 - Dynamics - WHY things move Newton has THREE laws of motion 1st Law Law of Inertia - An object in CONSTANT motion remains in CONSTANT motion and an object at rest remains at rest UNLESS acted

More information

Newton s Laws of Motion and Gravitation

Newton s Laws of Motion and Gravitation Newton s Laws of Motion and Gravitation Introduction: In Newton s first law we have discussed the equilibrium condition for a particle and seen that when the resultant force acting on the particle is zero,

More information

Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica

Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica Modeling Basics: 4. Numerical ODE Solving In Excel 5. Solving ODEs in Mathematica By Peter Woolf University of Michigan Michigan Chemical Process Dynamics and Controls Open Textbook version 1.0 Creative

More information

Physics 1A Lecture 4B. "Fig Newton: The force required to accelerate a fig inches per second. --J. Hart

Physics 1A Lecture 4B. Fig Newton: The force required to accelerate a fig inches per second. --J. Hart Physics 1A Lecture 4B "Fig Newton: The force required to accelerate a fig 39.37 inches per second. --J. Hart Types of Forces There are many types of forces that we will apply in this class, let s discuss

More information

8.6 Drag Forces in Fluids

8.6 Drag Forces in Fluids 86 Drag Forces in Fluids When a solid object moves through a fluid it will experience a resistive force, called the drag force, opposing its motion The fluid may be a liquid or a gas This force is a very

More information

Conceptual Physics 11 th Edition

Conceptual Physics 11 th Edition Conceptual Physics 11 th Edition Chapter 4: NEWTON S SECOND LAW OF MOTION Force Causes Acceleration Friction Mass Resists Acceleration Newton s Second Law of Motion Free Fall Non-Free Fall Force causes

More information

Chapter 6 - Ordinary Differential Equations

Chapter 6 - Ordinary Differential Equations Chapter 6 - Ordinary Differential Equations 7.1 Solving Initial-Value Problems In this chapter, we will be interested in the solution of ordinary differential equations. Ordinary differential equations

More information

Ch 6 Using Newton s Laws. Applications to mass, weight, friction, air resistance, and periodic motion

Ch 6 Using Newton s Laws. Applications to mass, weight, friction, air resistance, and periodic motion Ch 6 Using Newton s Laws Applications to mass, weight, friction, air resistance, and periodic motion Newton s 2 nd Law Applied Galileo hypothesized that all objects gain speed at the same rate (have the

More information

SHATIN TSUNG TSIN SECONDARY SCHOOL FIRST EXAMINATION PHYSICS S4 Date : /12/2008

SHATIN TSUNG TSIN SECONDARY SCHOOL FIRST EXAMINATION PHYSICS S4 Date : /12/2008 P1 SHATIN TSUNG TSIN SECONDARY SCHOOL 2008-09 FIRST EXAMINATION PHYSICS S4 Date : /12/2008 Full marks : 67 marks Instructions 1. There are TWO sections in this paper. 2. Answer ALL questions. 3. Only calculators

More information

Math Lecture 9

Math Lecture 9 Math 2280 - Lecture 9 Dylan Zwick Spring 2013 In the last two lectures we ve talked about differential equations for modeling populations. Today we ll return to the theme we touched upon in our second

More information

Forces and Motion. Reference: Prentice Hall Physical Science: Concepts in Action Chapter 12

Forces and Motion. Reference: Prentice Hall Physical Science: Concepts in Action Chapter 12 Forces and Motion Reference: Prentice Hall Physical Science: Concepts in Action Chapter 12 What is Force? A push or pull that acts on an object Can cause a resting object to move Can accelerate a moving

More information

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

First Order ODEs (cont). Modeling with First Order ODEs First Order ODEs (cont). Modeling with First Order ODEs September 11 15, 2017 Bernoulli s ODEs Yuliya Gorb Definition A first order ODE is called a Bernoulli s equation iff it is written in the form y

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

Foundations of Physical Science. Unit One: Forces and Motion

Foundations of Physical Science. Unit One: Forces and Motion Foundations of Physical Science Unit One: Forces and Motion Chapter 3: Forces and Motion 3.1 Force, Mass and Acceleration 3.2 Weight, Gravity and Friction 3.3 Equilibrium, Action and Reaction Learning

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

Free Falling Objects and Reynolds Numbers

Free Falling Objects and Reynolds Numbers Free Falling Objects and Nate Currier May 12, 2009 Page 1 of 19 Abstract This paper will discuss the underlying physics of the forces acting on a free-falling object, and the drag forces acting on those

More information

6.1 Simulation of Simple Systems

6.1 Simulation of Simple Systems LESSON 6.1: SIMULATION OF SIMPLE SYSTEMS 273 6.1 Simulation of Simple Systems In the previous lessons of Part II we looked at many simplified, yet realistic examples of dynamic systems. We have learned

More information

Math Lecture 9

Math Lecture 9 Math 2280 - Lecture 9 Dylan Zwick Fall 2013 In the last two lectures we ve talked about differential equations for modeling populations Today we ll return to the theme we touched upon in our second lecture,

More information

Math 2250 Lab 3 Due Date : 2/2/2017

Math 2250 Lab 3 Due Date : 2/2/2017 Math 2250 Lab Due Date : 2/2/2017 Name: UID: Unless stated otherwise, show all your work and explain your reasoning. You are allowed to use any results from lecture or the text as long as they are referenced

More information

PY1008 / PY1009 Physics Gravity I

PY1008 / PY1009 Physics Gravity I PY1008 / PY1009 Physics Gravity I M.P. Vaughan Learning Objectives The concept of the centre of mass Fundamental forces Newton s Law of Gravitation Coulomb s Law (electrostatic force) Examples of Newton

More information

AP Physics C: Mechanics 2005 Scoring Guidelines

AP Physics C: Mechanics 2005 Scoring Guidelines AP Physics C: Mechanics 005 Scoring Guidelines The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

NUMERICAL METHODS FOR ENGINEERING APPLICATION

NUMERICAL METHODS FOR ENGINEERING APPLICATION NUMERICAL METHODS FOR ENGINEERING APPLICATION Second Edition JOEL H. FERZIGER A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York / Chichester / Weinheim / Brisbane / Singapore / Toronto

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

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

Time (s) Velocity (m/s)

Time (s) Velocity (m/s) Physics 02_16 Remediation Packet Name A toy rocket was launched into the air from ground height. After the rocket reached its maximum height, it fell back to Earth. As it was falling, data was recorded

More information

FORCE. Definition: Combining Forces (Resultant Force)

FORCE. Definition: Combining Forces (Resultant Force) 1 FORCE Definition: A force is either push or pull. A Force is a vector quantity that means it has magnitude and direction. Force is measured in a unit called Newtons (N). Some examples of forces are:

More information

Solution. It is evaluating the definite integral r 1 + r 4 dr. where you can replace r by any other variable.

Solution. It is evaluating the definite integral r 1 + r 4 dr. where you can replace r by any other variable. Solutions of Sample Problems for First In-Class Exam Math 246, Fall 202, Professor David Levermore () (a) Give the integral being evaluated by the following MATLAB command. int( x/(+xˆ4), x,0,inf) Solution.

More information

CHAPTER 10 GRAVITATION

CHAPTER 10 GRAVITATION CHAPTER 10 GRAVITATION Earth attracts everything towards it by an unseen force of attraction. This force of attraction is known as gravitation or gravitation pull. Universal Law of Gravitation:- Every

More information

Forces and Newton s Second Law

Forces and Newton s Second Law Forces and Newton s Second Law Goals and Introduction Newton s laws of motion describe several possible effects of forces acting upon objects. In particular, Newton s second law of motion says that when

More information

Conceptual Physics Fundamentals. Chapter 4: NEWTON S LAWS OF MOTION

Conceptual Physics Fundamentals. Chapter 4: NEWTON S LAWS OF MOTION Conceptual Physics Fundamentals Chapter 4: NEWTON S LAWS OF MOTION This lecture will help you understand: Newton s First Law of Motion Newton s Second Law of Motion Forces and Interactions Newton s Third

More information

Newton s Three Laws. F = ma. Kinematics. Gravitational force Normal force Frictional force Tension More to come. k k N

Newton s Three Laws. F = ma. Kinematics. Gravitational force Normal force Frictional force Tension More to come. k k N Newton s Three Laws F = ma Gravitational force Normal force Frictional force Tension More to come Kinematics f s,max = µ sfn 0 < fs µ sfn k k N f = µ F Rules for the Application of Newton s Laws of Motion

More information

The water exerts a force on the ship. In which direction does this force act?... (1)

The water exerts a force on the ship. In which direction does this force act?... (1) 1. The diagram below shows an empty cargo ship. It is not moving. (a) The water exerts a force on the ship. In which direction does this force act?... (b) The diagram below shows the same cargo ship. This

More information

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University

PowerPoints organized by Dr. Michael R. Gustafson II, Duke University Part 6 Chapter 20 Initial-Value Problems PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright The McGraw-Hill Companies, Inc. Permission required for reproduction

More information

2. KINEMATICS. By Liew Sau Poh

2. KINEMATICS. By Liew Sau Poh 2. KINEMATICS By Liew Sau Poh 1 OBJECTIVES 2.1 Linear motion 2.2 Projectiles 2.3 Free falls and air resistance 2 OUTCOMES Derive and use equations of motion with constant acceleration Sketch and use the

More information

ENGI 3424 First Order ODEs Page 1-01

ENGI 3424 First Order ODEs Page 1-01 ENGI 344 First Order ODEs Page 1-01 1. Ordinary Differential Equations Equations involving only one independent variable and one or more dependent variables, together with their derivatives with respect

More information

Advanced Subsidiary / Advanced Level

Advanced Subsidiary / Advanced Level GCE Examinations Mechanics Module M1 Advanced Subsidiary / Advanced Level Paper F Time: 1 hour 30 minutes Instructions and Information Candidates may use any calculator except those with a facility for

More information

empirical expressions. The most commonly used expression is F

empirical expressions. The most commonly used expression is F Air resistance or drag is a very common type of friction experienced in many situations, a leaf falling from a tree, riding your bicycle or a jet flying through the air. It is often impossible to ignore

More information

Mon Jan Improved acceleration models: linear and quadratic drag forces. Announcements: Warm-up Exercise:

Mon Jan Improved acceleration models: linear and quadratic drag forces. Announcements: Warm-up Exercise: Math 2250-004 Week 4 notes We will not necessarily finish the material from a given day's notes on that day. We may also add or subtract some material as the week progresses, but these notes represent

More information

PHYSICS 149: Lecture 3

PHYSICS 149: Lecture 3 Chapter 2 PHYSICS 149: Lecture 3 2.1 Forces 2.2 Net Force 2.3 Newton s first law Lecture 3 Purdue University, Physics 149 1 Forces Forces are interactions between objects Different type of forces: Contact

More information

Chapter 2: Motion along a straight line

Chapter 2: Motion along a straight line Chapter 2: Motion along a straight line This chapter uses the definitions of length and time to study the motions of particles in space. This task is at the core of physics and applies to all objects irregardless

More information

DEFINITION Function A function from a set D to a set R is a rule that assigns a unique element in R to each element in D.

DEFINITION Function A function from a set D to a set R is a rule that assigns a unique element in R to each element in D. AP Calculus Assignment #2; Functions and Graphs Name: Functions The values of one variable often depend on the values for another:! The temperature at which water boils depends on elevation (the boiling

More information

Introduction to Newton s Laws Newton s First Law. Oct 21 8:32 AM

Introduction to Newton s Laws Newton s First Law. Oct 21 8:32 AM Introduction to Newton s Laws Newton s First Law. Isaac Newton Arguably the greatest scientific genius ever. Came up with 3 Laws of Motion to explain the observations and analyses of Galileo and Johannes

More information

NUMERICAL MATHEMATICS AND COMPUTING

NUMERICAL MATHEMATICS AND COMPUTING NUMERICAL MATHEMATICS AND COMPUTING Fourth Edition Ward Cheney David Kincaid The University of Texas at Austin 9 Brooks/Cole Publishing Company I(T)P An International Thomson Publishing Company Pacific

More information

Chapter 5. Force and Motion I

Chapter 5. Force and Motion I Chapter 5. Force and Motion I Newton s Laws Concepts of Mass and Force Newton s Three Laws But first, let s review the last lecture.. Physics, Page 1 Summary of the last lecture 1. Projectile Motion x

More information

AM205: Assignment 3 (due 5 PM, October 20)

AM205: Assignment 3 (due 5 PM, October 20) AM25: Assignment 3 (due 5 PM, October 2) For this assignment, first complete problems 1, 2, 3, and 4, and then complete either problem 5 (on theory) or problem 6 (on an application). If you submit answers

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

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i

Dynamic equilibrium: object moves with constant velocity in a straight line. = 0, a x = i Dynamic equilibrium: object moves with constant velocity in a straight line. We note that F net a s are both vector quantities, so in terms of their components, (F net ) x = i (F i ) x = 0, a x = i (a

More information

Version PREVIEW Semester 1 Review Slade (22222) 1

Version PREVIEW Semester 1 Review Slade (22222) 1 Version PREVIEW Semester 1 Review Slade () 1 This print-out should have 48 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. Holt SF 0Rev 10A

More information

A N D. c h a p t e r 1 2 M O T I O N F O R C E S

A N D. c h a p t e r 1 2 M O T I O N F O R C E S F O R C E S A N D c h a p t e r 1 2 M O T I O N What is a FORCE? A FORCE is a push or pull that acts on an object. A force can cause a resting object to move OR Accelerate a moving object by: changing

More information

4.5 Earth to the Moon

4.5 Earth to the Moon 258 4.5 Earth to the Moon A projectile launched from the surface of the earth is attracted both by the earth and the moon. The altitude r(t) of the projectile above the earth is known to satisfy the initial

More information

Numerical Methods for Engineers

Numerical Methods for Engineers Numerical Methods for Engineers S EVEN TH ED I TI O N Steven C. Chapra Berger Chair in Computing and Engineering Tufts University Raymond P. Canale Professor Emeritus of Civil Engineering University of

More information

Lecture 17: Ordinary Differential Equation II. First Order (continued)

Lecture 17: Ordinary Differential Equation II. First Order (continued) Lecture 17: Ordinary Differential Equation II. First Order (continued) 1. Key points Maple commands dsolve dsolve[interactive] dsolve(numeric) 2. Linear first order ODE: y' = q(x) - p(x) y In general,

More information

Solution of HW4. and m 2

Solution of HW4. and m 2 Solution of HW4 9. REASONING AND SOLUION he magnitude of the gravitational force between any two of the particles is given by Newton's law of universal gravitation: F = Gm 1 m / r where m 1 and m are the

More information

Isaac Newton ( ) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity

Isaac Newton ( ) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity Isaac Newton (1642-1727) 1687 Published Principia Invented Calculus 3 Laws of Motion Universal Law of Gravity Newton s First Law (Law of Inertia) An object will remain at rest or in a constant state of

More information

Particle Systems. University of Texas at Austin CS384G - Computer Graphics

Particle Systems. University of Texas at Austin CS384G - Computer Graphics Particle Systems University of Texas at Austin CS384G - Computer Graphics Fall 2010 Don Fussell Reading Required: Witkin, Particle System Dynamics, SIGGRAPH 97 course notes on Physically Based Modeling.

More information

KINETICS: MOTION ON A STRAIGHT LINE. VELOCITY, ACCELERATION. FREELY FALLING BODIES

KINETICS: MOTION ON A STRAIGHT LINE. VELOCITY, ACCELERATION. FREELY FALLING BODIES 014.08.06. KINETICS: MOTION ON A STRAIGHT LINE. VELOCITY, ACCELERATION. FREELY FALLING BODIES www.biofizika.aok.pte.hu Premedical course 04.08.014. Fluids Kinematics Dynamics MECHANICS Velocity and acceleration

More information

Mathematical Modeling Project in Mathematica Cynthia Wenz MA 354

Mathematical Modeling Project in Mathematica Cynthia Wenz MA 354 clw.ma 1 Mathematical Modeling Project in Mathematica Cynthia Wenz MA 354 Introduction and Problem Statement When a parachute jump is made from an airplane, the first part of the descent is made in free

More information

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 7 JJ II. Home Page. Title Page.

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 7 JJ II. Home Page. Title Page. Rutgers University Department of Physics & Astronomy 01:750:271 Honors Physics Fall 2015 Lecture 7 Page 1 of 31 Midterm 1: Monday October 10th Motion in one, two and three dimensions Forces and Motion

More information

Report Team /09/2012

Report Team /09/2012 Report 3082 Next month Felix Baumgartner plans on breaking the world record for high altitude skydiving. He will make his jump from a capsule suspended beneath a balloon, at the edge of space. After Felix

More information

Differential Equations and the Parachute Problem

Differential Equations and the Parachute Problem Differential Equations and the Parachute Problem Ronald Phoebus and Cole Reilly May 10, 2004 Abstract The parachute problem is a classical first semester differential equations problem often introduced

More information

* * MATHEMATICS (MEI) 4764 Mechanics 4 ADVANCED GCE. Thursday 11 June 2009 Morning. Duration: 1 hour 30 minutes. Turn over

* * MATHEMATICS (MEI) 4764 Mechanics 4 ADVANCED GCE. Thursday 11 June 2009 Morning. Duration: 1 hour 30 minutes. Turn over ADVANCED GCE MATHEMATICS (MEI) 4764 Mechanics 4 Candidates answer on the Answer Booklet OCR Supplied Materials: 8 page Answer Booklet Graph paper MEI Examination Formulae and Tables (MF2) Other Materials

More information

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

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

More information

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

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

More information

PHYSICS 231 Laws of motion PHY 231

PHYSICS 231 Laws of motion PHY 231 PHYSICS 231 Laws of motion 1 Newton s Laws First Law: If the net force exerted on an object is zero the object continues in its original state of motion; if it was at rest, it remains at rest. If it was

More information

Vectors and Projectile Motion on the TI-89

Vectors and Projectile Motion on the TI-89 1 Vectors and Projectile Motion on the TI-89 David K. Pierce Tabor Academy Marion, Massachusetts 2738 dpierce@taboracademy.org (58) 748-2 ext. 2243 This paper will investigate various properties of projectile

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