1.2 First-Order Linear Equations

Constant Coefficient Equation

aux+buy=0

where a and b are both constants not both zero

Geometric Method

We can think of aux+buy as the directional derivative of the vector V=ai^+bj^=(a,b), uV=0

Note that (b,a) is orthogonal to V so therefore the lines parallel to V have the form bxay=constant. These are our characteristic lines.

A curve with tangent parallel to V satisfies:

dydx=ba

Solve this differential equation:

dy=badxy=bax+C

where C is an arbitrary constant.

Multiply through by a to clear the fraction:

ay=bx+aCbxay=constant

We are essentially moving the same initial state across other initial conditions where the solution must have a constant value.

image-1.png

So along these lines u has some constant value F(C)=F(bxay)
Let u(x,y)=F(bxay).

Compute:

ux=F(bxay)b,uy=F(bxay)(a)

Plug into PDE:

aux+buy=a[bF]+b[aF]=(abab)F=0

Coordinate Method

We employ a change of variables:

x=ax+by,and y=axbyux=dudx=uxxx+uyyx=aux+buyuy=dudy=uyyy+uyyy=buxauy

so aux+bux=(a2+b2)ux=0,ux=0u=f(y)

Variable Coefficient

ux+yuy=0

We have u(1,y)=0
or a chain rule where:

dy/dtdx/dt=y1dydx=y1

This ODE has the solution

y=CexC=exyu(x,y)=f(exy)