Week #16 - Differential Equations (Euler s Method) Section 11.3

Size: px
Start display at page:

Download "Week #16 - Differential Equations (Euler s Method) Section 11.3"

Transcription

1 Week #16 - Differential Equations (Euler s Method) Section 11.3 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by permission of John Wiley & Sons, Inc. SUGGESTED PROBLEMS 1. Consider the differential equation y = x y whose slope field is in Figure Use Euler s method with x = 0.1 to estimate y when x = 0.4 for the solution curves satisfying (a) y(0) = 1 (b) y( 1) = 0 = x + y (a) So y(0.4) (b) Keep in mind that we don t usually ask questions that require this many steps. If we do, it s usually because there is a simple repeating pattern, as in this example. = x + y So y(0.4) = Consider the differential equation y = (sin x)(sin y). (a) Calculate approximate y-values using Euler s method with three steps and x = 0.1, starting at each of the following points: (i) (0, 2) (ii). (0, π). 1

2 (b) Use the slope field in Figure to explain your solution to part (a)(ii). (a) Remember to use radians in your calculator. = sin(x)sin(y) (i) (i) = sin(x)sin(y) 0 π π π π (b) If we consider the slope field at height y = π, the slopes will always be horizontal there because sin(π) = 0, so = sin(x)sin(y) = 0 for all y = π. We see this constant solution coming out of Euler s method in (ii). 10. Consider the differential equation = f(x) with initial value y(0) = 0. Explain why using Euler s method to approximate the solution curve gives the same results as using left Riemann sums to approximate x 0 f(t)dt. If we use Euler s method, with y = f(x), we will start at some x = x 0, and count up by intervals of x. This will produce estimates of y which will have the following form: y 1 = y 0 + f(x 0 ) x y 2 = y 1 + f(x 1 ) x... y n = y n 1 + f(x n 1 ) x where x n is where we want to stop, y n is our estimate of the function there, and each x i+1 = x i + x. Note that if we combine all of these terms together, we get y n = y n 1 + f(x n 1 ) x = (y n 2 + f(x n 2 x)) +f(x }{{} n 1 ) x y n 1... = y 0 + f(x 0 ) x + f(x 1 ) x f(x n 1 ) x = f(x 0 ) x + f(x 1 ) x f(x n 1 ) x since y(0) = 0 If instead we try to estimate the integral 2 xn 0 f(x) using rectangles, we will use

3 height is f(x 0 ) or f(x 1 ), or..., or f(x n 1 ) width of x Adding up the area of these rectangles gives us the Riemann sum Area = f(x 0 ) x + f(x 1 ) x f(x n 1 ) x which is exactly the same as the value calculated by Euler s method. QUIZ PREPARATION PROBLEMS 3. Consider the solution of the differential equation y = y passing through y(0) = 1. (a) Sketch the slope field for this differential equation, and sketch the solution passing through the point (0, 1). (b) Use Euler s method with step size x = 0.1 to estimate the solution at x = 0.1,0.2,...,1. (c) Plot the estimated solution on the slope field; compare the solution and the slope field. (d) Check that y = e x is the solution of y = y with y(0) = 1. (a) The slopes are steeper further away from the x axis, and zero along that axis. Slopes are positive above and negative below the x axis. (b) = y

4 (c) The points seem to go up in the same way that the graph does: small changes in y at first, followed by gradually larger and larger steps. (d) We can check that y = e x is the solution to = y,y(0) = 1 by seeing that y(0) = e 0 = 1 (initial condition) Left side = = d ex = e x = y = Right side 4. (a) Use Euler s method to approximate the value of y at x = 1 on the solution curve to the differential equation = x3 y 3 that passes through (0, 0). Use x = 1/5 (i.e., 5 steps). (b) Using Figure 11.28, sketch the solution that passes through (0, 0). Show the approximation you made in part (a). (c) Using the slope field, say whether your answer to part (a) is an overestimate or an underestimate. (a) Figure 11.28: Slope field for = x3 y 3. = x3 y So y(1) (b) It is too difficult to show the solution from part (a) in such a small diagram. Here is a sketch of the solution curve, though. 4

