Deret Taylor.

Slides:



Advertisements
Similar presentations
Numerical Methods Lecture 14 Differentiation-Continuous Functions
Advertisements

Numeriska beräkningar i Naturvetenskap och Teknik 1. Numerical differentiation and quadrature Discrete differentiation and integration Trapezoidal and.
Numerical Computation
Recall that the slope-intercept form of a linear equation of a non-vertical line is given by: Finding Slope-Intercept Form.
Atms 4320 Lab 2 Anthony R. Lupo. Lab 2 -Methodologies for evaluating the total derviatives in the fundamental equations of hydrodynamics  Recall that.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 6 Roots of Equations Bracketing Methods.
Computer-Aided Analysis on Energy and Thermofluid Sciences Y.C. Shih Fall 2011 Chapter 6: Basics of Finite Difference Chapter 6 Basics of Finite Difference.
Numerical Integration CSE245 Lecture Notes. Content Introduction Linear Multistep Formulae Local Error and The Order of Integration Time Domain Solution.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 5 Approximations, Errors and The Taylor Series.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 23 Numerical Differentiation.
Table of Contents Solving Linear Systems of Equations - Substitution Method Recall that to solve the linear system of equations in two variables... we.
Numerical Solution of Ordinary Differential Equation
Section 3.3 Dividing Polynomials; Remainder and Factor Theorems
Write an equation given two points
Thinking Mathematically Algebra: Graphs, Functions and Linear Systems 7.3 Systems of Linear Equations In Two Variables.
Solving Systems of Equations: Elimination Method.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
Goal: Solve a system of linear equations in two variables by the linear combination method.
Section 2.4 Dividing Polynomials; Remainder and Factor Theorems.
Solving Linear Systems of Equations - Substitution Method Recall that to solve the linear system of equations in two variables... we need to find the value.
Elliptic PDEs and the Finite Difference Method
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
Today’s class Numerical Differentiation Finite Difference Methods Numerical Methods Lecture 14 Prof. Jinbo Bi CSE, UConn 1.
MECN 3500 Inter - Bayamon Lecture Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Sensitivity derivatives Can obtain sensitivity derivatives of structural response at several levels Finite difference sensitivity (section 7.1) Analytical.
Engineering Analysis – Computational Fluid Dynamics –
Finite Deference Method
7.4 Solving Polynomial Equations
Introduction to the Runge-Kutta algorithm for approximating derivatives PHYS 361 Spring, 2011.
Solving equations with polynomials – part 2. n² -7n -30 = 0 ( )( )n n 1 · 30 2 · 15 3 · 10 5 · n + 3 = 0 n – 10 = n = -3n = 10 =
Elliptic PDEs and Solvers
Solving Linear Systems by Substitution
Differential Equations Linear Equations with Variable Coefficients.
Chapter 8 Systems of Linear Equations in Two Variables Section 8.3.
NUMERICAL DIFFERENTIATION or DIFFERENCE APPROXIMATION Used to evaluate derivatives of a function using the functional values at grid points. They are.
Polynomial P(x) Linear Factors Solutions of P(x)=0 Zeros of P(x) P(x) = 0.
Higher Degree Polynomial.  Case 1: If n is odd AND the leading coefficient, is positive, the graph falls to the left and rises to the right  Case 2:
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
The Finite-Difference Method Taylor Series Expansion Suppose we have a continuous function f(x), its value in the vicinity of can be approximately expressed.
Substitution Method: Solve the linear system. Y = 3x + 2 Equation 1 x + 2y=11 Equation 2.
Differentiation – Continuous Functions. Forward Difference Approximation 2 f  x  Δx   f  x  Δx lim Δx  0 f  x   For a finite 'Δx' (we can not.
Solving Linear Systems by Substitution
Section 3.3 Dividing Polynomials; Remainder and Factor Theorems
Simultaneous Linear Equations
5.3 Solving Systems of Linear Equations by Elimination
Copyright © Cengage Learning. All rights reserved.
Applied Numerical Methods
Numerical Differentiation
Aim #3. 3 How do we divide Polynomials
Section 3.3 Dividing Polynomials; Remainder and Factor Theorems
Section 3.4 Zeros of Polynomial Functions
Class Notes 18: Numerical Methods (1/2)
Numerical Solutions of Ordinary Differential Equations
Maclaurin and Taylor Series.
Solving Linear Systems Algebraically
Solve a system of linear equation in two variables
5.3 Solving Systems of Linear Equations by Elimination
Factor Theorems.
Computers in Civil Engineering 53:081 Spring 2003
Sec:4.3 Total Numerical Error.
11.1 – Polynomial Approximations of Functions
Linear Algebra Lecture 3.
Persamaan Diferensial Biasa (Ordinary Differential Equation)
Systems of Equations Solve by Graphing.
Section 3.3 Dividing Polynomials; Remainder and Factor Theorems
Example 2B: Solving Linear Systems by Elimination
Give the solution to each inequality.
Solving a System of Linear Equations
Warm- Up: Solve by Substitution
Presentation transcript:

Deret Taylor

Contoh: approksimasi dengan deret Taylor Kesalahan yang dihasilkan dari penggunaan suatu aproksimasi pengganti prosedur matematika yang eksak Contoh: approksimasi dengan deret Taylor Kesalahan:

Kesalahan pemotongan Aproksimasi orde ke nol (zero-order appr.) Aproksimasi orde ke satu (first-order appr.) Aproksimasi orde ke dua (second-order appr.)

Recall the Taylor Series

Finite difference method -1 The Taylor series (1) (2) First-oder difference Forward difference i i+1 i-1 Backward difference i+1 i i-1 Central Difference turunkan juga! i i+1 i-1

Finite difference method -3 High-oder finite difference To reduce the truncation error of finite difference method, high-order finite difference method is frequently employed h (1) i i+1 i-2 i-1 i+2 Taylor series of five points are, (2) (3) (4) (5) (5) By substituting (2)~(5) into Eq.(1), we have,

Finite difference method -4 (7) The coefficient for the first derivative must be 1 and the others must be zero . By solving 5 linear equations, we get, (8) The order of precision is 4th.

Finite difference method -5 Comparison of finite difference method f(x)=x3, Δx=1,x=2 , analytical solution f’(2)=12 x f(x) 0 0 1 8 27 64 Forward finite difference Backward finite difference Central difference 4th order finite Central difference Exercise: Calculate above four types of finite differences under condition of f(x)=x, Δx=1, x=2