Partial Differential Equations/Introduction and first examples

From testwiki
Jump to navigation Jump to search

Template:Navigation

What is a partial differential equation?

Let d be a natural number, and let Bd be an arbitrary set. A partial differential equation on B looks like this:

(x1,,xd)B:h(x1,,xd,u(x1,,xd),x1u(x1,,xd),,xdu(x1,,xd),x12u(x1,,xd),arbitrary and arbitrarily finitely many partial derivatives, n inputs of h in total)=0

h is an arbitrary function here, specific to the partial differential equation, which goes from n to , where n is a natural number. And a solution to this partial differential equation on B is a function u:B satisfying the above logical statement. The solutions of some partial differential equations describe processes in nature; this is one reason why they are so important.

Multiindices

In the whole theory of partial differential equations, multiindices are extremely important. Only with their help we are able to write down certain formulas a lot briefer.

Template:TextBox

Types of partial differential equations

We classify partial differential equations into several types, because for partial differential equations of one type we will need different solution techniques as for differential equations of other types. We classify them into linear and nonlinear equations, and into equations of different orders.

Template:TextBox

Template:TextBox

First example of a partial differential equation

Now we are very curious what practical examples of partial differential equations look like after all. Template:TextBox Proof: Exercise 2.

We therefore see that the one-dimensional transport equation has many different solutions; one for each continuously differentiable function in existence. However, if we require the solution to have a specific initial state, the solution becomes unique.

Template:TextBox

Proof:

Surely x:u(0,x)=g(x+c0)=g(x). Further, theorem 1.4 shows that also:

(t,x)2:tu(t,x)cxu(t,x)=0

Now suppose we have an arbitrary other solution to the initial value problem. Let's name it v. Then for all (t,x)2, the function

μ(t,x)(ξ):=v(tξ,x+cξ)

is constant:

ddξv(tξ,x+cξ)=(tv(tξ,x+cξ)xv(tξ,x+cξ))(1c)=tv(tξ,x+cξ)+cxv(tξ,x+cξ)=0

Therefore, in particular

(t,x)2:μ(t,x)(0)=μ(t,x)(t)

, which means, inserting the definition of μ(t,x), that

(t,x)2:v(t,x)=v(0,x+ct)=initial conditiong(x+ct)

, which shows that u=v. Since v was an arbitrary solution, this shows uniqueness.

In the next chapter, we will consider the non-homogenous arbitrary-dimensional transport equation.

Exercises

  1. Have a look at the definition of an ordinary differential equation (see for example the Wikipedia page on that) and show that every ordinary differential equation is a partial differential equation.
  2. Prove Theorem 1.4 using direct calculation.
  3. What is the order of the transport equation?
  4. Find a function u:2 such that tu2xu=0 and x:u(0,x)=x3.

Sources

Template:Navigation