Connection between cross product and partial derivative

Click For Summary

Discussion Overview

The discussion revolves around the relationship between cross products and partial derivatives, particularly in the context of differential forms and coordinate transformations. Participants explore the mathematical definitions and interpretations of these concepts, including their applications in polar and Cartesian coordinates.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes interpreting the partial derivative as a ratio of cross products in a specific coordinate system, questioning its validity.
  • Another participant argues that the definition of partial derivatives does not involve ratios and emphasizes the need for proper mathematical formulation, suggesting that total derivatives can be interpreted as ratios instead.
  • Discussion includes the assertion that cross products are not defined in two dimensions without embedding in three dimensions, leading to a connection with wedge products.
  • A participant questions the validity of writing partial derivatives in terms of wedge products, suggesting that differential forms are not a division algebra and advocating for the use of Jacobian determinants instead.
  • There is a debate about the multiplication of differential forms and whether it is appropriate to divide by expressions involving wedge products.
  • Some participants clarify that the wedge product can be viewed as a determinant but caution against treating it as a division algebra before vectors are plugged into the k-form.
  • One participant discusses the relationship between differential forms and Jacobian determinants in the context of parameterizing areas, seeking recommendations for accessible literature on the topic.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of partial derivatives, the validity of using cross products in two dimensions, and the mathematical properties of differential forms. There is no consensus on these issues, and the discussion remains unresolved.

Contextual Notes

Some participants highlight limitations in the definitions and interpretations of mathematical objects, such as the need for careful treatment of differential forms and the distinction between different types of derivatives. The discussion reflects a range of assumptions and interpretations that are not universally accepted.

daudaudaudau
Messages
297
Reaction score
0
Hi. I have been looking at differential forms, and that inspired me to consider a partial derivative as a ratio between cross products. Please tell me if the following makes sense. Say we have cartesian coordinates (x,y) and polar coordinates (\rho, \phi). I want to calculate \left(\frac{\partial x}{\partial y}\right)_{\rho}, i.e. the partial derivative of x wrt. y with \rho constant. I do it as follows

<br /> \left(\frac{\partial x}{\partial y}\right)_{\rho}=\left|\frac{\hat x\times\hat\rho}{\hat y\times\hat\rho}\right|=-\frac{\sin\phi}{\cos\phi}<br />

Is this OK ? I've never encountered it before except in differential forms where I have seen partial derivatives written as wedge products.

Edit: This is the article I have been reading: http://www.av8n.com/physics/partial-derivative.htm#sec-freex
 
Last edited:
Physics news on Phys.org
Hi there!

I suppose what you've been thinking about isn't quite correct:

here are some arguments:

1. In the precise definition of partial derivative there's no ratio present, it's the differential quotient under a certain limit process. That's why the expression \frac{\partial x}{\partial y} cannot be interpreted (as far as I know in no mathematical formulation) as a fraction. (better write it down as \frac{\partial }{\partial y} x where the operator properties are more evident.)

What you really can interpret as a ratio is the total derivative: \frac{d}{dy}x=\frac{dx}{dy}, since dx or dy can be thought of as differential 1-forms, or total derivatives.

2. The basic cross product is not defined for 2 dimensions. Any definition of it on R^2 would involve a determinat-like expression, which is directly connected to the wedge product. Therefore, you can't just do polar coordinates (2D) using a cross product on the vectors - you have to expand (embed) them in R^3, which will then give you the familair expression using the wedge.
except in differential forms where I have seen partial derivatives written as wedge products.

Check once again the definition of the wedge product, the mathematical one!, because physicists do lots of lousy things sometimes.PS: it's not an easy topic, but once you've caught the main idea, it would be extremely helpful for you, since differential forms is the modern language of vector analysis and you'll need it everywhere in physics.
 
Last edited:
If I have a function f(x,y) why can't I write

<br /> \frac{\partial f}{\partial x}=\frac{df\wedge dy}{dx\wedge dy}<br />

?

This makes sense to me, because

<br /> df=\frac{\partial f}{\partial x}dx+\frac{\partial f}{\partial y}dy<br />
and so
<br /> df\wedge dy=\frac{\partial f}{\partial x}dx\wedge dy

and inserting this into the fraction you get the right result.
 
Ok, the last two equations are both correct.

The point is, the differential form (1- or 2-form) is not defined to be dx\wedge dy but the whole expression \frac{\partial f}{\partial x}dx\wedge dy. There's NO multiplication dot between the partial derivative and dx^dy. You have to look at it as at a different mathematical object.

