Wolfram Computation Meets Knowledge

New in the Wolfram Language: GreenFunction and Applications in Electricity, ODEs, and PDEs

Green's Windmill
Picture of Green’s Windmill by Kev747 at the English language Wikipedia.

In 1828, an English corn miller named George Green published a paper in which he developed mathematical methods for solving problems in electricity and magnetism. Green had received very little formal education, yet his paper introduced several profound concepts that are now taught in courses on advanced calculus, physics, and engineering. My aim in writing this post is to give a brief biography of this great genius and provide an introduction to GreenFunction, which implements one of his pioneering ideas in Version 10.4 of the Wolfram Language.

George Green was born on July 14, 1793, the only son of a Nottingham baker. His father noticed young George’s keen interest in mathematics, and sent him to a local school run by Robert Goodacre, a well-known science popularizer. George studied at Goodacre Academy between the ages of eight and nine, and then went to work in his father’s bakery. Later he ran a corn mill built by his father in Sneinton, near Nottingham. He is said to have hated his work at the bakery and the corn mill, and regarded it as annoying and tedious. In spite of his onerous duties, George appears to have continued studying mathematics in his spare time, retreating to the top floor of the 16-meter-high mill, shown above, for this purpose. In 1828, he published the results of his rigorous self-study in “An Essay on the Application of Mathematical Analysis to the Theories of Electricity and Magnetism,” one of the most influential mathematical papers of all time.

Green’s paper of 1828 introduced the potential function, which is well known to students of physics. He also proved a form of Green’s theorem from advanced calculus in this paper. Finally, he introduced the notion of a Green’s function that, in one form or another, is familiar to students of engineering, and is the theme for this post. By sheer chance, Sir Edward Bromhead, a founder of the Analytical Society, purchased and read a copy of Green’s paper. With his encouragement, Green entered Gonville and Caius College in Cambridge University at the age of forty, and eventually became a fellow of the college. He continued to publish papers until his untimely death in 1841, possibly due to lung complications arising from his work at the corn mill. Sadly, recognition for his mathematical work had to wait until 1993, when a plaque was dedicated to his memory in Westminster Abbey. Today, the Green’s Mill and Science Centre in Nottingham carries on the work of promoting George Green’s reputation as one of the greatest scientists of his age.

I will now give an introduction to GreenFunction using concrete examples from electrical circuits, ordinary differential equations, and partial differential equations.

The basic principle underlying a Green’s function is that, in order to understand the response of a system to arbitrary external forces, it is sufficient to understand the system’s response to an impulsive force of the DiracDelta type.

As an illustration of the above principle, consider a circuit that is composed of a resistor R and an inductor L, and is driven by a time-dependent voltage v[t], as shown below:

Circuit that is composed of a resistor R and an inductor L, and is driven by a time-dependent voltage v[t]

The current i[t] in the circuit can then be computed by solving the differential equation:

L i´(t)+R i(t)==v(t)

Let’s assume that the voltage source is a battery supplying a unit voltage. Next, suppose that you close the switch S for a fleeting moment at time t = s and then quickly throw it open again. The current induced in the circuit by this impulsive action can be computed by applying GreenFunction to the left-hand side of the above differential equation:

Applying GreenFunction to the left-hand side of the differential equation

The initial value of the current is assumed to be zero, since the switch was open until time t = s:

Initial value of the current is assumed to be zero

Here is the result given by GreenFunction for this example:

The result given by GreenFunction

The following plot for s = 1 shows that the current is 0 for all times t < 1, then rises instantaneously to its peak value at t = 1, and finally decreases to 0 with the passage of time:

Plotting the results

The behavior of the circuit in the above situation is usually called its impulse response, since it represents the response of the circuit to an impulsive voltage.

Next, suppose that you close the switch at time t = 0 and leave it closed at all later times. Thus the voltage steps up from its initial value 0 to a constant value 1, and can be modeled using the HeavisideTheta function:

Using the HeavisideTheta function

The step voltage can be visualized as follows:

Visualizing the step voltage

You can now compute the current in the circuit by performing the following integral involving the voltage and the Green’s function:

Computing the current in the circuit by performing the integral

The integral computed above is essentially a weighted sum of the Green’s function with the voltage source at all times s prior to a given time t, and is called a convolution integral.

As the plot below shows, the current for the step voltage source gradually increases from its value 0 at t = 0 to a steady-state value:

Plot showing the current for the step voltage source

The behavior of the circuit in the above situation is usually called its step response, since it represents the response of the circuit to a step voltage.

Finally, suppose that the voltage source supplies an alternating voltage—for example:

Voltage source supplying an alternating voltage

You can once again compute the current in the circuit by performing a convolution integral of the voltage with the Green’s function, as shown below:

Computing the current in the circuit

You can also obtain the result using DSolveValue as follows:

Obtaining the result using DSolveValue

As the plot below shows, the current settles down to a steady alternating pattern for large values of the time:

Plotting the results

To summarize, the Green’s function encodes all the information that is required to study the response of the circuit to any external voltage. This magical property makes it an indispensable tool for studying a wide variety of physical systems.

The two-step procedure for solving the differential equation associated with a circuit, which I discussed above, can be applied to any linear ordinary differential equation (ODE) with a forcing term on its right-hand side and homogeneous (zero) initial or boundary conditions. For example, suppose you wish to solve the following second-order differential equation:

Solving a second-order differential equation

Assume that the forcing term is given by:

Forcing term

Also, suppose that you are given homogeneous boundary conditions on the interval [0,1]:

Homogeneous boundary conditions on the interval [0,1]

As a first step in solving the problem, you compute the Green’s function for the corresponding differential operator (left-hand side) of the equation:

Computing the Green's function for the corresponding differential operator

