Numerical Solution of Differential Equations

Size: px
Start display at page:

Download "Numerical Solution of Differential Equations"

Transcription

1 Numerical Solution of Differential Equations Dr. Alvaro Islas Applications of Calculus I Spring 2008

2 We live in a world in constant change

3 We live in a world in constant change

4 We live in a world in constant change

5 We live in a world in constant change

6 We live in a world in constant change

7 Blue Question: Rate of Change is measured by A Pythagoras theorem. B The zeros of a function. C Derivatives. D Similar triangles. D None of the above.

8 And change is measured by [C] Derivatives!

9 Blue Question: Derivatives give the A zeros of a function. B steepness of a function. C asymptotes. D All of the above. E None of the above.

10 Derivatives give the [B] steepness of a function!

11 Blue Question: If we KNOW the function that fits the data then we can determine A The derivative. B The zeros of the function. C The maximum and minimum values. D All of the above. E None of the above.

12 If we KNOW the function then we know [D] All of the above! 0.4 sin(x)/(x-pi)

13 If we DON T KNOW the function Then we could make a guess. try to fit it to known equations. try to find an equation containing derivatives. Equations containing derivatives are called Differential equations.

14 Blue Question: Which equations are differential equations? 1) x 2 + y 2 = r 2 2) x 2 + 4xy + y 2 = 1 3) x 2 y + xy + y = 0 ( 4) x 2 + y 2) 4 = 25(x 2 y 2 ) 5) y + y = 0 A) 1 & 3 B) 2 & 4 C) 3 & 5 D) none E) all

15 Which equations are differential equations? 1) x 2 + y 2 = r 2 2) x 2 + 4xy + y 2 = 1 3) x 2 y + xy + y = 0 ( 4) x 2 + y 2) 4 = 25(x 2 y 2 ) 5) y + y = 0 [C] 3 & 5!

16 Blue Question: How do we derive a differential equation? A Using basic principles. B Doing experiments. C By trial and error. D All of the above. E None of the above.

17 How do we derive a differential equation? A Using basic principles. B Doing experiments. C By trial and error. D All of the above. E None of the above. [D] All of the above!

18 Example: Falling Body Newton s second law: Net Force = mass acceleration. F = m a = m v where v(t) is the velocity of the falling body, and v is its derivative with respect to time. Assume that the only forces acting on the body are gravity and air resistance. Gravity is constant on the surface of the earth. Air resistance is proportional to the velocity. Putting it all together we have our first differential equation: mv = 9.8 γv

19 Examples: Spring Motion Consider a spring immersed in a fluid. By Newton s second law and many lab experiments we have found that my = CY KY where m is the mass, K is the spring constant, and C is the damping constant.

20 Examples: Population Models One species (i) Unlimeted resources and growth rate k. dp dt = kp, P(t) is the population at time t. One species (ii) Limeted resources and competion. ( dp = kp 1 P ), C is the carrying capacity. dt C

21 Examples: Population Models Two species dx dt dy dt = ax αxy, X(t) is the prey = bx + βxy, Y (t) is the predator

22 Initial-value Problems Every problem starts somewhere. Derivatives give only rates of change. A problem s complete description is given by a differential equation plus some initial condition(s). dp dt = kp, P(t 0 ) = P 0 d 2 y dt 2 = k 2 y, y(t 0 ) = y 0, y dt (t 0) = v 0

23 How do we solve a differential equation? Many differential equations have analytical solutions. These can be given by explicit or implicit formulas. For example an analytical solution to the DE y = 2x is given by y = x 2 + C, since the derivative of a constant is zero. Another simple example is the DE given by y = 32.

24 Approximate solutions Most differential equations don t have an analytical solution! The solution has to be approximated. The linear approximation gives a first order approximation. To get a better idea on how the linear approximation works, let s first take a geometric view of differential equations. We want to use the fact that the derivative gives the slope of the tangent lines to the curve. Since we know the derivative (from the differential equation), we could draw a bunch of (small tangent lines) and get an idea of the curve.

