Derivation of the third-order

Slides:



Advertisements
Similar presentations
Chapter 6 Differential Equations
Advertisements

Differential Equations Brannan Copyright © 2010 by John Wiley & Sons, Inc. All rights reserved. Chapter 08: Series Solutions of Second Order Linear Equations.
HAMPIRAN NUMERIK SOLUSI PERSAMAAN DIFERENSIAL (lanjutan) Pertemuan 12 Matakuliah: METODE NUMERIK I Tahun: 2008.
Numeriska beräkningar i Naturvetenskap och Teknik 1. Numerical differentiation and quadrature Discrete differentiation and integration Trapezoidal and.
Ch 3.6: Variation of Parameters
Chapter 2: Second-Order Differential Equations
Ch 5.7: Series Solutions Near a Regular Singular Point, Part II
PART 7 Ordinary Differential Equations ODEs
Ch 5.6: Series Solutions Near a Regular Singular Point, Part I
Ch 3.3: Complex Roots of Characteristic Equation Recall our discussion of the equation where a, b and c are constants. Assuming an exponential soln leads.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Ch 5.5: Series Solutions Near a Regular Singular Point, Part I We now consider solving the general second order linear equation in the neighborhood of.
8-1 Chapter 8 Differential Equations An equation that defines a relationship between an unknown function and one or more of its derivatives is referred.
Numerical Solutions of Ordinary Differential Equations
NUMERICAL SOLUTION OF ORDINARY DIFFERENTIAL EQUATIONS
Differential Equations and Boundary Value Problems
LINEAR EQUATION IN TWO VARIABLES. System of equations or simultaneous equations – System of equations or simultaneous equations – A pair of linear equations.
PART 7 Ordinary Differential Equations ODEs
8.5 Series Solutions Near a Regular Singular Point, Part I
Section 6.1: Euler’s Method. Local Linearity and Differential Equations Slope at (2,0): Tangent line at (2,0): Not a good approximation. Consider smaller.
Arithmetic Sequences A sequence in which each term after the first is obtained by adding a fixed number to the previous term is an arithmetic sequence.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Simpson Rule For Integration.
SECOND-ORDER DIFFERENTIAL EQUATIONS Series Solutions SECOND-ORDER DIFFERENTIAL EQUATIONS In this section, we will learn how to solve: Certain.
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Computational Method in Chemical Engineering (TKK-2109)
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
Boundary Value Problems l Up to this point we have solved differential equations that have all of their initial conditions specified. l There is another.
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
Engineering Analysis – Computational Fluid Dynamics –
Scientific Computing Multi-Step and Predictor-Corrector Methods.
Chap. 11 Numerical Differentiation and Integration
Lecture 22 Numerical Analysis. Chapter 5 Interpolation.
Taylor and Maclaurin Series Lesson Convergent Power Series Form Consider representing f(x) by a power series For all x in open interval I Containing.
9.3 Taylor’s Theorem Quick Review Tell whether the function has derivatives of all orders at the given values of a.
1 EEE 431 Computational Methods in Electrodynamics Lecture 18 By Dr. Rasime Uyguroglu
3-2 Solving Linear Systems Algebraically Objective: CA 2.0: Students solve system of linear equations in two variables algebraically.
Introduction to the Runge-Kutta algorithm for approximating derivatives PHYS 361 Spring, 2011.
Suppose we are given a differential equation and initial condition: Then we can approximate the solution to the differential equation by its linearization.
Ch 3.4: Complex Roots of Characteristic Equation Recall our discussion of the equation where a, b and c are constants. Assuming an exponential soln leads.
Advanced Engineering Mathematics, 7 th Edition Peter V. O’Neil © 2012 Cengage Learning Engineering. All Rights Reserved. CHAPTER 4 Series Solutions.
Math 3120 Differential Equations with Boundary Value Problems
PHY 301: MATH AND NUM TECH Contents Chapter 10: Numerical Techniques I. Integration A.Intro B.Euler  Recall basic  Predictor-Corrector C. Runge-Kutta.
Today’s class Ordinary Differential Equations Runge-Kutta Methods
Lecture 40 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Approximating Derivatives Using Taylor Series and Vandermonde Matrices.
Notes 6.5, Date__________ (Substitution). To solve using Substitution: 1.Solve one equation for one variable (choose the variable with a coefficient of.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 6 - Chapters 22 and 23.
Runge Kutta schemes Taylor series method Numeric solutions of ordinary differential equations.
1 Variational and Weighted Residual Methods. 2 Introduction The Finite Element method can be used to solve various problems, including: Steady-state field.
Part 7 - Chapter 25.
Ordinary Differential Equations
Class Notes 18: Numerical Methods (1/2)
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L4&5.
Class Notes 19: Numerical Methods (2/2)
Ch 8.6: Systems of First Order Equations
Maclaurin and Taylor Series.
Numerical Analysis Lecture 45.
Class Notes 9: Power Series (1/3)
Taylor Polynomials & Approximation (9.7)
Part 7 - Chapter 25.
Numerical Analysis Lecture 37.
5.3 Higher-Order Taylor Methods
Numerical Analysis Lecture 38.
30 m 2000 m 30 m 2000 m. 30 m 2000 m 30 m 2000 m.
Numerical solution of first-order ordinary differential equations
Ch5 Initial-Value Problems for ODE
Sec 23: Runge–Kutta Methods
Numerical Analysis Lecture 36.
Numerical solution of first-order ordinary differential equations 1. First order Runge-Kutta method (Euler’s method) Let’s start with the Taylor series.
Presentation transcript:

Derivation of the third-order Plasma Application Modeling, POSTECH Derivation of the third-order Runge-Kutta method in general formation J.H. Kang and J.K. Lee 2005. 09. 27

The general form of R-K solution Plasma Application Modeling, POSTECH The general form of R-K solution where Cj is just a weight, and kj is a function of f and the previous ki expressions. Derivation of the third-order R-K method in general formation Taylor expansion for (1) where and are the partial derivatives, and everything is evaluated at The general form of third-order R-K method (2) where k1 is obtained from the explicit Euler method (with ) (3a) the subsequent kj are evaluated at various locations within the interval, tn t tn+1, with corresponding values of , where is some combination of the earlier ki values. (3b)

Plasma Application Modeling, POSTECH We are looking for a solution to third order in h. So we only need second order here. Thus, we can take a low order approximation of

Substitute Eq.(3a)(3b) and (3c) into Eq.(2) Plasma Application Modeling, POSTECH (3c) Substitute Eq.(3a)(3b) and (3c) into Eq.(2)

The exact value of in the Taylor series Plasma Application Modeling, POSTECH (4) The exact value of in the Taylor series (5) Now we just choose coefficients which make equal Eq.(4) and Eq.(5) One example of the third order R-K method