Calculute the flux resulting from a certain vector field in a cube.

mahrap
Messages
37
Reaction score
0
Let's say there is a cube sitting in the first octant. Our F(x,y,z): <ax , by, cz> and Each face of the cube is oriented to outward pointing normal. Can I just calculate the the flux of one face and then multiply this by the number of faces to get the total flux? Will flux in a cube always be symmetric?


I think you can parametrize a face by letting G(x,y,z)=<x,y,1>. Then use this to find normal and dot this with F(x,y,z) and integrate with dx dy with x and y ranging from where the sides start to where they end?


I'm not sure. Please Help.
 
Physics news on Phys.org


mahrap said:
Let's say there is a cube sitting in the first octant. Our F(x,y,z): <ax , by, cz> and Each face of the cube is oriented to outward pointing normal. Can I just calculate the the flux of one face and then multiply this by the number of faces to get the total flux? Will flux in a cube always be symmetric?
No. You cannot calculate the flux by considering only one face. The field is not the same in all directions.

I think you can parametrize a face by letting G(x,y,z)=<x,y,1>. Then use this to find normal and dot this with F(x,y,z) and integrate with dx dy with x and y ranging from where the sides start to where they end?

I'm not sure. Please Help.
If it's a unit cube, then yes, the face at z = 1, can be parametrized as <x,y,1>. Furthermore, the normal vector to this face, pointing outwards from the cube is <0, 0, 1> .

To find the flux through this face, take the dot product (inner product) of <0, 0, 1> and F(x,y,z) and integrate over the face.

etc.


BTW: The normal to the opposite face is <0, 0, -1> . This is the face at z = 0 .
 


It might be simpler to use the "divergence theorem":
\int\int\int \nabla\cdot \vec{F} dV= \int\int \vec{F}\cdot d\vec{S}
in other words, instead of integrating the vector function over the faces of the cube, integrate its divergence over the cube itself.

(Unless, of course, this exercise asks you to do both and compare!)
 
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