e.g: If you read advanced theory of differential forms, you'll encounter Stokes' thm. in the following way:

"Let \omega be a differential k-form and G be a closed region and let \partial G denote the boundary of G. Then we have:

\displaystyle{\int_{\partial G}}\omega=\displaystyle{\int_{G}}d\omega"

I'm giving this example to show you that there's no 'differential' after omega under the integral sign, as normal. This is because the dx or dV=dx^dy^dz is an inseparable part of the differential form omega by definition.


And this is why I think your expression is not well-defined.
 
daudaudaudau said:
Edit: This is the article I have been reading: http://www.av8n.com/physics/partial-derivative.htm#sec-freex

This article is using the wedge product symbol in a very non-standard way. Differential k-forms are not in general a division algebra and it does not make sense to write expressions like

\frac{a \wedge b}{c \wedge d}

What the author should have written instead are Jacobian determinants, which look like this:

\frac{\partial (x, y)}{\partial (z, w)} = \det \left| \begin{array}{cc} \frac{\partial x}{\partial z} &amp; \frac{\partial x}{\partial w} \\ \frac{\partial y}{\partial z} &amp; \frac{\partial y}{\partial w} \end{array} \right|

And in general, yes, one can write

\left( \frac{\partial A}{\partial B} \right)_C = \frac{\partial (A, C)}{\partial (B, C)}

Jacobians also have useful properties, such as

\frac{\partial (x, y)}{\partial (z, w)} \frac{\partial (A, B)}{\partial (C, D)} = \frac{\partial (x, y)}{\partial (C, D)} \frac{\partial (A, B)}{\partial (z, w)}

which can be used to derive various thermodynamics identities.

Marin said:
There's NO multiplication dot between the partial derivative and dx^dy. You have to look at it as at a different mathematical object.

Yes, there absolutely IS a multiplication. dx^dy is a basis vector on the space \Lambda^2 (V^*); the expression \alpha \, dx \wedge dy is simply multiplying the basis element dx^dy by the scalar \alpha.

The problem is that you can't divide by a vector; i.e., an expression like

\frac{1}{dx \wedge dy}

is meaningless.
 
Yes, there absolutely IS a multiplication.

I must admit, that's absolutely true! (otherwise even the 1-dimensional substitution rule would be ill-defined)

The expansion in basis with some coefficients is actually a very good explanation.


Sorry, for misleading you for a moment,

marin
 
Isn't dx\wedge dy a function of two vectors that returns a scalar? So why is it wrong to divide by it, if it's just a function? Also, isn't the wedge product already defined as a determinant? I.e.
<br /> \omega\wedge\nu (v_1,v_2)=\det \left| \begin{array}{cc} \omega(v_1) &amp; \nu(v_1) \\ \omega(v_2) &amp; \nu(v_2) \end{array} \right|<br />

(in 2 dimensions).
 
daudaudaudau said:
Isn't dx\wedge dy a function of two vectors that returns a scalar? So why is it wrong to divide by it, if it's just a function? Also, isn't the wedge product already defined as a determinant? I.e.
<br /> \omega\wedge\nu (v_1,v_2)=\det \left| \begin{array}{cc} \omega(v_1) &amp; \nu(v_1) \\ \omega(v_2) &amp; \nu(v_2) \end{array} \right|<br />

(in 2 dimensions).

That is only true AFTER you plug vectors into the k-form. Before you do that, the k-form is an object which exists in a vector space, and is not part of a division algebra.

Also, the determinant you have there is not a Jacobian determinant. Notice that it does not involve any partial derivatives; it is merely a bunch of functions.

Also note that you don't HAVE to fill all the slots in a k-form. You can, for example, fill one slot of a 3-form; the result will be a 2-form. This is called the "interior product".
 
Isn't there a close connection between differential forms and jacobi determinants? Say you want to find the area of a circle by integration, so you parameterize it using x=r\cos\phi and y=r\sin\phi and your integral is \int\int_{\mathcal C} dx\wedge dy

Now dx=\cos(\phi) dr-r\sin(\phi)d\phi and dy=\sin(\phi) dr+r\cos(\phi)d\phi so dx\wedge dy = rdr\wedge d\phi and the result of the integral is \int_0^R\int_0^{2\pi}rdrd\phi=\pi R^2. That is, we found the jacobian r of the parametrization by using the forms. So the 2-form must be closely related to a jacobian.

I don't know too much about this.. Is there some book you can recommend? Something that's not too hard...
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K