Curl in terms of "fractional" notation

Bruno Tolentino
Messages
96
Reaction score
0
See these equations:
<br /> \left | \frac{d \vec{f}}{d \vec{r}} \right | = \left | \frac{d(f_1,f_2)}{d(x,y)} \right | = <br /> \frac{\partial f_1 \wedge \partial f_2}{\partial x \wedge \partial y}<br /> =<br /> \left |<br /> \begin{bmatrix}<br /> \frac{\partial f_1}{\partial x} &amp; \frac{\partial f_1}{\partial y} \\ <br /> \frac{\partial f_2}{\partial x} &amp; \frac{\partial f_2}{\partial y} \\<br /> \end{bmatrix} <br /> \right | = \frac{\partial f_1}{\partial x}\frac{\partial f_2}{\partial y} - \frac{\partial f_1}{\partial y} \frac{\partial f_2}{\partial x} <br />

<br /> \vec{\nabla} \cdot \vec{f} = \text{tr}\left ( \frac{d \vec{f}}{d \vec{r}} \right )<br /> =<br /> \text{tr}\left ( \begin{bmatrix}<br /> \frac{\partial f_1}{\partial x} &amp; \frac{\partial f_1}{\partial y} \\ <br /> \frac{\partial f_2}{\partial x} &amp; \frac{\partial f_2}{\partial y} \\<br /> \end{bmatrix} \right )<br /> =<br /> \frac{\partial f_1}{\partial x} + \frac{\partial f_2}{\partial y}<br />
Realize how in the second equation I could to write the divergence in terms of df/dr. Now, what I want do is express the curl through of notation df/dr. Note that although of the first equation recall the expression of curl, is not the curl... Do you can help me with this?
 
Physics news on Phys.org
I am a little vague on your first equation. It appears that you have defined the norm of a matrix to be its determinant. Is that what you intended? Also, the form in the middle of your first equation where you have a wedge product on the top and a wedge product on the bottom is kind of weird.

Your second equation seems unduly cumbersome. It seems you are calculating (or at least referencing) the off-diagonal elements only to drop them. Why not just use the fact that you have a dot product defined in a perfectly straight forward fashion.

The curl needs three dimensions. You can use a determinant as a sort of memory aid if you want. The first row in the matrix consists of the unit vectors in the three coordinate directions. The second row consists of the partial derivative operators for x, y, and z. And the third row consists of the components of the vector field you will take the curl of. Then you take the determinant of this matrix.
 
I'll rewrite the 1st equation for you understand:
<br /> \text{det} \left ( \frac{d \vec{f}}{d \vec{r}} \right ) = \text{det} \left ( \frac{d(f_1,f_2)}{d(x,y)} \right ) =<br /> \frac{\partial f_1 \wedge \partial f_2}{\partial x \wedge \partial y}<br /> =<br /> \text{det} \left (<br /> \begin{bmatrix}<br /> \frac{\partial f_1}{\partial x} &amp; \frac{\partial f_1}{\partial y} \\<br /> \frac{\partial f_2}{\partial x} &amp; \frac{\partial f_2}{\partial y} \\<br /> \end{bmatrix}<br /> \right ) = \frac{\partial f_1}{\partial x}\frac{\partial f_2}{\partial y} - \frac{\partial f_1}{\partial y} \frac{\partial f_2}{\partial x}<br />
 
Back
Top