November 20, Interpolation, Extrapolation & Polynomial Approximation

Similar documents
Computational Physics

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

Chapter 4: Interpolation and Approximation. October 28, 2005

Numerical Methods. King Saud University

Chapter 11. Taylor Series. Josef Leydold Mathematical Methods WS 2018/19 11 Taylor Series 1 / 27

Lecture Note 3: Polynomial Interpolation. Xiaoqun Zhang Shanghai Jiao Tong University

Lecture Note 3: Interpolation and Polynomial Approximation. Xiaoqun Zhang Shanghai Jiao Tong University

CHAPTER 4. Interpolation

Interpolation Theory

Lecture 10 Polynomial interpolation

Hermite Interpolation

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.

Ma 530 Power Series II

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

Input: A set (x i -yy i ) data. Output: Function value at arbitrary point x. What for x = 1.2?

8.7 MacLaurin Polynomials

3.1 Interpolation and the Lagrange Polynomial

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

(c) Find the equation of the degree 3 polynomial that has the same y-value, slope, curvature, and third derivative as ln(x + 1) at x = 0.

Partial Fractions. Calculus 2 Lia Vas

Curve Fitting and Interpolation

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

Taylor and Maclaurin Series. Copyright Cengage Learning. All rights reserved.

Chapter 3 Interpolation and Polynomial Approximation

JUST THE MATHS UNIT NUMBER DIFFERENTIATION APPLICATIONS 5 (Maclaurin s and Taylor s series) A.J.Hobson

Chapter 2 Interpolation

8.5 Taylor Polynomials and Taylor Series

Taylor Series and Numerical Approximations

Taylor Series. Math114. March 1, Department of Mathematics, University of Kentucky. Math114 Lecture 18 1/ 13

CALCULUS JIA-MING (FRANK) LIOU

CHALLENGE! (0) = 5. Construct a polynomial with the following behavior at x = 0:

Elliptic Curves. Dr. Carmen Bruni. November 4th, University of Waterloo

Interpolation and extrapolation

MTAEA Differentiation

Chapter 8: Taylor s theorem and L Hospital s rule

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Further Mathematics SAMPLE. Marking Scheme

Math Numerical Analysis

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Review: Power series define functions. Functions define power series. Taylor series of a function. Taylor polynomials of a function.

Data Analysis-I. Interpolation. Soon-Hyung Yook. December 4, Soon-Hyung Yook Data Analysis-I December 4, / 1

Math 113 (Calculus 2) Exam 4

Polynomial Interpolation

f (x) = k=0 f (0) = k=0 k=0 a k k(0) k 1 = a 1 a 1 = f (0). a k k(k 1)x k 2, k=2 a k k(k 1)(0) k 2 = 2a 2 a 2 = f (0) 2 a k k(k 1)(k 2)x k 3, k=3

Announcements. Related Rates (last week), Linear approximations (today) l Hôpital s Rule (today) Newton s Method Curve sketching Optimization problems

Study # 1 11, 15, 19

Taylor and Maclaurin Series

Math 578: Assignment 2

Scientific Computing

x 9 or x > 10 Name: Class: Date: 1 How many natural numbers are between 1.5 and 4.5 on the number line?

Engineering Mathematics through Applications

Chapter 2: Differentiation

CALCULUS. Berkant Ustaoğlu CRYPTOLOUNGE.NET

Chapter 4: More Applications of Differentiation

Mathematical Economics: Lecture 2

Math WW09 Solutions November 24, 2008

Convergence of sequences and series

Math 651 Introduction to Numerical Analysis I Fall SOLUTIONS: Homework Set 1

Mathematics 1052, Calculus II Exam 1, April 3rd, 2010

Review of Section 1.1. Mathematical Models. Review of Section 1.1. Review of Section 1.1. Functions. Domain and range. Piecewise functions

X. Numerical Methods

UNIT-II INTERPOLATION & APPROXIMATION

King Fahd University of Petroleum and Minerals Prep-Year Math Program Math Term 161 Recitation (R1, R2)

1.2. Indices. Introduction. Prerequisites. Learning Outcomes

SOLVED PROBLEMS ON TAYLOR AND MACLAURIN SERIES

x n cos 2x dx. dx = nx n 1 and v = 1 2 sin(2x). Andreas Fring (City University London) AS1051 Lecture Autumn / 36

