Section 5.3 The Newton Form of the Interpolating Polynomial

Size: px
Start display at page:

Download "Section 5.3 The Newton Form of the Interpolating Polynomial"

Transcription

1 Section 5.3 The Newton Form of the Interpolating Polynomial Key terms Divided Difference basis Add-on feature Divided Difference Table

2 The Lagrange form is not very efficient if we have to evaluate the interpolating polynomial at a number of values and if we change the data we must effectively start over to get the interpolating polynomial for the new data set. Here we introduce another set of basis functions for polynomials that give us a more efficient form for a number of tasks.

3 Here we describe the 'divided difference basis', which is designed to have an addon feature. That is, if a new point is adjoined to the data set the new interpolation polynomial is obtained by adding a new term to the old interpolation polynomial. It also has the property that if the last point adjoined is deleted, a term can be deleted to obtain the interpolant for the smaller data set. These properties make the divided difference basis attractive for a variety of interpolation situations. {( ) 012 } S =, y i =,,,...,n The interpolating polynomial to a set i i of distinct points is constructed starting with a polynomial of degree zero that is just the y-coordinate of the first data point of S. Net we add a term so that we get a polynomial of degree one through the first two data. We continue in this fashion adjoining a point and adding on a term so that the interpolant goes through the previous points in addition to the adjoined new point. Conceptually this is an easy idea, the only computational epense is to get the coefficients of the terms that are added on. To get the coefficients it is helpful to use a device called a divided difference table, a portion is displayed net.

4 0 - th DD 1- st DD 2 - nd DD 3 - rd DD f ( ) 0 0 f [, ] = f ( 1) f ( 0 ) f ( ) f [,, ] = f [, ] = f ( 2 ) f ( 1) f ( ) f [,, ] = f ( ) 3 3 f [, ] = f ( 3) f ( 2 ) f [ 2, 1] f [ 1, 0 ] 2 0 f [ 3, 2 ] f [ 2, 1] 3 1 f [,,, ] = Carefully inspect the denominators. 3 0 f [ 3, 2, 1] f [ 2, 1, 0 ] 3 0

5 0 - th DD 1- st DD 2 - nd DD 3 - rd DD f ( ) 0 0 f [, ] = f ( 1) f ( 0 ) f ( ) f [,, ] = f [, ] = f ( 2 ) f ( 1) f ( ) f [,, ] = f ( ) 3 3 f [, ] = f ( 3) f ( 2 ) f [ 2, 1] f [ 1, 0 ] 2 0 f [ 3, 2 ] f [ 2, 1] 3 1 f [,,, ] = 3 0 The interpolating polynomial for the divided difference table above is P () = f[ ] + f[, ]( ) f [ 3, 2, 1] f [ 2, 1, 0 ] + f [,, ]( )( ) + f [,,, ]( )( )( ) Note that the coefficients for the divided difference basis are obtained from the top diagonal of the table. 3 0

6 0 - th DD 1- st DD 2 - nd DD 3 - rd DD f ( ) 0 0 f [, ] = f ( ) f ( ) f ( ) f [,, ] = f [, ] = f ( ) f ( ) f ( ) f [,, ] = f ( ) 3 3 f [, ] = f ( ) f ( ) f [, ] f [, ] 2 0 f [, ] f [, ] 3 1 f [,,, ] = 3 0 f [,, ] f [,, ] It is more difficult to show general epressions for items in the divided difference table than it is do actually compute them from numerical data. We illustrate this in the net eample.

7 Another view of the divided difference computation. The divided differences we want are along the left edge of the tree. 4 th order 3 rd order 1st order 2 nd order 0 th order; function values

8 /3 5/3

9

10 The net eample shows how to adjoin a point to the data set and use the add-on feature to get the new interpolant. 4-th DD = = = = If we want to adjoin point (6,2) to the data set, we etend the table as follows. Put 6 in the -column and 2 in the 0th DD column, then compute terms at the bottom of each of the 1st, 2nd, and 3rd DD columns. There will be a new column, label 4th DD for which we compute the coefficient of the new term that is to be adjoin to the cubic polynomial that interpolates the first four points.

11 The interpolant for the five points S = {(3,-2), (5,4), (1,0), (2,3), (6,2)} is } P 3 () Add-on term

