Lecture 1 22 Slides
Lecture 1 22 Slides
Ryan C. Daileda
Trinity University
Examples
Every PDE we saw last time was linear.
∂u ∂u
1. +v = 0 (the 1-D transport equation) is linear and
∂t ∂x
homogeneous.
∂u ∂u
2. 5 + = x is linear and inhomogeneous.
∂t ∂x
∂u ∂u
3. 2y + (3x 2 − 1) = 0 is linear and homogeneous.
∂x ∂y
∂u ∂u
4. +x = u is linear and homogeneous.
∂x ∂y
Here are some quasi-linear examples.
∂u ∂u
5. (x − y ) + = u 2 is quasi-linear but not linear.
∂x ∂y
∂u ∂u
6. +u = 0 is quasi-linear but not linear.
∂x ∂y
Daileda Method of Characteristics
Quasi-Linear PDEs Thinking Geometrically The Method Examples
Initial data
In addition to the PDE itself we will assume we are given the
following additional information:
A curve γ in the xy -plane on which the values of the solution
u(x, y ) are specified, e.g.
u(x, 0) = x 2 : γ is the x-axis;
u(0, y ) = ye y : γ is the y -axis;
u(x, x 3 − x) = sin x : γ is the graph of y = x 3 − x.
(Optional) The desired domain of the solution, e.g.
{(x, y ) | − ∞ < x < ∞, y > 0},
{(x, y ) | − ∞ < x < y < ∞}.
If one is not given, we seek the largest domain in the xy -plane
possible.
Daileda Method of Characteristics
Quasi-Linear PDEs Thinking Geometrically The Method Examples
A geometric approach
∂u ∂u
F · N = A(x, y , u) + B(x, y , u) − C (x, y , u) = 0.
∂x ∂y
Since
F · N = 0 ⇐⇒ F is perpendicular to N
⇐⇒ F is tangent to the graph z = u(x, y ),
we see that:
The graph of the solution u(x, y ) is made up of integral
curves (stream lines) of the vector field F.
Step 2. For each a, find the stream line of F that passes through
Γ(a). That is, solve the system of ODE initial value problems
dx dy dz
= A(x, y , z), = B(x, y , z), = C (x, y , z),
ds ds ds
a = Λ(x, y ), s = S(x, y ).
Example
∂u ∂u
Find the solution to x − 2y = u 2 that satisfies u(x, x) = x 3 .
∂x ∂y
x = a, y = a, z = a3 .
x 2y
u(x, y ) = .
1 − 13 x 2 y ln(x/y )
Remark. There are two main difficulties that can arise when
applying this method:
Solving the system of characteristic ODEs may be difficult (or
impossible), especially if there is coupling between the
equations.
Passing from the parametric to the explicit form of the
solution (i.e. solving for a and s in terms of x and y ) may be
difficult (or impossible), especially is the expressions for x and
y are complicated.
Example
∂u ∂u
Find the solution to (x − y ) + = x that satisfies
∂x ∂y
u(x, 0) = f (x).
x = a, y = 0, z = f (a),
x(s) = 1 + s + (a − 1)e s .
x = 1 + s + (a − 1)e s = 1 + y + (a − 1)e y
⇒ a = 1 + (x − y − 1)e −y .
Example
∂u ∂u
Find the solution to y −x = e u that satisfies
∂x ∂y
u(0, y ) = y 2 − 1.
x = 0, y = a, z = a2 − 1,
dx d 2x dy d 2x
=y ⇒ = = −x ⇒ + x = 0.
ds ds 2 ds ds 2
This is a second order linear ODE with characteristic polynomial
r 2 + 1 = 0, whose roots are r = ±i . Consequently
Using the results of the previous slide, we find that the solution to
the original PDE is
1−x 2 −y 2 x
u(x, y ) = − ln e − arctan .
y
Example
∂u ∂u
Find the solution to (u + 2y ) +u = 0 that satisfies
∂x ∂y
1
u(x, 1) = .
x
The initial curve can be parametrized by
1
x = a, y = 1, z = ,
a
so that the characteristic ODEs are
dx dy dz
= z + 2y , = z, = 0,
ds ds ds
We solve for z first, obtaining z(s) = 1/a. The ODE for y then
becomes
dy 1
=z= s
ds a ⇒ y (s) = + 1.
a
y (0) = 1
s s2
x= + + 2s + a
a a
a(y − 1) (a(y − 1))2
= + + 2a(y − 1) + a
a a
= y − 1 + a((y − 1)2 + 2(y − 1) + 1)
= y − 1 + ay 2 .
x −y +1
So a = and (since z = 1/a) the solution to the PDE is
y2
y2
u(x, y ) = .
x −y +1