Can I Use the EOM to Simplify an Interaction Term in Feynman Diagrams?

  • Context: Graduate 
  • Thread starter Thread starter jfy4
  • Start date Start date
  • Tags Tags
    Eom Field
Click For Summary

Discussion Overview

The discussion revolves around the use of the equation of motion (EOM) to simplify an interaction term in Feynman diagrams, specifically focusing on a given interaction Lagrangian involving derivatives of fields. Participants explore the implications of using the EOM at various stages of the calculation and the representation of vertex factors in diagrams.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether they can use the EOM to simplify the interaction term in the Lagrangian, suggesting a transformation involving variations with respect to a source.
  • Another participant asserts that the EOM should not be used in general for simplification, as it applies only to particles on the mass shell.
  • There is a discussion about the representation of vertex factors in diagrams, with one participant noting that each field corresponds to a line and each derivative corresponds to a momentum factor.
  • Concerns are raised about the assignment of momentum labels and how they affect the interaction vertex, with a suggestion that the factor should involve the dot product of momenta rather than a single momentum squared.
  • Some participants discuss the implications of field redefinitions on the Lagrangian and the resulting vertex factors, with various forms being proposed.
  • There is a contention regarding the necessity of field redefinitions and the conditions under which the EOM can be applied, with differing views on whether vertex factors can be simplified using on-shell conditions.

Areas of Agreement / Disagreement

Participants express differing views on the applicability of the EOM for simplification, with no consensus reached on whether it can be used in this context. The discussion remains unresolved regarding the implications of field redefinitions and the treatment of vertex factors in diagrams.

Contextual Notes

Some participants highlight that the use of the EOM may only be valid under certain conditions, such as when considering on-shell particles, while others argue that off-shell propagators complicate the application of these principles. The discussion includes various assumptions about the nature of the interaction and the treatment of momenta in the diagrams.

jfy4
Messages
645
Reaction score
3
Hi,