Interpolation. P. Sam Johnson. January 30, P. Sam Johnson (NITK) Interpolation January 30, / 75

MATH 31B: MIDTERM 2 REVIEW. sin 2 x = 1 cos(2x) dx = x 2 sin(2x) 4. + C = x 2. dx = x sin(2x) + C = x sin x cos x

Chapter 2: Differentiation

MAT137 Calculus! Lecture 48

100 CHAPTER 4. SYSTEMS AND ADAPTIVE STEP SIZE METHODS APPENDIX

Interpolation APPLIED PROBLEMS. Reading Between the Lines FLY ROCKET FLY, FLY ROCKET FLY WHAT IS INTERPOLATION? Figure Interpolation of discrete data.

Grade 11/12 Math Circles Elliptic Curves Dr. Carmen Bruni November 4, 2015

Math 1552: Integral Calculus Final Exam Study Guide, Spring 2018

f (r) (a) r! (x a) r, r=0

Curve Fitting. Objectives

1 Piecewise Cubic Interpolation

Section September 6, If n = 3, 4, 5,..., the polynomial is called a cubic, quartic, quintic, etc.

Introduction and Review of Power Series

NUMERICAL METHODS. x n+1 = 2x n x 2 n. In particular: which of them gives faster convergence, and why? [Work to four decimal places.

CALCULUS ASSESSMENT REVIEW

7x 5 x 2 x + 2. = 7x 5. (x + 1)(x 2). 4 x

LECTURE 16 GAUSS QUADRATURE In general for Newton-Cotes (equispaced interpolation points/ data points/ integration points/ nodes).

INFINITE SEQUENCES AND SERIES

Section 8.7. Taylor and MacLaurin Series. (1) Definitions, (2) Common Maclaurin Series, (3) Taylor Polynomials, (4) Applications.

b n x n + b n 1 x n b 1 x + b 0

AP Calculus BC Scope & Sequence

Practice Final Exam Solutions

Preliminary Examination in Numerical Analysis

Power Series in Differential Equations

Section Example Determine the Maclaurin series of f (x) = e x and its the interval of convergence.

1.4 Techniques of Integration

Taylor Series. richard/math230 These notes are taken from Calculus Vol I, by Tom M. Apostol,

MATHEMATICAL FORMULAS AND INTEGRALS

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

Math 181, Exam 2, Study Guide 2 Problem 1 Solution. 1 + dx. 1 + (cos x)2 dx. 1 + cos2 xdx. = π ( 1 + cos π 2

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

1 Lecture 8: Interpolating polynomials.

Taylor and Maclaurin Series. Approximating functions using Polynomials.

Interpolation and Polynomial Approximation I

Transcription:

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 expression of the function that lets us calculate its value at an arbitrary point. We will try to estimate f (x) for arbitrary x by drawing a curve through the x i and sometimes beyond them. The procedure of estimating the value of f (x) for x [x 1, x N ] is called interpolation while if the value is for points x / [x 1, x N ] extrapolation. The form of the function that approximates the set of points should be a convenient one and should be applicable to a general class of problems.

Polynomial Approximations Polynomial functions are the most common ones while rational and trigonometric functions are used quite frequently. We will study the following methods for polynomial approximations: Lagrange s Polynomial Hermite Polynomial Taylor Polynomial Cubic Splines

Lagrange Polynomial Let s assume the following set of data: x 0 x 1 x 2 x 3 x 3.2 2.7 1.0 4.8 f (x) 22.0 17.8 14.2 38.3 f 0 f 1 f 2 f 3 Then the interpolating polynomial will be of 4th order i.e. ax 3 + bx 2 + cx + d = P(x). This leads to 4 equations for the 4 unknown coefficients and by solving this system we get a = 0.5275, b = 6.4952, c = 16.117 and d = 24.3499 and the polynomial is: P(x) = 0.5275x 3 + 6.4952x 2 16.117x + 24.3499 It is obvious that this procedure is quite laboureus and Lagrange developed a direct way to find the polynomial n P n (x) = f 0 L 0 (x) + f 1 L 1 (x) +... + f n L n (x) = f i L i (x) (1) where L i (x) are the Lagrange coefficient polynomials i=0

L j (x) = (x x 0)(x x 1 )...(x x j 1 )(x x j+1 )...(x x n ) (x j x 0 )(x j x 1 )...(x j x j 1 )(x j x j+1 )...(x j x n ) and obviously: L j (x k ) = δ jk = where δ jk is Kronecker s symbol. { 0 if j k 1 if j = k (2) ERRORS The error when the Lagrange polynomial is used to approximate a continuous function f (x) is : E(x) = (x x 0 )(x x 1 )...(x x n ) f (n+1) (ξ) (n + 1)! where ξ [x 0, x N ] (3) NOTE Lagrange polynomial applies for evenly and unevenly spaced points. If the points are evenly spaced then it reduces to a much simpler form.

Lagrange Polynomial : Example EXAMPLE: Find the Lagrange polynomial that approximates the function y = cos(πx). We create the table x i 0 0.5 1 f i 1 0.0-1 The Lagrange coeffiecient polynomials are: L 1 (x) = (x x 2)(x x 3 ) (x 0.5)(x 1) = (x 1 x 2 )(x 1 x 3 ) (0 0.5)(0 1) = 2x 2 3x + 1, L 2 (x) = (x x 1) (x x 3 ) (x 0)(x 1) = = 4x(x 1) (x 2 x 1 )(x 2 x 3 ) (0.5 0)(0.5 1) L 3 (x) = (x x 1)(x x 2 ) (x 0)(x 0.5) = (x 3 x 1 )(x 3 x 2 ) (1 0)(1 0.5) = 2x 2 x thus P(x) = 1 (2x 2 3x + 1) 0 4x(x 1) + ( 1) (2x 2 x) = 2x + 1

The error will be: E(x) = x (x 0.5) (x 1) π3 sin(πξ) 3! e.g. for x = 0.25 is E(0.25) 0.24.

Newton Polynomial Forward Newton-Gregory s(s 1) P n (x s ) = f 0 + s f 0 + 2 s(s 1)(s 2) f 0 + 3 f 0 +... ( ) 2! ( ) ( 3! ) s s = f 0 + f 1 0 + 2 s f 2 0 + 3 f 3 0 +... n ( ) s = i f i 0 (4) i=0 where x s = x 0 + s h and f i = f i+1 f i (5) 2 f i = f i+2 2f i+1 + f i (6) 3 f i = f i+3 3f i+2 + 3f i+1 f i (7) n f i = n(n 1) n(n 1)(n 2) f i+n nf i+n 1 + f i+n 2 f i+n 3 + (8) 2! 3!

Newton Polynomial ERROR The error is the same with the Lagrange polynomial : E(x) = (x x 0 )(x x 1 )...(x x n ) f (n+1) (ξ) (n + 1)! where ξ [x 0, x N ] (9) x f (x) f (x) 2 f (x) 3 f (x) 4 f (x) 5 f (x) 0.0 0.000 0.203 0.2 0.203 0.017 0.220 0.024 0.4 0.423 0.041 0.020 0.261 0.044 0.032 0.6 0.684 0.085 0.052 0.246 0.096 0.8 1.030 0.181 0.527 1.0 1.557 Table: Example of a difference matrix Backward Newton-Gregory ( ) ( s s + 1 P n (x) = f 0 + f 1 1 + 2 ) ( 2 s + n 1 f 2 +...+ n ) n f n (10)

x F (x) f (x) 2 f (x) 3 f (x) 4 f (x) 5 f (x) 0.2 1.06894 0.11242 0.5 1.18136 0.01183 0.12425 0.00123 0.8 1.30561 0.01306 0.00015 0.13731 0.00138 0.000001 1.1 1.44292 0.01444 0.00014 0.15175 0.0152 1.4 1.59467 0.01596 0.16771 1.7 1.76238 Newton-Gregory forward with x 0 = 0.5: ( ) ( ) s s P 3 (x) = 1.18136 + 0.12425 s + 0.01306 + 0.00138 2 3 = 1.18136 + 0.12425 s + 0.01306 s (s 1)/2 + 0.00138 s (s 1) (s 2)/6 = 0.9996 + 0.3354 x + 0.052 x 2 + 0.085 x 3 Newton-Gregory backwards with x 0 = 1.1: ( ) ( ) s + 1 s + 2 P 3 (x) = 1.44292 + 0.13731 s + 0.01306 + 0.00123 2 3 = 1.44292 + 0.13731 s + 0.01306 s (s + 1)/2 + 0.00123 s (s + 1) (s + 2)/6 = 0.99996 + 0.33374 x + 0.05433 x 2 + 0.007593 x 3

Hermite Polynomial This applies when we have information not only for the values of f (x) but also on its derivative f (x) where P 2n 1 (x) = n A i (x)f i + i=1 n i=1 B i (x)f i (11) A i (x) = [1 2(x x i )L i(x i )] [L i (x)] 2 (12) B i (x) = (x x i ) [L i (x)] 2 (13) and L i (x) are the Lagrange coefficients. ERROR: the accuracy is similar to that of Lagrange polynomial of order 2n! y(x) p(x) = y (2n+1) (ξ) (2n + 1)! [(x x 1)(x x 2 )... (x x n )] 2 (14)

Hermite Polynomial : Example Fit a Hermite polynomial to the data of the table: k x k y k y k 0 0 0 0 1 4 2 0 The Lagrange coefficients are: Thus L 0 (x) = x x 1 = x 4 x 0 x 1 0 4 = x 4 4 L 0(x) = 1 x 0 x 1 = 1 4 L 1(x) = L 1 (x) = x x 0 x 1 x 0 = x 4 1 x 1 x 0 = 1 4 [ A 0 (x) = 1 2 L ] ( 0 (x x 0) L 2 0 [1 = 2 1 ) ] ( ) x 4 2 (x 0) 4 4 [ A 1 (x) = 1 2 L ] [ 0 (x x 1) L 2 1 = 1 2 1 ] ( ) x 2 ( (x 4) = 3 x ) ( ) x 2 4 4 2 4 ( ) x 4 2 ( ) x 4 2 ( ) x 2 B 0 (x) = (x 0) = x B 1 (x) = (x 4) 4 4 4 And the Hermite polynomial is: P(x) = (6 x) x 2 16.

Taylor Polynomial It is an alternative way of approximating functions with polynomials. In the previous two cases we found the polynomial P(x) that gets the same value with a function f (x) at N points or the polynomial that agrees with a function and its derivative at N points. Taylor polynomial has the same value x 0 with the function but agrees also up to the Nth derivative with the given function. That is: P (i) (x 0 ) = f (i) (x 0 ) and i = 0, 1,..., n and the Taylor polynomial has the well known form from Calculus P(x) = N i=0 ERROR: was also estimated in calculus f (i) (x) (x x 0 ) i (15) i! E N (x) = (x x 0 ) N+1 f (N+1) (ξ) (N + 1)! (16)

Taylor Polynomial : Example We will show that for the calculation of e = 2.718281828459... with 13-digit approximation we need 15 terms of the Taylor expansion. All the derivatives at x = 1 are: thus p(x) = and the error will be y 0 = y (1) 0 = y (2) 0 =... = y (n) 0 = 1 n i=1 1 i! x n = 1 + x + x 2 2 +... + 1 n! x n E n = x n+1 e ξ (n + 1)! = eξ 16! < 3 = 1.433 10 13 16!

Interpolation with Cubic Splines In some cases the typical polynomial approximation cannot smoothly fit certain sets of data. Consider the function f (x) = 0 1 x 0.2 1 5 x 0.2 < x < 0.2 0 0.2 x 1.0 We can easily verify that we cannot fit the above data with any polynomial degree! P(x) = 1 26x 2 + 25x 4 The answer to the problem is given by the spline fitting. That is we pass a set of cubic polynomials (cubic splines) through the points, using a new cubic for each interval. But we require that the slope and the curvature be the same for the pair of cubics that join at each point.

Interpolation with Cubic Splines

Interpolation with Cubic Splines Let the cubic for the ith interval, which lies between the points (x i, y i ) and (x i+1, y i+1 ) has the form: y(x) = a i (x x i ) 3 + b i (x x i ) 2 + c i (x x i ) + d i (17) Since it fits at the two endpoints of the interval: y i = a i (x i x i ) 3 + b i (x i x i ) 2 + c i (x i x i ) + d i = d i y i+1 = a i (x i+1 x i ) 3 + b i (x i+1 x i ) 2 + c i (x i+1 x i ) + d i = a i h 3 i + b i h 2 i + c i h i + d i where h i = x i+1 x i. We need the 1st and 2nd derivatives to relate the slopes and curvatures of the joining polynomials, by differentiation we get y (x) = 3a i (x x i ) 2 + 2b i (x x i ) + c i y (x) = 6a i (x x i ) + 2b i

The procedure is simplified if we write the equations in terms of the 2nd derivatives of the interpolating cubics. Let s name S i the 2nd derivative at the point (x i, y i ) then we can easily get: which means and finally b i = S i 2, a i = S i+1 S i 6h i (18) y i+1 = S i+1 S i hi 3 + S i 6h i 2 h2 i + c i h i + y i c i = y i+1 y i 2h is i + h i S i+1 h i 6 (19) Now we invoke the condition that the slopes of the two cubics joining at (x i, y i ) are the same: y i = 3a i (x i x i ) 2 + 2b i (x i x i ) + c i = c i for the i interval y i = 3a i 1 (x i x i 1 ) 2 + 2b i 1 (x i x i 1 ) + c i 1 = 3a i 1 h 2 i 1 + 2b i 1 h i 1 + c i 1 for the i 1 interval

By equating these and substituting a, b, c and d we get: y i = y i+1 y i 2h is i + h i S i+1 h i 6 ( ) Si S i 1 = 3 hi 1 2 + 2 S i 1 6h i 1 2 h i 1 + y i y i 1 2h i 1S i 1 + h i 1 S i h i 1 6 and by simplifying we get: ( yi+1 y i h i 1 S i 1 + 2 (h i 1 + h i ) S i + h i S i+1 = 6 h i y ) i y i 1 h i 1 (20) If we have n + 1 points the above relation can be applied to the n 1 internal points. Thus we create a system of n 1 equations for the n + 1 unknown S i. This system can be solved if we specify the values of S 0 and S n.

The system of n 1 equations with n + 1 unknown will be written as: = 6... h 0 2(h 0 + h 1 ) h 1 h 1 2(h 1 + h 2 ) h 2 h 2 2(h 2 + h 3 ) h 3...... h n 2 2(h n 2 + h n 1 ) h n 1... y 2 y 1 h 1 y 3 y 2 h 2... y n y n 1 h n 1... y1 y0 h 0 y2 y1 h 1 yn 1 yn 2 h n 2 Y S 0 S 1 S 2 : S n 2 S n 1 S n From the solution of this linear systems we get the coefficients a i, b i, c i and d i via the relations: a i = S i+1 S i, b i = S i 6h i 2 (21) c i = y i+1 y i 2h is i + h i S i+1 (22) h i 6 d i = y i (23)

Choice I Take, S 0 = 0 and S n = 0 this will lead to the solution of the following (n 1) (n 1) linear system: 2(h 0 + h 1 ) h 1 S 1 h 1 2(h 1 + h 2 ) h 2 S 2 h 2 2(h 2 + h 3 ) h 3 S 3... = Y h n 2 2(h n 2 + h n 1 ) S n 1 Choice II Take, S 0 = S 1 and S n = S n 1 this will lead to the solution of the following (n 1) (n 1) linear system: 3h 0 + 2h 1 h 1 h 1 2(h 1 + h 2 ) h 2 h 2 2(h 2 + h 3 ) h 3...... h n 2 2h n 2 + 3h n 1 S 1 S 2 S 3 S n 1 = Y

Choice III Use linear extrapolation S n S n 1 h n 1 S 1 S 0 h 0 = S 2 S 1 h 1 S 0 = (h 0 + h 1 )S 1 h 0 S 2 h 1 = S n 1 S n 2 h n 2 s n = (h n 2 + h n 1 )S n 1 h n 1 S n 2 h n 2 this will lead to the solution of the following (n 1) (n 1) linear system: (h 0 +h 1 )(h 0 +2h 1 ) h 1 2 h2 0 h 1 h 1 h 1 2(h 1 + h 2 ) h 2 h 2 2(h 2 + h 3 ) h 3...... h n 2 2 h2 n 1 h n 2 (h n 1 +h n 2 )(h n 1 +2h n 2 ) h n 2 S 1 S 2 S 3 S n 1 = Y

Choice IV Force the slopes at the end points to assume certain values. If f (x 0 ) = A and f (x n ) = B then ( ) y1 y 0 2h 0 S 0 + h 1 S 1 = 6 A h 0 ( h n 1 S n 1 + 2h n S n = 6 B y ) n y n 1 h n 1 2h 0 h 1 h 0 2(h 0 + h 1 ) h 1 h 1 2(h 1 + h 2 ) h 2... h n 2 2h n 1 S 1 S 2 S 3 S n 1 = Y

Interpolation with Cubic Splines : Example Fit a cubic spline in the data (y = x 3 8): x 0 1 2 3 4 y -8-7 0 19 56 Depending on the condition at the end we get the following solutions: Condition I : S 0 = 0, S 4 = 0 4 1 0 S 1 36 S 1 = 6.4285 1 4 1 S 2 = 72 S 2 = 10.2857 0 1 4 S 3 108 S 3 = 24.4285 Condition II : S 0 = S 1, S 4 = S 3 5 1 0 1 4 1 S 1 S 2 = 36 72 0 1 5 S 3 108 S 1 = S 0 = 4.8 S 2 = 12 S 3 = 19.2 = S 4

Condition III : 6 0 0 1 4 1 0 0 6 S 1 S 2 S 3 = 36 72 108 S 0 = 0 S 1 = 6 S 2 = 12 S 3 = 18 S 4 = 24 Condition IV : 2 1 0 0 0 1 4 1 0 0 0 1 4 1 0 0 0 1 4 1 0 0 0 1 2 S 0 S 1 S 2 S 3 S 4 = 6 36 72 108 66 S 0 = 0 S 1 = 6 S 2 = 12 S 3 = 18 S 4 = 24

Interpolation with Cubic Splines : Problems 1 The following data are from astronomical observations and represent variations of the apparent magnitude of a type of variable stars called Cepheids Time 0.0 0.2 0.3 0.4 0.5 0.6 0.7 0.8 1.0 Apparent 0.302 0.185 0.106 0.093 0.24 0.579 0.561 0.468 0.302 magnitude Use splines to create a new table for the apparent magnitude for intervals of time of 0.5. 2 From the following table find the acceleration of gravity at Tübingen (48 o 31 ) and the distance between two points with angular separation of 1 of a degree. Latitude Length of 1 of arc on the parallel local acceleration of gravity g 0 0 1855.4 m 9.7805 m/sec 2 15 0 1792.0 m 9.7839 m/sec 2 30 0 1608.2 m 9.7934 m/sec 2 45 0 1314.2 m 9.8063 m/sec 2 60 0 930.0 m 9.8192 m/sec 2 75 0 481.7 m 9.8287 m/sec 2 90 0 0.0 m 9.8322 m/sec 2

Rational function approximations Here we introduce the notion of rational approximations for functions. We will constrain our discussion to the so called Padé approximation. A rational approximation of f (x) on [a, b], is the quotient of two polynomials P n (x) and Q m (x) with degrees n and m 1 f (x) = R N (x) P n(x) Q m (x) = a 0 + a 1 x + a 2 x 2 +... + a n x n 1 + b 1 x + b 2 x 2 +... + b m x m, N = n + m i.e. there are N + 1 = n + m + 1 constants to be determined. The method of Padé requires that f (x) and its derivatives are continuous at x = 0. This choice makes the manipulation simpler and a change of variable can be used to shift, if needed, the calculations over to an interval that contains zero. We begin with the Maclaurin series for f (x) (up to the term x N ), this can be written as : f (x) c 0 + c 1 x +... + c N x N where c i = f (i) (0)/(i!). 1 Sometimes we write R N (x) R n,m(x).

Padé approximation Then we create the difference f (x) R N (x) = (c 0 + c 1 x +... + c N x N ) a 0 + a 1 x +... + a nx n 1 + b 1 x +... + b mx m ( ) c 0 + c 1 x +... + c N x N (1 + b 1 x +... + b mx m ) (a 0 + a 1 x +... + a nx n ) 1 + b 1 x +... + b mx m If f (0) = R N (0) then c 0 a 0 = 0. In the same way, in order for the first N derivatives of f (x) and R N (x) to be equal at x = 0 the coefficients of the powers of x up to x N in the numerator must be zero also.

This gives additionally N equations for the a s and b s b 1 c 0 + c 1 a 1 = 0 b 2 c 0 + b 1 c 1 + c 2 a 2 = 0 b 3 c 0 + b 2 c 1 + b 1 c 2 + c 3 a 3 = 0 b m c n m + b m 1 c n m+1 +... + c n a n = 0 b m c n m+1 + b m 1 c n m+2 +... + c n+1 = 0 (24) b m c n m+2 + b m 1 c n m+3 +... + c n+2 = 0 b m c N m + b m 1 c N m+1 +... + c N = 0 Notice that in each of the above equations, the sum of subscripts on the factors of each product is the same, and is equal to the exponent of the x-term in the numerator...

Padé approximation : Example For the R 9 (x) or R 5,4 (x) Padé approximation for the function tan 1 (x) we calculate the Maclaurin series of tan 1 (x): and then f (x) R 9 (x) = tan 1 (x) = x 1 3 x3 + 1 5 x5 1 7 x7 + 1 9 x9 ( ( x 3 1 x3 + 1 5 x5 1 7 x7 + 9 1 x9) 1 + b 1 x + b 2 x 2 + b 3 x 3 + b 4 x 4) (a 0 + a 1 x + a 2 x 2 +... + a 5 x 5) 1 + b 1 x + b 2 x 2 + b 3 x 3 + b 4 x 4 and the coefficients will be found by the following system of equations: a 0 = 0, a 1 = 1, a 2 = b 1, a 3 = 1 3 + b 2, a 4 = 1 3 b 1 + b 3, a 5 = 1 5 1 3 b 2 + b 4 1 5 b 1 1 2 b 3 = 0, 1 7 + 1 5 b 2 1 3 b 4 = 0, 1 7 b 1 + 1 5 b 3 = 0, from which we get 1 9 1 7 b 2 + 1 5 b 4 = 0 (25) a 0 = 0, a 1 = 1, a 2 = 0, a 3 = 7 9, a 4 = 0, a 5 = 64 945, b 1 = 0, b 2 = 10 9, b 3 = 0, b 4 = 5 21. tan 1 x R 9 (x) = x + 7 9 x 3 + 64 945 x 5 1 + 10 9 x 2 + 5 21 x 4 For x = 1, exact 0.7854, R 9 (1) = 0.78558 while from the Maclaurin series we get 0.8349!

Rational approximation for sets of data If instead of the analytic form of a function f (x) we have a set of k points (x i, f (x i )) in order to find a rational function R N (x) such that for every x i we will get f (x i ) = R N (x i ) i.e. R N (x i ) = a 0 + a 1 x i + a 2 xi 2 1 + b 1 x i + b 2 x 2 i +... + a n x n i +... + b m x m i = f (x i ) we will follow the approach used in constructing the approximate polynomial. In other words the problem will be solved by finding the solution of the following system of k m + n + 1 equations: a 0 + a 1 x 1 +... + a n x1 n (f 1x 1 ) b 1... (f 1 x1 m) b m = f 1 :: a 0 + a 1 x i +... + a n xi n (f i x i ) b 1... (f i xi m ) b m = f i :: a 0 + a 1 x k +... + a n xk n (f kx k ) b 1... (f k xk m) b m = f k i.e. we get k equations for the k unknowns a 0, a 1,..., a n and b 1, b 2,..., b m.

Rational approximation for sets of data : Example We will find the rational function approximations for the following set of data (-1,1), (0,2) and (1,-1). It is obvious that the sum of degrees of the polynomials in the nominator and denominator must be (n + m + 1 3). Thus we can write: which leads to the following system R 1,1 (x) = a 0 + a 1 x 1 + b 1 x a 0 + ( 1) a 1 ( 1) b 1 = 1 a 0 + 0 a 1 0 b 1 = 2 a 0 + 1 a 1 ( 1) b 1 = 1 and the rational fuction will be: R 1,1 (x) = 2 x 1 2x. a 0 = 2 a 1 = 1 b 1 = 2 Alternatively, one may derive the following rational function: R 0,1 (x) = a 0 1 + b 1 x + b 2 x R (x) = 2 1 2x x 2

Rational approximation: Problems 1 Find the Padé approximation R 3,3 (x) for the function y = e x. Compare with the Maclaurin series for x = 1. 2 Find the Padé approximation R 3,5 (x) for the functions y = cos(x) and y = sin(x). Compare with the Maclaurin series for x = 1. 3 Find the Padé approximation R 4,6 (x). for the function y = 1/x sin(x). Compare with the Maclaurin series for x = 1. 4 Find the rational approximation for the following set of points: 0 1 2 4 0.83 1.06 1.25 4.15