Sections 3.8, 4.6, and 6.1 Numerical Techniques. For our last PowerPoint of the year we will take a quick tour of some numerical techniques that we have.

Slides:



Advertisements
Similar presentations
Numerical Integration
Advertisements

Section Differentials Tangent Line Approximations A tangent line approximation is a process that involves using the tangent line to approximate a.
4.5 Linearization & Newton’s Method
DERIVATIVES 3. DERIVATIVES In this chapter, we begin our study of differential calculus.  This is concerned with how one quantity changes in relation.
Differential calculus
CHAPTER 4 THE DEFINITE INTEGRAL.
16 MULTIPLE INTEGRALS.
Homework Homework Assignment #47 Read Section 7.1 Page 398, Exercises: 23 – 51(Odd) Rogawski Calculus Copyright © 2008 W. H. Freeman and Company.
8 TECHNIQUES OF INTEGRATION. There are two situations in which it is impossible to find the exact value of a definite integral. TECHNIQUES OF INTEGRATION.
In the previous two sections, we focused on finding solutions to differential equations. However, most differential equations cannot be solved explicitly.
Secant Method Another Recursive Method. Secant Method The secant method is a recursive method used to find the solution to an equation like Newton’s Method.
3 DERIVATIVES.
Integrals 5.
Numerical Integration Approximating Definite Integral.
5.5 Numerical Integration Mt. Shasta, California Greg Kelly, Hanford High School, Richland, WashingtonPhoto by Vickie Kelly, 1998.
MAT 1235 Calculus II Section 7.7 Approximate (Numerical) Integration
5.5 Numerical Integration. Using integrals to find area works extremely well as long as we can find the antiderivative of the function. But what if we.
4.6 Numerical Integration Trapezoid and Simpson’s Rules.
1 Numerical Integration Section Why Numerical Integration? Let’s say we want to evaluate the following definite integral:
Chapter Two: Section Two Basic Differentiation Rules and Rates of Change.
1 The student will learn about: §4.4 Definite Integrals and Areas. the fundamental theorem of calculus, and the history of integral calculus, some applications.
Integrals  In Chapter 2, we used the tangent and velocity problems to introduce the derivative—the central idea in differential calculus.  In much the.
Section 5.2b. Do Now: Exploration 1 on page 264 It is a fact that With this information, determine the values of the following integrals. Explain your.
Slope Fields Objective: To find graphs and equations of functions by the use of slope fields.
A technique for approximating the real zeros of a Function.
 The number of x-values is the same as the number of strips. SUMMARY where n is the number of strips.  The width, h, of each strip is given by ( but.
Chapter Two: Section One The Derivative and the Tangent Line Problem.
In this section, we will consider the derivative function rather than just at a point. We also begin looking at some of the basic derivative rules.
4.5: Linear Approximations, Differentials and Newton’s Method.
Problem of the Day No calculator! What is the instantaneous rate of change at x = 2 of f(x) = x2 - 2 ? x - 1 A) -2 C) 1/2 E) 6 B) 1/6 D) 2.
Section 5.9 Approximate Integration Practice HW from Stewart Textbook (not to hand in) p. 421 # 3 – 15 odd.
CHAPTER 3 NUMERICAL METHODS
Copyright © 2011 Pearson, Inc. P.5 Solving Equations Graphically, Numerically and Algebraically.
C AREA & DEFINITE INTEGRALS Calculus - Santowski 12/13/2015 Calculus - Santowski 1.
Distance Traveled Area Under a curve Antiderivatives
E.g. Use 4 strips with the mid-ordinate rule to estimate the value of Give the answer to 4 d.p. Solution: We need 4 corresponding y -values for x 1, x.
C.1.3b - Area & Definite Integrals: An Algebraic Perspective Calculus - Santowski 1/7/2016Calculus - Santowski 1.
§3.6 Newton’s Method. The student will learn about
Riemann Sums Approximating Area. One of the classical ways of thinking of an area under a curve is to graph the function and then approximate the area.
In Chapters 6 and 8, we will see how to use the integral to solve problems concerning:  Volumes  Lengths of curves  Population predictions  Cardiac.
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Prentice Hall 5.5 Trapezoidal Rule.
Linearization, Newton’s Method
5.5 Numerical Integration. concave down concave up concave down concave up concave down.
2/28/2016 Perkins AP Calculus AB Day 15 Section 4.6.
Warm up HW Assessment You may use your notes/ class work / homework.
SECTION 4.2: AREA AP Calculus BC. LEARNING TARGETS: Use Sigma Notation to evaluate a sum Apply area formulas from geometry to determine the area under.
Integrals NO CALCULATOR TEST Chapter 5. Riemann Sums 5.1.
Copyright © Cengage Learning. All rights reserved. 7 Techniques of Integration.
Announcements Topics: -sections 7.3 (definite integrals) and 7.4 (FTC) * Read these sections and study solved examples in your textbook! Work On: -Practice.
Numerical Integration using Trapezoidal Rule
Lesson 46 – Area Under the Curve – Riemann Sums
5.5 Numerical Integration
§ 4.2 The Exponential Function e x.
CHAPTER 3 NUMERICAL METHODS
5.5 The Trapezoid Rule.
Solving Equations Graphically, Numerically, and Algebraically
Midpoint and Trapezoidal Rules
More Approximations Left-hand sum: use rectangles, left endpoint used for height Right-hand sum: use rectangles, right endpoint used for height Midpoint.
NUMERICAL INTEGRATION
5.5 Trapezoidal Rule.
Lesson 47 - Area under Curves as Limits and Sums
5.5 Numerical Integration
Using integrals to find area works extremely well as long as we can find the antiderivative of the function. Sometimes, the function is too complicated.
Section 11.3 Euler’s Method
Warm-up 2/4 Find the AVERAGE VALUE of
5.5 Numerical Integration
5.5 Numerical Integration
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Presentation transcript:

