derivatives of a function at a point. The formulas will be in terms of function data; in our case

Size: px
Start display at page:

Download "derivatives of a function at a point. The formulas will be in terms of function data; in our case"

Transcription

1 Math 220 Spring 200 Prof. Diamond Approximation of derivatives Here we develop formulas, and accompanying error estimates, for approximating derivatives of a function at a point. The formulas will be in terms of function data; in our case the data will just be point values but one could imagine other types of data in the form of integrals or derivatives, etc. Most of the examples will be for f Ÿx ' or f Ÿx ' but the extension to higher derivatives will be obvious. (Here, x ' merely represents some value of x at which we would like to calculate a derivative.) We begin by stating an alternate form of Taylor s theorem that will be useful for us: fÿx 0 h fÿx 0 f Ÿx 0 h 2! f Ÿx 0 h 2... k! f Ÿk Ÿx 0 h k Ÿk! f Ÿk Ÿ8 h k This formula can be obtained from Taylor s theorem: fÿa Ÿx " a fÿx fÿa f Ÿa Ÿx " a... k! f Ÿk Ÿa Ÿx " a k Ÿk! f Ÿk Ÿ8 Ÿx " a k If we replace a by x 0 and replace x " a by h the above formula is obtained. Error analysis of formulas using Taylor s theorem: Given a formula, we can analyze its error via Taylor expansion in a Tayor polynomial about the point at which the derivative is to be approximated. We begin with the forward difference formula familiar to us from calculus. (Here we use x 0 rather than x ' ): f Ÿx 0 X fÿx 0 h " fÿx 0 h We expand about x 0 as explained above: fÿx 0 h " fÿx 0 h h fÿx 0 h fÿx 0 f Ÿx 0 h 2! f Ÿ8 h 2 " fÿx 0 fÿx 0 f Ÿx 0 2! f Ÿ8 h Numerical Analysis Spring 200 Prof Diamond

2 So for the error, we have f Ÿx 0 " fÿx 0 h " fÿx 0 h " 2! f Ÿ8 h This is our sharpest form for the error. We can also say that the error in the formula is approximately " 2! f Ÿx 0 h, since 8 is between x 0 and x 0 h and so is close to x 0 if h is small, as we customarily assume. We also say that the error is OŸh, read as order h or big oh of h, meaning that the error is approximately proportional to h when h is small. An method with OŸh error is also sometimes referred to as a first order method. We apply the same error analysis to the so-called central difference formula: f Ÿx 0 X fÿx 0 h " fÿx 0 " h 2h fÿx 0 h " fÿx 0 " h 2h 2h fÿx 0 h fÿx 0 f Ÿx 0 h 2! f Ÿx 0 h 2 3! f Ÿ3 Ÿ8 h 3 " fÿx 0 " h fÿx 0 " f Ÿx 0 h 2! f Ÿx 0 h 2 " 3! f Ÿ3 Ÿ8 " h 3 2h 2hf Ÿx 0 3! f Ÿ3 Ÿ8 h 3 3! f Ÿ3 Ÿ8 " h 3 f Ÿx 0 3! 2 f Ÿ3 Ÿ8 f Ÿ3 Ÿ8 " h 2 f Ÿx 0 3! f Ÿ3 Ÿ8 h 2 And so we have for the error f Ÿx 0 " fÿx 0 h " fÿx 0 " h 2h " 3! f Ÿ3 Ÿ8 h 2 Above, we have distinguished between the two values 8 and 8 " that appear in the Taylor expansions of fÿx 0 h and fÿx 0 " h respectively; then 2 f Ÿ3 Ÿ8 f Ÿ3 Ÿ8 ", as the average of these two third derivatives at 8 and 8 ", must be equal to f Ÿ3 Ÿ8, where 8 is a point lying between 8 and 8 " (assuming, as we always do, continuity of f Ÿ3 Ÿx ). And finally we can say that 8 lies between x 0 h and x 0 " h. Numerical Analysis Spring 200 Prof Diamond 2

3 The central difference formula is thus seen to be an OŸh 2 (or second order) method for calculating an approximation of f Ÿx 0, and the error will be smaller than that of the forward difference formula for small values of h. You can see in the derivation of the error that we got lucky in that the h 2 " terms in the Taylor series canceled, squeezing out an additional power of h in the error. Derivation of approximation formulas via the exact-for-polynomials property: Here we consider general derivative approximation formulas of the form f Ÿx ' X h a 0fŸx 0... a m fÿx m where the a i are fixed coefficients and the points x 0,..,x m are close to x ' : x i x ' c i h. (not necessarily equally spaced). In principle, to analyze the error we can then expand the right-hand side in a Taylor polynomial about x ' in powers of h ; these expansions will take the form a 0 fÿx 0... a m fÿx m f Ÿx ' terms of form f Ÿk Ÿ8 h k for some value k u, with the coefficients a i, i 0,.., m chosen so as to ensure that the missing terms with powers h j for t j k vanish. (In our examples we make k as large as possible, so that m k is generally the case, but this is not strictly necessary.) Note that the terms involving f Ÿk Ÿ8 will appear with powers of h k in formulas for f Ÿx ' because of the form of our formula, with the leading factor of h. That this form is appropriate can be seen by noting the first two terms in the expansion: h a 0fŸx 0... a m fÿx m h! m 0 a i f Ÿx! ' m Ÿx 0 a i " x ' i h... so that! 0 m a i 0 must be true and! 0 m c i a i must also be true. The other equations that must be satisfied by the a i to make the coefficients vanish are homogeneous equations (zero right hand side), so that the a i satisfy equations independent of h. Numerical Analysis Spring 200 Prof Diamond 3

