Line Integrals (Real Vector Fields)#
TODO: Make this more rigorous
Definition: Line Integral of a Real Vector Field
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}^n\) be a real vector 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\).
The line integral of \(f\) along \(\gamma\) is the (potentially improper) Riemann integral
of the dot product between \(f \circ \gamma\) and \(\gamma'\), 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 vector field \(f: \mathbb{R}^3 \to \mathbb{R}^3\) defined as
and the parametric curve \(\gamma: [0,2] \to \mathbb{R}^3\) defined as follows:
We have:
Both \(f\circ \gamma\) and \(\gamma'\) are continuous. Therefore, \((f \circ \gamma) \cdot \gamma'\) is also continuous and we have
for the line integral of \(f\) along \(\gamma\).
Example
Consider the real vector field \(f: \mathbb{R}^2 \to \mathbb{R}^2\) defined as
and the parametric curve \(\gamma: [0,2\uppi] \to \mathbb{R}^2\) defined as follows:
Since \(\gamma(0) = \gamma(2\uppi)\), we know that \(\gamma\) is closed.
We have:
Both \(f\circ \gamma\) and \(\gamma'\) are continuous. Therefore, \((f \circ \gamma) \cdot \gamma'\) is also continuous and we have
for the line integral of \(f\) along \(\gamma\).
Example
Consider the real vector field \(f: \mathbb{R}^2 \to \mathbb{R}^2\) defined as
and the parametric curve \(\gamma: [0,2\uppi] \to \mathbb{R}^2\) defined as follows:
Since \(\gamma(0) = \gamma(2\uppi)\), we know that \(\gamma\) is closed.
We have:
Both \(f\circ \gamma\) and \(\gamma'\) are continuous. Therefore, \((f \circ \gamma) \cdot \gamma'\) is also continuous and 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}^n\) and \(g: \mathcal{D}_g \subseteq \mathbb{R}^n \to \mathbb{R}^n\) be real vector 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: Vector Line Integral \(=\) Scalar Line Integral
Let \(f: \mathcal{D}_f \subseteq \mathbb{R}^n \to \mathbb{R}^n\) be a real vector 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\).
The line integral of \(f\) over \(\gamma\) (provided it exists) is equal to the line integral of the dot product between \(f\) and \(\gamma\)'s unit tangent vector over \(\gamma\) (provided it exists):
Proof
TODO
Green's Theorem
TODO: Make more rigorous
Let \(\mathcal{D} \subset \mathbb{R}^2\) be Lebesgue-measurable and such that its boundary can be parameterized by a piecewise regular, simple closed parametric curve \(\gamma: [a,b] \subseteq \mathbb{R} \to \mathbb{R}^2\) with positive orientation. Let \(f: \mathcal{D} \to \mathbb{R}^2\) be a real vector field with component functions \(f_1\) and \(f_2\).
If \(f\) is continuously differentiable on \(\mathcal{D}\), then its line integral over \(\gamma\) is given by the following integral of the partial derivatives of \(f_1\) and \(f_2\):
Example
Consider the square \(\mathcal{D} = [0,1]^2 \subset \mathbb{R}^2\). The boundary of \(\mathcal{D}\) can be parameterized by the following parametric curve:
We see that \(\gamma\) is piecewise regular, simple, closed and with positive orientation.
Let \(f: \mathcal{D} \to \mathbb{R}^2\) be a real vector field defined as
for some continuously differentiable real scalar field \(f_1\).
The conditions for the theorem are satisfied and for the line Integral of \(f\) over \(\gamma\), we have:
Since \(\partial_2 f_1(x,y)\) is continuous, we get the following iterated integral:
We can also verify this via the definition of the line integral:
Example: Area via Line Integral
The theorem can also be used to find the area of a bounded Lebesgue-measurable subset \(\mathcal{D} \subseteq \mathbb{R}^2\).
Specifically, if \(f: \mathcal{D} \to \mathbb{R}^2\) is a continuously differentiable real vector field such that the partial derivatives of its component functions \(f_1\), \(f_2\) obey \(\partial_1 f_2 - \partial_2 f_1 = 1\), then the area of \(\mathcal{D}\) is given by the line integral of \(f\) over any parametric curve which parameterizes the boundary of \(\mathcal{D}\).
For example, we can pick \(f: \mathcal{D} \to \mathbb{R}^2\) defined as follows:
We have:
Now consider the following ellipse:
Its boundary can be parameterized by the following parametric curve:
We see that the conditions for the theorem are fulfilled. Therefore:
Proof
TODO