Math 475: Partial Differential Equations
Math 475: Partial Differential Equations Shereen Elaidi Fall 2019 Term Contents 1 Introduction 2 1.1 Domains and Boundary Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.1.1 What are the main boundary conditions? . . . . . . . . . . . . . . . . . . . . . 3 1.2 Classification of PDEs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 Diffusion 4 2.1 Derivation and Setting Up (n = 1) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1.1 Boundary Value Problems in LT :=]0, L[×]0, T] . . . . . . . . . . . . . . . . . . 7 2.2 Derivation in n ≥ 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2.3 A solution by Separation of Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.4 Uniqueness and Max Principles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.4.1 Integral and Energy Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.4.2 Maximum Principles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.5 The Fundamental Solution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.5.1 Invariant Transformations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.5.2 The Fundamental Solution (n = 1) . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.6 Global Cauchy Problem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.6.1 Homogeneous Case, n = 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.6.2 Global Cauchy Problem and Uniqueness . . . . . . . . . . . . . . . . . . . . . . 8 2.7 Symmetric Random Walks (n = 1) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.8 Random Walks with Drift . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 2.9 Non-Homogeneous Case: Duhamel’s Method . . . . . . . . . . . . . . . . . . . . . . . 8 3 Laplace’s Equation 8 4 Scalar Conservation Laws and First-Order Equations 8 5 Waves and Vibrations 8 5.1 Transversal Waves in a String . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 5.1.1 The Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 5.2 Separation of Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 5.3 Uniqueness and Energy Method . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 6 Fourier Series 10 6.1 Definition of Fourier Series and Orthogonality . . . . . . . . . . . . . . . . . . . . . . . 10 6.2 Convergence of Fourier Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 6.2.1 Modes of Convergence for Functions . . . . . . . . . . . . . . . . . . . . . . . . 12 6.2.2 Bessel’s Inequality and the Riemann-Lebesgue Lemma . . . . . . . . . . . . . . 14 6.3 Sine and Cosine Series and Applications . . . . . . . . . . . . . . . . . . . . . . . . . . 15 6.3.1 Formal Solutions and Approximate Solutions . . . . . . . . . . . . . . . . . . . 16 1 1 Introduction Q: Where do PDE’s come from? PDEs are used in all types of math modelling; they translate phenomena coming from physics, biology, chemistry, etc. into mathematical terms. Q: What goes into a PDE model? Math model = General Physical Laws (balancing forces and conservation of quantities) + Constitutive Relations (Laws specific to the environment, e.g. Fick’s Law of Diffusion) A PDE ↔ a physical description of a system. Definition 1 (PDE). A PDE is a mathematical relation involving partial derivatives, i.e., if u : R n → R, x = (x1, ..., xn) a real-valued function of several variables, then any kth order PDE can be expressed as: F(Dku, Dk−1u, ..., Du, u, x) = 0 in Ω (1) where Ω ⊆ R n is the domain or region where the PDE holds, and F is a function of the placeholders. Definition 2 (C k and C k (Ω)). A function u : R n → R is C k at a point x ∈ R n if every kth-order partial derivative is continuous as a function of R n at x. If u ∈ C 2 (R n ), then in advanced calculus it was proven that D2u is a symmetric matrix. Example 1 (Examples of PDEs). 1. Heat Equation: ut − k∆u = ut − k Xn i=1 uxixi = 0 (2) where k 0 is a constant. Then the solution has a space- and time- component: u(x, t) = u : R n+1 → R (3) 2. Laplace’s Equation: −∆u = 0 (4) u(x) is the steady state of a solution to the heat equation, since ut = 0 ⇒ “constant in time.” The solution u is a function u : R n → R. 3. Wave Equation: utt − ∆u = 0 u : R n+1 → R u(x, t) is the displacement of an object with wave-like behaviour at location x and time t. Ex: position of a guitar string. 4. Transport Equation: ut + cux = 0, c ∈ R, u : R 2 → R (space, time) u(x, t) can be the density of a pollutant at location x and time t. 5. Reaction-Diffusion: ut − k∆u = f(u) u : R n+1 → R f : R → R u(x, t) can be the temperature at location (x, t) subject to enhancement by f(u) (for example, fire spreading). 6. Burger’s Equation: ut − uux = vuxx (5) v 0 represents the viscosity. u : R 2 → R, u(x, t) is the concentration of a material in a fluid flow with convection. 2 1.1 Domains and Boundary Conditions Definition 3 (C 1 domain). Ω ⊆ R n is a C 1 domain if ∂Ω can locally be expressed as a graph of a C 1 function. This means... 1. ∂Ω has no corners ⇒ smooth. 2. ∀p ∈ ∂Ω, there exists a well-defined and unique tangent plane (whose slope is given by the derivative), which implies that there exists a well-defined inward and outward normal vector. 3. Inward and outward normal vectors move continuously along ∂Ω. 1.1.1 What are the main boundary conditions? 1. Dirichlet Boundary Conditions: these prescribe what u is on ∂Ω. We assume that u ∈ C k (Ω) ∩ C(∂Ω). 2. Neumann Boundary Conditions: these prescribe what the normal derivative of u on ∂Ω is. The meaning behind this is: how does u change along the boundary? It is specifying: ∂u ∂n = ∇u · n(x) = X on ∂Ω (6) 3. Robin boundary conditions: a combination of the above: ∂u ∂n + αu = X on ∂Ω (7) In general, in PDEs, we will not be able to identify an explicit solution. Thus, we care about the following four fundamental issues. The first three ensure that we have a well-posed problem, and the final one is important when we cannot obtain an explicit solution. 1. Existence: is there a solution? 2. Uniqueness: is there exactly one solution to the PDE? 3. Stability: does the solution depend continuously on the data? 4. Qualitative Properties: If I cannot find an explicit solution, but I know that it exists, what else can I tell you about the solution? Some questions we are interested in studying are: a) Does u(x, t) → 0 as t → ∞? b) What is maxΩ |u(x)|? 1.2 Classification of PDEs To do: draw out the chart When we have a PDE that’s linear in D2u, we can always express our PDE in the form of a matrix: F(D2u, Du, u, x) = − Xn i=1 Xn j=1 Aij (x)uxixj | {z } :=L[u] +G(Du, u, x) (8) where A ∈ MAT(n × n, R) is symmetric, since u ∈ C 2 . L[u] is a linear operator that maps functions to functions and is of the form L[u] = −tr(A(x)D2 (u)) (9) Therefore, we can write linear, second-order PDEs in the following form: −tr(A(x)D2u) = G(Du, u, x) (10) This is useful since we can classify second-order PDEs in terms of the eigenvalues of A. We will now give definitions for the three main types of PDEs: 3 Definition 4 (Elliptic PDE). A PDE is elliptic if ∀x, A(x) has non-zero eigenvalues, all of which have the same sign. The model equation for an elliptic PDEs is: −∆u = − Xn i=1 uxixi = − Xn i,j=1 Aij (x)ixixj (11) where A(x) = 1 1 . . . 1 (12) Definition 5 (Hyperbolic PDE). A PDE is hyperbolic if ∀x, Aij (x) has non-zero eigenvalues, all of the same sign except for one. The model equation for a hyperbolic PDE is: wave equation: utt − ∆u = −tr(A(x, t)D2 x,tu) (13) where A(x, t) = 1 . . . 1 −1 (14) Definition 6 (Parabolic PDE). A PDE is parabolic if ∀x, A(x) has at least one zero eigenvalue. The model equation for a parabolic PDE is: Heat Equation: ut − ∆u = −tr(Aij (x)D2 x,tu) + ut (15) where A(x, t) = 1 . . . 1 0 (n+1,n+1) (16) Remark 1. Typically, a parabolic PDE can be written down as ut+ elliptic PDE. Thus, we would expect them to have similar properties (which they do, as we will see later). In this course, we’ll focus on heat, wave, and Laplace’s equations as models of parabolic, hyperbolic, and elliptic PDEs. 2 Diffusion Physical Phenomena: heat flow, diffusion of ink, and transport of a substance due to the molecular motion of the surrounding medium. 4 2.1 Derivation and Setting Up (n = 1) Let u(x, t) be the temperature at location x ∈ R, and let t be the time, t 0. We’re going to consider a rod of length L, going from x = 0 to x = L. We will assume perfect insulation of the tube as well as constant mass density. This gives us a one-dimensional model, since heat is flowing in only one direction. In the rod, consider an cross section S. Define the following quantities: e(x, t) := thermal energy / unit mass q(x, t) := heat flux (rate of flow per unit area) ρ := mass density per unit volume r(x, t) := rate / unit mass of the external heat source ρ(1/A) := A The general physical law that we will use is: Rate of thermal energy change in S = heat in − heat out (via the ends) 1. For the rate of thermal energy change in S, we have that this equals the derivative with respect to dime of the thermal energy in S. If we let x0 be the left end point of S and x0 + ∆x be the right end point of S, then the total thermal energy in S equals thermal energy in S = Z x0+∆x x0 e(x, t)ρAdx := E(t) (17) where e(x, t) is the thermal energy per unit area, ρ is the density, and A is the area. Assuming that we can interchange the derivative with the limit, we obtain: dE dt = Z x0+∆x x0 ∂e ∂t e(x, t)ρAdx (18) 2. Now for the heat in − heat out via the ends term, we need to account for both the external heat source and the heat flow through the ends. Contribution from an external heat source could be from an electric current or a chemical reaction. We will use the law of conservation of energy, which can be formulated as: the time rate of change of thermal energy in S = the net flux through ∂S due to conduction + time rate at which heat is supplied by the external sources . Therefore, the contribution from the heat source is given by: Z x0+∆x x0 r(x, t)ρAdx and the flux through the ends is divergence, meaning that flux = −q(x, t) · n where n is the outward unit normal. Therefore, the energy flow rate through [x, x + ∆x] is −(q(x0 + ∆x, t) − q(x0, t)) · A. If q is differentiable in x then by the fundamental theorem of calculus, we obtain: flux = − Z x0+∆x x0 A ∂q ∂xq(x, t)dx (19) So, putting all the previous equations together, by the general physical laws we obtain: Z x0+∆x x0 ∂e ∂t[e(x, t)]ρAdx = Z x0+∆x x0 r(x, t)ρAdx − Z x0+∆x x0 A ∂q ∂xq(x, t)dx (20) 5 The constitutive relations that we will use are the Fourier Law of Heat Conduction and a relationship between thermal energy and temperature. 1. Fourier Law of Heat Conduction: Heat flux is a linear combination of the temperature gradient heat flows from hot to cold. For κ 0 a constant, this is expressed as: q(x, t) = −κux (21) (If the temperature is decreasing with respect to space, then heat is flowing out and the flow is positive). 2. For thermal energy, we have that it is a linear function of the absolute temperature. Let c 0 be the specific heat. Then: e(x, t) = cu(x, t) (22) Which implies that ∂e ∂t = cut and ∂q ∂x = −κuxx Substituting these constitutive relations into (20), we obtain: Z x0+x x0 cutρdx = Z x0+x x0 r(x, t)ρdx − Z x0+x x0 −κuxxdx ⇐⇒ Z x0+x x0 (cρut − κuxx)dx = Z x0+x x0 ρr(x, t)dx ⇐⇒ Z x0+x x0 ut − κ cρ uxx dx = Z x0+x x0 1 c r(x, t)dx Since ]x0, x0 + ∆x[ is an arbitrary interval, equality of the integrals ⇒ equality of the functions holds pointwise: ut − κ cρ uxx = 1 c r(x, t) where k := κ/cp is called the diffusion constant. If there is no external heat source, then the diffusion equation in one-dimension is given by: ut − kuxx = 0 (23) and if there is a heat source, i.e., r(x, t) 6= 0, then: ut − kuxx = ˜r(x, t) (24) k encodes the thermal response time of the material. Now, we want to study the temperature in the rod by starting with an initial temperature distribution u(x, 0) := g(x). Boundary conditions would be of the form: • Dirichlet Boundary Conditions: u(0, t) = h1(t) and u(L, t) = h2(t). • Neumann Boundary Conditions: prescribe a heat flux at the ends: ux(0, t) = h1(t) ux(L, t) = h2(t) • Robin Boundary Conditions: heat flux on the ends is proportional to the difference between the temperature and its surroundings. In this case, we have an equation of the form: kux = γ(U − u) 6 where γ 0 and U is the temperature of the surroundings. ⇒ ux + γ k u = γ 0 k U ⇒ ux(0, t) + αu(0, t) = h1(t) ⇒ ux(L, t) + αu(L, t) = h2(t) i.e., we have a linear combination of dirichlet and Neumann boundary conditions. If h1 = h2 = 0 then we have homogeneous boundary conditions. 2.1.1 Boundary Value Problems in LT :=]0, L[×]0, T] Let ∂pLT := the parabolic boundary of LT . It is the union of the initial data (blue) and the boundary data (yellow) of the figure below. We require that u ∈ C (2,1)(LT ) ∩ (∂pLT ) (we have C (2,1) for two spatial dimensions and one timedimension. The two main types of questions in this chapter are: Boundary Value Problem: ut − kuxx = r(x, t) in LT u(x, 0) = g(x) in [0, L] + B.C. Global Cauchy Problem: ut − kuxx = r(x, t) in R×]0, T] u(x, 0) = g(x) in R + conditions on u as x → ±∞ 2.2 Derivation in n ≥ 1 The law of conservation of energy can be formulated as Rate of Change of Heat Energy in a volume V = Net Heat Flow Through ∂V Again, define e(x, t) := thermal energy / unit mass q(x, t) := heat flux (vector) ρ := mass density / unit volume Using the same constitutive relations as before and applying the divergence theorem, we obtain: Z V ∂e ∂t e(x, t)ρdx = Z V r(x, t)ρdx − Z ∂V q(x, t) · vdσ = Z V r(x, t)ρdx − Z V div(q(x, t))dx 7 By the same constitutive relations, e(x, t) = cu(x, t) q(x, t) = −κ∇u div(∇u) = ∆u Which gives us that Z V cutρdx = Z V r(x, t)ρdx + Z V κ∆udx Pointwise equality follows from the fact that V ⊆ R n is arbitrary, and so cutρ = r(x, t)ρ + k∆u ⇐⇒ ut − k∆u = ˜r(x, t) in R n×]0, ∞[ 2.3 A solution by Separation of Variables 2.4 Uniqueness and Max Principles 2.4.1 Integral and Energy Method 2.4.2 Maximum Principles 2.5 The Fundamental Solution 2.5.1 Invariant Transformations 2.5.2 The Fundamental Solution (n = 1) 2.6 Global Cauchy Problem 2.6.1 Homogeneous Case, n = 1 2.6.2 Global Cauchy Problem and Uniqueness 2.7 Symmetric Random Walks (n = 1) 2.8 Random Walks with Drift 2.9 Non-Homogeneous Case: Duhamel’s Method 3 Laplace’s Equation 4 Scalar Conservation Laws and First-Order Equations 5 Waves and Vibrations 5.1 Transversal Waves in a String 5.1.1 The Model 5.2 Separation of Variables Consider the Cauchy-Dirichlet Problem: utt − c 2uxx = 0 x ∈]0, L[, t 0 u(x, 0) = f(x), ut(x, 0) = g(x) + boundary conditions 8 Assume that the boundary conditions are homogeneous, and we make the following Ansatz: there exist non-trivial solutions of the form: U(x, t) = X(x)T(t) Inserting U(x, t) into the PDE gives: X(x)T 00(t) − c 2T(t)X00(x) = 0 After some simplifications, we obtain: 1T 00(t) c 2T(t) = X00(x) X(x) = λ where λ is our separation constant. This gives us the following system of ODEs: T 00(t) − λ 2 c 2T(t) = 0 X00(x) − λX(x) = 0 There are three cases: 1. λ = 0: Then, X00(x) = 0 ⇐⇒ X = A + Bx. Since the Boundary conditions are homogeneous, one has that X(0) = A = 0 ⇐⇒ A = 0 and similarly B = 0. Thus, we get that X = 0, which is a trivial solution. 2. λ = µ 2 0: Then, X00(x) + µ 2X(x) = 0 is a constant-coefficient second-order differential equation. Using techniques from ODEs, we will get that the solution is: y = Ae−µx + Beµx (25) By the homogeneous boundary conditions, X(0) = Ae + Be + e(A + B) = 0 ⇐⇒ A = −B X(L) = Ae−µL + BeµL = Ae−µL − AeµL = A(e −µL − e µL) ⇐⇒ A = 0 ⇐⇒ B = 0 And once again we obtain a trivial solution. 3. λ = µ 2 0. Then, by Euler’s formula, X(x) = A sin(µx) + B cos(µx) (26) From the initial data, we have: X(0) = A sin(0) + B cos(0) = 0 ⇐⇒ B = 0 X(L) = A sin(µL) + B cos(µL) = 0 ⇐⇒ A sin(µL) = 0 ⇐⇒ µL = mπ, m ∈ Z and where A is arbitrary. Thus, the only non-trivial solutions are of the form: Xm(x) = A sin(µmx), µm = mπ L = √ λ Inserting our value for λ into the time ODE, we obtain: T 00(t) − c 2m2π 2 L2 T(t) = 0 Solving this ODE gives: Tm(t) = C cos(µmct) + D sin(µmct) (27) for C, D ∈ R. Using the Ansatz, assemble the solution: Um(x, t) = Xm(x)Tm(t) = A sin(µmx)[C cos(µmct) + D sin(µmct)] = sin(µmx)[am cos(µmct) + bm sin(µmct)], m ∈ N And as we did with the Heat Equation, to obtain the coefficients, match up to the initial data. 9 5.3 Uniqueness and Energy Method 6 Fourier Series Idea: Taylor Series, recall that any smooth function can be approximated by a polynomial: f : R → R f(x) ≈ X∞ n=0 f (n) (x0)(x − x0) n n! Fourier Series are similar; they allow us to approximate any continuous function with a trigonometric polynomial: f(x) ≈ Xn n=0 h An cos nπx L + Bn sin nπx L i (28) A trigonometric polynomial is a collection of sines and cosines. 6.1 Definition of Fourier Series and Orthogonality Definition 7 (Fourier Series of f). For a function f(x), we define the Fourier Series on [−L, L] by: F S[f(x)] := 1 2 A0 + X∞ n=1 An cos nπx L + X∞ n=1 Bn sin nπx L (29) where An := 1 L Z L −L f(x) cos nπx L dx (30) Bn := 1 L Z L −L f(x) sin nπx L dx (31) Before discussing orthogonality for functions, let’s quickly recall how orthogonality works for vectors v ∈ R n . Recall that the standard basis {eˆ1, ..., eˆn} is an orthonormal basis for R n . This means that, if we have a vector v = v1 . . . vn then, the dot product with the ith standard basis vector picks off the components: vi = v · ˆei The analog of a dot product for functions is the inner product. Definition 8 (Inner Product). Given two functions f, g on [−L, L], we define the inner product to be: hf, gi := Z L −L f(x)g(x)dx (32) Which satisfies a number of properties (all of which follow from the linearity of integration): 1. hf, g + hi = R L −L f(x)[g(x) + h(x)]dx = hf, gi + hf, hi 2. hf, gi = hg, hi for real-valued functions. 3. For λ ∈ R, hλf, gi = λif, gh= hf, λgi
Written for
- Institution
- Math 475: Partial Differential
- Course
- Math 475: Partial Differential
Document information
- Uploaded on
- December 8, 2023
- Number of pages
- 19
- Written in
- 2023/2024
- Type
- Exam (elaborations)
- Contains
- Questions & answers
Subjects
-
math 475 partial differential equations