Vector field and differential form confusion

Lips
Messages
1
Reaction score
0
Homework Statement
We have xy-plane, which is has a mapping (x,y). Another map is (u,v) and the transformation of coordinates are u=4x+3y and v=x+y.

1. Write vector field \frac{\partial}{\partial u} in the map (x,y)

2. Write the 1-form du in the map (x,y)
Relevant Equations
u=4x+3y and v=x+y.
Here is a picture of the solution I made :

1697563788231.png
So my question is: Are these right and how do they differ from each other?
 
Physics news on Phys.org
In a formal Mathematical sense, they're duals to each other. Differential forms are evaluated at Vector Fields to produce numbers.
 
  • Like
Likes FactChecker
## \text { The first thing: } ##
## \frac { \partial } { \partial u } \text { is not a vector field. } ##

## \text { The second thing: } ##
## \text { The expression } \frac { \partial } { \partial u } = \frac { \partial u } { \partial x } \frac { \partial } { \partial x } + \frac { \partial u } { \partial y } \frac { \partial } { \partial y } \text { is not a correct expression. } ##
## \text { It should be } \frac { \partial } { \partial u } = \frac { \partial x } { \partial u } \frac { \partial } { \partial x } + \frac { \partial y } { \partial u } \frac { \partial } { \partial y } \text { where } x \text { and } y \text { are functions of } u \text { and } v \text { . } ##
 
  • Like
Likes Ishika_96_sparkles
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top