Difference between revisions of "Burgers Equation"
(3 intermediate revisions by the same user not shown) | |||
Line 52: | Line 52: | ||
can be integrated to give | can be integrated to give | ||
<center><math> | <center><math> | ||
− | -cu+\frac{1}{2}\left( u\right) ^{2}-\nu u=c_{1} | + | -cu+\frac{1}{2}\left( u\right) ^{2}-\nu u^{\prime} =c_{1} |
</math></center> | </math></center> | ||
which can be rearranged to give | which can be rearranged to give | ||
Line 59: | Line 59: | ||
</math></center> | </math></center> | ||
We define the two roots of the quadratic <math>\left( u\right) ^{2}-2\nu | We define the two roots of the quadratic <math>\left( u\right) ^{2}-2\nu | ||
− | u | + | u-2c_{1}=0</math> by <math>u_{1}</math> and <math>u_{2}</math> |
and we assume that <math>u_{2} < u_{1}</math>. Note that there is only a bounded | and we assume that <math>u_{2} < u_{1}</math>. Note that there is only a bounded | ||
solution if we have two real roots and for the bounded solution | solution if we have two real roots and for the bounded solution | ||
Line 66: | Line 66: | ||
is | is | ||
<center><math> | <center><math> | ||
− | + | c=\frac{1}{2}\left( u_{1}+u_{2}\right) | |
</math></center> | </math></center> | ||
The equation can therefore be written as | The equation can therefore be written as | ||
Line 89: | Line 89: | ||
We solve this by solving in Fourier space to give | We solve this by solving in Fourier space to give | ||
<center><math> | <center><math> | ||
− | \partial _{t}\hat{u}=-\frac{1}{2}ik\left( u^{2}\right) -\nu k^{2}\hat{u} | + | \partial _{t}\hat{u}=-\frac{1}{2}ik \widehat{\left( u^{2}\right)} -\nu k^{2}\hat{u} |
− | |||
− | |||
− | |||
− | |||
</math></center> | </math></center> | ||
+ | Then we solve each of the steps in turn | ||
for a small time interval to give | for a small time interval to give | ||
<center><math>\begin{matrix} | <center><math>\begin{matrix} | ||
Line 159: | Line 156: | ||
<center><math> | <center><math> | ||
-2\nu \frac{\partial _{t}\phi }{\phi }=2\nu ^{2}\left( \frac{\partial | -2\nu \frac{\partial _{t}\phi }{\phi }=2\nu ^{2}\left( \frac{\partial | ||
− | _{x}\phi }{\phi }\right) ^{2} | + | _{x}\phi }{\phi }\right) ^{2} |
+ | -2\nu^2 \frac{\partial_x^2\phi}{\phi} | ||
+ | -\frac{1}{2}\left( 2\nu \frac{\partial _{x}\phi | ||
}{\phi }\right) ^{2} | }{\phi }\right) ^{2} | ||
</math></center> | </math></center> | ||
Line 221: | Line 220: | ||
2\nu }\right] \mathrm{d}y} | 2\nu }\right] \mathrm{d}y} | ||
\end{matrix}</math></center> | \end{matrix}</math></center> | ||
+ | |||
+ | == Lecture Videos == | ||
+ | |||
+ | === Part 1 === | ||
+ | |||
+ | {{#ev:youtube|tVXQmxOG_6Y}} | ||
+ | |||
+ | === Part 2 === | ||
+ | |||
+ | {{#ev:youtube|hzgpMM_wWts}} | ||
+ | |||
+ | === Part 3 === | ||
+ | |||
+ | {{#ev:youtube|uH4B1XsGB-0}} | ||
+ | |||
+ | === Part 4 === | ||
+ | |||
+ | {{#ev:youtube|h6aDmCtJygM}} | ||
+ | |||
+ | === Part 5 === | ||
+ | |||
+ | {{#ev:youtube|CsnUKrLjtyQ}} |
Latest revision as of 02:14, 24 October 2020
Nonlinear PDE's Course | |
---|---|
Current Topic | Burgers Equation |
Next Topic | |
Previous Topic | Reaction-Diffusion Systems |
Introduction
We have already met the conservation law for the traffic equations
and seen how this leads to shocks. We can smooth this equation by adding dispersion to the equation to give us
where [math]\displaystyle{ \nu \gt 0. }[/math]
The simplest equation of this type is to write
(changing variables to [math]\displaystyle{ u }[/math] and this equation is known as Burgers equation.
Travelling Wave Solution
We can find a travelling wave solution by assuming that
This leads to the equations
We begin by looking at the phase plane for this system, writing [math]\displaystyle{ w=u^{\prime } }[/math] so that
This is a degenerate system with the entire [math]\displaystyle{ u }[/math] axis being equilibria.
We can also solve this equation exactly as follows.
can be integrated to give
which can be rearranged to give
We define the two roots of the quadratic [math]\displaystyle{ \left( u\right) ^{2}-2\nu u-2c_{1}=0 }[/math] by [math]\displaystyle{ u_{1} }[/math] and [math]\displaystyle{ u_{2} }[/math] and we assume that [math]\displaystyle{ u_{2} \lt u_{1} }[/math]. Note that there is only a bounded solution if we have two real roots and for the bounded solution [math]\displaystyle{ u_{2} \lt u \lt u_{1} }[/math]. We note that the wave speed is
The equation can therefore be written as
which has solution
Numerical Solution of Burgers equation
We can solve the equation using our split step spectral method. The equation can be written as
We solve this by solving in Fourier space to give
Then we solve each of the steps in turn for a small time interval to give
Phase plane for a travelling wave solution | Numerical solution of Burgers equation |
---|---|
Exact Solution of Burgers equations
We can find an exact solution to Burgers equation. We want to solve
Frist we write the equation as
We want to find a function [math]\displaystyle{ \psi \left( x,t\right) }[/math] such that
Note that because [math]\displaystyle{ \partial _{x}\partial _{t}\psi =\partial _{t}\partial _{x}\psi }[/math] we will satisfy Burgers equation. This gives us the following equation for [math]\displaystyle{ \psi }[/math]
We introduce the Cole-Hopf transformation
From this we can obtain the three results:
Therefore
becomes
or
which is just the diffusion equation. Note that we also have to transform the boundary conditions. We have
We can write this as
which has solution
We need to solve
We take the Fourier transform and obtain
which has solution
We can then use the convolution theorem to write
Which can be expressed as
where
To find [math]\displaystyle{ u }[/math] we recall that