Line Integrals
The Essentials
Regular integrals are the sum of small bits of \( x \) multiplied by the value of the function at that small bit. Line integrals are integrated along small bits of the parameterization of a curve instead of the \( x \) axis. A line integral can be taken of a scalar function or a vector function. The first step to find a scalar or vector line integral is to find the parameterization vector of the line. The formula for scalar line integrals:
The formula for vector line integrals:
Another way to denote vector line integrals is:
Where \( \vec{F}=\langle P,Q,R\rangle \) and \( d\vec{r}=\langle dx,dy,dz\rangle \).
A line integral where \( f \) is 1 will give the arc length of the line. Likewise when \( f \) is a density function, the line integral of \( f \) will give you the density of a wire. Work is a vector line integral.
Flux is fluid flow against a curve. It is the same as a vector line integral except that the unit tangent vector (\( \vec{T} \)) is replaced with the unit normal vector (\( \vec{N} \)). The normal vector is \( \vec{n}=\langle -y'(t),x'(t)\rangle \), so the unit normal vector is the normal vector divided by its magnitude:
Therefore the equation for flux is:
Circulation is the tendency of the curve to move in the same direction as the function. It is the vector line integral over a closed curve:
Example
Calculate the work done by the field \( \vec{F}(x,y)=\langle -y,x\rangle \) over the unit circle moving counterclockwise.
Work is a vector line integral. We can represent the parameterization as:
To calculate the work:
Practice
1) Calculate the mass of the wire that has a density function of \( \rho(x,y,z)=x^2+y^2+z^2 \) and a shape parameterized by \( \vec{r}(x,y,z)=\langle 3\cos(t),3\sin(t),t\rangle \) from \( 0\leq t\leq 3 \).
2) Evaluate the integral from the point (0, 1, 4) to (2, 5, 6):
3) Calculate the flux of \( \vec{F}=x\hat{i}+y^2\hat{j} \) across the curve \( y=x \) from \( 0\leq x\leq 4 \)
Solutions:
1) \( 36\sqrt{10} \)
2) 60
3) \( -\frac{40}{3} \)