1.2: PDE’s
( \newcommand{\kernel}{\mathrm{null}\,}\)
Rather than giving a strict mathematical definition, let us look at an example of a PDE, the heat equation in 1 space dimension
∂2u(x,t)∂x2=1k∂u(x,t)∂t.
It is a PDE since partial derivatives are involved.
To remind you of what that means: ∂∂xu(x,t) denotes the differentiation of u(x,t) w.r.t. x keeping t fixed,
∂∂x(x2t+xt2)=2xt+t2.
- Equation ??? called linear since u and its derivatives appear linearly, i.e., once per term. No functions of u are allowed. Terms like u2, sin(u), u∂∂xu, etc., break this rule, and lead to non-linear equations. These are interesting and important in their own right, but outside the scope of this course.
- Equation ??? is also homogeneous (which just means that every term involves either u or one of its derivatives, there is no term that does not contain u). The equation ∂2∂x2u(x,t)=1k∂∂tu(x,t)+sin(x) is called inhomogeneous, due to the sin(x) term on the right, that is independent of u.
Why is all that so important? A linear homogeneous equation allows superposition of solutions. If u1 and u2 are both solutions to the heat equation,
∂2∂x2u1(x,t)−1k∂∂tu1(x,t)=∂∂tu2(x,t)−1k∂2∂x2u2(x,t)=0,
any combination is also a solution,
∂2∂x2[au1(x,t)+bu2(x,t)]−1k∂∂t[au1(x,t)+bu2(x,t)]=0.
For a linear inhomogeneous equation this gets somewhat modified. Let v be any solution to the heat equation with a sin(x) inhomogeneity,
∂2∂x2v(x,t)−1k∂∂tv(x,t)=sin(x).
In that case v+au1, with u1 a solution to the homogeneous equation, see Equation ???, is also a solution,
∂2∂x2[v(x,t)+au1(x,t)]−1k∂∂t[v(x,t)+au1(x,t)]=∂2∂x2v(x,t)−1k∂∂xv(x,t)+a(∂∂xu1(x,t)−1k∂∂tu1(x,t))=sin(x).
Finally we would like to define the order of a PDE as the power in the highest derivative, even it is a mixed derivative (w.r.t. more than one variable).
Which of these equations is linear? and which is homogeneous?
- ∂2u∂x2+x2∂u∂y=x2+y2
- y2∂2u∂x2+u∂u∂x+x2∂2u∂y2=0
- ∂2u∂x2+∂2u∂x2=0
- Answer
-
TBA
What is the order of the following equations?
- ∂2u∂x2+∂2u∂y2=0
- ∂2u∂x2−2∂4u∂3x∂y+∂2u∂y2=0
- Answer
-
TBA