Solve Hodge Star Operator Problem Step-by-Step

In summary, the Hodge star operator can be computed using various methods, including explicit formulas which can be complicated and unnecessary. It is often simpler to use the definition of the operator and compute it term by term. In some cases, using an orthonormal coordinate system for the metric can make the computation even easier. Contracting indices is also a useful tool for computing the Hodge star, but may require raising or lowering indices using the metric.
  • #1
JonnyMaddox
74
1
Hi, I have real problems with the indices here, can someone give me a step by step explanation how to compute stuff with this formula?

[itex]*\omega = \frac{\sqrt{|g|}}{r!(m-r)} \omega_{\mu_{1}\mu_{2}...\mu_{r}}\epsilon^{\mu_{1}\mu_{2}...\mu_{r}}_{v_{r+1}...v_{m}}dx^{v_{r+1}}\wedge...\wedge dx^{v_m}[/itex]

For example

[itex]*(dx^{1} \wedge dx^{2})=dx^{3} [/itex]

I know the formula is long and ugly, but I can't make sense out of it :/

Greets
 
Physics news on Phys.org
  • #2
To be honest I would suggest never using any of the explicit formulas to compute the hodge star. They are useful for proving things about the operator sometimes but other than that I avoid them as much as possible. The Hodge star is really a very simple thing to compute intuitively but it's hard to write down explicitly so the formulas are all ugly and over complicate the process.

I would simply use the definition to do the computation. By definition, [itex] *\omega[/itex] satisfies the equation [itex] \mu \wedge *\omega =\langle \mu,\omega \rangle \mathrm{vol}_n[/itex]. So in your example, we want [itex] dx^1\wedge dx^2\wedge *(dx^1\wedge dx^2)=dx^1\wedge dx^2\wedge dx^3 [/itex]. Hence, [itex] *(dx^1\wedge dx^2)=dx^3 [/itex]. This idea always works if you go term by term. Ie. just take a (simple) form, and wedge the original form and the hodge star of this form (order is important here.) This will give you an n-form so now all you have to do to compute the hodge star is normalize and pick out a sign using the volume form so that the defining equation is satified.

It is even easier to compute if you start with an orthonormal coordinate system for your metric. Then you always have
[tex] *(dx^{i_1}\wedge\cdots\wedge dx^{i_p})=\pm dx^{i_{p+1}}\cdots dx^{i_n} [/tex]
where you choose the plus sign if [itex] dx^{i_1}\wedge\cdots\wedge dx^{i_n} [/itex] has the same orientation as your volume form and the minus sign otherwise.

So, really all the explicit formula does is pick out all the [itex] dx^{i} [/itex] that do not appear in your form, normalize them using the metric and then picks a plus or minus sign as needed. If you are adamant about using the explicit formula for computations, it can of course be done. To use your example again, we have [itex]r=2 [/itex] (this is the degree of the form) and [itex] m=3 [/itex] (this is the dimension of the manifold. ) Here [itex] \omega_{u_1,u_2}=0 [/itex] always except [itex] \omega_{12}=-\omega_{21}=1 [/itex] so we can get rid of all terms except [itex]u_1=1,u_2=2[/itex] and [itex] u_1=2,u_2=1[/itex]. So now you can just plug everything into the formula and compute:
[tex]
*\omega=\frac{1}{2(3-2)}\left(\omega_{12}\epsilon_{\nu}^{12} dx^\nu
+\omega_{21}\epsilon_{\nu}^{21} dx^\nu\right)
=\frac{1}{2}\omega_{12} dx^3-\frac{1}{2}\omega_{21} dx^3
=\frac{1}{2} dx^3+\frac{1}{2}dx^3
=dx^3.
[/tex]
 
  • #3
Hi, thanks for your reply !

In the formula [itex]\mu \wedge *\omega = <\mu, \omega>vol_n[/itex], [itex]vol_{3}= \sqrt{1}dx^1\wedge dx^2 \wedge dx^3 [/itex] right? But shouldn't [itex]<\mu, \omega>[/itex] be zero? Because the determinant is zero. And what should I take in general for [itex]\mu[/itex]? What about [itex]*(dx^{1}\wedge dx^{3})=-dx^{2}[/itex]? How do I get this result?

[itex](dx^{1} \wedge dx^{3}) \wedge *(dx^{1} \wedge dx^{3})=(dx^{1} \wedge dx^{3})\wedge (-dx^{2})= -dx^{1}\wedge dx^{3} \wedge dx^{2}= dx^{1}\wedge dx^{2} \wedge dx^{3}[/itex]

In the complicated formula, what did you do with the [itex]v_{r+1}[/itex] index? Shouldn't it be [itex]v_{3}[/itex] then? And what does that mean? Further there is another definition where one has to contract the epsilon tensor with the metric tensor:

[itex]\epsilon^{\mu_{1}\mu_{2}...\mu_{m}}=g^{\mu_{1}v_1}g^{\mu_{2}v_{2}}...g^{\mu_{m}v_{m}}\epsilon_{v_{1}v_{2}...v_{m}}=g^{-1}\epsilon_{\mu_{1}\mu_{2}...\mu_{m}}[/itex]

I know that you can raise and lower indices when you contract with the inverse metrics but why is it necessary in this case?

Greets
 
Last edited:
  • #4