12 The primary advantage of the Divided Difference basis over the standard basis is that the determination of the coefficients does not require the solution of a linear system. The Divided Difference basis has the add-on property which makes it easier to use than the Lagrange Basis. MATLAB Notes: Routine divdiff will compute a divided difference table. Use help divdiff for information on using this routine. Routine divpoly will determine an epression for a divided difference interpolation polynomial. Use help divpoly for information on using this routine. Routine pinterp compute an interpolation polynomial. It includes graphical options. Use help pinterp for information on using this routine.

UNIT-II INTERPOLATION & APPROXIMATION

UNIT-II INTERPOLATION & APPROXIMATION UNIT-II INTERPOLATION & APPROXIMATION LAGRANGE POLYNAMIAL 1. Find the polynomial by using Lagrange s formula and hence find for : 0 1 2 5 : 2 3 12 147 : 0 1 2 5 : 0 3 12 147 Lagrange s interpolation formula,

More information

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources

SOLVING QUADRATICS. Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS Copyright - Kramzil Pty Ltd trading as Academic Teacher Resources SOLVING QUADRATICS General Form: y a b c Where a, b and c are constants To solve a quadratic equation, the equation

More information

10.7 Polynomial and Rational Inequalities

10.7 Polynomial and Rational Inequalities 10.7 Polynomial and Rational Inequalities In this section we want to turn our attention to solving polynomial and rational inequalities. That is, we want to solve inequalities like 5 4 0. In order to do

More information

32. Method of Lagrange Multipliers

32. Method of Lagrange Multipliers 32. Method of Lagrange Multipliers The Method of Lagrange Multipliers is a generalized approach to solving constrained optimization problems. Assume that we are seeking to optimize a function z = f(, y)

More information

4.5 Rational functions.

4.5 Rational functions. 4.5 Rational functions. We have studied graphs of polynomials and we understand the graphical significance of the zeros of the polynomial and their multiplicities. Now we are ready to etend these eplorations

More information

Exam 2. Average: 85.6 Median: 87.0 Maximum: Minimum: 55.0 Standard Deviation: Numerical Methods Fall 2011 Lecture 20

Exam 2. Average: 85.6 Median: 87.0 Maximum: Minimum: 55.0 Standard Deviation: Numerical Methods Fall 2011 Lecture 20 Exam 2 Average: 85.6 Median: 87.0 Maximum: 100.0 Minimum: 55.0 Standard Deviation: 10.42 Fall 2011 1 Today s class Multiple Variable Linear Regression Polynomial Interpolation Lagrange Interpolation Newton

More information

Define a rational expression: a quotient of two polynomials. ..( 3 10) (3 2) Rational expressions have the same properties as rational numbers:

Define a rational expression: a quotient of two polynomials. ..( 3 10) (3 2) Rational expressions have the same properties as rational numbers: 1 UNIT 7 RATIONAL EXPRESSIONS & EQUATIONS Simplifying Rational Epressions Define a rational epression: a quotient of two polynomials. A rational epression always indicates division EX: 10 means..( 10)

More information

Ch. 7.1 Polynomial Degree & Finite Differences

Ch. 7.1 Polynomial Degree & Finite Differences Ch. 7.1 Polynomial Degree & Finite Differences Learning Intentions: Define terminology associated with polynomials: term, monomial, binomial & trinomial. Use the finite differences method to determine

More information

Integration by inverse substitution

Integration by inverse substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 9 Integration by inverse substitution by using the sine function What you need to know already: How to integrate through basic

More information

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x

One Solution Two Solutions Three Solutions Four Solutions. Since both equations equal y we can set them equal Combine like terms Factor Solve for x Algebra Notes Quadratic Systems Name: Block: Date: Last class we discussed linear systems. The only possibilities we had we 1 solution, no solution or infinite solutions. With quadratic systems we have

More information

Complex fraction: - a fraction which has rational expressions in the numerator and/or denominator

Complex fraction: - a fraction which has rational expressions in the numerator and/or denominator Comple fraction: - a fraction which has rational epressions in the numerator and/or denominator o 2 2 4 y 2 + y 2 y 2 2 Steps for Simplifying Comple Fractions. simplify the numerator and/or the denominator

More information

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence

Chapter 6. Nonlinear Equations. 6.1 The Problem of Nonlinear Root-finding. 6.2 Rate of Convergence Chapter 6 Nonlinear Equations 6. The Problem of Nonlinear Root-finding In this module we consider the problem of using numerical techniques to find the roots of nonlinear equations, f () =. Initially we

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES 3.6 Derivatives of Logarithmic Functions In this section, we: use implicit differentiation to find the derivatives of the logarithmic functions and, in particular,