5 (c) Because the solution curve is convex up between x = 0 and x = 1, the solution from part (a) will be an underestimate of the real solution. 5. Consider the differential equation = 2x, with initial condition y(0) = 1. (a) Use Euler s method with two steps to estimate y when x = 1. Now use four steps. (b) What is the formula for the exact value of y? (c) Does the error in Euler s approximation behave as predicted in the box? (a) With two intervals between x = 0 and x = 1, we have x = 0.5. = 2x With four intervals between x = 0 and x = 1, we have x = = 2x (b) If = 2x, we can integrate directly, so y = x2 +C. Since we want a solution going through y = 1, C = 1 so our analytic (exact) solution becomes y = x (c) The text states that the error in Euler s method is roughly proportional to 1/(# of intervals). In that case, doubling the number of intervals should reduce the error by one half. At x = 1, Error = ((1) 2 + 1) }{{} }{{} 1.5 = 0.5 when x = 0.5. y(1) exact y(1) estimate At x = 1, Error = 0.25 when x = Thus doubling the number of intervals halved the error, as expected. 5

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1

Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 Week #6 - Taylor Series, Derivatives and Graphs Section 10.1 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This material is used by

More information

Basic Differential Equations

Basic Differential Equations Unit #15 - Differential Equations Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Basic Differential Equations 1. Show that y = x + sin(x) π satisfies the initial value problem

More information

Week #1 The Exponential and Logarithm Functions Section 1.2

Week #1 The Exponential and Logarithm Functions Section 1.2 Week #1 The Exponential and Logarithm Functions Section 1.2 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by

More information

Unit #17 - Differential Equations Section 11.7

Unit #17 - Differential Equations Section 11.7 Unit #17 - Differential Equations Section 11.7 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material

More information

Week #1 The Exponential and Logarithm Functions Section 1.3

Week #1 The Exponential and Logarithm Functions Section 1.3 Week #1 The Exponential and Logarithm Functions Section 1.3 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by

More information

Unit #24 - Lagrange Multipliers Section 15.3

Unit #24 - Lagrange Multipliers Section 15.3 Unit #24 - Lagrange Multipliers Section 1.3 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 200 by John Wiley & Sons, Inc. This material is

More information

Week #8 - Optimization and Newton s Method Section 4.5

Week #8 - Optimization and Newton s Method Section 4.5 Week #8 - Optimization and Newton s Method Section 4.5 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by permission

More information

Week #6 - Taylor Series, Derivatives and Graphs Section 4.1

Week #6 - Taylor Series, Derivatives and Graphs Section 4.1 Week #6 - Talor Series, Derivatives and Graphs Section 4.1 From Calculus, Single Variable b Hughes-Hallett, Gleason, McCallum et. al. Copright 2005 b John Wile & Sons, Inc. This material is used b permission

More information

Week #1 The Exponential and Logarithm Functions Section 1.4

Week #1 The Exponential and Logarithm Functions Section 1.4 Week #1 The Exponential and Logarithm Functions Section 1.4 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by

More information

Week #13 - Integration by Parts & Numerical Integration Section 7.2

Week #13 - Integration by Parts & Numerical Integration Section 7.2 Week #3 - Inegraion by Pars & Numerical Inegraion Secion 7. From Calculus, Single Variable by Hughes-Halle, Gleason, McCallum e. al. Copyrigh 5 by John Wiley & Sons, Inc. This maerial is used by permission

More information

Week #7 Maxima and Minima, Concavity, Applications Section 4.2

Week #7 Maxima and Minima, Concavity, Applications Section 4.2 Week #7 Maima and Minima, Concavit, Applications Section 4.2 From Calculus, Single Variable b Hughes-Hallett, Gleason, McCallum et. al. Copright 2005 b John Wile & Sons, Inc. This material is used b permission

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. 1 CHAPTER

More information

Week #15 - Word Problems & Differential Equations Section 8.2

Week #15 - Word Problems & Differential Equations Section 8.2 Week #1 - Word Problems & Differential Equations Section 8. From Calculus, Single Variable by Huges-Hallett, Gleason, McCallum et. al. Copyrigt 00 by Jon Wiley & Sons, Inc. Tis material is used by permission

More information

Distance and Velocity

Distance and Velocity Distance and Velocity - Unit #8 : Goals: The Integral Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite integral and

More information

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10

v(t) v(t) Assignment & Notes 5.2: Intro to Integrals Due Date: Friday, 1/10 Assignment & Notes 5.2: Intro to Integrals 1. The velocity function (in miles and hours) for Ms. Hardtke s Christmas drive to see her family is shown at the right. Find the total distance Ms. H travelled

More information

Week #8 - Optimization and Newton s Method Section 4.5

Week #8 - Optimization and Newton s Method Section 4.5 Week #8 - Optimization and Newton s Method Section 4.5 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material is used by permission

More information

Unit #17 - Differential Equations Section 11.6

Unit #17 - Differential Equations Section 11.6 Unit #7 - Differential Equations Section.6 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This material is used

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

More information

Week #5 - Related Rates, Linear Approximation, and Taylor Polynomials Section 4.6

Week #5 - Related Rates, Linear Approximation, and Taylor Polynomials Section 4.6 Week #5 - Related Rates, Linear Approximation, and Taylor Polynomials Section 4.6 From Calculus, Single Variable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley & Sons, Inc. This

More information

Distance And Velocity

Distance And Velocity Unit #8 - The Integral Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Distance And Velocity. The graph below shows the velocity, v, of an object (in meters/sec). Estimate

More information

UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS. Qu: What do you remember about exponential and logarithmic functions?

UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS. Qu: What do you remember about exponential and logarithmic functions? UNIT 5: DERIVATIVES OF EXPONENTIAL AND TRIGONOMETRIC FUNCTIONS 5.1 DERIVATIVES OF EXPONENTIAL FUNCTIONS, y = e X Qu: What do you remember about exponential and logarithmic functions? e, called Euler s

More information

INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS

INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS INTEGRATION: AREAS AND RIEMANN SUMS MR. VELAZQUEZ AP CALCULUS APPROXIMATING AREA For today s lesson, we will be using different approaches to the area problem. The area problem is to definite integrals

More information

AP Calculus BC: Syllabus 3

AP Calculus BC: Syllabus 3 AP Calculus BC: Syllabus 3 Scoring Components SC1 SC2 SC3 SC4 The course teaches Functions, Graphs, and Limits as delineated in the Calculus BC Topic The course teaches Derivatives as delineated The course

More information

Unit #17 - Differential Equations Section 11.5

Unit #17 - Differential Equations Section 11.5 Unit #17 - Differential Equations Section 11.5 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc. This material

More information

Unit #1 - Transformation of Functions; Exponential and Logarithms Section 1.4

Unit #1 - Transformation of Functions; Exponential and Logarithms Section 1.4 Unit #1 - Transformation of Functions; Exponential and Logarithms Section 1.4 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 005 by John Wiley

More information

Unit #3 - Differentiability, Computing Derivatives, Trig Review

Unit #3 - Differentiability, Computing Derivatives, Trig Review Unit #3 - Differentiability, Computing Derivatives, Trig Review Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Derivative Interpretation and Existence 1. The cost, C (in

More information

Day 2 Notes: Riemann Sums In calculus, the result of f ( x)

Day 2 Notes: Riemann Sums In calculus, the result of f ( x) AP Calculus Unit 6 Basic Integration & Applications Day 2 Notes: Riemann Sums In calculus, the result of f ( x) dx is a function that represents the anti-derivative of the function f(x). This is also sometimes

More information

GUIDED NOTES 5.6 RATIONAL FUNCTIONS

GUIDED NOTES 5.6 RATIONAL FUNCTIONS GUIDED NOTES 5.6 RATIONAL FUNCTIONS LEARNING OBJECTIVES In this section, you will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identify

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. 1 Section

More information

Math 122 Fall Unit Test 1 Review Problems Set A

Math 122 Fall Unit Test 1 Review Problems Set A Math Fall 8 Unit Test Review Problems Set A We have chosen these problems because we think that they are representative of many of the mathematical concepts that we have studied. There is no guarantee

More information

Chapter 2 NAME

Chapter 2 NAME QUIZ 1 Chapter NAME 1. Determine 15 - x + x by substitution. 1. xs3 (A) (B) 8 (C) 10 (D) 1 (E) 0 5-6x + x Find, if it exists. xs5 5 - x (A) -4 (B) 0 (C) 4 (D) 6 (E) Does not exist 3. For the function y

More information

24. AB Calculus Step-by-Step Name. a. For what values of x does f on [-4,4] have a relative minimum and relative maximum? Justify your answers.

24. AB Calculus Step-by-Step Name. a. For what values of x does f on [-4,4] have a relative minimum and relative maximum? Justify your answers. 24. AB Calculus Step-by-Step Name The figure to the right shows the graph of f!, the derivative of the odd function f. This graph has horizontal tangents at x = 1 and x = 3. The domain of f is!4 " x "

More information

Lesson 3 Velocity Graphical Analysis

Lesson 3 Velocity Graphical Analysis Physics 2 Lesson 3 Velocity Graphical Analysis I. Pearson Textbook Reference Refer to pages 11 to 2. II. Position-time Graphs Position-time graphs indicate the position of an object relative to a reference

More information

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions

Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions Math 111, Introduction to the Calculus, Fall 2011 Midterm I Practice Exam 1 Solutions For each question, there is a model solution (showing you the level of detail I expect on the exam) and then below

More information

CALCULUS AB SECTION II, Part A

CALCULUS AB SECTION II, Part A CALCULUS AB SECTION II, Part A Time 45 minutes Number of problems 3 A graphing calculator is required for some problems or parts of problems. pt 1. The rate at which raw sewage enters a treatment tank

More information

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan,

What is on today. 1 Linear approximation. MA 123 (Calculus I) Lecture 17: November 2, 2017 Section A2. Professor Jennifer Balakrishnan, Professor Jennifer Balakrishnan, jbala@bu.edu What is on today 1 Linear approximation 1 1.1 Linear approximation and concavity....................... 2 1.2 Change in y....................................

More information

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3

( ) 0. Section 3.3 Graphs of Polynomial Functions. Chapter 3 76 Chapter 3 Section 3.3 Graphs of Polynomial Functions In the previous section we explored the short run behavior of quadratics, a special case of polynomials. In this section we will explore the short

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

1.2 Functions & Function Notation

1.2 Functions & Function Notation 1.2 Functions & Function Notation A relation is any set of ordered pairs. A function is a relation for which every value of the independent variable (the values that can be inputted; the t s; used to call

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Vector Multiplication. Directional Derivatives and the Gradient

Vector Multiplication. Directional Derivatives and the Gradient Vector Multiplication - 1 Unit # : Goals: Directional Derivatives and the Gradient To learn about dot and scalar products of vectors. To introduce the directional derivative and the gradient vector. To

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Integration. Copyright Cengage Learning. All rights reserved.

Integration. Copyright Cengage Learning. All rights reserved. 4 Integration Copyright Cengage Learning. All rights reserved. 1 4.3 Riemann Sums and Definite Integrals Copyright Cengage Learning. All rights reserved. 2 Objectives Understand the definition of a Riemann

More information

Chapter 7. Linear Regression (Pt. 1) 7.1 Introduction. 7.2 The Least-Squares Regression Line

Chapter 7. Linear Regression (Pt. 1) 7.1 Introduction. 7.2 The Least-Squares Regression Line Chapter 7 Linear Regression (Pt. 1) 7.1 Introduction Recall that r, the correlation coefficient, measures the linear association between two quantitative variables. Linear regression is the method of fitting

More information

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS

LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS LIMITS AT INFINITY MR. VELAZQUEZ AP CALCULUS RECALL: VERTICAL ASYMPTOTES Remember that for a rational function, vertical asymptotes occur at values of x = a which have infinite its (either positive or

More information

2.8 Linear Approximations and Differentials

2.8 Linear Approximations and Differentials Arkansas Tech University MATH 294: Calculus I Dr. Marcel B. Finan 2.8 Linear Approximations and Differentials In this section we approximate graphs by tangent lines which we refer to as tangent line approximations.

More information

4.4 AREAS, INTEGRALS AND ANTIDERIVATIVES

4.4 AREAS, INTEGRALS AND ANTIDERIVATIVES 1 4.4 AREAS, INTEGRALS AND ANTIDERIVATIVES This section explores properties of functions defined as areas and examines some of the connections among areas, integrals and antiderivatives. In order to focus

More information

AP * Calculus Review. Limits, Continuity, and the Definition of the Derivative

AP * Calculus Review. Limits, Continuity, and the Definition of the Derivative AP * Calculus Review Limits, Continuity, and the Definition of the Derivative Teacher Packet Advanced Placement and AP are registered trademark of the College Entrance Examination Board. The College Board

More information

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations

Section 3.9. The Geometry of Graphs. Difference Equations to Differential Equations Difference Equations to Differential Equations Section 3.9 The Geometry of Graphs In Section. we discussed the graph of a function y = f(x) in terms of plotting points (x, f(x)) for many different values

More information

Directional Derivatives and the Gradient

Directional Derivatives and the Gradient Unit #20 : Directional Derivatives and the Gradient Goals: To learn about dot and scalar products of vectors. To introduce the directional derivative and the gradient vector. To learn how to compute the

More information

Advanced Placement AB Calculus

Advanced Placement AB Calculus Advanced Placement AB Calculus Performance Objectives and Time Table Text: Calculus, 8 th edition, by Howard Anton, Irl Bivens, Stephen Davis. John Wiley & Sons, Inc. 005 FIRST NINE WEEKS SECOND NINE WEEKS

More information

GUIDED NOTES 6.4 GRAPHS OF LOGARITHMIC FUNCTIONS

GUIDED NOTES 6.4 GRAPHS OF LOGARITHMIC FUNCTIONS GUIDED NOTES 6.4 GRAPHS OF LOGARITHMIC FUNCTIONS LEARNING OBJECTIVES In this section, you will: Identify the domain of a logarithmic function. Graph logarithmic functions. FINDING THE DOMAIN OF A LOGARITHMIC

More information

Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar!

Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar! Please read for extra test points: Thanks for reviewing the notes you are indeed a true scholar! See me any time B4 school tomorrow and mention to me that you have reviewed your integration notes and you

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. Chapter

More information

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations

Math 122 Fall Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations 1 Math 122 Fall 2008 Handout 11: Summary of Euler s Method, Slope Fields and Symbolic Solutions of Differential Equations The purpose of this handout is to review the techniques that you will learn for

More information

Functions Modeling Change A Preparation for Calculus Third Edition

Functions Modeling Change A Preparation for Calculus Third Edition Powerpoint slides copied from or based upon: Functions Modeling Change A Preparation for Calculus Third Edition Connally, Hughes-Hallett, Gleason, Et Al. Copyright 2007 John Wiley & Sons, Inc. 1 Chapter

More information

Area. A(2) = sin(0) π 2 + sin(π/2)π 2 = π For 3 subintervals we will find

Area. A(2) = sin(0) π 2 + sin(π/2)π 2 = π For 3 subintervals we will find Area In order to quantify the size of a -dimensional object, we use area. Since we measure area in square units, we can think of the area of an object as the number of such squares it fills up. Using this

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

4.3. Riemann Sums. Riemann Sums. Riemann Sums and Definite Integrals. Objectives

4.3. Riemann Sums. Riemann Sums. Riemann Sums and Definite Integrals. Objectives 4.3 Riemann Sums and Definite Integrals Objectives Understand the definition of a Riemann sum. Evaluate a definite integral using limits & Riemann Sums. Evaluate a definite integral using geometric formulas

More information

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number.

Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions. Recall that a power function has the form f(x) = x r where r is a real number. L7-1 Lecture 7: Sections 2.3 and 2.4 Rational and Exponential Functions Recall that a power function has the form f(x) = x r where r is a real number. f(x) = x 1/2 f(x) = x 1/3 ex. Sketch the graph of

More information

Integration. Tuesday, December 3, 13

Integration. Tuesday, December 3, 13 4 Integration 4.3 Riemann Sums and Definite Integrals Objectives n Understand the definition of a Riemann sum. n Evaluate a definite integral using properties of definite integrals. 3 Riemann Sums 4 Riemann

More information

Approximate Linear Relationships

Approximate Linear Relationships Approximate Linear Relationships In the real world, rarely do things follow trends perfectly. When the trend is expected to behave linearly, or when inspection suggests the trend is behaving linearly,

More information

AP Calculus Summer Packet

AP Calculus Summer Packet AP Calculus Summer Packet Writing The Equation Of A Line Example: Find the equation of a line that passes through ( 1, 2) and (5, 7). ü Things to remember: Slope formula, point-slope form, slopeintercept

More information

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I

Note: Final Exam is at 10:45 on Tuesday, 5/3/11 (This is the Final Exam time reserved for our labs). From Practice Test I MA Practice Final Answers in Red 4/8/ and 4/9/ Name Note: Final Exam is at :45 on Tuesday, 5// (This is the Final Exam time reserved for our labs). From Practice Test I Consider the integral 5 x dx. Sketch

More information

Integration and antiderivatives

Integration and antiderivatives Integration and antiderivatives 1. Evaluate the following:. True or false: d dx lim x / x et dt x cos( 1 4 t ) dt sin x dx = sin(π/) 3. True or false: the following function F (x) is an antiderivative

More information

Slope Fields and Differential Equations. Copyright Cengage Learning. All rights reserved.

Slope Fields and Differential Equations. Copyright Cengage Learning. All rights reserved. Slope Fields and Differential Equations Copyright Cengage Learning. All rights reserved. Objectives Review verifying solutions to differential equations. Review solving differential equations. Review using

More information

The Relation between the Integral and the Derivative Graphs. Unit #10 : Graphs of Antiderivatives, Substitution Integrals

The Relation between the Integral and the Derivative Graphs. Unit #10 : Graphs of Antiderivatives, Substitution Integrals Graphs of Antiderivatives - Unit #0 : Graphs of Antiderivatives, Substitution Integrals Goals: Relationship between the graph of f(x) and its anti-derivative F (x) The guess-and-check method for anti-differentiation.

More information

Graphs of Antiderivatives, Substitution Integrals

Graphs of Antiderivatives, Substitution Integrals Unit #10 : Graphs of Antiderivatives, Substitution Integrals Goals: Relationship between the graph of f(x) and its anti-derivative F (x) The guess-and-check method for anti-differentiation. The substitution

More information

WEEK 7 NOTES AND EXERCISES

WEEK 7 NOTES AND EXERCISES WEEK 7 NOTES AND EXERCISES RATES OF CHANGE (STRAIGHT LINES) Rates of change are very important in mathematics. Take for example the speed of a car. It is a measure of how far the car travels over a certain

More information

Calculus BC: Section I

Calculus BC: Section I Calculus BC: Section I Section I consists of 45 multiple-choice questions. Part A contains 28 questions and does not allow the use of a calculator. Part B contains 17 questions and requires a graphing

More information

Unit #13 - Integration to Find Areas and Volumes, Volumes of Revolution

Unit #13 - Integration to Find Areas and Volumes, Volumes of Revolution Unit #1 - Integration to Find Areas and Volumes, Volumes of Revolution Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Areas In Questions #1-8, find the area of one strip

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week

The University of Sydney Math1003 Integral Calculus and Modelling. Semester 2 Exercises and Solutions for Week The University of Sydney Math3 Integral Calculus and Modelling Semester 2 Exercises and Solutions for Week 2 2 Assumed Knowledge Sigma notation for sums. The ideas of a sequence of numbers and of the limit

More information

Summer Math Packet: Incoming Calculus I* students

Summer Math Packet: Incoming Calculus I* students Summer Math Packet: Incoming Calculus I* students Directions: One of the most challenging aspects of Calculus is that it requires you to use content from all your previous math courses. You will be better

More information

Course Title: Topics in Calculus (Level 3 or Level 4)

Course Title: Topics in Calculus (Level 3 or Level 4) Course Title: (Level 3 or Level 4) Length of Course: Prerequisites: One semester (2.5 credits) Precalculus and Functions Analysis Description: This course provides a preliminary introduction to Calculus

More information

AP Calculus BC. Free-Response Questions

AP Calculus BC. Free-Response Questions 017 AP Calculus BC Free-Response Questions 017 The College Board. College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. 017 AP CALCULUS

More information

You submitted this quiz on Fri 5 Jul :38 AM PDT (UTC -0700). You got a score of 5.00 out of You can attempt again, if you'd like.

You submitted this quiz on Fri 5 Jul :38 AM PDT (UTC -0700). You got a score of 5.00 out of You can attempt again, if you'd like. Feedback Potential Energy II You submitted this quiz on Fri 5 Jul 2013 9:38 AM PDT (UTC -0700). You got a score of 5.00 out of 10.00. You can attempt again, if you'd like. Some questions provided by Matter

More information

Limits at Infinity. Use algebraic techniques to help with indeterminate forms of ± Use substitutions to evaluate limits of compositions of functions.

Limits at Infinity. Use algebraic techniques to help with indeterminate forms of ± Use substitutions to evaluate limits of compositions of functions. SUGGESTED REFERENCE MATERIAL: Limits at Infinity As you work through the problems listed below, you should reference Chapter. of the recommended textbook (or the equivalent chapter in your alternative

More information

Trigonometric Identities Exam Questions

Trigonometric Identities Exam Questions Trigonometric Identities Exam Questions Name: ANSWERS January 01 January 017 Multiple Choice 1. Simplify the following expression: cos x 1 cot x a. sin x b. cos x c. cot x d. sec x. Identify a non-permissible

More information

6.1: Reciprocal, Quotient & Pythagorean Identities

6.1: Reciprocal, Quotient & Pythagorean Identities Math Pre-Calculus 6.: Reciprocal, Quotient & Pythagorean Identities A trigonometric identity is an equation that is valid for all values of the variable(s) for which the equation is defined. In this chapter

More information

Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area

Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area Properties of Continuous Probability Distributions The graph of a continuous probability distribution is a curve. Probability is represented by area under the curve. The curve is called the probability

More information

INTEGRALS. In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus.

INTEGRALS. In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus. INTEGRALS 5 INTEGRALS In Chapter 2, we used the tangent and velocity problems to introduce the derivative the central idea in differential calculus. INTEGRALS In much the same way, this chapter starts

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

26. Directional Derivatives & The Gradient

26. Directional Derivatives & The Gradient 26. Directional Derivatives & The Gradient Given a multivariable function z = f(x, y) and a point on the xy-plane P 0 = (x 0, y 0 ) at which f is differentiable (i.e. it is smooth with no discontinuities,

More information

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS 11.11 LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS A Spring with Friction: Damped Oscillations The differential equation, which we used to describe the motion of a spring, disregards friction. But there

More information

means Name a function whose derivative is 2x. x 4, and so forth.

means Name a function whose derivative is 2x. x 4, and so forth. AP Slope Fields Worksheet Slope fields give us a great wa to visualize a famil of antiderivatives, solutions of differential equations. d Solving means Name a function whose derivative is. d Answers might

More information

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need:

You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: You are being asked to create your own AP CALCULUS Survival kit. For the survival kit you will need: Index cards Ring (so that you can put all of your flash cards together) Hole punch (to punch holes in

More information

Unit #5 - Implicit Differentiation, Related Rates Section 4.6

Unit #5 - Implicit Differentiation, Related Rates Section 4.6 Unit #5 - Implicit Differentiation, Related Rates Section 4.6 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 2005 by John Wiley & Sons, Inc.

More information

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996.

Differentiation 1. The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. Differentiation 1 The METRIC Project, Imperial College. Imperial College of Science Technology and Medicine, 1996. 1 Launch Mathematica. Type

More information

X. Numerical Methods

X. Numerical Methods X. Numerical Methods. Taylor Approximation Suppose that f is a function defined in a neighborhood of a point c, and suppose that f has derivatives of all orders near c. In section 5 of chapter 9 we introduced

More information

WeBWorK assignment 1. b. Find the slope of the line passing through the points (10,1) and (0,2). 4.(1 pt) Find the equation of the line passing

WeBWorK assignment 1. b. Find the slope of the line passing through the points (10,1) and (0,2). 4.(1 pt) Find the equation of the line passing WeBWorK assignment Thought of the day: It s not that I m so smart; it s just that I stay with problems longer. Albert Einstein.( pt) a. Find the slope of the line passing through the points (8,4) and (,8).

More information

Regent College Maths Department. Core Mathematics 4 Trapezium Rule. C4 Integration Page 1

Regent College Maths Department. Core Mathematics 4 Trapezium Rule. C4 Integration Page 1 Regent College Maths Department Core Mathematics Trapezium Rule C Integration Page Integration It might appear to be a bit obvious but you must remember all of your C work on differentiation if you are

More information

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas?

F (x) is an antiderivative of f(x) if F (x) = f(x). Lets find an antiderivative of f(x) = x. We know that d. Any ideas? Math 24 - Calculus for Management and Social Science Antiderivatives and the Indefinite Integral: Notes So far we have studied the slope of a curve at a point and its applications. This is one of the fundamental

More information

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1.

1. Taylor Polynomials of Degree 1: Linear Approximation. Reread Example 1. Math 114, Taylor Polynomials (Section 10.1) Name: Section: Read Section 10.1, focusing on pages 58-59. Take notes in your notebook, making sure to include words and phrases in italics and formulas in blue

More information

Instructor Quick Check: Question Block 12

Instructor Quick Check: Question Block 12 Instructor Quick Check: Question Block 2 How to Administer the Quick Check: The Quick Check consists of two parts: an Instructor portion which includes solutions and a Student portion with problems for

More information

Solutions to Math 41 First Exam October 18, 2012

Solutions to Math 41 First Exam October 18, 2012 Solutions to Math 4 First Exam October 8, 202. (2 points) Find each of the following its, with justification. If the it does not exist, explain why. If there is an infinite it, then explain whether it

More information

Logarithmic, Exponential, and Other Transcendental Functions

Logarithmic, Exponential, and Other Transcendental Functions 5 Logarithmic, Exponential, and Other Transcendental Functions Copyright Cengage Learning. All rights reserved. 1 5.3 Inverse Functions Copyright Cengage Learning. All rights reserved. 2 Objectives Verify

More information