Reaction-Diffusion Equations with Applications

Total Page:16

File Type:pdf, Size:1020Kb

Reaction-Diffusion Equations with Applications Reaction-Diffusion equations with applications Christina Kuttler Sommersemester 2011 Contents 1 Reaction & Diffusion 3 1.1 Introduction....................................... ..... 3 1.2 Examples for typical reactions . ...... 3 1.2.1 Population dynamics . 3 1.2.2 Predator-prey . 4 1.2.3 Competition .................................... ... 4 1.2.4 Symbiosis ....................................... 4 1.2.5 Chemical reactions . 5 1.3 Diffusionequation .................................... .... 9 1.3.1 Fick’s law / Conservation of mass . ....... 9 1.3.2 (Weak) Maximum principle . 10 1.3.3 Uniqueness . 11 1.3.4 Fundamental solution of the Diffusion equation . 12 1.3.5 Including a source . 14 1.3.6 Random motion and the Diffusion equation . 15 1.3.7 “Time”ofDiffusion ................................. 17 2 Mathematical basics / Overview 19 2.1 Some necessary basics from ODE theory . 19 2.2 Boundary conditions . 21 2.3 Separation of Variables . ...... 22 2.4 Similaritysolutions................................ ........ 24 2.5 Blowup........................................... 26 3 Comparison principles 29 4 Existence and uniqueness 31 4.1 Problemformulation ................................. ...... 31 4.2 Abstract linear problems . 33 4.3 Abstract semilinear problems . 34 4.4 Existence and uniqueness for reaction-diffusion problems . 37 4.5 Globalsolutions.................................... ...... 39 5 Stationary solutions / Stability 40 5.1 Basics ........................................... 40 5.2 Example: The spruce budworm model . 41 6 Reaction-diffusion systems 50 6.1 What can be expected from Reaction-diffusion systems? . 50 6.2 Conservativesystems................................ ....... 50 6.2.1 Lotka-Volterrasystem . ..... 50 6.3 Some more basics for Reaction-diffusion systems . ..... 52 7 Waves 57 7.1 Planewaves........................................ 57 7.1.1 Introduction ..................................... 57 7.1.2 Different types of waves . 64 7.1.3 Radially symmetric wave . ..... 64 1 7.2 Waves in Reaction-Diffusion systems . ..... 64 7.2.1 The spread of rabies . 65 7.2.2 Waves of pursuit and evasion in predator-prey systems . 67 7.2.3 Travelling fronts in the Belousov-Zhabotinskii Reaction . ......... 70 7.2.4 Waves in Excitable Media . 72 7.2.5 Travelling Wave Trains in Reaction Diffusion Systems with Oscillatory Kinetics . 79 7.3 Spiralwaves........................................ 82 8 Pattern formation 87 8.1 Turing Mechanisms . 87 8.2 Linear stability analysis for Diffusion-driven instability . ............ 89 8.3 Analysis of Pattern Initiation for the Schnakenberg system . .......... 92 8.4 Mode Selection . 97 8.4.1 Whitenoise...................................... 97 8.4.2 Travelling wave initiation of patterns . ........ 98 8.4.3 Pattern formation in growing domains . ....... 98 8.5 Nonexistence of spatial patterns in reaction diffusion systems . ....... 99 Literature 101 Index 103 2 Chapter 1 Reaction & Diffusion 1.1 Introduction References: [5] A reaction-diffusion equation comprises a reaction term and a diffusion term, i.e. the typical form is as follows: ut = D∆u + f(u) u = u(x,t) is a state variable and describes density/concentration of a substance, a population ... at position x Ω Rn at time t (Ω is a open set). ∆ denotes the Laplace operator. So the first term on the right hand∈ side⊂ describes the “diffusion”, including D as diffusion coefficient. The second term, f(u) is a smooth function f : R R and describes processes with really “change” the present u, i.e. something happens to it (birth, death,→ chemical reaction ...), not just diffuse in the space. It is also possible, that the reaction term depends not only on u, but also on the first derivative of u, i.e. u; and/or explicitly on x. Instead∇ of a scalar equation, one can also introduce systems of reaction diffusion equations, which are of the form u = D∆u + f(x,u, u), t ∇ where u(x,t) Rm. ∈ In this lecture, we will deal with such reaction-diffusion equations, from both, an analytical point of view, but also learn something about the applications of such equations. 1.2 Examples for typical reactions In this section, we consider typical reactions which may appear as “reaction” terms for the reaction- diffusion equations. When the diffusion (i.e. spatial effects) are ignored, they are ODEs, u˙ = f(u) 1.2.1 Population dynamics Often, reaction-diffusion equations are used to describe the spread of populations in space. So, we need some basics about populations dynamics. Generally, the possible stationary states (whereu ˙ = 0) and their stability are of interest, which correspond to population sizes which don’t change over time. Exponential growth f(u) = au for a = const. (the growth rate). 3 Logistic growth u f(u) = au 1 , · − K adding a carrying capacity K as limitation of growth.³ ´ Allee effect n n f(u) = au 1 1 K0 − − K µ ¶ ³ ´ The basis of this model approach is still the logistic growth, but if the population is too low, it will also die out. Such phenomena may appear due to the necessity to find a mate for reproduction, or to defence the group against predators. This leads to the additional factor n 1 . K0 − ³ ´ The above mentioned models concern the growth of single populations. Of course, also the interac- tion of several populations is of interest. The prototype are interactions of two populations, which can be formulated generally as 2D ODE: x˙ = f(x,y) y˙ = g(x,y) There are three typical special cases for the interaction of two populations: 1.2.2 Predator-prey A predator population y eats from a prey population x, the most famous predator prey model (Lotka Volterra) reads x˙ = ax bxy − y˙ = cxy dy − Modifications are possible and often necessary; e.g. a limited growth of prey for absent predators could be introduced, or other “functional responses” (how much of the prey is eaten by the predators respectively how the predators benefit from the prey), for more details see e.g. [9]. 1.2.3 Competition Here, two species compete for a common food source. Mathematically, one species reduces the carrying capacity of the other species and vice versa. The standard approach of Lotka-Volterra reads x + α y x˙ = a x 1 12 1 − K µ 1 ¶ y + α x y˙ = a y 1 21 2 − K µ 2 ¶ 1.2.4 Symbiosis In this case, the two species benefit from each other. In some sense, it is the opposite of the competition model above: each species increases the carrying capacity of the other species. x α y x˙ = a x 1 − 12 1 − K µ 1 ¶ y α x y˙ = a y 1 − 21 2 − K µ 2 ¶ Of course, there are many more possibilities for such models, these are just rough basic ideas! For more details of the modelling of population growth see e.g. [9]. 4 1.2.5 Chemical reactions References: [3, 6] In many applications (bio)chemical reactions are considered, here we just collect a few very basic ideas how to translate such reactions into ODEs. Law of mass action We consider a very simple irreversible reaction: A + B k C, −→ k is the so-called reaction rate. Assumption: The change of product in time corresponds to the number of collisions between molecules A and B, multiplied by the probability that indeed a reaction happens in case of collision (e.g. there is enough kinetic energy available to initialise the reaction). Let a = [A], b = [B], c = [C] be the concentrations of A, B and C. The term r1ab∆t approximates the number of collisions in ∆t. For the above mentioned probability we choose a constant r2, so the change of c in time can be described by ∆c = abk∆t, where k = r1r2, furthermore (∆t 0) → dc =c ˙(t) = kab, dt the so-called Law of mass action. (This is a mathematical model, not a “law”) Remark that reaction rates and concentrations should remain nonnegative! Reversible reactions Now we consider a reversible reaction, k+ A + B ⇋ C, k− with the reaction rates k+ and k . Assume that the split-up of C is proportional to c. The corresponding ODE system reads: − dc = k+ab k c dt − − da = k c k+ab dt − − db = k c k+ab. dt − − General reaction systems As a generalisation, we consider now r chemical reactions between s species Ui (with concentrations ui), i = 1,...s, which interact simultaneously: s s k l U j r U , j = 1, . r. ij i −→ ij i i=1 i=1 X X lij , rij are the so-called stoichiometric coefficients; they describe loss and gain of the number of molecules Ui in reaction j; kj (t) is the corresponding reaction rate (dependency on t might appear due to change of temperature etc.). The so-called rate function, s lnj gj (t,u) = kj (t) (un) n=1 Y corresponds to the speed of reaction j and can be used to formulate the ODEs for the ui, as a net result of all reactions on Ui: r u˙ = (r l )g (t,u(t)), i = 1,...,s, i ij − ij j j=1 X 5 or in matrix notation u˙ = Sg(t,u(t)), where u = (u ,...,u )T , S = (r l ) the stoichiometric matrix of size s r, g(t,u) = (g (t,u)) Rr. 1 s ij − ij × j ∈ Michaelis-Menten Literature: Murray [11], a nice short introduction can be found in Wikipedia. The enzyme kinetics was established by Leonor Michaelis and Maud Menten in 1913. Generally, en- zymes can compensate fluctuating concentrations of substrate, i.e. they adapt their activity and thereby tune a steady state. This behaviour is the common one, but of course, there are also exceptions. In opposite to the kinetics of chemical reactions, in enzyme kinetics there is the phenomenon of saturation. Even for very high concentrations of the substrate, the metabolic rate cannot be increased unlimited, there is a maximum value vmax.
Recommended publications
  • Chapter 12. Ordinary Differential Equation Boundary Value (BV) Problems
    Chapter 12. Ordinary Differential Equation Boundary Value (BV) Problems In this chapter we will learn how to solve ODE boundary value problem. BV ODE is usually given with x being the independent space variable. y p(x) y q(x) y f (x) a x b (1a) and the boundary conditions (BC) are given at both end of the domain e.g. y(a) = and y(b) = . They are generally fixed boundary conditions or Dirichlet Boundary Condition but can also be subject to other types of BC e.g. Neumann BC or Robin BC. 14.1 LINEAR FINITE DIFFERENCE (FD) METHOD Finite difference method converts an ODE problem from calculus problem into algebraic problem. In FD, y and y are expressed as the difference between adjacent y values, for example, y(x h) y(x h) y(x) (1) 2h which are derived from the Taylor series expansion, y(x+h) = y(x) + h y(x) + (h2/2) y(x) + … (2) y(x‐h) = y(x) ‐ h y(x) + (h2/2) y(x) + … (3) Kosasih 2012 Chapter 12 ODE Boundary Value Problems 1 If (2) is added to (3) and neglecting the higher order term (O (h3)), we will get y(x h) 2y(x) y(x h) y(x) (4) h 2 The difference Eqs. (1) and (4) can be implemented in [x1 = a, xn = b] (see Figure) if few finite points n are defined and dividing domain [a,b] into n‐1 intervals of h which is defined xn x1 h xi1 xi (5) n -1 [x1,xn] domain divided into n‐1 intervals.
    [Show full text]
  • Fokas's Unified Transform Method for Linear Systems
    QUARTERLY OF APPLIED MATHEMATICS VOLUME LXXVI, NUMBER 3 SEPTEMBER 2018, PAGES 463–488 http://dx.doi.org/10.1090/qam/1484 Article electronically published on September 28, 2017 FOKAS’S UNIFIED TRANSFORM METHOD FOR LINEAR SYSTEMS By BERNARD DECONINCK (Department of Applied Mathematics, University of Washington, Campus Box 353925, Seattle, WA, 98195 ), QI GUO (Department of Mathematics, University of California, Los Angeles, Box 951555, Los Angeles, CA 90095-1555 ), ELI SHLIZERMAN (Department of Applied Mathematics & Department of Electrical Engineering, University of Washington, Campus Box 353925, Seattle, WA, 98195 ), and VISHAL VASAN (International Centre for Theoretical Sciences, Bengaluru, India) Abstract. We demonstrate the use of the Unified Transform Method or Method of Fokas for boundary value problems for systems of constant-coefficient linear partial dif- ferential equations. We discuss how the apparent branch singularities typically appearing in the global relation are removable, as they arise symmetrically in the global relations. This allows the method to proceed, in essence, as for scalar problems. We illustrate the use of the method with boundary value problems for the Klein-Gordon equation and the linearized Fitzhugh-Nagumo system. Wave equations are treated separately in an appendix. 1. Introduction. The Unified Transform Method (UTM) or Method of Fokas pre- sents a new approach to the solution of boundary value problems (BVPs) for integrable nonlinear equations [6,8], or even more successfully for linear, constant coefficients partial differential equations (PDEs) [5, 8]. In this latter context, the method has resulted in new results for one-dimensional problems involving more than two spatial derivatives [7,8], for elliptic problems [3,8], and for interface problems [4,11], to name but a few.
    [Show full text]
  • On Resonances in Transversally Vibrating Strings Induced by an External Force and a Time- Dependent Coefficient in a Robin Boundary Condition
    Delft University of Technology On resonances in transversally vibrating strings induced by an external force and a time- dependent coefficient in a Robin boundary condition Wang, Jing; van Horssen, Wim T.; Wang, Jun-Min DOI 10.1016/j.jsv.2021.116356 Publication date 2021 Document Version Final published version Published in Journal of Sound and Vibration Citation (APA) Wang, J., van Horssen, W. T., & Wang, J-M. (2021). On resonances in transversally vibrating strings induced by an external force and a time-dependent coefficient in a Robin boundary condition. Journal of Sound and Vibration, 512, 1-16. [116356]. https://doi.org/10.1016/j.jsv.2021.116356 Important note To cite this publication, please use the final published version (if applicable). Please check the document version above. Copyright Other than for strictly personal use, it is not permitted to download, forward or distribute the text or part of it, without the consent of the author(s) and/or copyright holder(s), unless the work is under an open content license such as Creative Commons. Takedown policy Please contact us and provide details if you believe this document breaches copyrights. We will remove access to the work immediately and investigate your claim. This work is downloaded from Delft University of Technology. For technical reasons the number of authors shown on this cover page is limited to a maximum of 10. Journal of Sound and Vibration 512 (2021) 116356 Contents lists available at ScienceDirect Journal of Sound and Vibration journal homepage: www.elsevier.com/locate/jsvi On resonances in transversally vibrating strings induced by an external force and a time-dependent coefficient in a Robin boundary condition Jing Wang a,b,<, Wim T.
    [Show full text]
  • Inverse Sturm-Liouville Problems Using Multiple Spectra Mihaela Cristina Drignei Iowa State University
    Iowa State University Capstones, Theses and Retrospective Theses and Dissertations Dissertations 2008 Inverse Sturm-Liouville problems using multiple spectra Mihaela Cristina Drignei Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/rtd Part of the Mathematics Commons Recommended Citation Drignei, Mihaela Cristina, "Inverse Sturm-Liouville problems using multiple spectra" (2008). Retrospective Theses and Dissertations. 15694. https://lib.dr.iastate.edu/rtd/15694 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Retrospective Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Inverse Sturm-Liouville problems using multiple spectra by Mihaela Cristina Drignei A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Major: Applied Mathematics Program of Study Committee: Paul E. Sacks, Major Professor Fritz Keinert Justin Peters James Wilson Stephen Willson Iowa State University Ames, Iowa 2008 Copyright c Mihaela Cristina Drignei, 2008. All rights reserved. 3316216 Copyright 2008 by Drignei, Mihaela Cristina All rights reserved 3316216 2008 ii TABLE OF CONTENTS LIST OF FIGURES . v ABSTRACT . vii CHAPTER 1. INTRODUCTION . 1 1.1 A short history of direct and inverse Sturm-Liouville problems . 1 1.2 The work of Pivovarchik 1999 . 4 1.3 The contributions of this thesis . 5 1.4 A motivation for the inverse three spectra problem . 6 1.5 Inverse problems on graphs .
    [Show full text]
  • On Distributions of Self-Adjoint Extensions of Symmetric Operators
    Journal of Stochastic Analysis Volume 2 Number 2 Article 6 June 2021 On Distributions of Self-Adjoint Extensions of Symmetric Operators Franco Fagnola Politecnico di Milano, Milan, 20133, Italy, [email protected] Zheng Li Politecnico di Milano, Milan, 20133, Italy, [email protected] Follow this and additional works at: https://digitalcommons.lsu.edu/josa Part of the Analysis Commons, and the Other Mathematics Commons Recommended Citation Fagnola, Franco and Li, Zheng (2021) "On Distributions of Self-Adjoint Extensions of Symmetric Operators," Journal of Stochastic Analysis: Vol. 2 : No. 2 , Article 6. DOI: 10.31390/josa.2.2.06 Available at: https://digitalcommons.lsu.edu/josa/vol2/iss2/6 Journal of Stochastic Analysis Vol. 2, No. 2 (2021) Article 6 (14 pages) digitalcommons.lsu.edu/josa DOI: 10.31390/josa.2.2.06 ON DISTRIBUTIONS OF SELF-ADJOINT EXTENSIONS OF SYMMETRIC OPERATORS FRANCO FAGNOLA AND ZHENG LI* Abstract. In quantum probability a self-adjoint operator on a Hilbert space determines a real random variable and one can define a probability distribu- tion with respect to a given state. In this paper we consider self-adjoint extensions of certain symmetric operators, such as momentum and Hamil- tonian operators, with various boundary conditions, explicitly compute their probability distributions in some state and study dependence of these prob- ability distributions on boundary conditions. 1. Introduction In Quantum Probability a self-adjoint operator defines a real random variable. Precisely, any self-adjoint⟨ operator⟩ A on Hilbert space H determines a probabil- ity measure by B 7! u; P A(B)u , where u 2 H is a unit vector and P A is the projection-valued measure associated with A.
    [Show full text]
  • Optimization of the Shape of Regions Supporting Boundary Conditions Charles Dapogny, Nicolas Lebbe, Edouard Oudet
    Optimization of the shape of regions supporting boundary conditions Charles Dapogny, Nicolas Lebbe, Edouard Oudet To cite this version: Charles Dapogny, Nicolas Lebbe, Edouard Oudet. Optimization of the shape of regions sup- porting boundary conditions. Numerische Mathematik, Springer Verlag, 2020, 146, pp.51-104. 10.1007/s00211-020-01140-0. hal-02064477 HAL Id: hal-02064477 https://hal.archives-ouvertes.fr/hal-02064477 Submitted on 11 Mar 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. OPTIMIZATION OF THE SHAPE OF REGIONS SUPPORTING BOUNDARY CONDITIONS C. DAPOGNY1, N. LEBBE1,2, E. OUDET1 1 Univ. Grenoble Alpes, CNRS, Grenoble INP1, LJK, 38000 Grenoble, France 2 Univ. Grenoble Alpes, CEA, LETI, F38000 Grenoble, France Abstract. This article deals with the optimization of the shape of the regions assigned to different types of boundary conditions in the definition of a `physical' partial differential equation. At first, we analyze a model situation involving the solution uΩ to a Laplace equation in a domain Ω; the boundary @Ω is divided into three parts ΓD, Γ and ΓN , supporting respectively homogeneous Dirichlet, homogeneous Neumann and inhomogeneous Neumann boundary conditions. The shape derivative J0(Ω)(θ) of a general objective function J(Ω) of the domain is calculated in the framework of Hadamard's method when the considered deformations θ are allowed to modify the geometry of ΓD, Γ and ΓN (i.e.
    [Show full text]
  • A New Derivation of Robin Boundary Conditions Through Homogenization of a Stochastically Switching Boundary∗
    SIAM J. APPLIED DYNAMICAL SYSTEMS c 2015 Society for Industrial and Applied Mathematics Vol. 14, No. 4, pp. 1845–1867 A New Derivation of Robin Boundary Conditions through Homogenization of a Stochastically Switching Boundary∗ † ‡ Sean D. Lawley and James P. Keener Abstract. We give a new derivation of Robin boundary conditions and interface jump conditions for the diffusion equation in one dimension. To derive a Robin boundary condition, we consider the diffusion equation with a boundary condition that randomly switches between a Dirichlet and a Neumann condition. We prove that, in the limit of infinitely fast switching rate with the proportion of time spent in the Dirichlet state, denoted by ρ, approaching zero, the mean of the solution satisfies a Robin condition, with conductivity parameter determined by the rate at which ρ approaches zero. We carry out a similar procedure to derive an interface jump condition by considering the diffusion equation with a no flux condition in the interior of the domain that is randomly imposed/removed. Our results also provide the effective deterministic boundary condition for a randomly switching boundary. Key words. Robin boundary conditions, interface jump conditions, stochastic hybrid systems, piecewise deter- ministic Markov process, random PDEs AMS subject classifications. 35R60, 35A99, 37H99, 60J99, 92C40 DOI. 10.1137/15M1015182 1. Introduction. The Robin boundary condition (also known as third type, impedance, radiation, convective, partially absorbing, or reactive condition) for a partial differential equa- tion (PDE) enjoys a long history in science and engineering applications. While the Dirichlet boundary condition specifies the value of the solution and the Neumann boundary condition specifies the value of the derivative of the solution, the Robin boundary condition specifies a relationship between the solution and its derivative.
    [Show full text]
  • Lecture Notes
    Lecture notes May 2, 2017 Preface These are lecture notes for MATH 247: Partial differential equations with the sole purpose of providing reading material for topics covered in the lectures of the class. Several examples used here are reproduced from Partial Differential Equations, an Introduction: Walter Strauss. Notation Default notation unless mentioned. • Independent variables: x; y; z (Spatial variables), t (time variable) • Functions: u; f; g; h; φ, @u @u • ux = @x , uy = @y 1 Lec 1 1.1 What is a PDE? Definition 1.1. PDE Consider an unknonw function u(x; y; : : :) of several independent variables (x; y; : : :). A partial dif- ferential equation is a relation/identity/equation which relates the independent variables, the unknown function u and partial derivatives of the function u. Definition 1.2. Order of a PDE The order of a PDE is the highest derivative that appears in the equation. The most general first order partial differential equation of two independent variables can be expressed as F (x; y; u; ux; uy) = 0 : (1) Similarly, the most general second order differential equation can be expressed as F (x; y; u; ux; uy; uxx; uyy; uxy) = 0 : (2) Example 1.1. Here are a few of examples of first order partial differential equations: ut + ux = 0 ; Transport equation: (3) ut + uux = 0 ; Burger’s equation – model problem for shock waves (4) utux = sin (t + x) : (5) Example 1.2. Here are a few examples of second order differential equations uxx + uyy + uzz = 0 Laplace’s equation – Governing equations for electrostatics, potential flows, . : (6) ut = uxx + uyy ; Heat equation/Diffusion equation : (7) utt = uxx ; Vibrating string.
    [Show full text]
  • Boundary Conditions for Macroscale Waves in an Elastic System with Microscale Heterogeneity
    Boundary conditions for macroscale waves in an elastic system with microscale heterogeneity Chen Chen∗ A. J. Robertsy J. E. Bunderz October 16, 2018 Abstract Multiscale modelling aims to systematically construct macroscale models of materials with fine microscale structure. However, macroscale boundary conditions are typically not systematically derived, but rely on heuristic arguments, potentially resulting in a macroscale model which fails to adequately capture the behaviour of the microscale system. We derive the macroscale boundary conditions of the macroscale model for longitudinal wave propagation on a lattice with periodically varying density and elasticity. We model the macroscale dynamics of the microscale Dirichlet, Robin-like, Cauchy-like and mixed boundary value problem. Numerical experiments test the new methodology. Our method of deriving boundary conditions significantly improves the accuracy of the macroscale models. The methodology developed here can be adapted to a wide range of multiscale wave propagation problems. Contents 1 Introduction 2 2 A spring-mass system with microscale structure 3 3 Macroscale modelling in the interior 6 3.1 Fourier transform establishes the basis . .6 3.2 There exists a slow manifold model . .8 arXiv:1603.06686v1 [math.DS] 22 Mar 2016 3.2.1 There exists eigenvalues of zero with multiplicity one .8 3.2.2 All nonzero eigenvalues are real and positive . .8 3.2.3 All positive eigenvalues are separated from zero . .9 ∗School of Mathematical Sciences, University of Adelaide, South Australia 5005, Aus- tralia. mailto:[email protected] ySchool of Mathematical Sciences, University of Adelaide, South Australia 5005, Aus- tralia. mailto:[email protected] zSchool of Mathematical Sciences, University of Adelaide, South Australia 5005, Aus- tralia.
    [Show full text]
  • Robin Boundary Conditions for the Hodge Laplacian and Maxwell's
    Robin Boundary Conditions for the Hodge Laplacian and Maxwell's Equations A DISSERTATION SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Bo Yang IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Doctor of Philosophy Advisor: Prof. Douglas N. Arnold September, 2019 c Bo Yang 2019 ALL RIGHTS RESERVED Acknowledgements I am most grateful to my advisor Prof. Douglas N. Arnold. His enthusiasm toward mathematics, his superb lectures, his patience have inspired me greatly throughout my graduate study. Without his encouragement and support, it would be impossible for me to overcome many hard times and complete this work. I am also thankful to my family for their unconditional support for years. i Dedication To my family. ii Abstract In this thesis we study two problems. First, we generalize the Robin boundary condition for the scalar Possoin equation to the vector case and derive two kinds of general Robin boundary value problems. We propose finite elements for these problems, and adapt the finite element exterior calculus (FEEC) framework to analyze the methods. Second, we study the time-harmonic Maxwell's equations with impedance boundary condition. We work with the function space H (curl) consisting of L2 vector fields whose curl are square integrable in the domain and whose tangential traces are square integrable on the boundary. We will show convergence of our numerical solution using H (curl)- conforming finite element methods. iii Contents Acknowledgements i Dedication ii Abstract iii List of Tables vii 1 Introduction 1 1.1 Poisson problem and Hodge Laplacian . .2 1.2 FEEC theory .
    [Show full text]