Along a Circle - Maple Help

Online Help

All Products    Maple    MapleSim


Line Integral along a Circle in 3-D

Description

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

Define the coordinates.

VectorCalculusSetCoordinatescartesianx,y,z:

Define the vector field.

VectorCalculusVectorFieldx y, y, z2

xye_x+ye_y+z2e_z

(1)

Specify the center, radius, and normal of the circle, and then calculate the line integral of the vector field.

VectorCalculusLineInt,Circle3D1,2,3,4,1,1,1

1633π

(2)

Commands Used

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

See Also

VectorCalculus