lacunary - Mathnotes

Definition: System of Differential Equations \@{system-of-differential-equations}

A system of differential equations is a collection of one or more equations relating the derivatives of one or more functions. It is required that all the functions in the system depend on the same set of variables.

Note that while solutions to systems of ODEs depend on arbitrary constants, solutions to systems of PDEs depend on arbitrary functions (why?)

Counting principle: we can expect the solution to an nth order PDE involving m independent variables to depend on n arbitrary functions of m1 variables.

Simplest PDE

The simplest PDE, for a function u(t,x) of two variables is

ut=0.

This is a first-order, homogeneous, linear equation. We can solve it by integrating both from 0 to t:

0 0tut(s,x)ds=u(t,x)u(0,x).

The solution, then, takes the form

u(t,x)=f(x),wheref(x)=u(0,x).

Note that this solution is a function of the space variable x alone. We only require that f(x) be continuously differentiable (why?). This solution represents a stationary wave - it does not change in time. The initial profile stays frozen in place and the system remains in equilibrium (in the same meaning as equilibrium in dynamical systems - a fixed point?)

Transport Equations

Basic Transport Equation

The basic transport equation is

ut+cux=0,u(0,x)=f(x).(a)

We'll find its characteristic curves. First, let's parameterize u(t,x) to get h(t,x(t))=u(t,x). Now,

dhdt=utdtdt+uxdxdt=ut+dxdtux.(b)

Comparing (b) to (a), we see that if if ut+cux=0, then dxdt=c. Now, we solve that ODE:

dxdt=cdx=cdtdx=cdtx=ct+kxct=k.

So, we see that xct is constant, and if we let t=0, we get x0=k. So, our characteristic curve is ξ(t,x)=xct.

Now, we'll let perform a change of variables (to a moving coordinate system that will create stations waves) and let ξ(t,x)=xct. So we have

u(t,x)=v(t,ξ)=v(t,xct).

Finding ut and cux (the terms in our original PDE in (a)) we get

ut=tv(t,xct)+ξv(t,xct)(c)=vt+cvξcux=ctv(t,xct)dtdx+cξv(t,xct)dξdξ=0+cvξ.(c)

Substituting our terms from (c) into (a) gives us

vtcvξ+cvξ=0vt=dvdt=0.(d)

Note: we can go from vt to dvdt because v(t,xct) is only a function of t, because xct is constant.

Now we solve this ODE:

0tdvds(s,ξ)ds=0v(t,ξ)v(0,x0)=0v(t,ξ)=v(0,x0).

We were given that u(0,x)=f(x), and found that dvdt=0, i.e. v doesn't change with time so v(t,ξ)=v(t,x0)=v(0,x0)=f(x0)=f(ξ)=f(xct).

Since we defined u(t,x)=v(t,ξ), our solution is u(t,x)=f(xct)=f(ξ) for any fC1. This meany any reasonable function of ξ will solve our PDE, i.e. ξ2+1 or cosξ will produce a corresponding solution such as (xct)2+1 or cos(xct).

Transport with Decay

Let a>0 be a positive constant, and c an arbitrary constant. The homogeneous linear first-order partial differential equation

ut+cux+au=0

models the transport of, for example, a radioactively decaying solute in a uniform fluid flow with wave speed c, and the coefficient a modeling the rate of decay.

We can reuse the same characteristic as we used in the basic transport equation (since, I believe, it is determined only by the differential terms of the equation.) Then, following what we did in (c) and (d) above we get

dvdt+av=0.

This is a first order linear differential equation. We find the integrating factor to be eat, and the solution to be

eatv(t,ξ)=C.(e)

If we let t=0, we get v(0,ξ)=f(ξ)=C. Then if we divide both sides by eat we get

v(t,ξ)=f(ξ)eat,

and since u(t,x)=v(t,ξ) we have u(t,x)=f(xct)eat as our solution.

Non-Uniform Transport

The non-uniform transport problem is another generalization (still linear) where the wave speed c(x) is now allowed to depend on the spatial position

ut+c(x)ux=0.

To use characteristics, we will parameterize as h(t)=u(t,x(t)). Now,

dhdt=ddtu(t,x(t))=u(t,x(t))+xu(t,x(t))dxdt.

So, if dxdt=c(x), then

dhdt=u(t,x(t))+c(x)xu(t,x(t))=0.

Solving dxdt=c(x) via separation of variables gives:

dxc(x)=dtβ(x):=dxc(x)=t+k,

so β(x)t=k is constant and is our characteristic variable, i.e. ξ(t,x)=β(x)t, and hence

u(t,x)=v(βxt)

is our solution for any v(ξ)C1.

Let's say we're given initial condition u(0,x)=f(x). Then v(ξ)=f(x). For t=0, ξ=β(x)0, so x(t)=β1(ξ), and v(0,ξ)=f(β1(ξ)). Now, v(t,ξ) is constant, so v(t,ξ)=f(β1(ξ)). Substituting ξ=β(x)t, we have u(x,t)=v(t,ξ)=f(β1(β(x)t)).

For example, if we have ut+1xux=0, then c(x)=1/x. We solve dxdt=1/x to get βx=x22=t+k, i.e. ξ=x22+t. Now, to find β1,lett=x22. Swapping x and y gives x=y22, and solving for y=x(t) gives β1=x(t)=2t. Now our solution is

u(t,x)=f(2(βxt))=f(2(x22t)=f(x22t).