1.1 PDEs Basics

PDEs have more than on independent variable x,y..
The dependent variable is an unknown function u(x,y,.)
Its derivatives are denoted as ux=ux

A PDE is an identity that relates the independent variables, dependent variable u, and its partial derivatives of u.

F(x,y,u(x,y),ux(x,u),uy(x,y))=F(x,y,u,ux,uy)=0

The order of a PDE is the highest derivative that appears.

The solution is u(x,y,) that satisfies the equation.

Homogenous Equation:

Lu=0

Where L is a linear operation
Ex: ux+yuy=0 where L=x+yy

Inhomogenous Equation:

Lu=g,g0

Ex: (cosxy2)uxy2uy=tan(x2+y2)

The advantage of a linear equation Lu=0 is that if u1,u2,,un are solutions then so is:

j=1ncjuj(x),(cj are constants)

Examples

  1. uxx=0
ux=f(y)u=f(y)x+g(y)
  1. uxx+u=0
u=f(y)cos(x)+g(y)sinx

from ODEs

  1. uxy=0
uy(x,y)=f(y)u=F(y)+g(x)