More information

Partial Fraction Decompositions

Partial Fraction Decompositions Partial Fraction Rational Functions Partial Fraction Finding Partial Fractions Integrating Partial Fraction Eamples Rational Functions Definition Eample A function of the type P/Q, where both P and Q are

More information

Chapter 1 Polynomials. This chapter is about polynomials, which include linear and quadratic expressions. When you have completed it, you should

Chapter 1 Polynomials. This chapter is about polynomials, which include linear and quadratic expressions. When you have completed it, you should 978-1-16-600-1 Cambridge International AS and A Level Mathematics: Pure Mathematics and Revised Edition Coursebook Ecerpt Chapter 1 Polynomials 1 This chapter is about polynomials, which include linear

More information

Some notes on Chapter 8: Polynomial and Piecewise-polynomial Interpolation

Some notes on Chapter 8: Polynomial and Piecewise-polynomial Interpolation Some notes on Chapter 8: Polynomial and Piecewise-polynomial Interpolation See your notes. 1. Lagrange Interpolation (8.2) 1 2. Newton Interpolation (8.3) different form of the same polynomial as Lagrange

More information

Ch. 9.3 Vertex to General Form. of a Parabola

Ch. 9.3 Vertex to General Form. of a Parabola Ch. 9.3 Verte to General Form Learning Intentions: of a Parabola Change a quadratic equation from verte to general form. Learn to square a binomial & factor perfectsquare epressions using rectangle diagrams.

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections.6 and.) 8. Equivalent Inequalities Definition 8. Two inequalities are equivalent

More information

BSM510 Numerical Analysis

BSM510 Numerical Analysis BSM510 Numerical Analysis Polynomial Interpolation Prof. Manar Mohaisen Department of EEC Engineering Review of Precedent Lecture Polynomial Regression Multiple Linear Regression Nonlinear Regression Lecture

More information

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation?

Algebra Concepts Equation Solving Flow Chart Page 1 of 6. How Do I Solve This Equation? Algebra Concepts Equation Solving Flow Chart Page of 6 How Do I Solve This Equation? First, simplify both sides of the equation as much as possible by: combining like terms, removing parentheses using

More information

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3

Polynomial Division. You may also see this kind of problem written like this: Perform the division x2 +2x 3 Polynomial Division 5015 You do polynomial division the way you do long division of numbers It s difficult to describe the general procedure in words, so I ll work through some eamples stepbystep Eample

More information

Section 2.2 Solutions to Separable Equations

