Along a Curve - Maple Help

Online Help

All Products    Maple    MapleSim


Line Integral along a Curve in 2-D

Description

Calculate the line integral of F.dr along a curve.

Define the coordinates.

VectorCalculusSetCoordinatescartesianx,y:

Define the vector field.

VectorCalculusVectorFieldx y, 2 x+3 y2

xye_x+2x+3y2e_y

(1)

Specify the curve and range of the path, and then calculate the line integral of the vector field.

VectorCalculusLineInt,Path2 p23 p,15 p,p=0..1

1703

(2)

Commands Used

VectorCalculus[LineInt], VectorCalculus[SetCoordinates], VectorCalculus[VectorField]

See Also

VectorCalculus