25 Direction fields. Example: v = v. To obtain a geometric view we use the fact that the derivative gives the slope of the tangent line and take the following steps: Find the points where the slopes have given values. For example, start with the points with zero slopes. (In this case, v = 0 means they are of the form (t, v) = (t, 50)). Plot horizontal arrows at these points to indicate the arrows are horizontal there.

26 Direction fields. Example: v = v. Direction field where the slopes are zero.

27 Direction fields. Example: v = v. Add arrows where the slopes are positive.

28 Direction fields. Example: v = v. Add arrows where the slopes are negative.

29 Direction fields. Example: v = v. Now we can visualize the solution that starts at 30.

30 Direction fields. Example: v = v. Or we can visualize several other solutions.

31 Red Question Draw the direction field and a few curves for the population equation P = P(1 P) by taking the following steps: Find the points where the slopes are zero. Draw some arrows with zero slope. Then draw a few arrows with positive slope. And a few with negative slope. Last draw a few curves that follow the arrows.

32 The direction field and a few curves are given by P P P x A B t t C D t t

33 The direction field and a few curves are given by [C]! P t

34 How do we get the approximate values of f (x)? Using the linear approximation!

35 Given f (x) the linear approximation is given by [B] f (x) L(x) = f (a) + f (a)(x a)!

36 Tangent Below the Curve f x Figure: The tangent line is completely below the curve and the linear approximation gives an underestimate.

37 Tangent Above the Curve f x Figure: The tangent line is completely above the curve and the linear approximation gives an overestimate.

38 Tangent Above and Below the Curve f x Figure: The tangent line is above the curve (overestimate) on one side of the tangent point and below (underestimate) on the other side.

39 Population Models Now we are ready to start working on a real application. Suppose we want to describe a given species population growth. The simplest model assumes that the population rate of change is proportional to the population size. That is dp dt = kp, P 0 = P(0) where k is the constant rate of growth and P 0 is the initial population.

40 Direction field and the solution for P = 0.02P, P 0 = 1 P = 0.02 P P t

41 How do we use L(t) to approximate the solution The linear approximation starts at t = 0 and is given by L 0 (t) = P(0) + P (0) (t 0) = P(0) + k P(0) (t 0) = t = t P t

42 How do we use L(t) to approximate the solution Continued This linear approximation is good only near t = 0, say for 0 t 10. To continue we need to use a new linear approximation at t = 10. It uses the initial value given by the previous approximation. L 1 (t) = L 0 (10) + P (10) (t 10) L 1 (t) = (t 10) L 1 (t) = (t 10)

43 How do we use L(t) to approximate the solution Which again is good only for t near t = 10, say for 10 t exact L 0 (t) L 1 (t)

44 Euler s Method By repeating this step, with timesteps of length h = 10, we can advance the solution to t 3, t 4,..., t N t 1 = t 0 + h = 10 P 1 = P 0 + h (0.02 P 0 ) = 1.2 t 2 = t 1 + h = 20 P 2 = P 1 + h (0.02 P 1 ) = t N+1 = t N + h P N+1 = P N + h (0.02 P N ) This procedure is known as Euler s Method.

45 Euler s Method with two different timesteps Population Time Figure: Numerical (h = 10 (dotted line), h = 5 (dashed line)) and exact (solid line) solutions.

46 Population Model for two species Consider the population of rabits (R) and wolves (W) as described by the Lotka-Volterra equations dr dt dw dt = 0.08R 0.001RW = 0.02W RW

47 Equilibrium occurs when [C] Both derivatives are equal to zero! That is neither population grows.

48 There exists an equilibrium point when [B] R = 1000 and W = 80!

49 Euler s Method for a system of equations The linear approximations at t = t 0 for both the rabit and wolf populations are given just as before L r (t) = R(t 0 ) + dr dt (t 0)(t t 0 ) L w (t) = W (t 0 ) + dw dt (t 0 )(t t 0 ) The difference is that both derivatives are functions of both R and W.