Section 2.2 Solutions to Separable Equations Section. Solutions to Separable Equations Key Terms: Separable DE Eponential Equation General Solution Half-life Newton s Law of Cooling Implicit Solution (The epression has independent and dependent variables

More information

Numerical Integration (Quadrature) Another application for our interpolation tools!

Numerical Integration (Quadrature) Another application for our interpolation tools! Numerical Integration (Quadrature) Another application for our interpolation tools! Integration: Area under a curve Curve = data or function Integrating data Finite number of data points spacing specified

More information

Curve Fitting. Objectives

Curve Fitting. Objectives Curve Fitting Objectives Understanding the difference between regression and interpolation. Knowing how to fit curve of discrete with least-squares regression. Knowing how to compute and understand the

More information

1 Motivation for Newton interpolation

1 Motivation for Newton interpolation cs412: introduction to numerical analysis 09/30/10 Lecture 7: Newton Interpolation Instructor: Professor Amos Ron Scribes: Yunpeng Li, Mark Cowlishaw, Nathanael Fillmore 1 Motivation for Newton interpolation

More information

4.4 Rational Expressions

4.4 Rational Expressions 4.4 Rational Epressions Learning Objectives Simplify rational epressions. Find ecluded values of rational epressions. Simplify rational models of real-world situations. Introduction A rational epression

More information

CS 323: Numerical Analysis and Computing

CS 323: Numerical Analysis and Computing CS 323: Numerical Analysis and Computing MIDTERM #2 Instructions: This is an open notes exam, i.e., you are allowed to consult any textbook, your class notes, homeworks, or any of the handouts from us.

More information

4.3 Division of Polynomials

4.3 Division of Polynomials 4.3 Division of Polynomials Learning Objectives Divide a polynomials by a monomial. Divide a polynomial by a binomial. Rewrite and graph rational functions. Introduction A rational epression is formed

More information

Curve Fitting and Interpolation

Curve Fitting and Interpolation Chapter 5 Curve Fitting and Interpolation 5.1 Basic Concepts Consider a set of (x, y) data pairs (points) collected during an experiment, Curve fitting: is a procedure to develop or evaluate mathematical

More information

Then, Lagrange s interpolation formula is. 2. What is the Lagrange s interpolation formula to find, if three sets of values. are given.

Then, Lagrange s interpolation formula is. 2. What is the Lagrange s interpolation formula to find, if three sets of values. are given. SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY, COIMBATORE- 10 DEPARTMENT OF SCIENCE AND HUMANITIES SUBJECT NUMERICAL METHODS & LINEAR PROGRAMMING ( SEMESTER IV ) IV- INTERPOLATION, NUMERICAL DIFFERENTIATION

More information

MAC1105-College Algebra

MAC1105-College Algebra MAC1105-College Algebra Chapter -Polynomial Division & Rational Functions. Polynomial Division;The Remainder and Factor Theorems I. Long Division of Polynomials A. For f ( ) 6 19 16, a zero of f ( ) occurs

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

1. Write a program based on computing divided differences one diagonal at a time as shown below: f x 1,x 2

1. Write a program based on computing divided differences one diagonal at a time as shown below: f x 1,x 2 Math Homework 6. Write a program based on computing divided differences one diagonal at a time as shown below: f x f x f x f x,x f x f x,x f x f x,x,x f x,x... f x You will need nested loops for this.

More information

7.3 Adding and Subtracting Rational Expressions

7.3 Adding and Subtracting Rational Expressions 7.3 Adding and Subtracting Rational Epressions LEARNING OBJECTIVES. Add and subtract rational epressions with common denominators. 2. Add and subtract rational epressions with unlike denominators. 3. Add

More information

Rational and Radical Expressions and Equations

Rational and Radical Expressions and Equations Rational and Radical Epressions and Equations Secondary Mathematics Page 44 Jordan School District Unit Cluster 7 (AAPR6 and AAPR7): Rational Epressions Cluster 7: Rewrite rational epressions 7 Rewrite

More information

Exact and Approximate Numbers:

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

More information

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division.

Partial Fractions. Prerequisites: Solving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Prerequisites: olving simple equations; comparing coefficients; factorising simple quadratics and cubics; polynomial division. Maths Applications: Integration; graph sketching. Real-World Applications:

More information

Mini Lecture 9.1 Finding Roots

Mini Lecture 9.1 Finding Roots Mini Lecture 9. Finding Roots. Find square roots.. Evaluate models containing square roots.. Use a calculator to find decimal approimations for irrational square roots. 4. Find higher roots. Evaluat. a.

More information

5 3w. Unit 2 Function Operations and Equivalence Standard 4.1 Add, Subtract, & Multiply Polynomials

5 3w. Unit 2 Function Operations and Equivalence Standard 4.1 Add, Subtract, & Multiply Polynomials Unit Function Operations and Equivalence This document is meant to be used as an eample guide for each of the skills we will be holding students accountable for with Standard 4.1. This document should

More information

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact:

Preface. Figures Figures appearing in the text were prepared using MATLAB R. For product information, please contact: Linear algebra forms the basis for much of modern mathematics theoretical, applied, and computational. The purpose of this book is to provide a broad and solid foundation for the study of advanced mathematics.

More information

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials

Math-3. Lesson 3-1 Finding Zeroes of NOT nice 3rd Degree Polynomials Math- Lesson - Finding Zeroes of NOT nice rd Degree Polynomials f ( ) 4 5 8 Is this one of the nice rd degree polynomials? a) Sum or difference of two cubes: y 8 5 y 7 b) rd degree with no constant term.

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter 1: Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of

More information

CS 323: Numerical Analysis and Computing

CS 323: Numerical Analysis and Computing CS 323: Numerical Analysis and Computing MIDTERM #2 Instructions: This is an open notes exam, i.e., you are allowed to consult any textbook, your class notes, homeworks, or any of the handouts from us.

More information

3.1 Interpolation and the Lagrange Polynomial

3.1 Interpolation and the Lagrange Polynomial MATH 4073 Chapter 3 Interpolation and Polynomial Approximation Fall 2003 1 Consider a sample x x 0 x 1 x n y y 0 y 1 y n. Can we get a function out of discrete data above that gives a reasonable estimate

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information

