CHAPTER 8. Approximation Theory

Slides:



Advertisements
Similar presentations
Notes 6.6 Fundamental Theorem of Algebra
Advertisements

Mathematics Topics Table of Contents. 9/14/2013 Tables of Contents 2 How to Use Topics Main Topics Numbers Real Numbers Numbers and Data Numbers & Geometry.
Functions Basic Concepts Value (Image), Domain, Range, Graph.
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Weak Formulation ( variational formulation)
Function approximation: Fourier, Chebyshev, Lagrange
CpE- 310B Engineering Computation and Simulation Dr. Manal Al-Bzoor
Chapter 4, Integration of Functions. Open and Closed Formulas x 1 =a x 2 x 3 x 4 x 5 =b Closed formula uses end points, e.g., Open formulas - use interior.
Chapter 5: The Orthogonality and Least Squares
Orthogonal Functions Numerical Methods in Geophysics Function Approximation The Problem we are trying to approximate a function f(x) by another function.
Ch 5.3: Series Solutions Near an Ordinary Point, Part II A function p is analytic at x 0 if it has a Taylor series expansion that converges to p in some.
Chapter 9 Function Approximation
Algebra of Limits Assume that both of the following limits exist and c and is a real number: Then:
Analyzing Polynomial & Rational Functions & Their Graphs Steps in Analysis of Graphs of Poly-Rat Functions 1)Examine graph for the domain with attention.
difficult if we consider Didn’t you say it’s a very
GUIDED PRACTICE for Example How many solutions does the equation
Copyright © 2011 Pearson Education, Inc. Rational Functions and Inequalities Section 3.6 Polynomial and Rational Functions.
Piecewise Graphs A piecewise function is defined by at least two equations, each of which applies to a different part of the function’s domain. One example.
Polynomial Division and the Remainder Theorem Section 9.4.
Copyright © 2009 Pearson Education, Inc. CHAPTER 4: Polynomial and Rational Functions 4.1 Polynomial Functions and Models 4.2 Graphing Polynomial Functions.
Fourier TheoryModern Seismology – Data processing and inversion 1 Fourier Series and Transforms Orthogonal functions Fourier Series Discrete Fourier Series.
Lesson 3.5 – Finding the domain of a Rational Function To find the domain set the denominator to zero and solve for x. The domain will be all real number.
Chapter 3 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Rational Functions and Their Graphs.
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall.
11/20/2015 Fourier Series Chapter /20/2015 Fourier Series Chapter 6 2.
Lecture 16 - Approximation Methods CVEN 302 July 15, 2002.
ACTIVITY 31: Dividing Polynomials (Section 4.2, pp )
Table of Contents Rational Functions and Domains where P(x) and Q(x) are polynomials, Q(x) ≠ 0. A rational expression is given by.
Rational Functions and Domains where P(x) and Q(x) are polynomials, Q(x) ≠ 0. A rational expression is given by.
Lecture 17 - Approximation Methods CVEN 302 July 17, 2002.
1 Chapter 1 Introduction to Differential Equations 1.1 Introduction The mathematical formulation problems in engineering and science usually leads to equations.
Section 4.3 Polynomial Division; The Remainder and Factor Theorems Copyright ©2013, 2009, 2006, 2001 Pearson Education, Inc.
State the Domain and Range. 3  /2  /2  22 –1 1 -- -2  -3  /2-  /2.
Fourier Approximation Related Matters Concerning Fourier Series.
November 24, ) Horizontal: y=4, vertical, x=2, D: x≠2 16) H: y= 2, V: x=4 and x= -4, D: x≠4 and x≠-4 17) H: y=-4, V: x= -2, x=2, D: x≠2, x≠2 18)
Polynomial P(x) Linear Factors Solutions of P(x)=0 Zeros of P(x) P(x) = 0.
Today in Pre-Calculus No calculators needed Notes: –Rational Functions and Equations –Transformations of the reciprocal function Go over quiz Homework.
College Algebra Chapter 3 Polynomial and Rational Functions Section 3.5 Rational Functions.
 Find the horizontal and vertical asymptotes of the following rational functions 1. (2x) / (3x 2 +1) 2. (2x 2 ) / (x 2 – 1) Note: Vertical asymptotes-
MAT 4725 Numerical Analysis Section 8.2 Orthogonal Polynomials and Least Squares Approximations (Part II)
Legendre Polynomials Recurrence Relation
Quadratic Function A quadratic function is defined by a quadratic or second-degree polynomial. Standard Form
Rational Functions.
College Algebra Chapter 3 Polynomial and Rational Functions
Chapter 4, Integration of Functions
Polynomials & Factoring
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Copyright © Cengage Learning. All rights reserved.
Chapter 4: Linear Differential Equations
Elementary Linear Algebra
FST Chapter 7 Review Questions.
4.3: Real Zeroes of Polynomials Functions
Shantilal Shah Engineering College
Chapter 7 Functions and Graphs.
Chapter 9 Function Approximation
Fourier Series Prof. Woonchul Ham
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Chapter 10. Numerical Solutions of Nonlinear Systems of Equations
Warm-up: Find the equation of a quadratic function in standard form that has a root of 2 + 3i and passes through the point (2, -27). Answer: f(x) = -3x2.
182A – Engineering Mathematics
  CW: Pg (27, 31, 33, 43, 47, 48, 69, 73, 77, 79, 83, 85, 87, 89)
Graphing Simple Rational Functions p 381
Discrete Least Squares Approximation
Warm-up: State the domain.
Rational Functions A rational function f(x) is a function that can be written as where p(x) and q(x) are polynomial functions and q(x) 0 . A rational.
How many solutions does the equations have?
Copyright © Cengage Learning. All rights reserved.
Approximation of Functions
Chapter 4, Integration of Functions
Approximation of Functions
Presentation transcript:

