Hyperbolic Equations IVP: u(x,0) = f(x), - < x <  IBVP:

Slides:



Advertisements
Similar presentations
Courant and all that Consistency, Convergence Stability Numerical Dispersion Computational grids and numerical anisotropy The goal of this lecture is to.
Advertisements

Rational Functions Characteristics. What do you know about the polynomial f(x) = x + 1?
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
Total Recall Math, Part 2 Ordinary diff. equations First order ODE, one boundary/initial condition: Second order ODE.
Fun with Differentiation!
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Ch 2.6: Exact Equations & Integrating Factors
Introduction to Numerical Methods I
Parabolic Equation. Cari u(x,t) yang memenuhi persamaan Parabolik Dengan syarat batas u(x,0) = 0 = u(8,t) dan u(x,0) = 4x – ½ x 2 di x = i : i = 0,
PDEs & Parabolic problems Jacob Y. Kazakia © Partial Differential Equations Linear in two variables: Usual classification at a given point (x,y):
1 Chapter 9 NUMERICAL SOLUTION OF PARTIAL DIFFERENTIAL EQUATIONS.
Math 3120 Differential Equations with Boundary Value Problems
Ch 2.6: Exact Equations & Integrating Factors Consider a first order ODE of the form Suppose there is a function  such that and such that  (x,y) = c.
Numerical Methods for Partial Differential Equations
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
10.5 Basic Differentiation Properties. Instead of finding the limit of the different quotient to obtain the derivative of a function, we can use the rules.
Scientific Computing Partial Differential Equations Explicit Solution of Wave Equation.
COMPUTATIONAL MODELING FOR ENGINEERING MECN 6040 Professor: Dr. Omar E. Meza Castillo Department.
Chapter 4 Additional Derivative Topics Section 5 Implicit Differentiation.
9.6 Other Heat Conduction Problems
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Hyperbolic PDEs Numerical Methods for PDEs Spring 2007 Jim E. Jones.
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Implicit Differentiation
3 DERIVATIVES. The functions that we have met so far can be described by expressing one variable explicitly in terms of another variable.  For example,,
Ch 2.2: Separable Equations In this section we examine a subclass of linear and nonlinear first order equations. Consider the first order equation We can.
Math 3120 Differential Equations with Boundary Value Problems
Copyright © Cengage Learning. All rights reserved. 3 Derivatives.
Section 2.5 – Implicit Differentiation. Explicit Equations The functions that we have differentiated and handled so far can be described by expressing.
3 DERIVATIVES. The functions that we have met so far can be described by expressing one variable explicitly in terms of another variable.  For example,,
Warm Up 10/3/13 1) The graph of the derivative of f, f ’, is given. Which of the following statements is true about f? (A) f is decreasing for -1 < x
4.2:Derivatives of Products and Quotients Objectives: Students will be able to… Use and apply the product and quotient rule for differentiation.
Differential Equations Copyright © Cengage Learning. All rights reserved.
Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5.
Introduction to PDE classification Numerical Methods for PDEs Spring 2007 Jim E. Jones References: Partial Differential Equations of Applied Mathematics,
Implicit Differentiation Objective: To find derivatives of functions that we cannot solve for y.
Tangent Planes and Normal Lines
SOLVING QUADRATIC EQUATIONS Factoring Method. Warm Up Factor the following. 1. x 2 – 4x – x 2 + 2x – x 2 -28x + 48.
Suppose we are given a differential equation and initial condition: Then we can approximate the solution to the differential equation by its linearization.
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 =
Chapter 4 Additional Derivative Topics Section 5 Implicit Differentiation.
Chapter 1 Partial Differential Equations
DIFFERENTIAL EQUATIONS Note: Differential equations are equations containing a derivative. They can be solved by integration to obtain a general solution.
Calculus and Analytical Geometry
Boyce/DiPrima 9 th ed, Ch 2.2: Separable Equations Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Warm up Problem Solve the IVP, then sketch the solution and state the domain.
Numerical Solutions of Partial Differential Equations CHAPTER 16.
7.2* Natural Logarithmic Function In this section, we will learn about: The natural logarithmic function and its derivatives. INVERSE FUNCTIONS.
The Method of Characteristics Solving IVP’s the Easy Way.
What is tested is the calculus of parametric equation and vectors. No dot product, no cross product. Books often go directly to 3D vectors and do not have.
9.8 Line integrals Integration of a function defined over an interval [a,b] Integration of a function defined along a curve C We will study Curve integral.
1 EEE 431 Computational Methods in Electrodynamics Lecture 13 By Dr. Rasime Uyguroglu
Section 9.4 – Solving Differential Equations Symbolically Separation of Variables.
Introduction to Numerical Methods I
Ch 2.2: Separable Equations
2.6 Implicit Differentiation
Section 3.7 Implicit Functions
Implicit Differentiation
Implicit Differentiation
Factor Theorems.
Solve the differential equation. {image}
Hyperbolic Equations Pure IVP: Lax-Wendroff method...
Implicit Differentiation
Chapter 2 Systems Defined by Differential or Difference Equations
Numerical Solutions of Ordinary Differential Equations
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Hyperbolic Equations IVP: u(x,0) = f(x), - < x <  IBVP: u(x,0) = f(x), 0 < x <  and u(0,t) = g(t), t > 0

IVP

Method of Characteristics Let C be a characteristic curve described by x = x(t). On C u(x,t) = u(x(t), t). Differentiating u along C results in the equation:

Method of Characteristics a is defined as the wave speed on the curve C The change of u with respect to t on C is zero the first equation is solved to obtain

Characteristics given the initial condition the solution to the (kinematic) wave equation is example...

Courant-Friedrichs-Lewy (CFL) Condition The numerical domain of dependence must contain the analytical domain of dependence, where the analytical domain of dependence is given by the characteristic curves. How does this govern the relationship between the time step and space step, given the wave speed a?

CFL Condition

Hyperbolic IBVPs Explicit methods shown previously work, with addition of the BC at x = 0 Implicit methods are unconditionally stable Some implicit methods do not require solving a system of equations!