4 Here we make an important observation: If an approximation method has error OŸh k then its Taylor polynomial expansion has the form f Ÿx ' terms of form f Ÿk Ÿ8 h k. That method is therefore seen to be exact for all polynomials of degree k or less (this simply means that the approximation method will give the exact value of f Ÿx ' if f happens to be a polynomial of degree k or less). This observation is obvious since, by assumption, the error terms involve f Ÿk Ÿ8, which is zero for a polynomial of degree k or less. The converse is also true: If we have a method for f Ÿx exact for polynomials of degree k or less, then the Taylor expansion of the method has the form f Ÿx ' terms of form f Ÿk Ÿ8 h k and so the method is an OŸh k method. This converse is a bit tedious to write down but basically follows from the fact that the terms in the expansion before those of the form f Ÿk Ÿ8 h k are completely determined by the action of the formula on polynomials of degree k or less, and so if we assume a formula exact for such polynomials, then f Ÿx ' is the only surviving term before those of the form f Ÿk Ÿ8 h k, i.e. the error is OŸh k. To summarize these observations: A formula h a 0fŸx 0... a m fÿx m for f Ÿx ' has error OŸh k if and only if it is exact for polynomials of degree k. We now note the following: Any distinct k points x 0,.., x k, with x i x ' c i h, can be used to produce a formula for f Ÿx ' that is exact for polynomials of degree k or less. (Though it s possible that one or more of the coefficients may be zero in the formula.) This formula is given by the result of interpolating the function values fÿx i with a polynomial p k of degree k, and then calculating p k Ÿx '. (Clearly this method will produce the exact answer if fÿx is a polynomial of degree k or less, for in that case p kÿx fÿx will be true identically.) The Numerical Analysis Spring 200 Prof Diamond 4

5 formula thus obtained has i) error OŸh k ii) an error that can be bounded by CM kh k where C is a constant and M k max f Ÿk Ÿt where t ranges between the smallest and largest of the values x ', and x i, i 0,.., k. ii) an error which, for small values of h, is approximately given by C f Ÿk Ÿx ' h k, where C is a constant equal to Ÿk!h k error in f Ÿx ' for fÿx Ÿx " x ' k (which, since it is a constant can be evaluated for any convenient value of h ) One should note that this process - whereby we interpolate function values and then take the derivative of the interpolating polynomial - does lead to a formula of the assumed form f Ÿx ' X h a 0fŸx 0... a m fÿx m. For recall that p kÿx, in terms of the Lagrange fundamental polynomials, is given by p kÿx k! i0 fÿx i L i Ÿx, and then p k Ÿx ' k! i0 fÿx i L i Ÿx '. An examination of L i Ÿx ', along with the fact that x i x ' c i h, will show that L i Ÿx ' h a i for some constant a i independent of h, which of course we can then identify as the coefficient of fÿx i in the approximation formula. We now provide some examples and methods of deriving derivative approximation formulas using the above ideas. Method : Developing formulas using polynomial interpolation, either Newton form or Lagrange form Ex: 3-point forward difference formula for f Ÿx 0 using fÿx 0,fŸx 0 h,fÿx 0 2h - rename the points x 0,x x 0 h,x 2 x 0 2h Newton form: Numerical Analysis Spring 200 Prof Diamond 5

6 p 2 Ÿx fÿx 0 f x 0,x Ÿx " x 0 f x 0,x,x 2 Ÿx " x 0 Ÿx " x p 2 Ÿx 0 f x 0,x f x 0,x,x 2 Ÿx 0 " x ; expand the divided differences to get the explicit form f Ÿx 0 X p 2 Ÿx 0 p 2 Ÿx 0 h " 3 2 fÿx 0 2fŸx " 2 fÿx 2 Lagrange form: If we write the interpolating polynomial in Lagrange form, the explicit form of the derivative approximation formula is directly obtained p 2 Ÿx fÿx 0 Ÿx " x Ÿx " x 2 Ÿx 0 " x Ÿx 0 " x 2 fÿx Ÿx " x 0 Ÿx " x 2 Ÿx " x 0 Ÿx " x 2 fÿx 0 Ÿx " x 0 Ÿx " x Ÿx 2 " x 0 Ÿx 2 " x Then Recall that x x 0 h,x 2 x 0 2h so, for instance, x " x 0 h,x 0 " x 2 "2h, etc. p 2 Ÿx " 2h 2 fÿx 0 Ÿx " x Ÿx " x 2 " h 2 fÿx Ÿx " x 0 Ÿx " x 2 2h 2 fÿx 0 Ÿx " x 0 Ÿx " x Then using the product rule on each term, we obtain p 2 Ÿx 0 " 2h 2 fÿx 0 "2h " h " h 2 fÿx "2h 2h 2 fÿx 0 "h f Ÿx 0 X p 2 Ÿx 0 h " 3 2 fÿx 0 2fŸx " 2 fÿx 2 is, once again, our three point forward difference formula. Method 2: sing undetermined coefficients, the power functions, and h to determine the formula. Here we make another useful observation: If F Ÿ0 a 0 FŸc 0 a FŸc... a k FŸc k is true for all polynomials of degree k or less (where a i s and c i s are fixed numbers) then the derivative approximation formula f Ÿx ' X h a 0fŸx ' c 0 h a fÿx ' c h... a k fÿx ' c k h Numerical Analysis Spring 200 Prof Diamond 6

7 is exact for all polynomials of degree k. Thus we only need a derivative formula that works for the specific choice of x ' 0 and a specific set of c i s in order to obtain a formula that works for a general x' and a general h. To prove this result, given a function fÿx, define the function FŸt fÿx ' ht.iffÿx is a polynomial of degree k in x, then FŸt is a polynomial of degree k in t and so F Ÿ0 a 0 FŸc 0 a FŸc... a k FŸc k will be true. Replacing the terms in this expression by their equivalents using f, we obtain F Ÿ0 hf Ÿx ' a 0 fÿx ' c 0 h a fÿx ' c h... a k fÿx ' c k h whence we obtain the derivative formula exact for any polynomial f of degree k. We use this in connection with the so-called method of undetermined coefficients to rederive the three point forward difference formula. If we want a formula of the form f Ÿx 0 X h a 0fŸx 0 a fÿx 0 h a 2 fÿx 0 2h to be exact for all polynomials of degree 2, then we need only find a formula F Ÿ0 a 0 FŸ0 a FŸ a 2 FŸ2 that is exact for F any polynomial of degree 2. In turn, this will be the case if we make the formula work for FŸx x k, k 0,, 2. Substituting in to our desired form, we obtain: x 0 : 0 a 0 a a 2 x : a 2a 2 x 2 : 0 a 4a 2 and solving gives a 0 " 3 2,a 2,a 2 " 2 and our formula is rederived. Finally we given an example of the calculation of the leading term in the error expansion. Recall that if our formula is exact for polynomials of degree k, then the leading term in the error expansion (that is, the first nonzero term in the Taylor polynomial about x x ' of the error ) has the form Cf Ÿk Ÿx ' h k. It is easy to determine the value of C:itis Numerical Analysis Spring 200 Prof Diamond 7

8 independent of all three of x ',f,h ; if we pick x ' 0,h, and fÿx x k then the error is exactly equal to Cf Ÿk Ÿ0 CŸk! (since all higher derivatives of f are identically zero). In other words, choosing x ' 0, h and fÿx x 3, we have e Ÿk!C. Applying this idea to the 3-pt forward difference formula just derived, with k 2, we have e 0 " " " C, soc 3 and the error in the forward difference formula satisfies eÿh X 3 f Ÿ3 Ÿx ' h 2. Self-validating error estimation: In many applications the estimation of the error using the derivative formula may be infeasible either because the appropriate derivative is complicated to estimate or is unknown. However, as we ll see, simply the knowledge that the error is approximately proportional to h k for small h will be able to give us an estimate of the error. This idea works in many situations, not just for approximation of derivatives. To treat the problem in general, suppose the exact value we are trying is approximate is y ' and that AŸh represents our computed approximation at h. We can estimate the error if we have the approximations AŸh and AŸh/2. We have y ' X AŸh Ch k and y ' X AŸh/2 CŸh/2 k. Eliminating y ', we can then obtain the approximation AŸh/2 " AŸh 2 k " X CŸh/2 k as an estimate of the error in the approximation AŸh/2 (the better approximation). This is a more sophisticated/refined/sharper error criterion than the usual seat of the pants criterion which would roughly say that we keep halving the size of h until two successive calculations, namely AŸh and AŸh/2 differ by less than some preset tolerance. But it also shows that the rough criterion is fairly reasonable. Here is an example using the 3-point forward difference formula to calculate the derivative of sinÿx at x =/3, along with the self-validating error estimate. Numerical Analysis Spring 200 Prof Diamond 8

9 Note: Exact error decreases by factor of about /4 every time h is halved. This reflects the fact that we are using an order 2 method. Note: If we did not know the order of the method, we could estimate it from the ratio ŸAŸh/4 " AŸh/2 /ŸAŸh/2 " AŸh X /4 obtained from three approximations of fÿx ' at successively halved h s. h 3pt fwd diff. Error estimate exact error NaN We see that our error estimate gives a fairly reliable order-of-magnitude estimate and is quite accurate at small values of h. Second and higher-order derivatives: For second derivatives the appropriate formula takes the form f Ÿx ' h 2 a 0fŸx 0...a k fÿx k. Here we can say: A second derivative formula exact for polynomials of degree k or less has error OŸh k" and leading error term of the form Cf Ÿk Ÿx h k". We also have the following: If a formula Numerical Analysis Spring 200 Prof Diamond 9

10 F Ÿ0 a 0 FŸc 0 a FŸc... a k FŸc k is correct for all polynomials of degree k or less, then the formula f Ÿx ' X a 0 fÿx ' c 0 h a fÿx ' c h... a k fÿx ' c k h is exact for all polynomials of degree k or less. The most basic formula here is the formula based on the central second difference : f Ÿx 0 X h 2 fÿx 0 h " 2fŸx 0 fÿx 0 " h 2f x 0 " h,x 0,x 0 h If we consider the formula for x 0 0,h, then the formula F Ÿ0 FŸ " 2FŸ0 FŸ" is easily verified to be exact for all polynomials of degree 3 (one higher than expected - a bonus due to the symmetry of the formula - the formula can be considered a formula on four points, say ", 0,, 2 where the coefficient of FŸ2 turns out to be zero). The leading error term in f Ÿx 0 X h 2 fÿx 0 h " 2fŸx 0 fÿx 0 " h is Cf Ÿ4 Ÿx 0 h 2 and using x 0 0, h and fÿx x 4, we calculate e 0 " 2 Ÿ4! C so C " 2 and eÿh " 2 f Ÿ4 Ÿx 0 h 2... gives the leading error term in powers of h. Analogous theorems are easily stated for higher derivatives. Numerical Analysis Spring 200 Prof Diamond 0

exact for polynomials of degree two using the following methods: Ÿ0 1 Ÿ0 " 2

exact for polynomials of degree two using the following methods: Ÿ0 1 Ÿ0  2 Math 0 Homework 4. a) Derive a derivative approximation formula of the form f U Ÿ0 X AfŸ" BfŸ0 CfŸ exact for polynomials of degree two using the following methods: i) Lagrange polynomial interpolation

More information

Numerical Analysis Spring 2001 Professor Diamond

Numerical Analysis Spring 2001 Professor Diamond Numerical Analysis Spring 2001 Professor Diamond Polynomial interpolation: The Polynomial Interpolation Problem: Find a polynomial pÿx a 0 a 1 x... a n x n which satisfies the n 1 conditions pÿx 0 y 0,

More information

Numerical Methods. King Saud University