is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b.

is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input x at x = b. Uses of differentials to estimate errors. Recall the derivative notation df d is the intuition: the derivative tells us the change in output y (from f(b)) in response to a change of input at = b. Eamples.

More information

The answer in each case is the error in evaluating the taylor series for ln(1 x) for x = which is 6.9.

The answer in each case is the error in evaluating the taylor series for ln(1 x) for x = which is 6.9. Brad Nelson Math 26 Homework #2 /23/2. a MATLAB outputs: >> a=(+3.4e-6)-.e-6;a- ans = 4.449e-6 >> a=+(3.4e-6-.e-6);a- ans = 2.224e-6 And the exact answer for both operations is 2.3e-6. The reason why way

More information

1.2 Functions and Their Properties PreCalculus

1.2 Functions and Their Properties PreCalculus 1. Functions and Their Properties PreCalculus 1. FUNCTIONS AND THEIR PROPERTIES Learning Targets for 1. 1. Determine whether a set of numbers or a graph is a function. Find the domain of a function given

More information

±. Then. . x. lim g( x) = lim. cos x 1 sin x. and (ii) lim

±. Then. . x. lim g( x) = lim. cos x 1 sin x. and (ii) lim MATH 36 L'H ˆ o pital s Rule Si of the indeterminate forms of its may be algebraically determined using L H ˆ o pital's Rule. This rule is only stated for the / and ± /± indeterminate forms, but four other

More information

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs

STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE. Functions & Graphs STUDY KNOWHOW PROGRAM STUDY AND LEARNING CENTRE Functions & Graphs Contents Functions and Relations... 1 Interval Notation... 3 Graphs: Linear Functions... 5 Lines and Gradients... 7 Graphs: Quadratic

More information

Cubic Splines MATH 375. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Cubic Splines

Cubic Splines MATH 375. J. Robert Buchanan. Fall Department of Mathematics. J. Robert Buchanan Cubic Splines Cubic Splines MATH 375 J. Robert Buchanan Department of Mathematics Fall 2006 Introduction Given data {(x 0, f(x 0 )), (x 1, f(x 1 )),...,(x n, f(x n ))} which we wish to interpolate using a polynomial...

More information

Epsilon Delta proofs

Epsilon Delta proofs Epsilon Delta proofs Before reading this guide, please go over inequalities (if needed). Eample Prove lim(4 3) = 5 2 First we have to know what the definition of a limit is: i.e rigorous way of saying

More information

Interpolation. Escuela de Ingeniería Informática de Oviedo. (Dpto. de Matemáticas-UniOvi) Numerical Computation Interpolation 1 / 34

Interpolation. Escuela de Ingeniería Informática de Oviedo. (Dpto. de Matemáticas-UniOvi) Numerical Computation Interpolation 1 / 34 Interpolation Escuela de Ingeniería Informática de Oviedo (Dpto. de Matemáticas-UniOvi) Numerical Computation Interpolation 1 / 34 Outline 1 Introduction 2 Lagrange interpolation 3 Piecewise polynomial

More information

Chapter 3: Graphs and Equations CHAPTER 3: GRAPHS AND EQUATIONS. Date: Lesson: Learning Log Title:

Chapter 3: Graphs and Equations CHAPTER 3: GRAPHS AND EQUATIONS. Date: Lesson: Learning Log Title: Chapter 3: Graphs and Equations CHAPTER 3: GRAPHS AND EQUATIONS Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 3: Graphs and Equations Date: Lesson: Learning Log Title: Notes:

More information

13 Lecture 13 L Hospital s Rule and Taylor s Theorem

13 Lecture 13 L Hospital s Rule and Taylor s Theorem 3 Lecture 3 L Hospital s Rule and Taylor s Theorem 3 L Hospital s Rule Theorem 3 L Hospital s Rule) Let a R or a = and functions f,g : a,b) R satisfy the following properties ) f,g are differentiable on

More information

Higher. Integration 89

Higher. Integration 89 hsn.uk.net Higher Mathematics UNIT UTCME Integration Contents Integration 89 Indefinite Integrals 89 Preparing to Integrate 9 Differential Equations 9 Definite Integrals 9 Geometric Interpretation of Integration

More information

4.8 Partial Fraction Decomposition

4.8 Partial Fraction Decomposition 8 CHAPTER 4. INTEGRALS 4.8 Partial Fraction Decomposition 4.8. Need to Know The following material is assumed to be known for this section. If this is not the case, you will need to review it.. When are