Yes, I was using the standard volume form [itex] vol_n=dx^1\wedge dx^2\wedge dx^3 [/itex]. The determinant is not zero though. These are 2-forms so the relevant determinant using the standard metric is
[tex] \langle dx^1\wedge dx^2, dx^1\wedge dx^2 \rangle = \mathrm{det} \left(
\begin{bmatrix}
\langle dx^1, dx^1\rangle & \langle dx^1, dx^2 \rangle \\
\langle dx^2, dx^1\rangle & \langle dx^2, dx^2 \rangle
\end{bmatrix} \right)=
\mathrm{det} \left( \begin{bmatrix} 1&0\\ 0&1 \end{bmatrix} \right) =1.
[/tex]

The simplest thing to try is to take [itex] \mu=\omega [/itex] if you are trying to compute [itex] *\omega [/itex]. This will usually allow you to compute all [itex] *(dx^{i_1} \wedge \cdots \wedge dx^{i_p} )[/itex] which completely computes the hodge star on all forms be linearity. If your coordinates are orthonormal this will always work and will just give the second formula in my previous post. If not, you may have to try a couple different forms to make it work.

Yes, maybe I should have used the notation [itex] \nu=\nu_3 [/itex] in my last answer to stick to the notation in the formula. I don't really think it means anything, the formula just splits a collection of m arbitrary indices into a collection of r arbitrary indices labelled by [itex] \mu_i[/itex]'s and a collection of m-r arbitrary indices labelled by [itex] \nu_j [/itex]. I don't really see any significance to this other than making it easy to see which indices to contract with in the formula but you could just as easily label all [itex] m [/itex] indices as [itex] \mu_i [/itex]'s.

Contracting indices is the same thing as using the isomorphism from the tangent space to the cotangent space to transform [itex] (r,s) [/itex]-tensors to [itex] (r-i, s+i) [/itex]-tensors. So you can contract a (1,0)-tensor and a (0,1)-tensor directly since one is in the tangent space and one is in the cotangent space. However, if you want to contract two (1,0)-tensors you first have to use the metric to convert one of the (1,0)-tensors into a (0,1)-tensor (ie. raise/lower indices of one of the tensors) and then you can contract. My guess is that in the formula they need to contract the levi-civita tensor with some other tensors of the same kind and so they first need to raise the indices to make the tensor contraction possible.
 
  • #5
Oh sry, I edited my post while you already answered it. I think I understood it now. Another puzzle stone done. Thank you for your clear explanations !

Greets
 
Last edited:
  • #6
In case you need to formalize everything, the correct written out formula for the hodge star on pseudo-Riemannian manifolds with signature ##(n^+,n^-)## is
$$\alpha = \frac{1}{k!} \alpha_{i_1 \dots i_k} \, d x^{i_1}\wedge \dots \wedge d x^{i_k}$$
$$\implies$$
$$\star \alpha = \frac{(-1)^{n^-}}{k! (n-k!)} \, \alpha_{i_1 \dots i_k} \, g^{i_1 j_1} \cdots g^{i_k j_k} \, \varepsilon_{j_1 \dots j_k j_{k+1} \dots j_n} \, \sqrt{\lvert \det g \rvert} \, d x^{j_{k+1}} \wedge \dots \wedge d x^{j_n}$$
and you can use the identities for the Levi Civita symbol to make computations.
 
Last edited:

1. What is the Hodge Star Operator Problem?

The Hodge Star Operator Problem is a mathematical problem in the field of differential geometry that involves finding the Hodge star operator for a given manifold. The Hodge star operator is a linear mapping that assigns a unique dual form to each differential form on a manifold.

2. Why is solving the Hodge Star Operator Problem important?

Solving the Hodge Star Operator Problem is important because it allows us to better understand the geometric properties of a manifold. The Hodge star operator is used in various fields of mathematics, including differential geometry, topology, and physics.

3. What are the steps involved in solving the Hodge Star Operator Problem?

The steps involved in solving the Hodge Star Operator Problem can vary depending on the specific problem and the approach used. However, in general, the steps may include setting up the problem, applying the Hodge star operator to a given form, performing any necessary calculations, and simplifying the solution.

4. Are there any applications of the Hodge Star Operator outside of mathematics?

Yes, the Hodge Star Operator has many applications outside of mathematics. It is used in physics to describe electromagnetic fields and in engineering to analyze fluid flow. It also has applications in computer graphics and computer vision.

5. How can I improve my understanding of the Hodge Star Operator Problem?

To improve your understanding of the Hodge Star Operator Problem, it is recommended to have a strong foundation in differential geometry and multivariable calculus. You can also study specific examples and practice solving problems to gain a better understanding of the concept. Additionally, seeking guidance from a mentor or studying advanced textbooks on the subject can also be helpful.

Similar threads

  • Differential Geometry
Replies
29
Views
1K
Replies
11
Views
6K
  • Differential Geometry
Replies
3
Views
1K
  • Advanced Physics Homework Help
Replies
12
Views
1K
  • Introductory Physics Homework Help
Replies
6
Views
231
  • Introductory Physics Homework Help
Replies
12
Views
2K
  • Differential Geometry
Replies
2
Views
2K
  • Classical Physics
2
Replies
36
Views
4K
Replies
4
Views
344
  • Special and General Relativity
Replies
10
Views
4K
Back
Top