I am given an interaction lagrangian piece as
<br /> \mathcal{L}_1 = \frac{1}{2} g \phi \partial^\mu \phi \partial_\mu \phi<br />
Now normally when I have an interaction lagrangian piece I turn the field's into variations with respect to the source \delta_J, and take variations of the free partition function to get feynman diagrams, however in this case the partials confuse me. Am I allowed to use the EOM at this stage to simplify the interaction term? Or can I preform the following operations
<br /> \frac{1}{2}g \phi \partial^\mu \phi \partial_\mu \phi \rightarrow \frac{1}{2}g \Box (\delta_J)^3<br />
since typically the variation and the partial `commute'?

EDIT: I realized I can integrate by parts, that maybe helps a little, but I am still almost in the same boat as before. After integration I get
<br /> \mathcal{L}_1 = -\frac{1}{4}g \phi^2 \Box \phi<br />
since the total derivative vanishes.

Thanks, any help is appreciated.
 
Last edited:
Physics news on Phys.org
No transformation necessary, each φ is represented by a line coming to the vertex, and for each ∂μ include as a factor the corresponding k-vector.
Am I allowed to use the EOM at this stage to simplify the interaction term?
Not in general, the equation of motion holds only for particles on the mass shell.
 
Thanks a lot Bill.

So I would write something like
<br /> \rightarrow \frac{i}{2}g(i k^\mu )(i k_{\mu}) = \frac{-i}{2}g k^\mu k_\mu<br />
for the vertex factor in a diagram. Then for a field redefinition to the scalar lagrangian
<br /> \mathcal{L}_0 = -\frac{1}{2}\partial^\mu \phi \partial_\mu \phi - \frac{1}{2}m^2 \phi^2<br />
of the form
<br /> \phi \rightarrow \phi&#039; = \phi +\lambda \phi^2<br />
I end up with something of the form
<br /> \mathcal{L} = \mathcal{L}_0 -2\lambda \phi \partial^\mu \phi \partial_\mu \phi - 2 \lambda^2 \phi^2 \partial^\mu \phi \partial_\mu \phi -\lambda m^2 \phi^3 - \frac{1}{2}\lambda^2 m^2 \phi^4<br />
Then I have associated vertex factors of the form
<br /> 2i\lambda k^2 \quad 2i \lambda^2 k^2 \quad -i \lambda m^2 \quad -\frac{i}{2}\lambda^2 m^2<br />
 
Well if the interaction has three φ's, there's three k's also, with k1 + k2 + k3 = 0. So the factor in front of φ ∂μφ ∂μφ, instead of k2 wouldn't it have to look more like k1·k2?
 
So the phi without a partial derivative is acting like a mediator; it takes away -(k_1 + k_2) from the interaction vertex? However, the assignment of momentum labels is arbitrary, how can I let my convention decided which momenta are the ones I have as factors...?
 
You'd have to include all three possibilities. And for the φ2μφ ∂μφ term there would be six!
 
jfy4 said:
Thanks a lot Bill.

So I would write something like
<br /> \rightarrow \frac{i}{2}g(i k^\mu )(i k_{\mu}) = \frac{-i}{2}g k^\mu k_\mu<br />
for the vertex factor in a diagram. Then for a field redefinition to the scalar lagrangian
<br /> \mathcal{L}_0 = -\frac{1}{2}\partial^\mu \phi \partial_\mu \phi - \frac{1}{2}m^2 \phi^2<br />
of the form
<br /> \phi \rightarrow \phi&#039; = \phi +\lambda \phi^2<br />
I end up with something of the form
<br /> \mathcal{L} = \mathcal{L}_0 -2\lambda \phi \partial^\mu \phi \partial_\mu \phi - 2 \lambda^2 \phi^2 \partial^\mu \phi \partial_\mu \phi -\lambda m^2 \phi^3 - \frac{1}{2}\lambda^2 m^2 \phi^4<br />
Then I have associated vertex factors of the form
<br /> 2i\lambda k^2 \quad 2i \lambda^2 k^2 \quad -i \lambda m^2 \quad -\frac{i}{2}\lambda^2 m^2<br />

vertex factor can be calculated directly from interaction term by taking iLint substiuting the plane wave form for different ∅ like exp(ikx) and exp(-ikx) and then throwing out the term already taken care by normalization,exponential factor etc.it is recommended to use lagrangian not hamiltonian in case partials getting involved.
 
So then using my expression for \mathcal{L}, I would have
<br /> (i \lambda) (2(k_1 k+k_2 k+k_1 k_2)-m^2) \quad \text{and}\quad (i \lambda^2)(2(k_1 k_2 + k_1 k_3 + k_1 k_4 + k_2 k_3 + k_2 k_4 + k_3 k_4)-\frac{1}{2}m^2).<br />
as my vertex factors? Thanks for your guys help.
 
I am not getting why are you redefining the field by a transformation,Vertex factors are always sandwiched between free particle states.There you can use eqn of motion to elliminate some k's by on-shell condition(it will be an approximation)
 
  • #10
I am not getting why are you redefining the field by a transformation,Vertex factors are always sandwiched between free particle states.There you can use eqn of motion to elliminate some k's by on-shell condition(it will be an approximation)
No they aren't! :confused: What if the vertex is just one part of a larger diagram. Then the lines coming to the vertex will be off-shell propagators.
 
  • #11
Bill_K said:
No they aren't! :confused: What if the vertex is just one part of a larger diagram. Then the lines coming to the vertex will be off-shell propagators.

No,even if the vertex is part of a larger diagram it holds.It is because you are not considering the whole of diagram,if you will do this then you will find that those vertex which are sandwiched b/w off-shell propagators, also sandwiched between free particle states.Since K's does not involve any operators,they can be transferred to extreme left or right to operate on free particle state.If free particle states are spinors then also it can be manipulated with γ matrix algebra so as to get something like -iγ.p which can be set up to m.I think you understand it now.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K