More information

Practical and Efficient Evaluation of Inverse Functions

Practical and Efficient Evaluation of Inverse Functions J. C. HAYEN ORMATYC 017 TEXT PAGE A-1 Practical and Efficient Evaluation of Inverse Functions Jeffrey C. Hayen Oregon Institute of Technology (Jeffrey.Hayen@oit.edu) ORMATYC 017 J. C. HAYEN ORMATYC 017

More information

9.6 Predictor-Corrector Methods

9.6 Predictor-Corrector Methods SEC. 9.6 PREDICTOR-CORRECTOR METHODS 505 Adams-Bashforth-Moulton Method 9.6 Predictor-Corrector Methods The methods of Euler, Heun, Taylor, and Runge-Kutta are called single-step methods because they use

More information

Fall Exam II. Wed. Nov. 9, 2005

Fall Exam II. Wed. Nov. 9, 2005 Fall 005 10.34 Eam II. Wed. Nov. 9 005 (SOLUTION) Read through the entire eam before beginning work and budget your time. You are researching drug eluting stents and wish to understand better how the drug

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

More information

THE DISTRIBUTIVE LAW. Note: To avoid mistakes, include arrows above or below the terms that are being multiplied.

THE DISTRIBUTIVE LAW. Note: To avoid mistakes, include arrows above or below the terms that are being multiplied. THE DISTRIBUTIVE LAW ( ) When an equation of the form a b c is epanded, every term inside the bracket is multiplied by the number or pronumeral (letter), and the sign that is located outside the brackets.

More information

Section 6.2 Long Division of Polynomials

Section 6.2 Long Division of Polynomials Section 6. Long Division of Polynomials INTRODUCTION In Section 6.1 we learned to simplify a rational epression by factoring. For eample, + 3 10 = ( + 5)( ) ( ) = ( + 5) 1 = + 5. However, if we try to

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

Numerical Mathematics & Computing, 7 Ed. 4.1 Interpolation

Numerical Mathematics & Computing, 7 Ed. 4.1 Interpolation Numerical Mathematics & Computing, 7 Ed. 4.1 Interpolation Ward Cheney/David Kincaid c UT Austin Engage Learning: Thomson-Brooks/Cole www.engage.com www.ma.utexas.edu/cna/nmc6 November 7, 2011 2011 1 /

More information

Section 6.6 Gaussian Quadrature

Section 6.6 Gaussian Quadrature Section 6.6 Gaussian Quadrature Key Terms: Method of undetermined coefficients Nonlinear systems Gaussian quadrature Error Legendre polynomials Inner product Adapted from http://pathfinder.scar.utoronto.ca/~dyer/csca57/book_p/node44.html

More information

Algebra. Robert Taggart

Algebra. Robert Taggart Algebra Robert Taggart Table of Contents To the Student.............................................. v Unit 1: Algebra Basics Lesson 1: Negative and Positive Numbers....................... Lesson 2: Operations

More information

Multiplying a Polynomial by a Monomial

