The Laplace Equations
One application to partial derivatives comes from partial differential equations - that is equations that contains partial derivatives of some function $f$. One particular partial differential equation that arises frequently is known as the Laplacian of a function.
Definition: Let $z = f(x_1, x_2, ..., x_n)$ be an $n$ variable real-valued function. The Laplacian of $f$ is the equation of the sum of the unmixed second partial derivatives of $f$ denoted $\Delta f = \frac{\partial^2 z}{\partial x_1^2} + \frac{\partial^2 z}{\partial x_2^2} + ... + \frac{\partial^2 z}{\partial x_n^2}$. |
Other names for the Laplacian are the "Laplace Operator" and the "Laplace Equation".
For example, suppose that we wanted to determine the Laplacian of the function $f(x, y, z) = \sin x + xy^2 - e^{2z}$. In order to do this, we will need to calculate all three unmixed second partial derivatives of this function. First let's determine the first partial derivatives:
(1)We can determine the unmixed second partial derivatives:
(2)Therefore we can construct the Laplacian of $f$ as follows:
(3)Definition: Let $z = f(x_1, x_2, ..., x_n)$ be an $n$ variable real-valued function, and suppose that for all $(x_1, x_2, ..., x_n) \in S \subseteq D(f)$ we have the Laplacian of $f$ equals zero, that is $\frac{\partial^2 z}{\partial x_1^2} + \frac{\partial^2 z}{\partial x_2^2} + ... + \frac{\partial^2 z}{\partial x_n^2} = 0$. Then $f$ is said to be Harmonic in $S$. |
Example 1
Suppose that $f(x, y, z) = e^{3x + 4y} \sin (5z)$. Prove or disprove that $f$ is harmonic in $\mathbb{R}^3$.
To show whether or not $f$ is harmonic, we need to see whether the Laplacian of $f$ equals zero for all $(x, y, z) \in \mathbb{R}^3$. We will first determine the first partial derivatives of $f$ as:
(4)We will now determine the unmixed second partial derivatives of $f$ as:
(5)Therefore the Laplacian of $f$ is:
(6)Therefore $f$ is harmonic in $\mathbb{R}^3$.
Example 2
Let $f$ and $g$ be single variable functions that are twice differentiable and suppose that $w = f(x - at) + g(x + ct)$. Show that $\frac{\partial ^2 w}{\partial t^2} = c^2 \frac{\partial^2 w}{\partial x^2}$.
First we compute $\frac{\partial w}{\partial t}$ as follows.
(7)Differentiating again with respect to $t$ and we have that:
(8)Now we will compute the righthand side of this equation. We first compute $\frac{\partial w}{\partial x}$ as follows:
(9)Differentiating again with respect to $x$ and multiplying the result by $a^2$ and we have that:
(10)Therefore $\frac{\partial ^2 w}{\partial t^2} = c^2 \frac{\partial ^2 w}{\partial x^2}$.