Path integrals
If you need to integrate a scalar-valued function over a curve, it is pretty straight-forward. For example, to integrate f(x,y,z)= over the curve
(t)={t,Sin[t],Tan[t]}, 0≤t≤
, you need to simply use ArcLengthFactor to convet ds to dt and compose f and c:
If your curve (and function) is in some other coordinate system, you simply have to specify that in the ArcLengthFactor term. (Be careful that you specify your variables in the order Mathematica expects them in for your coordinate system, both in f and in c.)
Created by Mathematica (March 29, 2006) | ![]() |