Problem 781
Feynman Diagrams
Let
- two vertices of degree
, one with a single outgoing blue edge and the other with a single incoming blue edge. vertices of degree , each of which has an incoming blue edge, a different outgoing blue edge and a red edge.
For example,
You are also given
Find
NOTE: Feynman diagrams are a way of visualising the forces between elementary particles. Vertices represent interactions. The blue edges in our diagrams represent matter particles (e.g. electrons or positrons) with the arrow representing the flow of charge. The red edges (normally wavy lines) represent the force particles (e.g. photons). Feynman diagrams are used to predict the strength of particle interactions.
费曼图
考虑由蓝色边(有向)和红色边(无向)组成的连通图,记
- 有两个度为
的顶点,其中一个只有一条蓝色出边,另一个只有一条蓝色入边。 - 有
个度为 的顶点,每一个均有一条蓝色入边,另一条蓝色出边,和一条红边。
例如,
已知
求
注:费曼图是一种形象化展示基本粒子之间相互作用的方法,其中:顶点代表相互作用;蓝色边代表实物粒子(例如电子和正电子),其方向表示电荷的移动方向;红色边(通常用曲线表示)代表力场粒子(例如光子)。费曼图通常用于预测粒子间相互作用的强度。
Gitalking ...