Multiplying a Polynomial by a Monomial Lesson -3 Multiplying a Polynomial by a Monomial Lesson -3 BIG IDEA To multiply a polynomial by a monomial, multiply each term of the polynomial by the monomial and add the products. In earlier chapters,

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Linear Equation Definition Any equation that is equivalent to the following format a a ann b (.) where,,, n are unknown variables and a, a,, an, b are known numbers (the so

More information

UNM - PNM STATEWIDE MATHEMATICS CONTEST XLIX. February 4, 2017 Second Round Three Hours

UNM - PNM STATEWIDE MATHEMATICS CONTEST XLIX. February 4, 2017 Second Round Three Hours UNM - PNM STATEWIDE MATHEMATICS CONTEST XLIX February 4, 2017 Second Round Three Hours 1. What are the last two digits of 2017 2017? Answer: 77. From Round 1, we now that (2017) 4 7 4 1 mod 10. Thus 7

More information

F = m a. t 2. stress = k(x) strain

F = m a. t 2. stress = k(x) strain The Wave Equation Consider a bar made of an elastic material. The bar hangs down vertically from an attachment point = and can vibrate vertically but not horizontally. Since chapter 5 is the chapter on

More information

Review for Exam 2 Ben Wang and Mark Styczynski

Review for Exam 2 Ben Wang and Mark Styczynski Review for Exam Ben Wang and Mark Styczynski This is a rough approximation of what we went over in the review session. This is actually more detailed in portions than what we went over. Also, please note

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will produce various graphs of Taylor polynomials. Students will discover how the accuracy of a Taylor polynomial is associated with the degree of the Taylor polynomial. Students

More information

Section 2.4: Definition of Function

Section 2.4: Definition of Function Section.4: Definition of Function Objectives Upon completion of tis lesson, you will be able to: Given a function, find and simplify a difference quotient: f ( + ) f ( ), 0 for: o Polynomial functions

More information

Interpolation. s(s 1)(s 2) Δ 3 f ! s(s 1) Δ 2 f 0 + 2! f(x s )=f 0 + sδf 0 +

Interpolation. s(s 1)(s 2) Δ 3 f ! s(s 1) Δ 2 f 0 + 2! f(x s )=f 0 + sδf 0 + Interpolation For equally spaced sample points, the Newton-Gregory formula can be used effectively in two ways: (1) Use for derivation of well-known intepolation formulas. (2) Use directy for numerical

More information

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure 1 CHAPTER OUTLINE 1 The Rectangular Coordinate Systems and Graphs Linear Equations in One Variable Models and Applications Comple Numbers Quadratic Equations 6 Other Types

More information

Factors, Zeros, and Roots

Factors, Zeros, and Roots Factors, Zeros, and Roots Solving polynomials that have a degree greater than those solved in previous courses is going to require the use of skills that were developed when we previously solved quadratics.

More information

2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13

2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13 2.29 Numerical Fluid Mechanics Fall 2009 Lecture 13 REVIEW Lecture 12: Classification of Partial Differential Equations (PDEs) and eamples with finite difference discretizations Parabolic PDEs Elliptic

More information

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test.

4.3 How derivatives affect the shape of a graph. The first derivative test and the second derivative test. Chapter 4: Applications of Differentiation In this chapter we will cover: 41 Maimum and minimum values The critical points method for finding etrema 43 How derivatives affect the shape of a graph The first

More information

Math 1314 Lesson 1: Prerequisites

Math 1314 Lesson 1: Prerequisites Math 131 Lesson 1: Prerequisites Prerequisites are topics you should have mastered before you enter this class. Because of the emphasis on technology in this course, there are few skills which you will

More information

1 Rational Exponents and Radicals

1 Rational Exponents and Radicals Introductory Algebra Page 1 of 11 1 Rational Eponents and Radicals 1.1 Rules of Eponents The rules for eponents are the same as what you saw earlier. Memorize these rules if you haven t already done so.

More information

Name. Unit 1 Worksheets Math 150 College Algebra and Trig

Name. Unit 1 Worksheets Math 150 College Algebra and Trig Name Unit 1 Worksheets Math 10 College Algebra and Trig Revised: Fall 009 Worksheet 1: Integral Eponents Simplify each epression. Write all answers in eponential form. 1. (8 ). ( y). (a b ). y 6. (7 8

More information

Essentials of Mathematics Lesson Objectives

Essentials of Mathematics Lesson Objectives Essentials of Mathematics Lesson Unit 1: NUMBER SENSE Reviewing Rational Numbers Practice adding, subtracting, multiplying, and dividing whole numbers, fractions, and decimals. Practice evaluating exponents.

More information

Recall that when you multiply or divide both sides of an inequality by a negative number, you must

Recall that when you multiply or divide both sides of an inequality by a negative number, you must Unit 3, Lesson 5.3 Creating Rational Inequalities Recall that a rational equation is an equation that includes the ratio of two rational epressions, in which a variable appears in the denominator of at

More information

Horizontal asymptotes

Horizontal asymptotes Roberto s Notes on Differential Calculus Chapter : Limits and continuity Section 5 Limits at infinity and Horizontal asymptotes What you need to know already: The concept, notation and terminology of its.

More information

Interpolating Accuracy without underlying f (x)

Interpolating Accuracy without underlying f (x) Example: Tabulated Data The following table x 1.0 1.3 1.6 1.9 2.2 f (x) 0.7651977 0.6200860 0.4554022 0.2818186 0.1103623 lists values of a function f at various points. The approximations to f (1.5) obtained

More information

Determining the Rolle function in Lagrange interpolatory approximation

Determining the Rolle function in Lagrange interpolatory approximation Determining the Rolle function in Lagrange interpolatory approimation arxiv:181.961v1 [math.na] Oct 18 J. S. C. Prentice Department of Pure and Applied Mathematics University of Johannesburg South Africa

More information

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS

5.6 RATIOnAl FUnCTIOnS. Using Arrow notation. learning ObjeCTIveS CHAPTER PolNomiAl ANd rational functions learning ObjeCTIveS In this section, ou will: Use arrow notation. Solve applied problems involving rational functions. Find the domains of rational functions. Identif

More information

Math-3 Lesson 4-6 Polynomial and Rational Inequalities

Math-3 Lesson 4-6 Polynomial and Rational Inequalities Math-3 Lesson 4-6 Polynomial and Rational Inequalities SM3 HANDOUT 4-6 Polynomial and Rational Inequalities Graph the general shape of the equation. y 4 1 Positive lead coefficient, even degree nd degree

More information

Lecture 20: Lagrange Interpolation and Neville s Algorithm. for I will pass through thee, saith the LORD. Amos 5:17

Lecture 20: Lagrange Interpolation and Neville s Algorithm. for I will pass through thee, saith the LORD. Amos 5:17 Lecture 20: Lagrange Interpolation and Neville s Algorithm for I will pass through thee, saith the LORD. Amos 5:17 1. Introduction Perhaps the easiest way to describe a shape is to select some points on

More information

PACKET Unit 4 Honors ICM Functions and Limits 1

PACKET Unit 4 Honors ICM Functions and Limits 1 PACKET Unit 4 Honors ICM Functions and Limits 1 Day 1 Homework For each of the rational functions find: a. domain b. -intercept(s) c. y-intercept Graph #8 and #10 with at least 5 EXACT points. 1. f 6.

More information

The Chain Rule. This is a generalization of the (general) power rule which we have already met in the form: then f (x) = r [g(x)] r 1 g (x).

The Chain Rule. This is a generalization of the (general) power rule which we have already met in the form: then f (x) = r [g(x)] r 1 g (x). The Chain Rule This is a generalization of the general) power rule which we have already met in the form: If f) = g)] r then f ) = r g)] r g ). Here, g) is any differentiable function and r is any real