The following plot shows the Green’s function for different values of y lying between 0 and 1. Each instance of the function satisfies the zero boundary conditions at both ends of the interval:

Plot showing Green's function for different values of y lying between 0 and 1

You can now compute the solution of the original differential equation with the given forcing term using a convolution integral on the interval [0,1], as shown below:

Computing the solution of the original differential equation with the given forcing term using a convolution integral on the interval [0,1]

Here is a plot of the solution, which shows that it satisfies the homogeneous boundary conditions for different values of the parameter a:

Plotting of the solution

Green’s functions also play an important role in the study of partial differential equations (PDEs). For example, consider the wave equation that describes the propagation of signals with finite speed, and that I discussed in an earlier post. In order to compute the Green’s function for this equation in one spatial dimension, use the wave operator (left-hand side of the wave equation), which is given by:

In order to compute the Green's function for this equation in one spatial dimension, use the wave operator

Here, x denotes the spatial coordinate that ranges over (-∞,∞), t denotes the time that always ranges over [0,∞), and u[x,t] gives the displacement of the wave at any position and time.

You can now find the Green’s function for the wave operator as follows:

Finding Green's function for the wave operator

The following plot of the Green’s function shows that it becomes 0 outside a certain triangular region in the xt plane, for any choice of y and s (I have chosen both these values to be 0). This behavior is consistent with the fact that the wave propagates with a finite speed, and hence signals sent at any time can only influence a limited region of space at any later time:

3D plot

The Green’s function obtained above can be used to solve the wave equation with any forcing term, assuming that the initial displacement and velocity of the wave are both zero. For example, suppose that the forcing term is given by:

The Green's function obtained can be used to solve the wave equation with any forcing term

You can solve the wave equation with this forcing term by evaluating the convolution integral Wave equation

Solving the wave equation

The following plot shows the standing wave generated by the solution:

Plot showing the standing wave generated by the solution

Finally, I note that the same solution can be obtained by using DSolveValue with homogeneous initial conditions, as shown below:

Solution obtained by using DSolveValue with homogeneous initial conditions

Green’s functions of the above type are called fundamental solutions and play an important role in the modern theory of linear partial differential equations. In fact, they provided the motivation for the theory of distributions that was developed by Laurent Schwartz in the late 1940s.

The ideas put forward by George Green in his paper of 1828 are stunning in their depth and simplicity, and reveal a first-rate mind that was far ahead of the times during which he lived. I have found it very inspiring to study the life and work of this great mathematician while implementing GreenFunction for Version 10.4 of the Wolfram Language.

Download this post as a Computable Document Format (CDF) file.

Comments

Join the discussion

!Please enter your comment (at least 5 characters).

!Please enter your name.

!Please enter a valid email address.

10 comments

  1. Thanks Devendra for this article. I share your appreciation for Green’s genius. I didn’t know he was a corn miller, but just assumed he was an academic.

    The importance of Green’s function in solving PDEs cannot be overrated. In finance, the Green’s function is essential to generalizing the Black-Scholes solution to a wider class of options that have different boundary conditions. It is also a necessary step in understanding Emmy Noether’s theorem on symmetry and conservation laws.

    Thanks for sharing this with the rest of us geeks!

    Michael

    Reply
  2. Hi Devendra

    Great post, thanks. I find that the CDF download is not working – could you check that for us please? GreenFunction[] is a powerful new 10.4 function; I want to try it! :-)

    Barrie

    Reply
  3. Hello Devendra,

    Thanks for implementing Green’s functions on Mathematica!

    Would there be a numerical version of this, just as there’s a NDSolve counterpart to DSolve, perhaps some time down the line?

    I was particularly excited to see the Green’s function for the 2D wave operator in action. Does your implementation allow for finite boundaries or periodic boundary conditions? What about advanced Green’s functions, in addition to the retarded one that you’ve demonstrated here? Are there curved space(time) Green’s functions that perhaps would be added to future versions?

    Best regards,
    Yi-Zen

    Reply
    • Hello Yi-Zen,

      Thank you for the excellent feedback, and sorry for the delayed response.

      At present, it is possible to find the Green’s function for the wave equation on a finite spatial interval, but we hope to make further developments for finite regions in higher dimensions, in the near future. We will also consider implementing some of the other features mentioned by you (periodic boundary conditions, numerical Green’s functions, advanced Green’s functions, and Green’s functions for curved spacetimes) for a future release.

      Reply
  4. What an excellent write-up about George Green, thank you so much for this!

    Reply
  5. Devendra, can you make any comments about the impedance model, a model applicable to any circuits (or other systems) with energy storage in the network? It’s fascinating how impedance at a particular frequency appears to be the same as resistance in a circuit. Are those theories a natural consequence of Green’s function, or are they completely unrelated?

    Reply
    • Phil, thank you for this interesting question.

      My colleague, Suba Thomas, informs me that they are in fact related.

      Assuming that an effort variable is the input, a flow variable is the output, and the system is governed by a linear time-invariant ODE, you can start from the Green function and compute
      the impedance model using the Laplace transform.

      In[1]:= gf = GreenFunction[{L*i'[t]+ R*i[t], i[0] == 0}, {i[t]}, {t, 0, Infinity}, 0];
      LaplaceTransform[gf, t, I*w]

      Out[2]= 1/(R + I*L*w])

      And you can go the other way as well. Start from an impedance model and obtain its Green function.

      Reply
  6. This switch in the circuit diagram should switch between voltages Zero and V rather than between open a V. No current will pass through an open switch.

    Reply
  7. Hi Phil,
    nicely written, but let me point out an error in your circuit.
    When you close the switch in the sample circuit for a short time and then open it, there will be no current after this! Instead you will get a very high voltage at the switch.
    Therefore, you should switch between the voltage source and a short that allows the current to flow further on.

    Reply