Sections 3.8, 4.6, and 6.1 Numerical Techniques

For our last PowerPoint of the year we will take a quick tour of some numerical techniques that we have skipped along the way. First, we go all the way back to section 3.8 (which starts on page 229) to discuss a technique for approximating roots of a function. This is called Newton’s Method.

Sections 3.8, 4.6, and 6.1 Numerical Techniques Newton’s Method is a recursive technique that relies on an initial guess (hopefully one that is reasonably close to a true value) and on the construction of of tangent lines. The idea here is that the x - intercept of a tangent line formed at our first guess will serve as the next x -guess for the root of the function.

Sections 3.8, 4.6, and 6.1 Numerical Techniques What feels silly about this technique is the fact that we will rely on our calculators to check these estimates and, of course, our calculator can very quickly give us an estimate. Let’s look at a visual here: hod/Newton'sMethodProof/Links/Newton'sMethodP roof_lnk_2.html

Sections 3.8, 4.6, and 6.1 Numerical Techniques Your text provides an excellent (I think) summary of this technique on page 229 with examples on page 230. We will use the list capability of our calculator to build these tables. The example we will use is to find a real zero of the function

Sections 3.8, 4.6, and 6.1 Numerical Techniques The next section we will revisit is section 4.6 which discusses another approximation technique for finding the area under a curve. We have already discussed inscribed rectangles (underestimates),circumscribed rectangles (overestimates), and midpoint estimates.

Sections 3.8, 4.6, and 6.1 Numerical Techniques However, no matter what we choose as our height for a rectangle, we will always have a noticeable amount of space left over. Trapezoids are a much more efficient way to carve up that space. The technique is identical to our rectangular approximations other than the fact that we need to use our trapezoid area formula.

Sections 3.8, 4.6, and 6.1 Numerical Techniques This section also introduces a technique that uses a parabola approximation to estimate areas under a variety of curves. This technique is called Simpson’s Rule and it is described on page 312. This is definitely another historical snapshot of the development of Calculus

Sections 3.8, 4.6, and 6.1 Numerical Techniques The final technique we will look at is a very new idea in the teaching of and learning of Calculus. The application is related to looking at classes of solutions to differential equations. We are looking for a visual representation of the class of curves that can solve a given differential.

Sections 3.8, 4.6, and 6.1 Numerical Techniques This idea is described in section 6.1 of your text and my students in the past have found this to be a quick concept to master. Let’s look at a good visual link: elds.html elds.html