50 Euler s Method in vector form The linear approximations, as before, are good near t = t 0, say up to t 1 = t 0 + h. Then we need a new approximation at t = t 1 which again is only good near t 2. And so on... ( R1 W 1 ( R2 W 2 ) ) = = ( R0 W 0 ( R1 W 1 ) ( R + (t 0 ) W (t 0 ) ) + ( R (t 1 ) W (t 1 ) ) h ) h ( RN+1 W N+1 ). = ( RN W N ) ( R + (t N ) W (t N ) ) h

51 Euler s Method in vector form Or replacing the derivatives with their corresponding expressions ( ) ( ) ( R1 R0 0.08R = R 0 W 0 W 1 W W R 0 W 0 ( ) ( ) ( R2 R1 0.08R = R 1 W 1 W W R 1 W 1 W 2 ) h ) h ( RN+1 W N+1 ). = ( RN W N ) ( R N 0.001R N W N 0.02W N R N W N ) h

52 A plot of W vs R looks like [C]! 250 tsdat

53 Euler s method with h = 1 gives 250 tsdat

54 Euler s method with h = 0.5 gives 250 tsdat

55 A Modified Euler s method with h = 1 ( R1 W 1 ) = ( R0 W 0 ) ( R R 0 W W R 1 W 0 ) h 250 tsdat

56 The Last Question: We have learned A About differential equations. B How to derive simple differential equations. C How to use the linear approximation to solve them. D How we apply these ideas to systems of equations. E All of the above.

57 The Last Question: We have learned [E] All of the above! Have a nice Spring Break!

AP Calculus BC 2001 Free-Response Questions

AP Calculus BC 2001 Free-Response Questions AP Calculus BC 001 Free-Response Questions The materials included in these files are intended for use by AP teachers for course and exam preparation in the classroom; permission for any other use must

More information

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 1 Basic Terminology 4 2 Qualitative Analysis: Direction Field of y = f(t, y)

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

2.2 Derivative as a Function

2.2 Derivative as a Function 2.2 Derivative as a Function Recall that we defined the derivative as f (a) = lim h 0 f(a + h) f(a) h But since a is really just an arbitrary number that represents an x-value, why don t we just use x

More information

AP Calculus BC 2006 Free-Response Questions

AP Calculus BC 2006 Free-Response Questions AP Calculus BC 2006 Free-Response Questions The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

2008 AP Calculus AB Multiple Choice Exam

2008 AP Calculus AB Multiple Choice Exam 008 AP Multiple Choice Eam Name 008 AP Calculus AB Multiple Choice Eam Section No Calculator Active AP Calculus 008 Multiple Choice 008 AP Calculus AB Multiple Choice Eam Section Calculator Active AP Calculus

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

More information

Numerical Solution of Differential

Numerical Solution of Differential Chapter 13 Numerical Solution of Differential Equations We have considered numerical solution procedures for two kinds of equations: In chapter 10 the unknown was a real number; in chapter 6 the unknown

More information

Mark Howell Gonzaga High School, Washington, D.C.

Mark Howell Gonzaga High School, Washington, D.C. Be Prepared for the Calculus Exam Mark Howell Gonzaga High School, Washington, D.C. Martha Montgomery Fremont City Schools, Fremont, Ohio Practice exam contributors: Benita Albert Oak Ridge High School,

More information

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2 MATH 10550, EXAM SOLUTIONS (1) Find an equation for the tangent line to at the point (1, ). + y y + = Solution: The equation of a line requires a point and a slope. The problem gives us the point so we

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy.

= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy. ERROR PROPAGATION For sums, differences, products, and quotients, propagation of errors is done as follows. (These formulas can easily be calculated using calculus, using the differential as the associated

More information

AP Calculus BC Exam. The Calculus BC Exam. At a Glance. Section I. SECTION I: Multiple-Choice Questions. Instructions. About Guessing.

AP Calculus BC Exam. The Calculus BC Exam. At a Glance. Section I. SECTION I: Multiple-Choice Questions. Instructions. About Guessing. The Calculus BC Exam AP Calculus BC Exam SECTION I: Multiple-Choice Questions At a Glance Total Time 1 hour, 45 minutes Number of Questions 45 Percent of Total Grade 50% Writing Instrument Pencil required

More information

AP Calculus AB 2005 Free-Response Questions

AP Calculus AB 2005 Free-Response Questions AP Calculus AB 25 Free-Response Questions The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0,

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0, Name: Solutions to Practice Final. Consider the line r(t) = 3 + t, t, 6. (a) Find symmetric equations for this line. (b) Find the point where the first line r(t) intersects the surface z = x + y. (a) We

More information

F = ma. F = G m 1m 2 R 2

F = ma. F = G m 1m 2 R 2 Newton s Laws The ideal models of a particle or point mass constrained to move along the x-axis, or the motion of a projectile or satellite, have been studied from Newton s second law (1) F = ma. In the

More information

PLOTTING DATA AND INTERPRETING GRAPHS

PLOTTING DATA AND INTERPRETING GRAPHS PLOTTING DATA AND INTERPRETING GRAPHS Fundamentals of Graphing One of the most important sets of skills in science and mathematics is the ability to construct graphs and to interpret the information they

More information

Mathematical Modeling and Engineering Problem Solving

Mathematical Modeling and Engineering Problem Solving Mathematical Modeling and Engineering Problem Solving Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: 1. Applied Numerical Methods with

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan

Ground Rules. PC1221 Fundamentals of Physics I. Kinematics. Position. Lectures 3 and 4 Motion in One Dimension. Dr Tay Seng Chuan Ground Rules PC11 Fundamentals of Physics I Lectures 3 and 4 Motion in One Dimension Dr Tay Seng Chuan 1 Switch off your handphone and pager Switch off your laptop computer and keep it No talking while

More information

AP Calculus BC 2008 Scoring Guidelines

AP Calculus BC 2008 Scoring Guidelines AP Calculus BC 8 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 to college

More information

Notice numbers may change randomly in your assignments and you may have to recalculate solutions for your specific case.

Notice numbers may change randomly in your assignments and you may have to recalculate solutions for your specific case. HW1 Possible Solutions Notice numbers may change randomly in your assignments and you may have to recalculate solutions for your specific case. Tipler 14.P.003 An object attached to a spring has simple

More information

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm.

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm. PRACTICE FINAL Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 1cm. Solution. Let x be the distance between the center of the circle

More information

An Introduction to Calculus. Jackie Nicholas

An Introduction to Calculus. Jackie Nicholas Mathematics Learning Centre An Introduction to Calculus Jackie Nicholas c 2004 University of Sydney Mathematics Learning Centre, University of Sydney 1 Some rules of differentiation and how to use them

More information

Homework #2 Solutions

Homework #2 Solutions MAT Spring Problems Section.:, 8,, 4, 8 Section.5:,,, 4,, 6 Extra Problem # Homework # Solutions... Sketch likely solution curves through the given slope field for dy dx = x + y...8. Sketch likely solution

More information

Calculus AB 2014 Scoring Guidelines

Calculus AB 2014 Scoring Guidelines P Calculus B 014 Scoring Guidelines 014 The College Board. College Board, dvanced Placement Program, P, P Central, and the acorn logo are registered trademarks of the College Board. P Central is the official

More information

3.2 Sources, Sinks, Saddles, and Spirals

3.2 Sources, Sinks, Saddles, and Spirals 3.2. Sources, Sinks, Saddles, and Spirals 6 3.2 Sources, Sinks, Saddles, and Spirals The pictures in this section show solutions to Ay 00 C By 0 C Cy D 0. These are linear equations with constant coefficients

More information

Isaac Newton s (1642-1727) Laws of Motion

Isaac Newton s (1642-1727) Laws of Motion Big Picture 1 2.003J/1.053J Dynamics and Control I, Spring 2007 Professor Thomas Peacock 2/7/2007 Lecture 1 Newton s Laws, Cartesian and Polar Coordinates, Dynamics of a Single Particle Big Picture First

More information

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1)

Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) Worksheet 1. What You Need to Know About Motion Along the x-axis (Part 1) In discussing motion, there are three closely related concepts that you need to keep straight. These are: If x(t) represents the

More information

