Prep for PDEs: Math Staple Requirements

  • Thread starter Thread starter l'Hôpital
  • Start date Start date
  • Tags Tags
    Pdes Preparation
l'Hôpital
Messages
255
Reaction score
0
DEs in general are something that I find very interesting. Though my knowledge of DEs are very rudimentary to say the least, I find them fascinating. In particular, I want to learn about PDEs and obtain a deeper understanding for ODEs.

My question is, then, what kind of math preparation would I need before attempting to tackle PDEs? Currently, I'm trying to at least obtain a basic understanding Analysis (reading some Spivak as well as other things to get my proof skills up). I've also got a basic understanding of Linear Algebra. How far in advanced mathematics must I be to truly be ready for PDEs? Must I have completed most of the Math 'staples' (Abstract algebra, Topology, analysis) before tackling PDEs?
 
Physics news on Phys.org
The problem with most real world PDE's is that they have no closed form analytical solution. Therefore, they have to be solved numerically and that involves computer programming. So if I were you I would take some time to study C++.
 
ODE is a must.
 
I haven't studied PDEs,
but for analytical solutions, separations of variables is usually used.

As for numeric methods Wikipedia provides quite an extensive list of methods:

http://en.wikipedia.org/wiki/List_o...pics#Numerical_partial_differential_equations


For fundamentals I'd consider, programing (c++ and/or FORTRAN), linear algebra, vector calculus, tensor calculus, and any numeric analysis .

For real advanced mathematics, a course on fractals could be interesting as a possible method to deal with cases, where there will be non negligible dynamics on all scales. For instance in Navier Stokes equations, you can have turbulence on multiple scales, people try and account for this by adding a fudge factor to the viscountcy.

Then consider application courses that are computationally oriented toward solving some class of of PDEs (e.g. computational fluid mechanics) or that involve extensive USE of a lot of vector and tensor calculus.
 
lol what are you guys talking about. this guy's essentially asking what he needs to know to take an undergrad course in pdes and you guys are telling him he needs to be an applied mathematician.

to study pdes at an undergrad level you need calculus and odes. i just finished the first semester of a 2 semester pdes class and the only we trick we repeatedly used is integration by parts.

we used walter strauss's book which is ok but i don't have any other suggestions.
 
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