Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2025-12-03 23:24:25
Size: 2898
Comment: Greens
Revision 5 as of 2025-12-08 18:50:00
Size: 3545
Comment: Cleanup
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:


=== dr Reformulation ===
Line 51: Line 55:
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: Again parameterize ''F'' using ''r(t)'' for ''a ≤ t ≤ b'' to get:
Line 54: Line 58:



=== Conservative Reformulation ===

If vector field ''F'' 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:

{{attachment:vector5.svg}}
Line 59: Line 71:


=== Circular Integral ===
Line 61: Line 77:
{{attachment:vector6.svg}} {{attachment:circ.svg}}
Line 71: Line 87:


=== Circulation Form ===
Line 75: Line 95:
\oint_C F \cdot T ds = \oint_C Pdx + Qdy = \iint_D(Q_x - P_y)\,dA {{attachment:green1.svg}}
Line 79: Line 99:
This formulation is particularly useful in cases where derivation eliminates all variables of ''P'' and ''Q'', leaving an integral that is simply the area of region ''D'' (i.e., ''∫∫,,D,, dA'') multiplied by some scalar.
Line 81: Line 103:
\iint_D \mathrm{curl} \, F \cdot k \, dA {{attachment:green2.svg}}

(Note that ''k'' is the [[Calculus/UnitVector|unit vector]].)



=== Flux Form ===
Line 85: Line 113:
\oint_C F \cdot N ds = \iint_D(P_x + Q_y) \, dA {{attachment:green3.svg}}

This can also be expressed in terms of [[Calculus/Divergence|divergence]], leading to it sometimes being called the '''divergence form'''.

{{attachment:green4.svg}}

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

dr Reformulation

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

dr1.svg

dr2.svg

Therefore dr can be substituted into the above equation.

vector3.svg

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

vector4.svg

Conservative Reformulation

If vector field F 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:

vector5.svg

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

vector5.svg

Circular Integral

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

circ.svg

and is generally evaluated using Green's theorem.


Green's Theorem

Circulation Form

Green's theorem enables conversion between double integrals and line integrals along a closed and circular curve C.

Consider a vector field expressed as F = <P(x,y), Q(x,y)> and a closed circular curve C parameterized as r(t) = <x(t), y(t)>. The circulation form of the theorem states that:

green1.svg

for a C that is oriented counter-clockwise. (For a clockwise oriented C, negate the formula.) In some cases, such an integral is expressed as being along the perimeter of a surface D rather than along curve C. In this case C is substituted for ∂D.

This formulation is particularly useful in cases where derivation eliminates all variables of P and Q, leaving an integral that is simply the area of region D (i.e., ∫∫D dA) multiplied by some scalar.

This can also be expressed in terms of curl, leading to it sometimes being called the curl form.

green2.svg

(Note that k is the unit vector.)

Flux Form

The flux form or normal form of the theorem states that:

[ATTACH]

This can also be expressed in terms of divergence, leading to it sometimes being called the divergence form.

[ATTACH]


CategoryRicottone

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