1
$\begingroup$

I can't find this online from a simple search, and I cannot remember.

Given two curves/path $C$ and $D$, what is the notation for path concatenation when describing a path integral? Here are some ideas I came up with. Is there a canonical notation?

  • $\int_{CD} f \cdot d\vec r$
  • $\int_{C+D} f \cdot d\vec r$
  • $\int_{C \circ D} f \cdot d\vec r$
  • 1
    I don't think there's a canonical notation. However, the notation $C + D$ makes a lot of sense in the context of [singular homology](http://en.wikipedia.org/wiki/Singular_homology).2011-09-04

1 Answers 1

0

The paths are each considered sets of points, so concatenating them (gluing them together or using them as separate components both in the integration) involves taking all of the points of the paths jointly, which would be the set union $C\cup D$. I believe I've seen this notation in integrals but I can't remember a specific source off the top of my head. Note that if $C$ and $D$ share a measurable piece of curve together (or space generally for multivariable integrals), $\oint_{C\cup D}$ will only integrate over it once instead of twice like $\oint_C+\oint_D$ would.