Along an Ellipse - Maple Help

Online Help

All Products    Maple    MapleSim


Line Integral along an Ellipse in 2-D

Description

Calculate the line integral of F.dr along an ellipse.

Define the coordinates.

VectorCalculusSetCoordinatescartesianx,y:

Define the vector field.

VectorCalculusVectorFieldx y,2 x+3 y2

xye_x+2x+3y2e_y

(1)

Specify the ellipse, and then calculate the line integral of the vector field.

VectorCalculusLineInt,Ellipsex23+y2101

2103π

(2)

Commands Used

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

See Also

VectorCalculus