Solving PDEs: Separation of Vars., Method of Characteristics

Abraham
Messages
68
Reaction score
0
I've taken a first semester course on PDEs. Basically all we learned was separation of variables and method of characteristics. I understand that there are transforms out there, such as laplace and fourier. However, it looks like there aren't many analytical ways of solving PDEs. Mind you, I'm only talking about linear PDEs. I know nothing of nonlinear ones.

Can anyone tell me what other methods there are to solve PDEs?

Anyone with more experience, can you tell me what other types of PDEs are out there? I know the heat, laplace, and wave eq.

Thx
 
Physics news on Phys.org


In "real life" applications, PDEs are almost always solved numerically not analytically.

Even when there are general analytic solutions, it is usually impossible to fit the boundary conditions to "real" regions in space which are not simple rectangles, circles, etc. For example, imagine trying to solve something as "simple" as the wave equation analytically inside a region of 3D space shaped like a real automobile (including the seats, passengers, etc), to decide the most effective places to put sound insulation, loudspeakers for audio equipment, etc.

Numerical solution of PDEs is almost as big a subject area as studying the PDEs themselves. There is a lot more to it than the simple finite difference methods that you find in basic "computational methods" courses.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top