Differences between revisions 1 and 2
Revision 1 as of 2025-12-01 04:28:52
Size: 1740
Comment: Initial commit
Revision 2 as of 2025-12-01 04:39:07
Size: 1741
Comment: Typo
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
Lastly, if a vector field is [[Calculus/VectorField#Conservative_Field|conservative]], then there exists at least one function ''f'' satisfying ''F = ∇f''. If given the start and end points ''A'' and ''B'' of the curve ''C'', then: Lastly, if a vector field is [[Calculus/VectorField#Conservative_Fields|conservative]], then there exists at least one function ''f'' satisfying ''F = ∇f''. If given the start and end points ''A'' and ''B'' of the curve ''C'', then:

Line Integral

A line integral is an integral along a smooth curve C.


Scalar Line Integral

Given a smooth curve C, integrating a function f along C gives the scalar line integral. As the name implies, this returns a scalar value.

scalar1.svg

Parameterize f using r(t) for a ≤ t ≤ b to get:

scalar2.svg

This gives a straightforward calculation for arc length:

arc.svg


Vector Line Integral

A vector field F is defined for some domain D. Given a smooth curve C that exists entirely within D, the vector line integral is given by:

vector1.svg

where T is the unit tangent vector.

Parameterize F using r(t) for a ≤ t ≤ b to get:

vector2.svg

Another common notation follows from reformulating r'(t) as:

dr1.svg

dr2.svg

Therefore dr can be substituted into the above equation.

vector3.svg

Lastly, if a vector field is conservative, then there exists at least one function f satisfying F = ∇f. If given the start and end points A and B of the curve C, then:

vector4.svg

Or parameterize f using r(t) for a ≤ t ≤ b to get:

vector5.svg

If C is closed and circular, i.e. there are no endpoints, the integral is notated as

vector6.svg


CategoryRicottone

Calculus/LineIntegral (last edited 2025-12-10 21:40:02 by DominicRicottone)