An Introduction to Applied Mathematics: An Iterative Process

An Introduction to Applied Mathematics: An Iterative Process An Introduction to Applied Mathematics: An Iterative Process Applied mathematics seeks to make predictions about some topic such as weather prediction, future value of an investment, the speed of a falling

More information

AP Calculus AB 2010 Free-Response Questions Form B

AP Calculus AB 2010 Free-Response Questions Form B AP Calculus AB 2010 Free-Response Questions Form B The College Board The College Board is a not-for-profit membership association whose mission is to connect students to college success and opportunity.

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

AP Calculus AB First Semester Final Exam Practice Test Content covers chapters 1-3 Name: Date: Period:

AP Calculus AB First Semester Final Exam Practice Test Content covers chapters 1-3 Name: Date: Period: AP Calculus AB First Semester Final Eam Practice Test Content covers chapters 1- Name: Date: Period: This is a big tamale review for the final eam. Of the 69 questions on this review, questions will be

More information

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false?

AP1 Oscillations. 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? 1. Which of the following statements about a spring-block oscillator in simple harmonic motion about its equilibrium point is false? (A) The displacement is directly related to the acceleration. (B) The

More information

Homework #1 Solutions

Homework #1 Solutions MAT 303 Spring 203 Homework # Solutions Problems Section.:, 4, 6, 34, 40 Section.2:, 4, 8, 30, 42 Section.4:, 2, 3, 4, 8, 22, 24, 46... Verify that y = x 3 + 7 is a solution to y = 3x 2. Solution: From

More information

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x

www.mathsbox.org.uk Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx Acceleration Velocity (v) Displacement x Mechanics 2 : Revision Notes 1. Kinematics and variable acceleration Displacement (x) Velocity (v) Acceleration (a) x = f(t) differentiate v = dx differentiate a = dv = d2 x dt dt dt 2 Acceleration Velocity

More information

More Quadratic Equations

More Quadratic Equations More Quadratic Equations Math 99 N1 Chapter 8 1 Quadratic Equations We won t discuss quadratic inequalities. Quadratic equations are equations where the unknown appears raised to second power, and, possibly

More information

Multi-variable Calculus and Optimization

Multi-variable Calculus and Optimization Multi-variable Calculus and Optimization Dudley Cooke Trinity College Dublin Dudley Cooke (Trinity College Dublin) Multi-variable Calculus and Optimization 1 / 51 EC2040 Topic 3 - Multi-variable Calculus

More information

Physical Science Chapter 2. Forces

Physical Science Chapter 2. Forces Physical Science Chapter 2 Forces The Nature of Force By definition, a Force is a push or a pull. A Push Or A Pull Just like Velocity & Acceleration Forces have both magnitude and direction components

More information

3. KINEMATICS IN TWO DIMENSIONS; VECTORS.

3. KINEMATICS IN TWO DIMENSIONS; VECTORS. 3. KINEMATICS IN TWO DIMENSIONS; VECTORS. Key words: Motion in Two Dimensions, Scalars, Vectors, Addition of Vectors by Graphical Methods, Tail to Tip Method, Parallelogram Method, Negative Vector, Vector

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

