Computing vacuum expectation values

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
kexue
Messages
195
Reaction score
2
I have small question computing vacuum expectation values here http://www.cns.gatech.edu/FieldTheory/extras/SrednickiQFT03.pdf" from Mark Srednicki.

My problem is with equation 210 on the pdf page 69. In the second line of 210, where does the second term come from?

Z(J) and W(J) are defined one page 62-63 with equations 196 and 197, and the computation for the vacuum expectation value of a single field is given in 198, which makes sense to me.

But not the second term in the second line of 210!

thank you
 
Last edited by a moderator:
Physics news on Phys.org


it's just the chain rule and the product rule. treat [itex]\delta_i[/itex] as an ordinary derivative and work it out.

There is one small typo: in the first line there should be a 1/Z[J=0]. This then cancels when you write it in terms of W.
 


Ok, bit ashamed to come back, but ..

So I want to compute (d/dJ_1)(d/dJ_2)exp(iW(J(1,2))

(d/dJ_1)(d/dJ_2)exp(iW(J(1,2)) = (d/dJ_1)((d/dJ_2)iW(J(1,2)exp(iW(J(1,2)) (chain rule)

since at the end we set J=0 and W(0)=0 defined, exp(iW(J(0))=1, exp(iW(J(1,2)) drops out

so I got (d/dJ_1)((d/dJ_2)iW(J(1,2)

now I should apply the product rule to get to the second line of 210, but sadly I can't see how
 


kexue said:
Ok, bit ashamed to come back, but ..

So I want to compute (d/dJ_1)(d/dJ_2)exp(iW(J(1,2))

(d/dJ_1)(d/dJ_2)exp(iW(J(1,2)) = (d/dJ_1)((d/dJ_2)iW(J(1,2)exp(iW(J(1,2)) (chain rule)

since at the end we set J=0 and W(0)=0 defined, exp(iW(J(0))=1, exp(iW(J(1,2)) drops out
You may only do that at the very end of the calculation (after having applied all derivatives). Apply the derivative wrt J_1 on everything and *then* set J=0. You will get his expression.
 


Now got it!

Thanks nrqed, thanks blechman!