(Content not found anywhere else is Copyright©2023 by Daniel B. Sedory.)
Why This Page?Way back in January of 1972, it would have been foolish for me to begin another semester at college, since I had to report to Great Lakes Naval Training Center for Boot Camp; nor did I want to try finding some meaningless short (two months at best) job if I even could. So, apart from spending more time with friends, I was often in the library of Harper College reading whatever interested me; which at that time was mostly about the orbitals of atoms (I had been a Chemistry major) and trying to gain a better understanding of how the Schrödinger Equation was used to arrive at these oribtals.[1] While doing some research on only a part of the Schrödinger Equation (called the Laplace equation), I came across this rather crazy footnote (for a textbook on mathematics) concerning the direct conversion of the Laplace Equation from rectangular to spherical coordinates: Doing this can make you forget your troubles the next time you have a toothache at an airport and are informed that your plane is 3 hours late.[2] Well, with all the time I had, I took that as a challenge and proceeded to carry out (and record) each step of the conversion! All of those steps will be shown at the end of this presentation. Much of what follows is the same as you will find in that or some other textbook on differential equations, but many intermediary steps have been included here which authors often leave out, because they were considered too trivial or basic for such a textbook.
The Del Operator ($\nabla$), the Laplace (or Laplacian) Operator ($\nabla^2$ or $\Delta$) and the Laplace EquationThe Del Operator (represented by the nabla symbol, $\nabla$) is simply a convenient way of referring to the sum of the partial derivatives of some function with respect to a system of coordinates. For the coordinates $x, y, z,$ Del would refer to: $\newcommand{\pdif}[2]{\frac{\partial #1}{\partial #2}}$ $\pdif{}{x} +\pdif{}{y} +\pdif{}{z}$. The Laplace Operator (represented by either $\nabla^2$ or $\Delta$) is the sum of the second order partial derviatives of some function, so for our three dimensions of $x, y, z,$ it would refer to: $\pdif{^2}{x^2} +\pdif{^2}{y^2} +\pdif{^2}{z^2}$. And, thus, the Laplace Equation for a function $f$ (often written as $\nabla^2 f = 0$ or only $\Delta f = 0$) in rectangular (or cartesian) coordinates ($x, y, z$) when expanded is: $$\Delta f =\pdif{^2 f}{x^2} \ +\ \pdif{^2 f}{y^2} \ +\ \pdif{^2 f}{z^2} = 0\ .$$And here is the Laplace equation after transforming it into cylindrical ($\rho, \phi, z$) and spherical ($r, \theta, \phi$)
coordinates; respectively:
Transformations of the Laplace Operator ($\nabla^2$)In the following pages, two different approaches will be used in transforming the Laplace operator from cartesian to cylindrical coordinates; and from there, on to spherical coordinates. Although the approaches are quite similar, almost identical in parts, they begin in a way that is opposite to each other for solving the problem. As a whole, neither approach seems to have any great advantage over the other.[3]
Transforming from Cartesian to Cylindrical - Approach 1Assuming that $f$ is a function of three rectangular coordinates ($x, y, z$), which is continuous and has continuous partial derivatives of the first and second orders, we can define $\nabla^2$ by: $\nabla^2 f = \pdif{^2 f}{x^2} \ +\ \pdif{^2 f}{y^2} \ +\ \pdif{^2 f}{z^2}$, and it will first be transformed into cylindrical coordintates ($\rho, \phi, z$), which are related to the cartesian as follows: $x = \rho \cos\phi ,\quad y = \rho \sin\phi ,\quad z=z\quad$ and $\quad\phi =\arctan\frac{y}{x} ,\quad\rho =\sqrt{x^2 + y^2}\ .$ Since a transformation is actually a special case of parametric equations; in this case: $x=x(\rho ,\phi)$; $y=y(\rho ,\phi)$; $z=z$, the chain rule can be applied, producing the following equations: $$\pdif{f}{x} = \pdif{f}{\rho} \pdif{\rho}{x} +\pdif{f}{\phi} \pdif{\phi}{x}\ \ \textbf{(1.a)}\quad \text{and}\quad \pdif{f}{y} = \pdif{f}{\rho} \pdif{\rho}{y} +\pdif{f}{\phi} \pdif{\phi}{y}\ \ \textbf{(1.b)}$$By differentiating $\rho$ and $\phi$ with respect to $x$ and $y$ we also have the following:[4] $$\pdif{\rho}{x} =\cos \phi\ ,\quad \pdif{\phi}{x} =\frac{-\sin\phi}{\rho}\ \ \textbf{(2.a1, 2.a2)}\quad \text{and}\quad \pdif{\rho}{y} =\sin \phi\ ,\quad\pdif{\phi}{y} =\frac{\cos\phi}{\rho}\ \ \textbf{(2.b1, 2.b2)}$$Upon substitution of these derivatives above in equations (1.a) and (1.b), when $\rho >0$, we obatin: $$\pdif{f}{x} =\cos\ \phi\ \pdif{f}{\rho} -\frac{\sin \phi}{\rho}\ \pdif{f}{\phi}\ \ \textbf{(3.a)}\quad \text{and}\quad \pdif{f}{y} =\sin\ \phi\ \pdif{f}{\rho} +\frac{\cos \phi}{\rho}\ \pdif{f}{\phi}\ \ \textbf{(3.b)}$$To find the second order derivatives of $f$ with respect to $x$ and $y$, we use the principles of higher-order partial differentiation and the Chain Rule. By observing these principles, we can derive the necessary equations from a second differentiation of (1.a) and (1.b) as follows: \begin{align*} \pdif{^2 f}{x^2} & =\pdif{}{x} \left(\pdif{ f}{ x}\right)_{\rho} +\pdif{}{x} \ \left(\pdif{ f}{ x}\right)_{\phi}\\& \\ & =\pdif{}{x} \left(\pdif{ f}{ \rho} \ \pdif{\rho}{x}\right) +\pdif{}{x} \left(\pdif{ f}{\phi} \ \pdif{\phi}{x}\right)\\& \\ & =\left(\pdif{^2 f}{\rho\ \partial x}\right)\ \pdif{\rho}{x} +\left(\pdif{^2 f}{\phi\ \partial x}\right)\ \pdif{\phi}{x}\\& \\ & =\left(\dfrac{\partial}{\partial\rho}\ \pdif{f}{x}\right)\ \pdif{\rho}{x} +\left(\dfrac{\partial}{\partial\phi}\ \pdif{f}{x}\right)\ \pdif{\phi}{x} \quad\textbf{(4.a)} \end{align*}In a similar manner, the second derivative of (1.b) becomes: $$\pdif{^2 f}{y^2} =\left(\dfrac{\partial}{\partial\rho}\ \pdif{f}{y}\right)\ \pdif{\rho}{y} +\left(\dfrac{\partial}{\partial\phi}\ \pdif{f}{y}\right)\ \pdif{\phi}{y} \quad\textbf{(4.b)}$$By substituting the right sides of (2.a1, 2.a2) and (2.b1, 2.b2) for their left side terms in equations (4.a) and (4.b), we obtain: \begin{align*} \pdif{^2 f}{x^2} & =\cos \phi \left(\dfrac{\partial}{\partial\rho}\ \pdif{f}{x}\right) -\ \frac{\sin \phi}{\rho} \left(\dfrac{\partial}{\partial\phi}\ \pdif{f}{x}\right) \quad\textbf{(5.a)} \quad\text{and}\\& \\ \pdif{^2 f}{y^2} & =\sin \phi \left(\dfrac{\partial}{\partial\rho}\ \pdif{f}{y}\right) +\ \frac{\cos \phi}{\rho} \left(\dfrac{\partial}{\partial\phi}\ \pdif{f}{y}\right) \quad\textbf{(5.b)} \end{align*}And upon substitution of all the right side terms of (3.a) and (3.b) into equations (5.a) and (5.b); for which all the intermediary steps are shown further below, when $\rho > 0$, we obtain (6.a) and (6.b): \begin{align*} \pdif{^2 f}{x^2} & =\cos^2 \phi\ \ \pdif{^2 f}{\rho^2} \colorbox{pink}{$-\frac{2\ \sin\phi\ \cos\phi}{\rho}\ \ \pdif{^2 f}{\rho\ \partial\phi}$}\ \colorbox{pink}{$+\frac{\sin\phi\ \cos\phi}{\rho^2}\ \pdif{f}{\phi}$} +\frac{\sin^2 \phi}{\rho}\ \pdif{f}{\rho} +\frac{\sin^2 \phi}{\rho^2}\ \pdif{^2 f}{\phi^2} \colorbox{pink}{$+\frac{\sin\phi\ \cos\phi}{\rho^2}\ \pdif{f}{\phi}$}\quad\textbf{(6.a)}\\& \\ \pdif{^2 f}{y^2} & =\sin^2 \phi\ \ \pdif{^2 f}{\rho^2} \colorbox{pink}{$+\frac{2\ \sin\phi\ \cos\phi}{\rho}\ \ \pdif{^2 f}{\rho\ \partial\phi}$}\ \colorbox{pink}{$-\frac{\sin\phi\ \cos\phi}{\rho^2}\ \pdif{f}{\phi}$} +\frac{\cos^2 \phi}{\rho}\ \pdif{f}{\rho} +\frac{\cos^2 \phi}{\rho^2}\ \pdif{^2 f}{\phi^2} \colorbox{pink}{$-\frac{\sin\phi\ \cos\phi}{\rho^2}\ \pdif{f}{\phi}$}\quad\textbf{(6.b)} \end{align*}Notice that many of the terms on the right sides of the two equations above cancel each other out upon adding them together (more details may be found at the end of this section), which results in what we will call the Fundamental Identity (or Equation 7): $$\pdif{^2 f}{x^2} +\pdif{^2 f}{y^2} \colorbox{lightgreen}{$=$} \pdif{^2 f}{\rho^2} +\frac{1}{\rho}\ \pdif{f}{\rho} +\frac{1}{\rho^2}\ \pdif{^2 f}{\phi^2}\quad \textbf{(7)}$$After adding the $z$ coordinate term to Equation 7, we have the Laplace Equation in terms of cylindrical coordinates ($\rho, \phi, z$): $$\large{\colorbox{lightblue}{$\nabla^2 f =\pdif{^2 f}{\rho^2} +\frac{1}{\rho}\ \pdif{f}{\rho} +\frac{1}{\rho^2}\ \pdif{^2 f}{\phi^2} +\pdif{^2 f}{z^2} = 0$}} \quad\textbf{(Equation C)}$$
All the Intermediate and Detailed Steps for the Equations Above:As mentioned above and in the footnotes, here are the detailed steps for the derivatives shown at (2.a1, 2.b1):
Where we have, of course, used: $x =\rho \cos \phi ,\quad y =\rho \sin \phi $ and $\rho =\sqrt{x^2 + y^2}$ and the more complicated details for (2.a2, 2.b2); using $\phi =\arctan (y/x)$ and some trigonometric identities,[5] along with these differentiation rules: $$\frac{d}{dx} (\arctan\ u) =\frac{1}{1 + u^2}\ \frac{du}{dx}, \quad\frac{d}{dx} \left(\frac{u}{w}\right) =\frac{w\frac{du}{dx} - u\frac{dw}{dx}}{w^2}, \quad\colorbox{pink}{$\frac{dx}{dy}(y) =\frac{dy}{dx}(x) = 0$}\quad\text{allows us to arrive at:}$$
The following rule and derivative substitutions were applied in obtaining Equation (6.a): $$\colorbox{yellow}{$\frac{d}{dx}\ (uw) = u\ \frac{dw}{dx} + w\ \frac{du}{dx}$}\ , \quad\pdif{\ (-\sin \phi/\rho)}{\ \rho} =\frac{(-1) (-\sin\phi)}{\rho^2} =\frac{\sin \phi}{\rho^2} ,$$ $$\colorbox{pink}{$\pdif{\ (\cos \phi)}{\ \rho} = 0$}\ , \quad\pdif{\ (\cos \phi)}{\ \phi} = -\sin\phi\ ,\quad\pdif{\ (-\sin\phi/\rho)}{\ \phi} = -\frac{\cos \phi}{\rho}\ .$$
Likewise, Equation (6.b) was obtained by applying the same differentiation rule above and these substitutions in the equations below: $$\pdif{\ (\cos\phi / \rho)}{\rho} = \frac{(-1)(\cos\phi)}{\rho^2} = -\frac{\cos\phi}{\rho^2}\ , \quad\colorbox{pink}{$\pdif{\ (\sin\phi)}{\ \rho} = 0$}\ ,$$ $$\pdif{\ (\sin\phi)}{\ \phi} = \cos\phi\ , \quad\pdif{\ (\cos\phi / \rho)}{\ \phi} = - \frac{\sin \phi}{\rho}\ .$$
Note: Apart from the terms which cancel out (already shown in pink in the body of the text above), the Fundamental Identity (Equation 7) is arrived at using the trigonometric identity $\colorbox{lightgreen}{$\sin^2\phi +\cos^2\phi = 1$}$ on three more sets of those terms:
Continue to Approach 2
Footnotes 1[Return to
Text] For those interested in the Schrödinger Equation, there are two webpages Id recommend for further study: 2[Return to Text] Ralph Palmer Agnew, Differential Equations, 2nd Ed. (New York: McGraw-Hill Book Co., Inc., 1960), p. 148. 3[Return to Text] The differentiation steps in Approach 1 are of a more complex nature than Approach 2; where the first order derivatives ($\pdif{f}{x}, \pdif{f}{y}$) are derived from sets of equations. However, the steps for obtaining the second order derivatives ($\pdif{^2 f}{x^2}, \pdif{^2 f}{y^2}$) are the same for both approaches. 4[Return to Text] All the work done in obtaining these will be shown in detail at the end of this page. 5[Return to Text] The specific trigonometric identities we made use of were: $(\sin\phi / \cos\phi) =\tan\phi$, $1 +\tan^2\phi =\sec^2\phi$ and $\sec\phi = (1 / \cos\phi)$, so: $\sec^2\phi = (1 / \cos^2\phi)$ or: $(1 /\sec^2\phi) =\cos^2\phi$.
First Posted on: 30 October 2023 (2023.10.30). |