Infinitesimal surface / volume

w.shockley
Messages
21
Reaction score
0
When i develop integrals, changing the coordinates (cartesian-> polar for example), i always forget how to write infinitesimal surface or volume.
Is there a sort of rule to derivate it?
I mean, an intuitive way to remember it, not the mathematical derivation.

(another thing: I've the same problem with the Prosthaphaeresis formulas)
 
Last edited:
Physics news on Phys.org
What do you mean "infinitesmal surface or volume"? The differential of surface or volume?

I believe the "rule" you are referring to is the Jacobian determinant.

If u= f(x,y,z), v= g(x,y,z), w= h(x,y,z).

Then the differential of volume, is given by
dudvdw= \left|\begin{array}{ccc}\frac{\partial u}{\partial x} & \frac{\partial v}{\partial x} & \frac{\partial w}{\partial x} \\ frac{\partial u}{\partial y} & \frac{\partial v}{\partial y} & \frac{\partial w}{\partial y} \\ \frac{\partial u}{\partial z} & \frac{\partial v}{\partial z} & \frac{\partial w}\end{array}\right|dxdydz
 
HallsofIvy said:
What do you mean "infinitesmal surface or volume"? The differential of surface or volume?

I believe the "rule" you are referring to is the Jacobian determinant.

If u= f(x,y,z), v= g(x,y,z), w= h(x,y,z).

Then the differential of volume, is given by
dudvdw= \left\vert<br /> \begin{array}{ccc}<br /> \frac{\partial u}{\partial x} &amp; \frac{\partial v}{\partial x} &amp; \frac{\partial w}{\partial x} \\ \frac{\partial u}{\partial y} &amp; \frac{\partial v}{\partial y} &amp; \frac{\partial w}{\partial y} \\ \frac{\partial u}{\partial z} &amp; \frac{\partial v}{\partial z} &amp; \frac{\partial w}{\partial z}\\<br /> \end{array}\right\vert dxdydz

Fixed LaTeX in Halls post...
 
Thanks. For some reason couldn't get it to work. What was wrong?
 
The very last \frac was of \frac{\partial w}. But you forgot a denominator :frown:
 
The intuitive way to do it, is to look at the infinitesimal surface (or volume) and find out how long the sides of it are.
Typically all regular coordinate systems have an orthonormal basis at any point, which makes the infinitesimal surface a rectangle (or cube).

In cartesian an infinitesimal volume is:
dV = dx \ dy \ dz

In spherical we have sides:
dr, \ r d\theta, \ r \sin \theta \ d\phi

giving you an infinitesimal volume of:
dV = r^2 \sin \theta \ dr \ d\theta \ d\phi

If you look at it like this, in general you don't need the Jacobian (which will yield exactly this result).

The boundaries of the integral are always just the boundaries, such that you integrate over the entire surface (or volume).Note that the needed absolute value of the Jacobian in spherical coordinates is:
|J| = |r^2 \sin \theta| = r^2 \sin \theta
 
Back
Top