Numerical Methods. King Saud University Numerical Methods King Saud University Aims In this lecture, we will... find the approximate solutions of derivative (first- and second-order) and antiderivative (definite integral only). Numerical Differentiation

More information

Hermite Interpolation

Hermite Interpolation Jim Lambers MAT 77 Fall Semester 010-11 Lecture Notes These notes correspond to Sections 4 and 5 in the text Hermite Interpolation Suppose that the interpolation points are perturbed so that two neighboring

More information

Linear Multistep Methods I: Adams and BDF Methods

Linear Multistep Methods I: Adams and BDF Methods Linear Multistep Methods I: Adams and BDF Methods Varun Shankar January 1, 016 1 Introduction In our review of 5610 material, we have discussed polynomial interpolation and its application to generating

More information

CS 257: Numerical Methods

CS 257: Numerical Methods CS 57: Numerical Methods Final Exam Study Guide Version 1.00 Created by Charles Feng http://www.fenguin.net CS 57: Numerical Methods Final Exam Study Guide 1 Contents 1 Introductory Matter 3 1.1 Calculus

More information

Chap. 19: Numerical Differentiation

Chap. 19: Numerical Differentiation Chap. 19: Numerical Differentiation Differentiation Definition of difference: y x f x x i x f x i As x is approaching zero, the difference becomes a derivative: dy dx lim x 0 f x i x f x i x 2 High-Accuracy

More information

INTERPOLATION. and y i = cos x i, i = 0, 1, 2 This gives us the three points. Now find a quadratic polynomial. p(x) = a 0 + a 1 x + a 2 x 2.

INTERPOLATION. and y i = cos x i, i = 0, 1, 2 This gives us the three points. Now find a quadratic polynomial. p(x) = a 0 + a 1 x + a 2 x 2. INTERPOLATION Interpolation is a process of finding a formula (often a polynomial) whose graph will pass through a given set of points (x, y). As an example, consider defining and x 0 = 0, x 1 = π/4, x

More information

(0, 0), (1, ), (2, ), (3, ), (4, ), (5, ), (6, ).

