Besides being nonlinear, last quiz's equation systems had one other thing in common: their only independent variable was time
The other part of our course looks at problems where the situation is reversed: When the unknown function depends on several variables, it necessarily involves partial derivatives, hence the name partial differential equation, or PDE for short.
Let's take a look at some of the PDEs we'll encounter and how we'll go about solving them!
You'll probably recognize our first PDE not from the equation itself but from its solutions:
Tie a rope to a post and wiggle it up and down. The wiggles reflect back when they hit the post; the reflections and incoming wiggles combine and eventually form a standing wave.
The amount by which the rope is displaced depends on where we look and when, i.e. (see figure) depends on and
For reasons we'll get into later, the rope's wave equation is given by where is the constant wave speed and is the second partial derivative with respect to time (space).
Select all options solving this wave equation. Since we don't know how to solve a PDE from scratch yet, take the second partials of each and find those where equals
The last problem not only shows us that a PDE can have more than one solution, but it also gives us a clue about how we can start making our own from scratch.
Notice that both solutions and “split” into and parts. Let's see if we can make a similar split for the 2D wave equation which describes the vibrations of the rectangular drumhead (blue) graphed below:
(The graph is touch interactive, so be sure to practice changing the perspective and zooming; we'll see many more graphs like this in the future!)
Plug into the 2D wave equation, and then divide both sides by after you're done taking derivatives. What can you say about the result?
This method of variable separation is our first line of attack when it comes to PDEs. It won't always work, but when it does, it reduces a difficult PDE problem to something easier.
For example, the 2D wave equation splits as since and are all independent variables, this equation can only be true if each individual piece is constant: are the choices that make the example defined on the rectangle below.
Each of these equations can be solved separately; what option solves the equation?
Waves on bounded domains like our drum are all infinite sums (called Fourier series) of “split” solutions like the ones we just found in the 2D case.
We'll also encounter another kind of infinite sum: power series. They're needed in a wide variety of real-world engineering and physics problems. Besides describing vibrations on a circular drumhead, they come up in fluid problems and even quantum theory.
In the finale of our course, we'll use power series together with separation of variables to solve the hydrogen atom, one of the most important scientific achievements of the 20 century.
We'll even use our solutions to sketch an iconic image from basic chemistry: an electron orbital!
Separating the variables can be a useful thing to try when the domain has a simple shape like a rectangle or a circle, but even then we might need some advanced technique like power series.
Things are different for infinite domains, like that of the 3D compression wave we'll study later:
This wave obeys the 3D wave equation or for short. The Laplacian will be a recurring feature of our course!
Here, measures the compression/expansion of air at position at time
A 2D slice is shown below; to solve for we'll need a new tool, the Fourier transform.
The Fourier transform turns a PDE into an easier problem, like an ordinary differential equation. It works best when the domain is all of space, or and the unknown “vanishes at infinity.”
For example, consider the classic Drunkard's walk problem in probability.
Jack's trying to make his way home after a night at the pub, but in his current state he moves left or right in a random way.
If is his starting point, then measures the probability of locating Jack on the -axis running along the sidewalk at time
It obeys the diffusion equation where the integral means we're certain to find Jack somewhere on the sidewalk at any given
Assuming the sidewalk is really really long, what “boundary conditions” do we need for this diffusion equation?
Since as the diffusion equation is a perfect candidate for a Fourier transform.
The details will have to wait until later, but for now we can treat the transform like a magic wand that turns a “” into a constant according to Here, is called the Fourier transform of which depends on now and not For example, an important Fourier transform we'll prove later and use in the next problem is If the Fourier transform doesn't affect at all, what differential equation does obey if satisfies the diffusion equation
The Fourier transform really is magical: it turned the difficult diffusion problem into the simpler first-order ordinary differential equation But with all magic, there's a price: reversing the Fourier transform to get is normally tough.
Jack's random walk is an exception, though. Since we're certain he sets off from we'll work out the later. In the last problem, we quoted a specific Fourier transform: Use this to find
Jack's drunken stagger is a fun way to introduce the diffusion equation, one of the most important PDEs for many random processes appearing in physics, chemistry, and finance.
For example, atoms and molecules in a gas are jostled about unpredictably due to thermal motion, but a particle's trajectory is very much a 3D random walk with probabilities given by measures the likelihood it has diffused from its starting point to in time
The Fourier transform can help us solve this higher-dimensional problem, too, but we first need to take the time to develop it and its inverse transform as triple integrals. More on this later!
In a nutshell, a partial differential equation (PDE) has several independent variables.
There are many methods for approaching such an equation: separation of variables, power series, and the Fourier transform are just a few we touched on in this intro quiz.
Full mastery of PDEs and nonlinear equations takes time to develop, so let's begin!