renegade05 said:
Homework Statement
What is the flux of r through a spherical surface of radius a?
Do you mean a sphere of radius a with center at the
origin?
Homework Equations
I'm guessing I should use a surface integral? ∫v.da ?
Yes, you should. And to find what you call "d
a" (I would call it "[itex]d\vec{S}[/itex]") write the surface in parametric equations- the standard equations for spherical coordinates with "[itex]\rho[/itex]" set to "a":
[itex]x= a cos(\theta) sin(\phi)[/itex], [itex]y= a sin(\theta) sin(\phi)[/itex], and [itex]z= a cos(\phi)[/itex].
You can write that as a "position vector" for any point on the surface of the sphere depending on [itex]\theta[/itex] and [itex]\phi[/itex]:
[tex]\vec{r}= a cos(\theta) sin(\phi)\vec{i}+ a sin(\theta)sin(\phi)\vec{j}+ a cos(\phi)\vec{k}[/tex].
The derivatives with respect to [itex]\theta[/itex] and [itex]\phi[/itex] are vectors in the tangent plane at each point on the surface of the sphere:
[tex]\vec{r}_\theta= -a sin(\theta) sin(\phi)\vec{i}+ a cos(\theta)sin(\phi)\vec{j}[/tex]
[tex]\vec{r}_\phi= a cos(\theta)cos(\phi)\vec{i}+ a sin(\theta)cos(\phi)\vec{j}- a sin(\phi)\vec{k}[/tex].
Finally, the cross product of those two vectors
[tex]\left|\begin{array}{ccc}\vec{i} & \vec{j} & \vec{k} \\ a cos(\theta)cos(\phi) & a sin(\theta)cos(\phi) & -a sin(\phi) \\ -a sin(\theta)sin(\phi) & a cos(\theta)sin(\phi) & 0 \end{array}\right|= a^2cos(\theta)sin^2(\phi)\vec{i}+ a^2sin(\theta)sin^2(\phi)\vec{j}+ a^2sin(\phi)cos(\phi)\vec{k}[/tex]
is perpendicular to the sphere and contains "area information"- the vector differential of surface area is [itex](a^2cos(\theta)sin^2(\phi)\vec{i}+ a^2sin(\theta)sin^2(\phi)\vec{j}+ a^2sin(\phi)cos(\phi)\vec{k})d\theta d\phi[/itex]
The Attempt at a Solution
Plugging in: I would get ∫r.da ? but what is a small patch of a sphere?
I'm kind of confused. Not really sure what r is even. Is this just any vector going through the sphere?
Please help
thanks
[itex]\vec{r}[/itex] is the "position vector" of a point: [itex]x\vec{i}+ y\vec{j}+ z\vec{k}[/itex] in Cartesian coordinates and [itex]a cos(\theta)sin(\phi)\vec{i}+ a sin(\theta)sin(\phi)\vec{j}+ a cos(\phi)\vec{k}[/itex] in these coordinates.
Take the dot product, [itex]\vec{r}d\vec{S}[/itex], of those two vectors and integrate with [itex]0\le\theta\le 2\pi[/itex] and [itex]0\le\phi\le \pi[/itex].
(of course, Vanhees71 may well be right- it might be easier to use Gauss' integral theorem.)