1.(6pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.

1.(6pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9. .(6pts Find symmetric equations of the line L passing through the point (, 5, and perpendicular to the plane x + 3y z = 9. (a x = y + 5 3 = z (b x (c (x = ( 5(y 3 = z + (d x (e (x + 3(y 3 (z = 9 = y 3

More information

AP Calculus AB 2004 Scoring Guidelines

AP Calculus AB 2004 Scoring Guidelines AP Calculus AB 4 Scoring Guidelines The materials included in these files are intended for noncommercial use by AP teachers for course and eam preparation; permission for any other use must be sought from

More information

Work and Energy. Physics 1425 Lecture 12. Michael Fowler, UVa

Work and Energy. Physics 1425 Lecture 12. Michael Fowler, UVa Work and Energy Physics 1425 Lecture 12 Michael Fowler, UVa What is Work and What Isn t? In physics, work has a very restricted meaning! Doing homework isn t work. Carrying somebody a mile on a level road

More information

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation

Differential Relations for Fluid Flow. Acceleration field of a fluid. The differential equation of mass conservation Differential Relations for Fluid Flow In this approach, we apply our four basic conservation laws to an infinitesimally small control volume. The differential approach provides point by point details of

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion

Lecture L2 - Degrees of Freedom and Constraints, Rectilinear Motion S. Widnall 6.07 Dynamics Fall 009 Version.0 Lecture L - Degrees of Freedom and Constraints, Rectilinear Motion Degrees of Freedom Degrees of freedom refers to the number of independent spatial coordinates

More information

AP Physics C. Oscillations/SHM Review Packet

AP Physics C. Oscillations/SHM Review Packet AP Physics C Oscillations/SHM Review Packet 1. A 0.5 kg mass on a spring has a displacement as a function of time given by the equation x(t) = 0.8Cos(πt). Find the following: a. The time for one complete

More information

3.1 MAXIMUM, MINIMUM AND INFLECTION POINT & SKETCHING THE GRAPH. In Isaac Newton's day, one of the biggest problems was poor navigation at sea.

3.1 MAXIMUM, MINIMUM AND INFLECTION POINT & SKETCHING THE GRAPH. In Isaac Newton's day, one of the biggest problems was poor navigation at sea. BA01 ENGINEERING MATHEMATICS 01 CHAPTER 3 APPLICATION OF DIFFERENTIATION 3.1 MAXIMUM, MINIMUM AND INFLECTION POINT & SKETCHING THE GRAPH Introduction to Applications of Differentiation In Isaac Newton's

More information

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b.

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b. PRIMARY CONTENT MODULE Algebra - Linear Equations & Inequalities T-37/H-37 What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of

More information

Eigenvalues, Eigenvectors, and Differential Equations

Eigenvalues, Eigenvectors, and Differential Equations Eigenvalues, Eigenvectors, and Differential Equations William Cherry April 009 (with a typo correction in November 05) The concepts of eigenvalue and eigenvector occur throughout advanced mathematics They

More information

AP Calculus AB 2007 Scoring Guidelines Form B

AP Calculus AB 2007 Scoring Guidelines Form B AP Calculus AB 7 Scoring Guidelines Form B The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

Don't Forget the Differential Equations: Finishing 2005 BC4

Don't Forget the Differential Equations: Finishing 2005 BC4 connect to college success Don't Forget the Differential Equations: Finishing 005 BC4 Steve Greenfield available on apcentral.collegeboard.com connect to college success www.collegeboard.com The College

More information

Nonlinear Systems of Ordinary Differential Equations

Nonlinear Systems of Ordinary Differential Equations Differential Equations Massoud Malek Nonlinear Systems of Ordinary Differential Equations Dynamical System. A dynamical system has a state determined by a collection of real numbers, or more generally

More information

AP Calculus AB 2006 Scoring Guidelines

AP Calculus AB 2006 Scoring Guidelines AP Calculus AB 006 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 to college

More information

Differential Equations

Differential Equations 40 CHAPTER 15 Differential Equations In many natural conditions the rate at which the amount of an object changes is directly proportional to the amount of the object itself. For example: 1) The marginal

More information

LINES AND PLANES CHRIS JOHNSON

LINES AND PLANES CHRIS JOHNSON LINES AND PLANES CHRIS JOHNSON Abstract. In this lecture we derive the equations for lines and planes living in 3-space, as well as define the angle between two non-parallel planes, and determine the distance

More information

Visualizing Differential Equations Slope Fields. by Lin McMullin

Visualizing Differential Equations Slope Fields. by Lin McMullin Visualizing Differential Equations Slope Fields by Lin McMullin The topic of slope fields is new to the AP Calculus AB Course Description for the 2004 exam. Where do slope fields come from? How should

More information

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C.

Review Solutions MAT V1102. 1. (a) If u = 4 x, then du = dx. Hence, substitution implies 1. dx = du = 2 u + C = 2 4 x + C. Review Solutions MAT V. (a) If u 4 x, then du dx. Hence, substitution implies dx du u + C 4 x + C. 4 x u (b) If u e t + e t, then du (e t e t )dt. Thus, by substitution, we have e t e t dt e t + e t u

More information

In order to describe motion you need to describe the following properties.

In order to describe motion you need to describe the following properties. Chapter 2 One Dimensional Kinematics How would you describe the following motion? Ex: random 1-D path speeding up and slowing down In order to describe motion you need to describe the following properties.

More information

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1

1 2 3 1 1 2 x = + x 2 + x 4 1 0 1 (d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which

More information

Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations

Spring Simple Harmonic Oscillator. Spring constant. Potential Energy stored in a Spring. Understanding oscillations. Understanding oscillations Spring Simple Harmonic Oscillator Simple Harmonic Oscillations and Resonance We have an object attached to a spring. The object is on a horizontal frictionless surface. We move the object so the spring

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

Mechanics 1: Conservation of Energy and Momentum

Mechanics 1: Conservation of Energy and Momentum Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation

More information

Chapter 4 One Dimensional Kinematics

Chapter 4 One Dimensional Kinematics Chapter 4 One Dimensional Kinematics 41 Introduction 1 4 Position, Time Interval, Displacement 41 Position 4 Time Interval 43 Displacement 43 Velocity 3 431 Average Velocity 3 433 Instantaneous Velocity

More information

3 Contour integrals and Cauchy s Theorem

3 Contour integrals and Cauchy s Theorem 3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of

More information

Weight The weight of an object is defined as the gravitational force acting on the object. Unit: Newton (N)

Weight The weight of an object is defined as the gravitational force acting on the object. Unit: Newton (N) Gravitational Field A gravitational field as a region in which an object experiences a force due to gravitational attraction Gravitational Field Strength The gravitational field strength at a point in

More information

Motion. Complete Table 1. Record all data to three decimal places (e.g., 4.000 or 6.325 or 0.000). Do not include units in your answer.

Motion. Complete Table 1. Record all data to three decimal places (e.g., 4.000 or 6.325 or 0.000). Do not include units in your answer. Labs for College Physics: Mechanics Worksheet Experiment 2-1 Motion As you work through the steps in the lab procedure, record your experimental values and the results on this worksheet. Use the exact

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Second Order Linear Differential Equations

Second Order Linear Differential Equations CHAPTER 2 Second Order Linear Differential Equations 2.. Homogeneous Equations A differential equation is a relation involving variables x y y y. A solution is a function f x such that the substitution

More information

Lecture 07: Work and Kinetic Energy. Physics 2210 Fall Semester 2014

Lecture 07: Work and Kinetic Energy. Physics 2210 Fall Semester 2014 Lecture 07: Work and Kinetic Energy Physics 2210 Fall Semester 2014 Announcements Schedule next few weeks: 9/08 Unit 3 9/10 Unit 4 9/15 Unit 5 (guest lecturer) 9/17 Unit 6 (guest lecturer) 9/22 Unit 7,

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Course Overview and Philosophy AP Calculus AB Syllabus The biggest idea in AP Calculus is the connections among the representations of the major concepts graphically, numerically, analytically, and verbally.

More information

The Basics of Physics with Calculus. AP Physics C

The Basics of Physics with Calculus. AP Physics C The Basics of Physics with Calculus AP Physics C Pythagoras started it all 6 th Century Pythagoras first got interested in music when he was walking past a forge and heard that the sounds of the blacksmiths'

More information

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

19.7. Applications of Differential Equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Applications of Differential Equations 19.7 Introduction Blocks 19.2 to 19.6 have introduced several techniques for solving commonly-occurring firstorder and second-order ordinary differential equations.

More information

Chapter 6 Work and Energy

Chapter 6 Work and Energy Chapter 6 WORK AND ENERGY PREVIEW Work is the scalar product of the force acting on an object and the displacement through which it acts. When work is done on or by a system, the energy of that system

More information

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid.

When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Fluid Statics When the fluid velocity is zero, called the hydrostatic condition, the pressure variation is due only to the weight of the fluid. Consider a small wedge of fluid at rest of size Δx, Δz, Δs

More information

Newton s Laws. Physics 1425 lecture 6. Michael Fowler, UVa.

Newton s Laws. Physics 1425 lecture 6. Michael Fowler, UVa. Newton s Laws Physics 1425 lecture 6 Michael Fowler, UVa. Newton Extended Galileo s Picture of Galileo said: Motion to Include Forces Natural horizontal motion is at constant velocity unless a force acts:

More information

Elements of a graph. Click on the links below to jump directly to the relevant section

Elements of a graph. Click on the links below to jump directly to the relevant section Click on the links below to jump directly to the relevant section Elements of a graph Linear equations and their graphs What is slope? Slope and y-intercept in the equation of a line Comparing lines on

More information

Prelab Exercises: Hooke's Law and the Behavior of Springs

Prelab Exercises: Hooke's Law and the Behavior of Springs 59 Prelab Exercises: Hooke's Law and the Behavior of Springs Study the description of the experiment that follows and answer the following questions.. (3 marks) Explain why a mass suspended vertically

More information

Calculus 1st Semester Final Review

Calculus 1st Semester Final Review Calculus st Semester Final Review Use the graph to find lim f ( ) (if it eists) 0 9 Determine the value of c so that f() is continuous on the entire real line if f ( ) R S T, c /, > 0 Find the limit: lim

More information

Hydraulics Laboratory Experiment Report

Hydraulics Laboratory Experiment Report Hydraulics Laboratory Experiment Report Name: Ahmed Essam Mansour Section: "1", Monday 2-5 pm Title: Flow in open channel Date: 13 November-2006 Objectives: Calculate the Chezy and Manning coefficients

More information

Lecture L22-2D Rigid Body Dynamics: Work and Energy

Lecture L22-2D Rigid Body Dynamics: Work and Energy J. Peraire, S. Widnall 6.07 Dynamics Fall 008 Version.0 Lecture L - D Rigid Body Dynamics: Work and Energy In this lecture, we will revisit the principle of work and energy introduced in lecture L-3 for

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

Derive 5: The Easiest... Just Got Better!

Derive 5: The Easiest... Just Got Better! Liverpool John Moores University, 1-15 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de Technologie Supérieure, Canada Email; mbeaudin@seg.etsmtl.ca 1. Introduction Engineering

More information

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices

Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two

More information

FRICTION, WORK, AND THE INCLINED PLANE

FRICTION, WORK, AND THE INCLINED PLANE FRICTION, WORK, AND THE INCLINED PLANE Objective: To measure the coefficient of static and inetic friction between a bloc and an inclined plane and to examine the relationship between the plane s angle

More information

Acceleration of Gravity Lab Basic Version

Acceleration of Gravity Lab Basic Version Acceleration of Gravity Lab Basic Version In this lab you will explore the motion of falling objects. As an object begins to fall, it moves faster and faster (its velocity increases) due to the acceleration

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w Chapter 4 Vehicle Dynamics 4.. Introduction In order to design a controller, a good representative model of the system is needed. A vehicle mathematical model, which is appropriate for both acceleration

More information

AP Calculus AB 2011 Free-Response Questions

AP Calculus AB 2011 Free-Response Questions AP Calculus AB 11 Free-Response Questions About the College Board The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded in

More information

Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81. Lecture Note

Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81. Lecture Note Journal of Engineering Science and Technology Review 2 (1) (2009) 76-81 Lecture Note JOURNAL OF Engineering Science and Technology Review www.jestr.org Time of flight and range of the motion of a projectile

More information

Student name: Earlham College. Fall 2011 December 15, 2011

Student name: Earlham College. Fall 2011 December 15, 2011 Student name: Earlham College MATH 320: Differential Equations Final exam - In class part Fall 2011 December 15, 2011 Instructions: This is a regular closed-book test, and is to be taken without the use

More information

AP Physics 1 and 2 Lab Investigations

AP Physics 1 and 2 Lab Investigations AP Physics 1 and 2 Lab Investigations Student Guide to Data Analysis New York, NY. College Board, Advanced Placement, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks

More information