Line Integrals (Real Scalar Fields)#
Definition: Line Integral of a Real Scalar Field
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}\) be a real scalar field and let \(\gamma: I \subseteq \mathbb{R} \to \mathbb{R}^n\) be a real parametric curve which is differentiable on the interior of the interval \(I\) with \(\gamma(I) \subseteq \mathcal{D}_f\).
The line integral of \(f\) along \(\gamma\) is the (potentially improper) Riemann integral
provided that it exists.
Notation
We denote the line integral of \(f\) along \(\gamma\) as follows:
If \(\gamma\) is closed, we write:
Example
Consider the real scalar field \(f: \mathbb{R}^2 \to \mathbb{R}\) defined as
and the parametric curve \(\gamma: [0,1] \to \mathbb{R}^2\) defined as follows:
It is continuous on \([0,1]\) and continuously differentiable on \((0,1)\):
Since \(f\) is also continuous, we know that \(f(\gamma(t))||\gamma'(t)||\) is continuous and thus Riemann-integrable. Therefore, we have
for the line integral of \(f\) along \(\gamma\).
Theorem: Linearity of Line Integrals
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}\) and \(g: \mathcal{D}_g \subseteq \mathbb{R}^n \to \mathbb{R}\) be real scalar fields and let \(\gamma: I \subseteq \mathbb{R} \to \mathbb{R}^n\) be a real parametric curve which is differentiable on the interior of the interval \(I\) with \(\gamma(I) \subseteq \mathcal{D}_f \cap \mathcal{D}_g\).
If the line integrals of \(f\) and \(g\) along \(\gamma\) exist, then so does the line Integral of \(\alpha f + \beta g\) for all \(\alpha, \beta \in \mathbb{R}\):
Proof
Since the line integrals of \(f\) and \(g\) along \(\gamma\) exist, we know that
and
exist. Therefore:
Theorem: Line Integrals under Reparametrization
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}\) be a real scalar field and let \(\gamma: I_{\gamma} \subseteq \mathbb{R} \to \mathbb{R}^n\) and \(\varphi: I_{\varphi} \subseteq \mathbb{R} \to \mathbb{R}^n\) be real parametric curve which are continuously differentiable on the interior of the intervals \(I_{\gamma}\) and \(I_{\varphi}\), respectively, with \(\gamma(I_{\gamma}) = \varphi(I_{\varphi}) \subseteq \mathcal{D}_f\).
If the line integrals of \(f\) along \(\gamma\) and \(\varphi\) exist and \(\gamma\) and \(\varphi\) are equivalent up to a continuously differentiable reparametrization, then those line integrals are equal:
Proof
TODO
Mean Value Theorem for Scalar Line Integrals
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}\) be a real scalar field and let \(\gamma: [a,b] \subseteq \mathbb{R} \to \mathbb{R}^n\) be a real parametric curve with \(\gamma([a,b]) \subseteq \mathcal{D}_f\).
If \(f\) is continuous on \(\gamma([a,b])\) and \(\gamma\) is continuous on \([a,b]\) and continuously differentiable on \((a,b)\), then there exists some \(t \in [a,b]\) such that the line integral of \(f\) along \(\gamma\) is equal to \(f(\gamma(t))\cdot L\), where \(L\) is the arclength traced by \(\gamma\):
Proof
TODO