(15 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
== Table of Contents ==
 
== Table of Contents ==
 
# Introduction and Overview
 
# Introduction and Overview
# What is a partial differential equations
+
# What is a Partial Differential Equation
# What are parabolic and elliptic PDEs
+
# The Maximum Principle and Parabolic PDEs
# Intuition for the maximum principle
+
 
# Minimums
 
# Minimums
 
# Applications
 
# Applications
  
 
=== Introduction and Overview ===
 
=== Introduction and Overview ===
:The Maximum Principle in analysis describes where maximum values can be found for functions described by parabolic and elliptic partial differential equations. These partial differential equations (PDEs) will be explained later on, but for now they can be thought of as equations that describe how a function’s values change, as opposed to the actual values at any one point. The Maximum Principle states that the maximum value for a function described by a PDE occurs at either the edge of the domain, or at any point inside the domain at the beginning of when the function is described. These facts are only true if the value of the function is not constant, in which the maximum value would be everywhere.
+
The Maximum Principle in analysis describes where maximum values can be found for functions described by parabolic and elliptic partial differential equations. These partial differential equations (PDEs) will be explained later on, but for now they can be thought of as equations that describe how a function’s value at any point changes, as opposed to what the value actually is. The Maximum Principle states that the maximum value for a function described by a PDE occurs at the edge of the domain. There is one exception, that being the function having a constant value, in which the maximum value would be everywhere.
  
:This principle can also be applied to finding minimums, which makes it a practical tool in mathematics for finding the max or min of a function described by a PDE, as only the boundary of the domain has to be checked. It also has many applications in physics and engineering, one of the most common of which has to do with quantities that tend to disperse or approach some equilibrium over time, such as temperature, concentration, or pressure, among many others. This also has nice implications for learners, in that the principle has many intuitive properties.
+
This principle can also be applied to finding minimums, which makes it a practical tool in mathematics for finding the max or min of a function described by a PDE, as only the boundary of the domain has to be checked. It also has many applications in physics and engineering, one of the most common of which has to do with quantities that tend to disperse or approach some equilibrium over time, such as temperature, concentration, or pressure, among many others. These real world applications also have nice implications for learners, in that the principle has many intuitive properties.
  
=== What is a partial differential equations ===
+
=== What is a Partial Differential Equation ===
:Partial differential equations describe the rates of change of functions with multiple independent variables. They are used because it is often easier to describe how a value is changing at some point, rather than what the value actually is. For the best possible introduction to PDEs, I would check out the 17 minute video by 3 Blue 1 Brown on the subject. It is the first link in the references below and provides wonderful graphical intuition via animations, which simply cannot be described here. An explanation is provided here as well, of course.
+
Partial differential equations describe the rates of change of functions with multiple independent variables. They are used because it is often easier to describe how a value is changing at some point, rather than what the value actually is. For the best possible introduction to PDEs, I would check out the 17 minute video by 3 Blue 1 Brown on the subject. It is the first link in the references below and provides wonderful graphical intuition via animations, which simply cannot be described here. That said, an explanation is provided here as well.
  
:To first understand Partial Differential Equations, we have to understand Partial Derivatives. Partial derivatives are basically derivatives for one independent variable (normal derivatives) but for multiple independent variables. The trick is that we consider all of the variables as constant except for one. An example is shown below for a function with independent variables x and y.
+
To first understand Partial Differential Equations, we have to understand Partial Derivatives. Partial derivatives are an extension of normal derivatives (one independent variable) to multiples independent variables. The trick is that we consider all of the independent variables constant except for one. An example is shown below for a function with independent variables x and y.
  
<math> f(x, y) = x^2y + 5, \frac{\delta f}{\delta x} = 2xy, \frac{\partial f}{\partial y} = x^2 </math>
+
<div style="text-align: center;"><math> f(x, y) = x^2y + 5, \frac{\partial f}{\partial x} = 2xy, \frac{\partial f}{\partial y} = x^2 </math></div>
  
The partial derivative with respect to x (called partial x) is the rate of change of the function as we walk along a line parallel to the x axis. If y = 0, the function is always zero, so it makes sense that partial x is always 0. If y is positive, the function positively increases as we walk parallel to the y axis, as shown by the partial equation. Higher order partials can be taken in the same manner.
+
The partial derivative with respect to x (called partial x) is the rate of change of the function as we walk along a line parallel to the x axis. If y = 0, the function is always 5, so it makes sense that partial x is always 0. If y is positive, the function positively increases as we walk parallel to the y axis, as shown by the partial equation. Higher order partials can be taken in the same manner.
  
:Partials for each independent variable are added together to create the PDE of a function. For example, the PDE for the equations above would be
+
Partials derivatives are the language used to describe PDEs. A simple example PDE is shown below
NEED A LITTLE FINAL EXPLANATION FOR PDEs
+
 
This PDE, coupled with values for initial velocity (dx/dt) and position (x) would
+
<div style="text-align: center;"><math> \frac{\partial f}{\partial x} - x = 0 </math></div>
 +
 
 +
This PDE, while not that exciting, is a good warm up. It says that partial x is equal to x at all points. If the slope with respect to x is always x, the function described by the PDE is similiar to <math>\frac{1}{2}x^2</math>.
 +
 
 +
=== The Maximum Principle and Parabolic PDEs ===
 +
Parabolic PDEs, for our purposes, will be considered to deal with time and and tend towards some equilibrium. This is a big generalization, but will work for explaining the basics of the Maximum Principle. More information can be found in the refrences below about parabolic PDEs. These equations describe a range of time dependent processes such as heat dispersion, diffusion of particles, and even economic models. All of these processes can be described by what is called “the heat equation” which was created to describes how heat flows throughout an object over time. We will focus on the heat equation here, as it leads to an incredibly intuitive explanation of the Maximum Principle.
 +
 
 +
Suppose a rod is heated up and has a temperature distribution as shown below in Fig. 1, where the graph represents the temperature at any point along the rod.
 +
 
 +
[[File:distribution.png|400px|frameless|center|Fig. 1 - Temperature distribution along a rod (But what is a partial differential equation).]]
 +
<div style="text-align: center;"> Fig. 1 - Temperature distribution along a rod. (But what is a partial differential equation) </div>
 +
 
 +
Intuitively, which parts along the rod would cool down the fastest? It would seem that hot portions surrounded by cold neighbors would cool down the fastest, and cold portions with hot neighbors would warm up the fastest. In addition, a portion whose neighbor is say, 10 degrees colder on one side, and 10 degrees warmer on the other side would stay the same temperature — the average of the two neighbors. Looking back at Fig. 1, we may begin to recognize a pattern — portions with high concavity experience the highest temperature change over time. Since concavity can be described by the second derivative of position here, we can say
 +
 
 +
<div style="text-align: center;"><math> \frac{\partial T}{\partial t} = \alpha \frac{\partial^2T}{\partial x^2} </math></div>
 +
 
 +
where <math> \alpha </math> is a proportionality constant, and can be expanded to
 +
 
 +
<div style="text-align: center;"><math> \frac{\partial T}{\partial t} = \alpha \left ( \frac{\partial^2T}{\partial x^2} + \frac{\partial^2T}{\partial y^2} + \frac{\partial^2T}{\partial z^2} \right )</math></div>
 +
 
 +
to describe objects in more than one dimension. This is the heat equation, and an example of a parabolic PDE. Once again, the higher the second partial derivative of temperature with respect to any axis (concavity) the higher the rate of change of temperature at any given moment in time.
 +
 
 +
With this, we have a mathematical model for an object whose peaks are eroded over time, and whose valleys are filled in. It then makes sense that the largest temperature — the largest peak — can only be present at the beginning. By definition, all of the values around the maximum are smaller, and thus concavity will be negative. This will lead to the temperature of that point cooling down immediately after the beginning, moving towards the average. It then makes sense intuitively that the maximum temperature recorded can occur anywhere on the spatial domain, as long as it is at the very beginning.
 +
 
 +
The heat equation, and thus parabolic PDEs, can be extended to describe objects that have points in space on their boundary held at a constant temperature. This has the effect of removing or adding heat from the entire system. The equilibrium state, however, still makes sense intuitively. Temperatures of points in space will tend towards the line of average connecting the two, as shown in Fig. 2 below. One can imagine a scenario where all points on a rod are initially at 0 degrees, but the endpoints are kept at 100 degrees and 0 degrees respectively. The maximum temperature would always be found at the 100 degree point, and all of the middle points would fall somewhere in between.
 +
 
 +
[[File:Heat.png|300px|frameless|center|Boundary held constant]]
 +
<div style="text-align: center;">Fig. 2 - Rod with boundary kept at temperature. (Heat equation)</div>
 +
 
 +
This leads us exactly to the Maximum Principal — that the maximum value for a function described by a parabolic PDE lies on the boundary of domain.
  
=== What are parabolic and elliptic PDEs ===
 
=== Intuition for the maximum principle ===
 
 
=== Minimums ===
 
=== Minimums ===
 +
While principle is called the "Maximum Principle," it can certainly also be used to prove that minimum values for parabolic and elliptic PDEs line on the boundaries of the domains of the functions they describe.
 +
 +
Starting with parabolic PDEs and the heat equation, we can use the same ideas and intuition as before. If there is a point with a minimum temperature on the rod at the beginning, the second partial derivative of temperature with respect to x will be positive (concave up). Since change in temperature is proportional to concavity, the temperature after the starting instant will increase and tend towards some average for the whole rod. Thus, the maximum temperature for the who domain (time and x) is found at the beginning instant - the boundary of the temperature function domain. Also, if the heat equation is modified to have the temperature at the endpoints held constant, the minimum temperature will once again be either at the beginning, or at the boundary, since the middle portions will tend towards some line of average between the two held points.
 
=== Applications ===
 
=== Applications ===
 +
 +
While temperature has been the main example used here, any function which tends towards some equilibrium or average as one variable goes to infinity can have the Maximum Principle applied to it. This specific variable is often time in physics and engineering problems. Examples of these types of functions, as mentioned earlier include those that model concentrations of particles, pressures, or average size of eddies in a fluid. Application of the Maximum Principle in analysis simplifies procedures for finding the maximum value for a function described by a PDE, in that only the boundaries of the domain need to be examined.
 +
 +
== Refrences ==
 +
But what is a partial differential equation - https://www.youtube.com/watch?v=ly4S0oi3Yz8&t
 +
 +
Beyond our generalization of parabolic PDEs - https://en.wikipedia.org/wiki/Parabolic_partial_differential_equation
 +
 +
The heat equation - https://en.wikipedia.org/wiki/Heat_equation
 +
 +
Prerequisite knowledge needed to understand elliptic PDEs - https://mathinsight.org/greens_theorem_find_area
 +
 +
The best explanation of the elliptic PDEs and the maximum principle that I could find. I was never comfortable enough with elliptic PDEs to explain their place in the maximum principle, and I apologize for that - https://www.youtube.com/watch?v=tudhCKpRBi4

Latest revision as of 01:27, 7 December 2020

Maximum Principle in Analysis

Author: Alex Beers

Table of Contents

  1. Introduction and Overview
  2. What is a Partial Differential Equation
  3. The Maximum Principle and Parabolic PDEs
  4. Minimums
  5. Applications

Introduction and Overview

The Maximum Principle in analysis describes where maximum values can be found for functions described by parabolic and elliptic partial differential equations. These partial differential equations (PDEs) will be explained later on, but for now they can be thought of as equations that describe how a function’s value at any point changes, as opposed to what the value actually is. The Maximum Principle states that the maximum value for a function described by a PDE occurs at the edge of the domain. There is one exception, that being the function having a constant value, in which the maximum value would be everywhere.

This principle can also be applied to finding minimums, which makes it a practical tool in mathematics for finding the max or min of a function described by a PDE, as only the boundary of the domain has to be checked. It also has many applications in physics and engineering, one of the most common of which has to do with quantities that tend to disperse or approach some equilibrium over time, such as temperature, concentration, or pressure, among many others. These real world applications also have nice implications for learners, in that the principle has many intuitive properties.

What is a Partial Differential Equation

Partial differential equations describe the rates of change of functions with multiple independent variables. They are used because it is often easier to describe how a value is changing at some point, rather than what the value actually is. For the best possible introduction to PDEs, I would check out the 17 minute video by 3 Blue 1 Brown on the subject. It is the first link in the references below and provides wonderful graphical intuition via animations, which simply cannot be described here. That said, an explanation is provided here as well.

To first understand Partial Differential Equations, we have to understand Partial Derivatives. Partial derivatives are an extension of normal derivatives (one independent variable) to multiples independent variables. The trick is that we consider all of the independent variables constant except for one. An example is shown below for a function with independent variables x and y.

$ f(x, y) = x^2y + 5, \frac{\partial f}{\partial x} = 2xy, \frac{\partial f}{\partial y} = x^2 $

The partial derivative with respect to x (called partial x) is the rate of change of the function as we walk along a line parallel to the x axis. If y = 0, the function is always 5, so it makes sense that partial x is always 0. If y is positive, the function positively increases as we walk parallel to the y axis, as shown by the partial equation. Higher order partials can be taken in the same manner.

Partials derivatives are the language used to describe PDEs. A simple example PDE is shown below

$ \frac{\partial f}{\partial x} - x = 0 $

This PDE, while not that exciting, is a good warm up. It says that partial x is equal to x at all points. If the slope with respect to x is always x, the function described by the PDE is similiar to $ \frac{1}{2}x^2 $.

The Maximum Principle and Parabolic PDEs

Parabolic PDEs, for our purposes, will be considered to deal with time and and tend towards some equilibrium. This is a big generalization, but will work for explaining the basics of the Maximum Principle. More information can be found in the refrences below about parabolic PDEs. These equations describe a range of time dependent processes such as heat dispersion, diffusion of particles, and even economic models. All of these processes can be described by what is called “the heat equation” which was created to describes how heat flows throughout an object over time. We will focus on the heat equation here, as it leads to an incredibly intuitive explanation of the Maximum Principle.

Suppose a rod is heated up and has a temperature distribution as shown below in Fig. 1, where the graph represents the temperature at any point along the rod.

Fig. 1 - Temperature distribution along a rod (But what is a partial differential equation).
Fig. 1 - Temperature distribution along a rod. (But what is a partial differential equation)

Intuitively, which parts along the rod would cool down the fastest? It would seem that hot portions surrounded by cold neighbors would cool down the fastest, and cold portions with hot neighbors would warm up the fastest. In addition, a portion whose neighbor is say, 10 degrees colder on one side, and 10 degrees warmer on the other side would stay the same temperature — the average of the two neighbors. Looking back at Fig. 1, we may begin to recognize a pattern — portions with high concavity experience the highest temperature change over time. Since concavity can be described by the second derivative of position here, we can say

$ \frac{\partial T}{\partial t} = \alpha \frac{\partial^2T}{\partial x^2} $

where $ \alpha $ is a proportionality constant, and can be expanded to

$ \frac{\partial T}{\partial t} = \alpha \left ( \frac{\partial^2T}{\partial x^2} + \frac{\partial^2T}{\partial y^2} + \frac{\partial^2T}{\partial z^2} \right ) $

to describe objects in more than one dimension. This is the heat equation, and an example of a parabolic PDE. Once again, the higher the second partial derivative of temperature with respect to any axis (concavity) the higher the rate of change of temperature at any given moment in time.

With this, we have a mathematical model for an object whose peaks are eroded over time, and whose valleys are filled in. It then makes sense that the largest temperature — the largest peak — can only be present at the beginning. By definition, all of the values around the maximum are smaller, and thus concavity will be negative. This will lead to the temperature of that point cooling down immediately after the beginning, moving towards the average. It then makes sense intuitively that the maximum temperature recorded can occur anywhere on the spatial domain, as long as it is at the very beginning.

The heat equation, and thus parabolic PDEs, can be extended to describe objects that have points in space on their boundary held at a constant temperature. This has the effect of removing or adding heat from the entire system. The equilibrium state, however, still makes sense intuitively. Temperatures of points in space will tend towards the line of average connecting the two, as shown in Fig. 2 below. One can imagine a scenario where all points on a rod are initially at 0 degrees, but the endpoints are kept at 100 degrees and 0 degrees respectively. The maximum temperature would always be found at the 100 degree point, and all of the middle points would fall somewhere in between.

Boundary held constant
Fig. 2 - Rod with boundary kept at temperature. (Heat equation)

This leads us exactly to the Maximum Principal — that the maximum value for a function described by a parabolic PDE lies on the boundary of domain.

Minimums

While principle is called the "Maximum Principle," it can certainly also be used to prove that minimum values for parabolic and elliptic PDEs line on the boundaries of the domains of the functions they describe.

Starting with parabolic PDEs and the heat equation, we can use the same ideas and intuition as before. If there is a point with a minimum temperature on the rod at the beginning, the second partial derivative of temperature with respect to x will be positive (concave up). Since change in temperature is proportional to concavity, the temperature after the starting instant will increase and tend towards some average for the whole rod. Thus, the maximum temperature for the who domain (time and x) is found at the beginning instant - the boundary of the temperature function domain. Also, if the heat equation is modified to have the temperature at the endpoints held constant, the minimum temperature will once again be either at the beginning, or at the boundary, since the middle portions will tend towards some line of average between the two held points.

Applications

While temperature has been the main example used here, any function which tends towards some equilibrium or average as one variable goes to infinity can have the Maximum Principle applied to it. This specific variable is often time in physics and engineering problems. Examples of these types of functions, as mentioned earlier include those that model concentrations of particles, pressures, or average size of eddies in a fluid. Application of the Maximum Principle in analysis simplifies procedures for finding the maximum value for a function described by a PDE, in that only the boundaries of the domain need to be examined.

Refrences

But what is a partial differential equation - https://www.youtube.com/watch?v=ly4S0oi3Yz8&t

Beyond our generalization of parabolic PDEs - https://en.wikipedia.org/wiki/Parabolic_partial_differential_equation

The heat equation - https://en.wikipedia.org/wiki/Heat_equation

Prerequisite knowledge needed to understand elliptic PDEs - https://mathinsight.org/greens_theorem_find_area

The best explanation of the elliptic PDEs and the maximum principle that I could find. I was never comfortable enough with elliptic PDEs to explain their place in the maximum principle, and I apologize for that - https://www.youtube.com/watch?v=tudhCKpRBi4

Alumni Liaison

EISL lab graduate

Mu Qiao