CHAPTER 8. Approximation Theory Dongshin Kim Computer Networks Research Lab. Dept. of Computer Science and Engineering Korea University dongshin@korea.ac.kr 9 november 2005.

Contents Discrete Least Squares Approximation Orthogonal Polynomials and Least Squares Approximation Chebyshev Polynomials and Economization of Power Series Rational Function Approximation Trigonometric Polynomial Approximation Fast Fourier Transforms

Discrete Least Squares Approximation Finding best equation minimize a0 and a1 Another approach (absolute deviation):

Discrete Least Squares Approximation

Discrete Least Squares Approximation Solution

Orthogonal Polynomials and Least Squares Approximation Polynomial Pn(x)

Orthogonal Polynomials and Least Squares Approximation Definition 8.1: linearly independent If is a polynomial of degree j, for each j=0,1,…,n, then is linearly independent on any interval [a, b]

Orthogonal Polynomials and Least Squares Approximation

Orthogonal Polynomials and Least Squares Approximation Gram-Schmidt process

Orthogonal Polynomials and Least Squares Approximation

Chebyshev Polynomials and Economization of Power Series Orthogonal on (-1,1) with respect to the weight function

Chebyshev Polynomials and Economization of Power Series

Chebyshev Polynomials and Economization of Power Series Approximating an arbitrary nth-degree polynomial

Rational Function Approximation Pade Rational Approximation

Rational Function Approximation

Result n=5, m=0 p=1.00000000 -1.00000000 0.50000000 -0.16666667 0.04166667 -0.00833333 q=1.00000000 n=4, m=1 p=1.00000000 -0.80000000 0.30000000 -0.06666667 0.00833333 q=1.00000000 0.20000000 n=3, m=2 p=1.00000000 -0.60000000 0.15000000 -0.01666667 q=1.00000000 0.40000000 0.05000000

Result r(x) = p(x)/q(x) n=5, m=0 n=4, m=1 n=3, m=2 p(x)=1.00000000-1.00000000*x+0.50000000*x^2 -0.16666667*x^3+ 0.04166667*x^4 -0.00833333*x^5 q(x)=1.00000000 n=4, m=1 p(x)=1.00000000-0.80000000*x+0.30000000*x^2 -0.06666667*x^3 + 0.00833333*x^4 q(x)=1.00000000+0.20000000*x n=3, m=2 p(x)=1.00000000 -0.60000000*x+0.15000000*x^2 -0.01666667*x^3 q(x)=1.00000000+0.40000000*x+0.05000000*x^2

Graph

Result [f(x)-r(x)] n=5, m=0 n=4, m=1 n=3, m=2 0 0.0000 0.0000 0.0000 0.0000 0.0000 0.0001 0.0001 0.0003 0.0007 0.0012 n=4, m=1 1.0e-003 * 0 -0.0000 -0.0000 -0.0002 -0.0009 -0.0034 -0.0098 -0.0236 -0.0503 -0.0977 -0.1761 n=3, m=2 1.0e-004 * 0 0.0000 0.0001 0.0008 0.0041 0.0145 0.0401 0.0935 0.1930 0.3628 0.6335

Rational Function Approximation Chebyshev Rational Approximation

Rational Function Approximation

Result n=5, m=0 p=1.26606600 -1.13031800 0.27149500 -0.04433700 0.00547400 -0.00054300 q=1.00000000 n=4, m=1 p=1.15394275 -0.85220885 0.15497369 -0.01686273 0.00102207 q=1.00000000 0.19839240 n=3, m=2 p=1.05526480 -0.61301701 0.07747850 -0.00450556 q=1.00000000 0.37833060 0.02221579

Graph

Result [f(x)-r(x)] n=5, m=0 n=4, m=1 n=3, m=2 1.0e-004 * -0.4500 -0.3517 -0.1315 0.1357 0.3529 0.4266 0.3010 -0.0020 -0.3362 -0.3792 0.4244 n=4, m=1 1.0e-005 * 0.8870 0.8399 0.5231 0.0633 -0.3753 -0.6349 -0.6114 -0.3045 0.1338 0.3510 -0.2506 n=3, m=2 -0.2137 0.2684 0.6582 0.8495 0.7804 0.4524 -0.0557 -0.5787 -0.8582 -0.5410 0.8206

Result [f(x)-r(x)] Pade Chebyshev n=5, m=0 n=4, m=1 n=3, m=2 0 0.0000 0.0000 0.0000 0.0000 0.0000 0.0001 0.0001 0.0003 0.0007 0.0012 n=4, m=1 1.0e-003 * 0 -0.0000 -0.0000 -0.0002 -0.0009 -0.0034 -0.0098 -0.0236 -0.0503 -0.0977 -0.1761 n=3, m=2 1.0e-004 * 0 0.0000 0.0001 0.0008 0.0041 0.0145 0.0401 0.0935 0.1930 0.3628 0.6335 Chebyshev -0.4500 -0.3517 -0.1315 0.1357 0.3529 0.4266 0.3010 -0.0020 -0.3362 -0.3792 0.4244 1.0e-005 * 0.8870 0.8399 0.5231 0.0633 -0.3753 -0.6349 -0.6114 -0.3045 0.1338 0.3510 -0.2506 -0.2137 0.2684 0.6582 0.8495 0.7804 0.4524 -0.0557 -0.5787 -0.8582 -0.5410 0.8206

Trigonometric Polynomial Approximation All linear combinations of the functions Fourier series