Earlier quoted context omitted.
Most useful equations don't have a closed form solution. This is why things like machine learning exist. More specifically PDEs are a hot topic in DNNs at the moment. See physics informed neural networks: https://en.m.wikipedia.org/wiki/Physics-informed_neural_netw...
The point is that equations without closed form solutions are pretty useless if you aren't into pretty hairy maths, Green's functions and the like. An equation everyone should know is Hooke's law. That's useful at a high school level.
PDEs you should know
61–70 of 102 posts
Re: PDEs you should know
#62Earlier quoted context omitted.
Well, to be useful, wouldn't you need to be able to use it? Most people outside of physicists and physics-adjacent fields are very far away from the mathematical tools to deal with these equations.
Numerical methods exist. There's a whole field to simulate PDEs that you can't solve exactly.
There are whole fields to simulate one particular PDE: Computational fluid mechanics for the Navier-Stokes equation. Computational electromagnetics for Maxwell's equations. Computational chemistry for the Schrödinger equation. Mathematical finance ...probably does also other things than just simulates the Black-Scholes equation.
Re: PDEs you should know
#63I think it’s better to know that sometimes we only know how to describe something by relating rates of change to other states. And that’s ok. Maybe it has a closed form equation, or maybe can only be solved numerically. But if I see that a differential equation looks like a wave equation, then I get intuition that it’s describing waves. And why do the waves appear? Because the physical process the PDE describes has a…
Re: PDEs you should know
#64Earlier quoted context omitted.
Most useful equations don't have a closed form solution. This is why things like machine learning exist. More specifically PDEs are a hot topic in DNNs at the moment. See physics informed neural networks: https://en.m.wikipedia.org/wiki/Physics-informed_neural_netw...
The point is that equations without closed form solutions are pretty useless if you aren't into pretty hairy maths, Green's functions and the like. An equation everyone should know is Hooke's law. That's useful at a high school level.
Re: PDEs you should know
#65To me the most baffling thing about differential equations is the fact that somehow the Universe is able to solve them in real time. I mean, of course there are PDEs like the Navier-Stokes equation that describe phenomena emerging from the simple interactions of an immense number of particles, so you could say that the Universe doesn’t “solve” them per se, rather, it runs the discretized simulation on an extremely fi…
> the Universe is able to solve them in real time Not just the Universe - analog computers can do that, too.
In contrast, digital computing can be modeled on a purely logical basis.
Re: PDEs you should know
#66I think it’s better to know that sometimes we only know how to describe something by relating rates of change to other states. And that’s ok. Maybe it has a closed form equation, or maybe can only be solved numerically. But if I see that a differential equation looks like a wave equation, then I get intuition that it’s describing waves. And why do the waves appear? Because the physical process the PDE describes has a…
It's really cool how a Mach number emerges from traffic flow, with speed of cars vs speed of information, completely with shock waves and everything!
https://en.wikipedia.org/wiki/Burgers%27_equation
This equation was initially thought of as the appropriate continuous version of the discrete problem investigated by Fermi-Pasta-Ulam-Tsingou (on a very early digital computer shortly before Fermi's death), but then it was realized the KdV equation was better for that.
https://en.wikipedia.org/wiki/Fermi%E2%80%93Pasta%E2%80%93Ul...
https://en.wikipedia.org/wiki/Korteweg%E2%80%93De_Vries_equa...
Re: PDEs you should know
#67The Black–Scholes equation is basically identical to the heat equation. Divide through by σ^2 and let n = σ^2 * (T - t) if you want to derive it.
Re: PDEs you should know
#68PDEs are really useful if you are in the rare domains where they are useful. But most PDEs don't have even have closed form solutions for non-trivial boundary conditions. So unless you are a physicist or something adjacent, no, no you really don't need to know these. Hard to say what's the intended audience for the page though. Could be a message aimed at physics undergrads or something. If so, then indeed, you shoul…
Re: PDEs you should know
#69Partial Differential Equations you should know but with no explanation...I mean...shouldn't you...just know? /s
Re: PDEs you should know
#70The Unfinished PDE Coffee Table Book https://people.maths.ox.ac.uk/trefethen/pdectb.html