The whole problem is definitely here, but it is broken up so I apolagize. I will restate it:
Evaluate:
<br />
<br />
\int\int \phi \nabla(\frac{1}{R}) - \frac{1}{R}\nabla\phi * \vec{n} dS<br />
<br />
Over the surface of the ellipsoid:
<br />
1/9\,{x}^{2}+1/16\,{y}^{2}+1/25\,{z}^{2}=1<br />
where
<br />
<br />
\phi={x}^{2}+{y}^{2}-2\,{z}^{2}+4<br />
<br />
To do this, I am supposed to use one of greens formulas. I believe it is the third. Here it is:
<br />
\phi(\vec{R}) = \frac{-1}{4\pi}\int\int\int \frac{ \nabla^{2}\phi(\vec{R'})}{|\vec{R}-\vec{R'}|}dV'<br />
+<br />
\frac{1}{4\pi}\int\int \frac{ \nabla\phi(\vec{R'})}{|\vec{R}-\vec{R'}|} - \phi(\vec{R'})\nabla'(\frac{1}{|\vec{R}-\vec{R'}|)}dS'<br />
<br />
<br />
First, I multiply everything by 4*pi to get the following expression:
<br />
4*\pi \phi(\vec{R}) = \int\int\int \frac{ \nabla^{2}\phi(\vec{R'})}{|\vec{R}-\vec{R'}|}dV'<br />
+<br />
\int\int \frac{ \nabla\phi(\vec{R'})}{|\vec{R}-\vec{R'}|} - \phi(\vec{R'})\nabla'(\frac{1}{|\vec{R}-\vec{R'}|)}dS'<br />
<br />
<br />
Now, I will evaluate the laplacian of phi in the first integral on the right:
<br />
<br />
<br />
\nabla^{2}(\phi)=\nabla^{2}({x}^{2}+{y}^{2}-2\,{z}^{2}+4)=0<br />
<br />
<br />
This takes care of the first term, but taking it to zero. I then multiply everythig by a minus 1 to make it look like the expression in the question.I now have the following expression:
<br />
-4*\pi \phi(\vec{R}) =<br />
- \int\int \frac{ \nabla\phi(\vec{R'})}{|\vec{R}-\vec{R'}|} + \phi(\vec{R'})\nabla'(\frac{1}{|\vec{R}-\vec{R'}|)}dS'<br />
<br />
<br />
I now have the same expression that the question is asking me to evaluate where:
R = |\vec{R}-\vec{R'}| = sqrt{x^{2}+y^{2}+z^{2}}
R' is the variable of integration<br />
<br />
The problem now is what R is. The book claims it is (0,1,0). But I have not a clue how they got this. From reading the section, they made it sound like R is the distance from the origin to any point on the surface, which seems incorrect because (0,1,0) is clearly not on the ellipsoid. Can anyone please help me figure this out? Any help at all is greatly appreciated!