(0, 0), (1, ), (2, ), (3, ), (4, ), (5, ), (6, ). 1 Interpolation: The method of constructing new data points within the range of a finite set of known data points That is if (x i, y i ), i = 1, N are known, with y i the dependent variable and x i [x

More information

Applied Math for Engineers

Applied Math for Engineers Applied Math for Engineers Ming Zhong Lecture 15 March 28, 2018 Ming Zhong (JHU) AMS Spring 2018 1 / 28 Recap Table of Contents 1 Recap 2 Numerical ODEs: Single Step Methods 3 Multistep Methods 4 Method

More information

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

Non-homogeneous equations (Sect. 3.6).

Non-homogeneous equations (Sect. 3.6). Non-homogeneous equations (Sect. 3.6). We study: y + p(t) y + q(t) y = f (t). Method of variation of parameters. Using the method in an example. The proof of the variation of parameter method. Using the

More information

Backward error analysis

Backward error analysis Backward error analysis Brynjulf Owren July 28, 2015 Introduction. The main source for these notes is the monograph by Hairer, Lubich and Wanner [2]. Consider ODEs in R d of the form ẏ = f(y), y(0) = y

More information

EXAMPLE OF ONE-STEP METHOD

EXAMPLE OF ONE-STEP METHOD EXAMPLE OF ONE-STEP METHOD Consider solving y = y cos x, y(0) = 1 Imagine writing a Taylor series for the solution Y (x), say initially about x = 0. Then Y (h) = Y (0) + hy (0) + h2 2 Y (0) + h3 6 Y (0)

More information

Section 7.4: Inverse Laplace Transform

Section 7.4: Inverse Laplace Transform Section 74: Inverse Laplace Transform A natural question to ask about any function is whether it has an inverse function We now ask this question about the Laplace transform: given a function F (s), will

More information

Math Exam 2, October 14, 2008

Math Exam 2, October 14, 2008 Math 96 - Exam 2, October 4, 28 Name: Problem (5 points Find all solutions to the following system of linear equations, check your work: x + x 2 x 3 2x 2 2x 3 2 x x 2 + x 3 2 Solution Let s perform Gaussian

More information

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0

8.7 Taylor s Inequality Math 2300 Section 005 Calculus II. f(x) = ln(1 + x) f(0) = 0 8.7 Taylor s Inequality Math 00 Section 005 Calculus II Name: ANSWER KEY Taylor s Inequality: If f (n+) is continuous and f (n+) < M between the center a and some point x, then f(x) T n (x) M x a n+ (n

More information

Numerical Differential Equations: IVP

Numerical Differential Equations: IVP Chapter 11 Numerical Differential Equations: IVP **** 4/16/13 EC (Incomplete) 11.1 Initial Value Problem for Ordinary Differential Equations We consider the problem of numerically solving a differential

More information

Bindel, Spring 2012 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 16. f(x) dx,

Bindel, Spring 2012 Intro to Scientific Computing (CS 3220) Week 12: Monday, Apr 16. f(x) dx, Panel integration Week 12: Monday, Apr 16 Suppose we want to compute the integral b a f(x) dx In estimating a derivative, it makes sense to use a locally accurate approximation to the function around the

More information

Order of convergence. MA3232 Numerical Analysis Week 3 Jack Carl Kiefer ( ) Question: How fast does x n

Order of convergence. MA3232 Numerical Analysis Week 3 Jack Carl Kiefer ( ) Question: How fast does x n Week 3 Jack Carl Kiefer (94-98) Jack Kiefer was an American statistician. Much of his research was on the optimal design of eperiments. However, he also made significant contributions to other areas of

More information

Taylor and Maclaurin Series

Taylor and Maclaurin Series Taylor and Maclaurin Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Background We have seen that some power series converge. When they do, we can think of them as

More information

MATH 1A, Complete Lecture Notes. Fedor Duzhin

MATH 1A, Complete Lecture Notes. Fedor Duzhin MATH 1A, Complete Lecture Notes Fedor Duzhin 2007 Contents I Limit 6 1 Sets and Functions 7 1.1 Sets................................. 7 1.2 Functions.............................. 8 1.3 How to define a

More information

Math 40510, Algebraic Geometry

Math 40510, Algebraic Geometry Math 40510, Algebraic Geometry Problem Set 1, due February 10, 2016 1. Let k = Z p, the field with p elements, where p is a prime. Find a polynomial f k[x, y] that vanishes at every point of k 2. [Hint:

More information

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations We call Ordinary Differential Equation (ODE) of nth order in the variable x, a relation of the kind: where L is an operator. If it is a linear operator, we call the equation

More information

We consider the problem of finding a polynomial that interpolates a given set of values:

We consider the problem of finding a polynomial that interpolates a given set of values: Chapter 5 Interpolation 5. Polynomial Interpolation We consider the problem of finding a polynomial that interpolates a given set of values: x x 0 x... x n y y 0 y... y n where the x i are all distinct.

More information

Numerical Methods School of Mechanical Engineering Chung-Ang University

Numerical Methods School of Mechanical Engineering Chung-Ang University Part 5 Chapter 19 Numerical Differentiation Prof. Hae-Jin Choi hjchoi@cau.ac.kr 1 Chapter Objectives l Understanding the application of high-accuracy numerical differentiation formulas for equispaced data.

More information

November 20, Interpolation, Extrapolation & Polynomial Approximation

November 20, Interpolation, Extrapolation & Polynomial Approximation Interpolation, Extrapolation & Polynomial Approximation November 20, 2016 Introduction In many cases we know the values of a function f (x) at a set of points x 1, x 2,..., x N, but we don t have the analytic

More information

MA2501 Numerical Methods Spring 2015

MA2501 Numerical Methods Spring 2015 Norwegian University of Science and Technology Department of Mathematics MA2501 Numerical Methods Spring 2015 Solutions to exercise set 7 1 Cf. Cheney and Kincaid, Exercise 4.1.9 Consider the data points

More information

Answers to Problem Set Number MIT (Fall 2005).

Answers to Problem Set Number MIT (Fall 2005). Answers to Problem Set Number 5. 18.305 MIT Fall 2005). D. Margetis and R. Rosales MIT, Math. Dept., Cambridge, MA 02139). November 23, 2005. Course TA: Nikos Savva, MIT, Dept. of Mathematics, Cambridge,

More information

Math 1314 Lesson 4 Limits

Math 1314 Lesson 4 Limits Math 1314 Lesson 4 Limits What is calculus? Calculus is the study of change, particularly, how things change over time. It gives us a framework for measuring change using some fairly simple models. In

More information

5. Hand in the entire exam booklet and your computer score sheet.

5. Hand in the entire exam booklet and your computer score sheet. WINTER 2016 MATH*2130 Final Exam Last name: (PRINT) First name: Student #: Instructor: M. R. Garvie 19 April, 2016 INSTRUCTIONS: 1. This is a closed book examination, but a calculator is allowed. The test

More information

Numerical Methods for Differential Equations

Numerical Methods for Differential Equations Numerical Methods for Differential Equations Chapter 2: Runge Kutta and Multistep Methods Gustaf Söderlind Numerical Analysis, Lund University Contents V4.16 1. Runge Kutta methods 2. Embedded RK methods

More information

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3.

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3. Solutions to Homework 5, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 Problem 1. Find a particular solution to the differential equation 4y = 48t 3. Solution: First we

More information

Math Real Analysis II

Math Real Analysis II Math 432 - Real Analysis II Solutions to Homework due February 3 In class, we learned that the n-th remainder for a smooth function f(x) defined on some open interval containing is given by f (k) () R

More information

Introduction to Numerical Analysis

Introduction to Numerical Analysis Introduction to Numerical Analysis S. Baskar and S. Sivaji Ganesh Department of Mathematics Indian Institute of Technology Bombay Powai, Mumbai 400 076. Introduction to Numerical Analysis Lecture Notes

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information

Introduction to Statistical modeling: handout for Math 489/583

Introduction to Statistical modeling: handout for Math 489/583 Introduction to Statistical modeling: handout for Math 489/583 Statistical modeling occurs when we are trying to model some data using statistical tools. From the start, we recognize that no model is perfect

More information

FINITE DIFFERENCES. Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations.

FINITE DIFFERENCES. Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations. FINITE DIFFERENCES Lecture 1: (a) Operators (b) Forward Differences and their calculations. (c) Backward Differences and their calculations. 1. Introduction When a function is known explicitly, it is easy

More information

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS

LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS LECTURE 14: REGULAR SINGULAR POINTS, EULER EQUATIONS 1. Regular Singular Points During the past few lectures, we have been focusing on second order linear ODEs of the form y + p(x)y + q(x)y = g(x). Particularly,

More information

Math 112 Lab 8: More with Series

Math 112 Lab 8: More with Series Manipulating Series Math 112 Lab 8: More with Series Various operations can be done to obtain a new series from an old (well-known) series: the basic operations of arithmetic, as well as substitution,

More information

Checking Consistency. Chapter Introduction Support of a Consistent Family

Checking Consistency. Chapter Introduction Support of a Consistent Family Chapter 11 Checking Consistency 11.1 Introduction The conditions which define a consistent family of histories were stated in Ch. 10. The sample space must consist of a collection of mutually orthogonal

More information

Local Parametrization and Puiseux Expansion

Local Parametrization and Puiseux Expansion Chapter 9 Local Parametrization and Puiseux Expansion Let us first give an example of what we want to do in this section. Example 9.0.1. Consider the plane algebraic curve C A (C) defined by the equation

More information

Engg. Math. II (Unit-IV) Numerical Analysis

Engg. Math. II (Unit-IV) Numerical Analysis Dr. Satish Shukla of 33 Engg. Math. II (Unit-IV) Numerical Analysis Syllabus. Interpolation and Curve Fitting: Introduction to Interpolation; Calculus of Finite Differences; Finite Difference and Divided

More information

CS 450 Numerical Analysis. Chapter 5: Nonlinear Equations

CS 450 Numerical Analysis. Chapter 5: Nonlinear Equations Lecture slides based on the textbook Scientific Computing: An Introductory Survey by Michael T. Heath, copyright c 2018 by the Society for Industrial and Applied Mathematics. http://www.siam.org/books/cl80

More information

General Recipe for Constant-Coefficient Equations

General Recipe for Constant-Coefficient Equations General Recipe for Constant-Coefficient Equations We want to look at problems like y (6) + 10y (5) + 39y (4) + 76y + 78y + 36y = (x + 2)e 3x + xe x cos x + 2x + 5e x. This example is actually more complicated

More information

Completion Date: Monday February 11, 2008

Completion Date: Monday February 11, 2008 MATH 4 (R) Winter 8 Intermediate Calculus I Solutions to Problem Set #4 Completion Date: Monday February, 8 Department of Mathematical and Statistical Sciences University of Alberta Question. [Sec..9,

More information

Chapter Generating Functions

Chapter Generating Functions Chapter 8.1.1-8.1.2. Generating Functions Prof. Tesler Math 184A Fall 2017 Prof. Tesler Ch. 8. Generating Functions Math 184A / Fall 2017 1 / 63 Ordinary Generating Functions (OGF) Let a n (n = 0, 1,...)

More information

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series.

Definition: Let f(x) be a function of one variable with continuous derivatives of all orders at a the point x 0, then the series. 2.4 Local properties o unctions o several variables In this section we will learn how to address three kinds o problems which are o great importance in the ield o applied mathematics: how to obtain the

More information

Second Order ODEs. CSCC51H- Numerical Approx, Int and ODEs p.130/177

Second Order ODEs. CSCC51H- Numerical Approx, Int and ODEs p.130/177 Second Order ODEs Often physical or biological systems are best described by second or higher-order ODEs. That is, second or higher order derivatives appear in the mathematical model of the system. For

More information

COSC 3361 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods

COSC 3361 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods COSC 336 Numerical Analysis I Ordinary Differential Equations (II) - Multistep methods Fall 2005 Repetition from the last lecture (I) Initial value problems: dy = f ( t, y) dt y ( a) = y 0 a t b Goal:

More information

Math 334 A1 Homework 3 (Due Nov. 5 5pm)

Math 334 A1 Homework 3 (Due Nov. 5 5pm) Math 334 A1 Homework 3 Due Nov. 5 5pm No Advanced or Challenge problems will appear in homeworks. Basic Problems Problem 1. 4.1 11 Verify that the given functions are solutions of the differential equation,

More information

How to Use Calculus Like a Physicist

How to Use Calculus Like a Physicist How to Use Calculus Like a Physicist Physics A300 Fall 2004 The purpose of these notes is to make contact between the abstract descriptions you may have seen in your calculus classes and the applications

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

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS

SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS SRI RAMAKRISHNA INSTITUTE OF TECHNOLOGY DEPARTMENT OF SCIENCE & HUMANITIES STATISTICS & NUMERICAL METHODS TWO MARKS UNIT-I HYPOTHESIS TESTING 1. What are the applications of distributions? * Test the hypothesis

More information

INTRODUCTION TO COMPUTATIONAL MATHEMATICS

INTRODUCTION TO COMPUTATIONAL MATHEMATICS INTRODUCTION TO COMPUTATIONAL MATHEMATICS Course Notes for CM 271 / AMATH 341 / CS 371 Fall 2007 Instructor: Prof. Justin Wan School of Computer Science University of Waterloo Course notes by Prof. Hans

More information

Midterm 1 Solutions Math Section 55 - Spring 2018 Instructor: Daren Cheng

Midterm 1 Solutions Math Section 55 - Spring 2018 Instructor: Daren Cheng Midterm 1 Solutions Math 20250 Section 55 - Spring 2018 Instructor: Daren Cheng #1 Do the following problems using row reduction. (a) (6 pts) Let A = 2 1 2 6 1 3 8 17 3 5 4 5 Find bases for N A and R A,

More information

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations

Outline. Scientific Computing: An Introductory Survey. Nonlinear Equations. Nonlinear Equations. Examples: Nonlinear Equations Methods for Systems of Methods for Systems of Outline Scientific Computing: An Introductory Survey Chapter 5 1 Prof. Michael T. Heath Department of Computer Science University of Illinois at Urbana-Champaign

More information

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series.

MATH 1231 MATHEMATICS 1B Calculus Section 4.4: Taylor & Power series. MATH 1231 MATHEMATICS 1B 2010. For use in Dr Chris Tisdell s lectures. Calculus Section 4.4: Taylor & Power series. 1. What is a Taylor series? 2. Convergence of Taylor series 3. Common Maclaurin series

More information

Chapter 4: Higher Order Linear Equations

Chapter 4: Higher Order Linear Equations Chapter 4: Higher Order Linear Equations MATH 351 California State University, Northridge April 7, 2014 MATH 351 (Differential Equations) Ch 4 April 7, 2014 1 / 11 Sec. 4.1: General Theory of nth Order

More information

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory

Physics 202 Laboratory 3. Root-Finding 1. Laboratory 3. Physics 202 Laboratory Physics 202 Laboratory 3 Root-Finding 1 Laboratory 3 Physics 202 Laboratory The fundamental question answered by this week s lab work will be: Given a function F (x), find some/all of the values {x i }

More information

CHAPTER 5: Linear Multistep Methods

CHAPTER 5: Linear Multistep Methods CHAPTER 5: Linear Multistep Methods Multistep: use information from many steps Higher order possible with fewer function evaluations than with RK. Convenient error estimates. Changing stepsize or order

More information

Key Point. The nth order linear homogeneous equation with constant coefficients

Key Point. The nth order linear homogeneous equation with constant coefficients General Solutions of Higher-Order Linear Equations In section 3.1, we saw the following fact: Key Point. The nth order linear homogeneous equation with constant coefficients a n y (n) +... + a 2 y + a

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

More information

INTRODUCTION TO COMPUTER METHODS FOR O.D.E.

INTRODUCTION TO COMPUTER METHODS FOR O.D.E. INTRODUCTION TO COMPUTER METHODS FOR O.D.E. 0. Introduction. The goal of this handout is to introduce some of the ideas behind the basic computer algorithms to approximate solutions to differential equations.

More information

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland

FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland FIRST-ORDER SYSTEMS OF ORDINARY DIFFERENTIAL EQUATIONS III: Autonomous Planar Systems David Levermore Department of Mathematics University of Maryland 4 May 2012 Because the presentation of this material

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

lecture 4: Constructing Finite Difference Formulas

lecture 4: Constructing Finite Difference Formulas 5 lecture 4: Constructing Finite Difference Formulas 17 Application: Interpolants for Finite Difference Formulas The most obvious use of interpolants is to construct polynomial models of more complicated

More information

Higher Order Taylor Methods

Higher Order Taylor Methods Higher Order Taylor Methods Marcelo Julio Alvisio & Lisa Marie Danz May 6, 2007 Introduction Differential equations are one of the building blocks in science or engineering. Scientists aim to obtain numerical

More information

Do not turn over until you are told to do so by the Invigilator.

Do not turn over until you are told to do so by the Invigilator. UNIVERSITY OF EAST ANGLIA School of Mathematics Main Series UG Examination 216 17 INTRODUCTION TO NUMERICAL ANALYSIS MTHE612B Time allowed: 3 Hours Attempt QUESTIONS 1 and 2, and THREE other questions.

More information

Practice Problems for Final Exam

Practice Problems for Final Exam Math 1280 Spring 2016 Practice Problems for Final Exam Part 2 (Sections 6.6, 6.7, 6.8, and chapter 7) S o l u t i o n s 1. Show that the given system has a nonlinear center at the origin. ẋ = 9y 5y 5,

More information

Second-Order Homogeneous Linear Equations with Constant Coefficients

Second-Order Homogeneous Linear Equations with Constant Coefficients 15 Second-Order Homogeneous Linear Equations with Constant Coefficients A very important class of second-order homogeneous linear equations consists of those with constant coefficients; that is, those

More information

Finding small factors of integers. Speed of the number-field sieve. D. J. Bernstein University of Illinois at Chicago

Finding small factors of integers. Speed of the number-field sieve. D. J. Bernstein University of Illinois at Chicago The number-field sieve Finding small factors of integers Speed of the number-field sieve D. J. Bernstein University of Illinois at Chicago Prelude: finding denominators 87366 22322444 in R. Easily compute

More information

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form

you expect to encounter difficulties when trying to solve A x = b? 4. A composite quadrature rule has error associated with it in the following form Qualifying exam for numerical analysis (Spring 2017) Show your work for full credit. If you are unable to solve some part, attempt the subsequent parts. 1. Consider the following finite difference: f (0)

More information

Section 10.7 Taylor series

Section 10.7 Taylor series Section 10.7 Taylor series 1. Common Maclaurin series 2. s and approximations with Taylor polynomials 3. Multiplication and division of power series Math 126 Enhanced 10.7 Taylor Series The University

More information

Fitting Linear Statistical Models to Data by Least Squares: Introduction

Fitting Linear Statistical Models to Data by Least Squares: Introduction Fitting Linear Statistical Models to Data by Least Squares: Introduction Radu Balan, Brian R. Hunt and C. David Levermore University of Maryland, College Park University of Maryland, College Park, MD Math

More information

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y:

3 Algebraic Methods. we can differentiate both sides implicitly to obtain a differential equation involving x and y: 3 Algebraic Methods b The first appearance of the equation E Mc 2 in Einstein s handwritten notes. So far, the only general class of differential equations that we know how to solve are directly integrable

More information

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits

Lecture for Week 2 (Secs. 1.3 and ) Functions and Limits Lecture for Week 2 (Secs. 1.3 and 2.2 2.3) Functions and Limits 1 First let s review what a function is. (See Sec. 1 of Review and Preview.) The best way to think of a function is as an imaginary machine,

More information

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point

Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error. 2- Fixed point Numerical Analysis Solution of Algebraic Equation (non-linear equation) 1- Trial and Error In this method we assume initial value of x, and substitute in the equation. Then modify x and continue till we

More information

FINAL EXAM MATH303 Theory of Ordinary Differential Equations. Spring dx dt = x + 3y dy dt = x y.

FINAL EXAM MATH303 Theory of Ordinary Differential Equations. Spring dx dt = x + 3y dy dt = x y. FINAL EXAM MATH0 Theory of Ordinary Differential Equations There are 5 problems on 2 pages. Spring 2009. 25 points Consider the linear plane autonomous system x + y x y. Find a fundamental matrix of the

More information

Power Series Solutions We use power series to solve second order differential equations

Power Series Solutions We use power series to solve second order differential equations Objectives Power Series Solutions We use power series to solve second order differential equations We use power series expansions to find solutions to second order, linear, variable coefficient equations

More information

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0.

Infinite Limits. Infinite Limits. Infinite Limits. Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Infinite Limits Return to Table of Contents Infinite Limits Infinite Limits Previously, we discussed the limits of rational functions with the indeterminate form 0/0. Now we will consider rational functions

More information

2.2 The Limit of a Function

2.2 The Limit of a Function 2.2 The Limit of a Function Introductory Example: Consider the function f(x) = x is near 0. x f(x) x f(x) 1 3.7320508 1 4.236068 0.5 3.8708287 0.5 4.1213203 0.1 3.9748418 0.1 4.0248457 0.05 3.9874607 0.05

More information

B553 Lecture 1: Calculus Review

B553 Lecture 1: Calculus Review B553 Lecture 1: Calculus Review Kris Hauser January 10, 2012 This course requires a familiarity with basic calculus, some multivariate calculus, linear algebra, and some basic notions of metric topology.

More information

Nonconstant Coefficients

Nonconstant Coefficients Chapter 7 Nonconstant Coefficients We return to second-order linear ODEs, but with nonconstant coefficients. That is, we consider (7.1) y + p(t)y + q(t)y = 0, with not both p(t) and q(t) constant. The

More information

Fitting Linear Statistical Models to Data by Least Squares I: Introduction

Fitting Linear Statistical Models to Data by Least Squares I: Introduction Fitting Linear Statistical Models to Data by Least Squares I: Introduction Brian R. Hunt and C. David Levermore University of Maryland, College Park Math 420: Mathematical Modeling February 5, 2014 version

More information

4. Algebra and Duality

4. Algebra and Duality 4-1 Algebra and Duality P. Parrilo and S. Lall, CDC 2003 2003.12.07.01 4. Algebra and Duality Example: non-convex polynomial optimization Weak duality and duality gap The dual is not intrinsic The cone

More information

Interpolation & Polynomial Approximation. Hermite Interpolation I

Interpolation & Polynomial Approximation. Hermite Interpolation I Interpolation & Polynomial Approximation Hermite Interpolation I Numerical Analysis (th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

Extended Introduction to Computer Science CS1001.py. Lecture 8 part A: Finding Zeroes of Real Functions: Newton Raphson Iteration

Extended Introduction to Computer Science CS1001.py. Lecture 8 part A: Finding Zeroes of Real Functions: Newton Raphson Iteration Extended Introduction to Computer Science CS1001.py Lecture 8 part A: Finding Zeroes of Real Functions: Newton Raphson Iteration Instructors: Benny Chor, Amir Rubinstein Teaching Assistants: Yael Baran,

More information

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V

SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V SBAME CALCULUS OF FINITE DIFFERENCES AND NUMERICAL ANLAYSIS-I Units : I-V Unit I-Syllabus Solutions of Algebraic and Transcendental equations, Bisection method, Iteration Method, Regula Falsi method, Newton

More information

Midterm Review. Igor Yanovsky (Math 151A TA)

Midterm Review. Igor Yanovsky (Math 151A TA) Midterm Review Igor Yanovsky (Math 5A TA) Root-Finding Methods Rootfinding methods are designed to find a zero of a function f, that is, to find a value of x such that f(x) =0 Bisection Method To apply

More information

MATH 312 Section 4.5: Undetermined Coefficients

MATH 312 Section 4.5: Undetermined Coefficients MATH 312 Section 4.5: Undetermined Coefficients Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Differential Operators 2 Annihilators 3 Undetermined Coefficients 4 Conclusion ODEs

More information

Homework #6 Solutions

Homework #6 Solutions Problems Section.1: 6, 4, 40, 46 Section.:, 8, 10, 14, 18, 4, 0 Homework #6 Solutions.1.6. Determine whether the functions f (x) = cos x + sin x and g(x) = cos x sin x are linearly dependent or linearly

More information

1 Solutions to selected problems

1 Solutions to selected problems Solutions to selected problems Section., #a,c,d. a. p x = n for i = n : 0 p x = xp x + i end b. z = x, y = x for i = : n y = y + x i z = zy end c. y = (t x ), p t = a for i = : n y = y(t x i ) p t = p

More information

Homework and Computer Problems for Math*2130 (W17).

Homework and Computer Problems for Math*2130 (W17). Homework and Computer Problems for Math*2130 (W17). MARCUS R. GARVIE 1 December 21, 2016 1 Department of Mathematics & Statistics, University of Guelph NOTES: These questions are a bare minimum. You should

More information

Differential Equations

Differential Equations Differential Equations Overview of differential equation! Initial value problem! Explicit numeric methods! Implicit numeric methods! Modular implementation Physics-based simulation An algorithm that

More information

Convergence rates of derivatives of a family of barycentric rational interpolants

Convergence rates of derivatives of a family of barycentric rational interpolants Convergence rates of derivatives of a family of barycentric rational interpolants J.-P. Berrut, M. S. Floater and G. Klein University of Fribourg (Switzerland) CMA / IFI, University of Oslo jean-paul.berrut@unifr.ch

More information

Commutative Rings and Fields

Commutative Rings and Fields Commutative Rings and Fields 1-22-2017 Different algebraic systems are used in linear algebra. The most important are commutative rings with identity and fields. Definition. A ring is a set R with two

More information

Interpolation and Approximation

Interpolation and Approximation Interpolation and Approximation The Basic Problem: Approximate a continuous function f(x), by a polynomial p(x), over [a, b]. f(x) may only be known in tabular form. f(x) may be expensive to compute. Definition:

More information

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Science, Chennai. Unit - I Polynomials Lecture 1B Long Division

An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Science, Chennai. Unit - I Polynomials Lecture 1B Long Division An Invitation to Mathematics Prof. Sankaran Vishwanath Institute of Mathematical Science, Chennai Unit - I Polynomials Lecture 1B Long Division (Refer Slide Time: 00:19) We have looked at three things

More information

Numerical Analysis and Computing

Numerical Analysis and Computing Numerical Analysis and Computing Lecture Notes #02 Calculus Review; Computer Artihmetic and Finite Precision; and Convergence; Joe Mahaffy, mahaffy@math.sdsu.edu Department of Mathematics Dynamical Systems

More information