Line Integral Shift

183 Views Asked by At

How does the integration identity $\int_{a + c}^{b + c} f(x - c)\ dx = \int_a^b f(x)\ dx$ extend to line integrals? Would a line integral of $f(x(t),\ y(t))$ shifted to $a + c \leq t \leq b + c$ become $f(x(t) - c,\ y(t) - c)$, $f(x(t - c),\ y(t - c))$, or something different? Does this depend on whether the line integral is with respect to $x$ or $y$ (scalar field), arclength (scalar field), or $\vec r$ (vector field), and in each case, which aspects of the problem's geometry would be altered by the shift, and which would be invariant?

1

There are 1 best solutions below

0
On BEST ANSWER

It should become $f(x(t-c),y(t-c))$. The line integral would be with respect to the variable that parameterises the line, namely $t$.

$$\int_{t\in[a,b]}f(x(t),y(t))\mathrm dt=\int_{t\in[a+c,b+c]}f(x(t-c),y(t-c))\mathrm dt$$

The reason why this works is because, as with the one dimensional example, changing the variables in this way keeps the path that we integrate along the same.

In the notation $\int_{\mathcal C}f(\vec x)\,\mathrm ds$, this choice of parameterisation is hidden, so no change of variables happen here.