QFT: Mandl & Shaw, Page 297 - An Extra Minus Sign

  • Context: Graduate 
  • Thread starter Thread starter Vic Sandler
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around a specific equation from the second edition of "Quantum Field Theory" by Mandl & Shaw, particularly focusing on an apparent discrepancy involving an extra minus sign in the equation on page 297. Participants analyze the equation's derivation and the implications of various terms, exploring the mathematical expressions related to the electromagnetic field tensor.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant identifies an extra factor of -1 in the right-hand side of an equation compared to the text, suggesting a potential error in the book's presentation.
  • Another participant challenges the initial approach, indicating that the manipulation of terms may not be correctly applied, particularly regarding the treatment of derivatives and dummy indices.
  • A participant expresses confusion about the term "div" mentioned in a previous post, seeking clarification on its definition.
  • There is a discussion about the interpretation of the expression involving derivatives, with one participant asserting that the standard convention is for derivatives to act only on the immediately adjacent term.
  • A clarification is provided regarding the definition of the 4-divergence of a tensor of rank 2, which is noted to be the derivative of the tensor's components.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correct interpretation of the equation or the presence of the extra minus sign. Multiple competing views and interpretations of the mathematical expressions remain evident throughout the discussion.

Contextual Notes

Participants express uncertainty regarding the manipulation of terms and the application of integration by parts, as well as the implications of the derivative notation used in the equations. There are unresolved questions about the definitions and conventions applied in the context of the discussion.

Vic Sandler
Messages
2
Reaction score
3
In the second edition of QFT by Mandl & Shaw, for the unnumbered eqn below eqn (13.120c) on page 297, I get a factor of -1 on the rhs that the book doesn't have. However, in the next two equations, it is clear that the author intends for the eqn to stand as it is. I get:

F_{\mu\nu}F^{\mu\nu} = (\partial_{\nu}A_{\mu} - \partial_{\mu}A_{\nu})(\partial^{\nu}A^{\mu} - \partial^{\mu}A^{\nu})
= \partial_{\nu}A_{\mu}\partial^{\nu}A^{\mu} - \partial_{\mu}A_{\nu}\partial^{\nu}A^{\mu} - \partial_{\nu}A_{\mu}\partial^{\mu}A^{\nu} + \partial_{\mu}A_{\nu}\partial^{\mu}A^{\nu}
= (\partial_{\nu}A_{\mu})(\partial^{\nu}A^{\mu}) + A_{\mu}\Box A^{\mu} - (\partial_{\mu}A_{\nu})(\partial^{\nu}A^{\mu}) - A_{\nu}\partial_{\mu}\partial^{\nu}A^{\mu}<br /> - (\partial_{\nu}A_{\mu})(\partial^{\mu}A^{\nu}) - A_{\mu}\partial_{\nu}\partial^{\mu}A^{\nu} + (\partial_{\mu}A_{\nu})(\partial^{\mu}A^{\nu}) + A_{\nu}\Box A^{\nu}
= 2A_{\mu}\Box A^{\mu} - 2A^{\mu}\partial_{\mu}\partial_{\nu}A^{\nu} + 2(\partial_{\nu}A_{\mu})F^{\mu\nu}\int d^4 x(\partial_{\nu}A_{\mu})F^{\mu\nu} = -\int d^4 x A_{\mu}\partial_{\nu}F^{\mu\nu} = 0

using eqn (5.2) on page 74 and s = 0. So I get an extra minus sign on the rhs.

-\frac{1}{4}\int d^4x F_{\mu\nu}F^{\mu\nu} = -\frac{1}{2} \int d^4 x A^{\mu}[g_{\mu\nu}\Box - \partial_{\mu}\partial_{\nu}]A^{\nu}

What am I doing wrong?
 
Last edited:
Physics news on Phys.org
You started off wrongly

∂νAμ∂νAμ−∂μAν∂νAμ−∂νAμ∂μAν+∂μAν∂μAν = 4div - Aμ □Aμ - 4div + Aν∂μ∂νAμ - 4div + Aμ∂ν∂μAν +4div - Aν□Aν = 4div + 2 Aμgμν□Aν - 2 Aμ∂μ∂νAν
 
  • Like
Likes   Reactions: 1 person
Thanks dextercioby. I am not familiar with the div. How is it defined?
 
Vic Sandler said:
F_{\mu\nu}F^{\mu\nu} = (\partial_{\nu}A_{\mu} - \partial_{\mu}A_{\nu})(\partial^{\nu}A^{\mu} - \partial^{\mu}A^{\nu})
= \partial_{\nu}A_{\mu}\partial^{\nu}A^{\mu} - \partial_{\mu}A_{\nu}\partial^{\nu}A^{\mu} - \partial_{\nu}A_{\mu}\partial^{\mu}A^{\nu} + \partial_{\mu}A_{\nu}\partial^{\mu}A^{\nu}
I can't follow what you do after this.

But by swapping the dummy indices μ and ν, we see that the 4th term above is the same as the 1st, and the 2nd term is the same as the 3rd, and so
= 2\partial_{\nu}A_{\mu}\partial^{\nu}A^{\mu} - 2\partial_{\nu}A_{\mu}\partial^{\mu}A^{\nu}
Now use integration by parts to move the derivatives off the first A in each term:
= -2A_{\mu}\partial_{\nu}\partial^{\nu}A^{\mu} + 2A_{\mu}\partial_{\nu}\partial^{\mu}A^{\nu}
In the second term, swap which μ is up and which is down, and commute the derivatives to get
= -2A_{\mu}\Box A^{\mu} + 2A^{\mu}\partial_{\mu}\partial_{\nu}A^{\nu}
 
  • Like
Likes   Reactions: 1 person
Thanks Avodyne, your solution is simpler for me. I'd still like to know what div in dextercioby's post stands for though.
 
Wait a minute, are you sure you can do that? I thought

\partial_{\nu}A_{\mu}\partial^{\nu}A^{\mu}

in the second line of my equation in the OP meant

\partial_{\nu}(A_{\mu}\partial^{\nu}A^{\mu})

not

(\partial_{\nu}A_{\mu})(\partial^{\nu}A^{\mu})
 
\partial_{\nu}A_{\mu}\partial^{\nu}A^{\mu}<br /> =(\partial_{\nu}A_{\mu})(\partial^\nu A_\mu)
since it comes from the product of the two F's, which have the derivatives acting on their own A's only.

In general, when you have an expression like this, the standard convention is that the derivative acts only on the object to the immediate right, and not on everything to the right.
 
  • Like
Likes   Reactions: 1 person
A 4-divergence of a tensor of rank 2 is \partial_{\mu} T^{\mu\nu} (for flat space-time). From rank 2 you can define it for any rank with the same pattern.
 
  • Like
Likes   Reactions: 1 person
Thanks to Avodyne and dextercioby for your help.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 17 ·
Replies
17
Views
3K