Chapter 27.

Slides:



Advertisements
Similar presentations
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM Read , 26-2, 27-1 CISE301_Topic8L8&9 KFUPM.
Advertisements

Chapter 2: Second-Order Differential Equations
By S Ziaei-Rad Mechanical Engineering Department, IUT.
PART 7 Ordinary Differential Equations ODEs
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Curve-Fitting Interpolation
Some useful linear algebra. Linearly independent vectors span(V): span of vector space V is all linear combinations of vectors v i, i.e.
Part 6 Chapter 22 Boundary-Value Problems PowerPoints organized by Dr. Michael R. Gustafson II, Duke University All images copyright © The McGraw-Hill.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Martin Mendez UASLP Chapter 61 Unit II.
Ordinary Differential Equations Final Review Shurong Sun University of Jinan Semester 1,
1 Chapter 9 Differential Equations: Classical Methods A differential equation (DE) may be defined as an equation involving one or more derivatives of an.
Differential Equations and Boundary Value Problems
Module 1 Introduction to Ordinary Differential Equations Mr Peter Bier.
Today’s class Boundary Value Problems Eigenvalue Problems
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 2 Roots of Equations Why? But.
Taylor Series.
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Roots of Equations ~ Open Methods Chapter 6 Credit:
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 7.
Boundary-Value Problems Boundary-value problems are those where conditions are not known at a single point but rather are given at different values of.
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.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 7 Roots of Polynomials.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 271 Boundary-Value.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter 27.
Advanced Engineering Mathematics, 7 th Edition Peter V. O’Neil © 2012 Cengage Learning Engineering. All Rights Reserved. CHAPTER 4 Series Solutions.
Solving Linear Systems by Substitution
EEE 431 Computational Methods in Electrodynamics
Linear homogeneous ODEn with constant coefficients
SECONDD ORDER LINEAR DIFFERENTIAL EQUATIONS
Ordinary Differential Equations
Part 7 - Chapter 25.
Chapter 30.
Advanced Engineering Mathematics 6th Edition, Concise Edition
CHAPTER 3 NUMERICAL METHODS.
Interpolation Estimation of intermediate values between precise data points. The most common method is: Although there is one and only one nth-order.
Chapter 18.
Ordinary Differential Equations
We will be looking for a solution to the system of linear differential equations with constant coefficients.
Class Notes 7: High Order Linear Differential Equation Homogeneous
Boundary-Value Problems
Nodal Methods for Core Neutron Diffusion Calculations
Advanced Numerical Methods (S. A. Sahu) Code: AMC 51151
A second order ordinary differential equation has the general form
CHE 391 T. F. Edgar Spring 2012.
Higher-Order Linear Homogeneous & Autonomic Differential Equations with Constant Coefficients MAT 275.
Properties Of the Quadratic Performance Surface
Materials Science & Engineering University of Michigan
Chapter 18.
SE301: Numerical Methods Topic 8 Ordinary Differential Equations (ODEs) Lecture KFUPM (Term 101) Section 04 Read , 26-2, 27-1 CISE301_Topic8L4&5.
Chapter 23.
Chapter 6.
Numerical Analysis Lecture 45.
Some useful linear algebra
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic2_PDE
Ch 5.2: Series Solutions Near an Ordinary Point, Part I
Computers in Civil Engineering 53:081 Spring 2003
Numerical Analysis Lecture 16.
Chapter 31.
Ch 4.2: Homogeneous Equations with Constant Coefficients
Part 7 - Chapter 25.
Linear Algebra Lecture 3.
2.10 Solution by Variation of Parameters Section 2.10 p1.
SKTN 2393 Numerical Methods for Nuclear Engineers
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Chapter 4 Higher Order Differential Equations
6th Lecture : Numerical Methods
Roots of Polynomials Chapter 7 The Islamic University of Gaza
Chapter 6.
Eigenvalues and Eigenvectors
Presentation transcript:

Chapter 27

Boundary-Value and Eigenvalue Problems Chapter 27 An ODE is accompanied by auxiliary conditions. These conditions are used to evaluate the integral that result during the solution of the equation. An nth order equation requires n conditions. If all conditions are specified at the same value of the independent variable, then we have an initial-value problem. If the conditions are specified at different values of the independent variable, usually at extreme points or boundaries of a system, then we have a boundary-value problem.

Figure 27.1

General Methods for Boundary-value Problems Figure 27.2

(Heat transfer coefficient) Boundary Conditions Analytical Solution:

The Shooting Method/ Converts the boundary value problem to initial-value problem. A trial-and-error approach is then implemented to solve the initial value approach. For example, the 2nd order equation can be expressed as two first order ODEs: An initial value is guessed, say z(0)=10. The solution is then obtained by integrating the two 1st order ODEs simultaneously.

Using a 4th order RK method with a step size of 2: This differs from T(10)=200. Therefore a new guess is made, z(0)=20 and the computation is performed again. z(0)=20 T(10)=285.8980 Since the two sets of points, (z, T)1 and (z, T)2, are linearly related, a linear interpolation formula is used to compute the value of z(0) as 12.6907 to determine the correct solution.

Figure 27.3

Nonlinear Two-Point Problems. For a nonlinear problem a better approach involves recasting it as a roots problem. Driving this new function, g(z0), to zero provides the solution.

Figure 27.4

Finite Differences Methods. The most common alternatives to the shooting method. Finite differences are substituted for the derivatives in the original equation. Finite differences equation applies for each of the interior nodes. The first and last interior nodes, Ti-1 and Ti+1, respectively, are specified by the boundary conditions. Thus, a linear equation transformed into a set of simultaneous algebraic equations can be solved efficiently.

Eigenvalue Problems Special class of boundary-value problems that are common in engineering involving vibrations, elasticity, and other oscillating systems. Eigenvalue problems are of the general form:

l is the unknown parameter called the eigenvalue or characteristic value. A solution {X} for such a system is referred to as an eigenvector. The determinant of the matrix [[A]-l[I]] must equal to zero for nontrivial solutions to be possible. Expanding the determinant yields a polynomial in l. The roots of this polynomial are the solutions to the eigen values.

The Polynomial Method/ When dealing with complicated systems or systems with heterogeneous properties, analytical solutions are often difficult or impossible to obtain. Numerical solutions to such equations may be the only practical alternatives. These equations can be solved by substituting a central finite-divided difference approximation for the derivatives. Writing this equation for a series of nodes yields a homogeneous system of equations. Expansion of the determinant of the system yields a polynomial, the roots of which are the eigenvalues.

The Power Method/ An iterative approach that can be employed to determine the largest eigenvalue. To determine the largest eigenvalue the system must be expressed in the form: