Dilution of precision (GPS)

From formulasearchengine
Revision as of 00:26, 19 November 2013 by 79.123.73.21 (talk) (fmt)
Jump to navigation Jump to search

Burgers' equation is a fundamental partial differential equation from fluid mechanics. It occurs in various areas of applied mathematics, such as modeling of gas dynamics and traffic flow. It is named for Johannes Martinus Burgers (1895–1981).

For a given velocity u and viscosity coefficient ν, the general form of Burgers' equation (also known as viscous Burgers' equation) is:

ut+uux=ν2ux2.

When ν=0, Burgers' equation becomes the inviscid Burgers' equation:

ut+uux=0,

which is a prototype for equations for which the solution can develop discontinuities (shock waves). The previous equation is the 'advection form' of the Burgers' equation. The 'conservation form' is:

ut+12x(u2)=0.

Solution

Inviscid Burgers' equation

This is a numerical simulation of the inviscid Burgers Equation in two space variables up until the time of shock formation.

The inviscid Burgers' equation is a first order partial differential equation (PDE). Its solution can be constructed by the method of characteristics. This method yields that if X(t) is a solution of the ordinary differential equation

dX(t)dt=u[X(t),t]

then U(t):=u[X(t),t] is constant as a function of t. Hence [X(t),U(t)] is a solution of the system of ordinary equations:

dXdt=U,
dUdt=0.

The solutions of this system are given in terms of the initial values by:

X(t)=X(0)+tU(0),
U(t)=U(0).

Substitute X(0)=η, then U(0)=u[X(0),0]=u(η,0). Now the system becomes

X(t)=η+tu(η,0)
U(t)=U(0).

Conclusion:

u(η,0)=U(0)=U(t)=u[X(t),t]=u[η+tu(η,0),t].

This is an implicit relation that determines the solution of the inviscid Burgers' equation provided characteristics don't intersect. If the characteristics do intersect, then a classical solution to the PDE does not exist.

Viscous Burgers' equation

The viscous Burgers' equation can be linearized by the Cole–Hopf transformation

u=2ν1ϕϕx,

which turns it into the equation

x(1ϕϕt)=νx(1ϕ2ϕx2)

which can be rewritten as

ϕt=ν2ϕx2+f(t)ϕ

with f(t) an arbitrary function. Assuming it vanishes, we get the diffusion equation

ϕt=ν2ϕx2.

This allows one to solve an initial value problem:

u(x,t)=2νxln{(4πνt)1/2exp[(xx)24νt12ν0xu(x,0)dx]dx}.

References


External links