Showing that Laplace's equation holds

  • Thread starter Thread starter Cole A.
  • Start date Start date
  • Tags Tags
    Laplace's equation
Cole A.
Messages
12
Reaction score
0

Homework Statement



(From Plonsey, R. and R. C. Barr, "Bioelectricity: A Quantitative Approach")

Show
\nabla^2 r = 0
given
r = \sqrt{x^2 + y^2 + z^2}.

Homework Equations


\nabla = \frac{\partial}{\partial x}{\bf i} + \frac{\partial}{\partial y}{\bf j} + \frac{\partial}{\partial z}{\bf k} (the "abuse of notation")


The Attempt at a Solution



This is my first attempt at a post on this forum, and I'm embarrassed to say I'm really struggling with this question. (Not a homework problem per se, just an in-text side note). It has been a good while since I've studied vector calculus, so if somebody could point out my error, I would appreciate it.

Beginning with
<br /> \begin{equation}<br /> r = (x^2 + y^2 + z^2)^{1/2}<br /> \end{equation}<br />
taking the gradient results in
<br /> \begin{equation}<br /> \begin{aligned}<br /> \nabla r &amp;= \frac{\partial r}{\partial x} {\bf i} + \frac{\partial r}{\partial y} {\bf j} + \frac{\partial r}{\partial z} {\bf k} \\<br /> &amp;= \left[ \frac{x}{(x^2 + y^2 + z^2)^{1/2}} \right]{\bf i} + \left[ \frac{y}{(x^2 + y^2 + z^2)^{1/2}} \right]{\bf j} + \left[ \frac{z}{(x^2 + y^2 + z^2)^{1/2}} \right]{\bf k}.<br /> \end{aligned}<br /> \end{equation}<br />
Now taking the divergence of this gradient - which amounts cumulatively to taking the Laplacian of r - gives
<br /> \begin{equation}<br /> \begin{aligned}<br /> \nabla \cdot \nabla r &amp;= \nabla^2 r \\<br /> &amp;= \frac{\partial}{\partial x}\left[ \frac{x}{(x^2 + y^2 + z^2)^{1/2}} \right] + \frac{\partial}{\partial y}\left[ \frac{y}{(x^2 + y^2 + z^2)^{1/2}} \right] + \frac{\partial}{\partial z}\left[ \frac{z}{(x^2 + y^2 + z^2)^{1/2}} \right] \\<br /> &amp;= \left[ \frac{1}{(x^2 + y^2 + z^2)^{1/2}} - \frac{x^2}{(x^2 + y^2 + z^2)^{3/2}} \right] + \left[ \frac{1}{(x^2 + y^2 + z^2)^{1/2}} - \frac{y^2}{(x^2 + y^2 + z^2)^{3/2}} \right] + \left[ \frac{1}{(x^2 + y^2 + z^2)^{1/2}} - \frac{z^2}{(x^2 + y^2 + z^2)^{3/2}} \right] \\<br /> &amp;= \left[ \frac{y^2 + z^2}{(x^2 + y^2 + z^2)^{3/2}} \right] + \left[ \frac{x^2 + z^2}{(x^2 + y^2 + z^2)^{3/2}} \right] + \left[ \frac{x^2 + y^2}{(x^2 + y^2 + z^2)^{3/2}} \right] \\<br /> &amp;= \frac{2}{(x^2 + y^2 + z^2)^{1/2}}<br /> \end{aligned}<br /> \end{equation}<br />
which is not zero, although I very much wish it was. (Sorry for the long-winded calculations.)
 
Physics news on Phys.org
Very good job. You got the right answer. I think the problem is with the original question. The laplacian of r isn't zero. The laplacian of 1/r is zero. Are you sure that's not what it says??
 
Ugh, I was starting to suspect I was wasting time because of a typo in the book. I attached the relevant portion of the textbook page as an image, where the above equality is listed along with a couple other vector identities.

Thanks for the extra input (and sanity check).
 

Attachments

  • Untitled.png
    Untitled.png
    16 KB · Views: 506
Last edited:
Cole A. said:
Ugh, I was starting to suspect I was wasting time because of a typo in the book. I attached the relevant portion of the textbook page as an image, where the above equality is listed along with a couple other vector identities.

Thanks for the extra input.

It's a typo alright. Pretty bad one too. Jeez. I'm aghast. Shocked, really. That's pretty fundamental, you'd think they would have checked that.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top