More information

Problem 1 Oh Snap... Look at the Denominator on that Rational

Problem 1 Oh Snap... Look at the Denominator on that Rational Problem Oh Snap... Look at the Denominator on that Rational Previously, you learned that dividing polynomials was just like dividing integers. Well, performing operations on rational epressions involving

More information

Paula s Peaches (Learning Task)

Paula s Peaches (Learning Task) Paula s Peaches (Learning Task) Name Date Mathematical Goals Factorization Solving quadratic equations Essential Questions How do we use quadratic functions to represent contetual situations? How do we

More information

Review of Rational Expressions and Equations

Review of Rational Expressions and Equations Page 1 of 14 Review of Rational Epressions and Equations A rational epression is an epression containing fractions where the numerator and/or denominator may contain algebraic terms 1 Simplify 6 14 Identification/Analysis

More information

Functional equations 1.

Functional equations 1. Functional equations. What is a function? Technically speaking, it would be rather impossible to give a proper notion of a function. We will need to use other words, such as 'relation', 'map' or other,

More information

LESSON 1 SOLVING NONLINEAR INEQUALITIES. In this lesson, we will make use of the Axiom of Trichotomy given below.

LESSON 1 SOLVING NONLINEAR INEQUALITIES. In this lesson, we will make use of the Axiom of Trichotomy given below. LESSON 1 SOLVING NONLINEAR INEQUALITIES In this lesson, we will make use of the Aiom of Trichotomy given below. Aiom of Trichotomy A real number can only be one of the following: positive, negative, or

More information

Further algebra. polynomial identities

Further algebra. polynomial identities 8 8A Polynomial identities 8B Partial fractions 8C Simultaneous equations areas of study The solution of simultaneous equations arising from the intersection of a line with a parabola, circle or rectangular

More information

Adding and Subtracting Rational Expressions

Adding and Subtracting Rational Expressions Adding and Subtracting Rational Epressions As a review, adding and subtracting fractions requires the fractions to have the same denominator. If they already have the same denominator, combine the numerators

More information

Section 3.3 Graphs of Polynomial Functions

Section 3.3 Graphs of Polynomial Functions 3.3 Graphs of Polynomial Functions 179 Section 3.3 Graphs of Polynomial Functions In the previous section we eplored the short run behavior of quadratics, a special case of polynomials. In this section

More information