Chapter 9: Vector Calculus
Section 9.5: Line Integrals
Example 9.5.12
Calculate the circulation of the field F=x y i+x+y j on the circle whose center is 3,5 and whose radius is 2.
Solution
Mathematical Solution
The circle whose center is 3,5 and whose radius is 2 is given parametrically by the position vector
R=xy = 3+2 cos(t)5+2 sin(t)
The work done by the field F is given by the line integral
∫CF·dr
=∫abf dx+g dy
=∫02 πx yx=a|f(x)x=xt,y=yt⋅ddtxt+x+yx=a|f(x)x=xt,y=yt⋅ddtyt dt
=∫02 π3+2 cost5+2 sint⋅2+3+2 cost+5+2 sint⋅2 dt
=∫02 π22+4⁢cos⁡t⁡5+2⁢sin⁡t+4⁢cos⁡t+4⁢sin⁡t dt
=−8 π
Maple Solution - Interactive
Initialize
Tools≻Load Package: Student Vector Calculus
Loading Student:-VectorCalculus
Tools≻Tasks≻Browse: Calculus - Vector≻ Vector Algebra and Settings≻ Display Format for Vectors
Press the Access Settings button and select "Display as Column Vector"
Display Format for Vectors
Define the vector field F
Enter the free vector whose components are those of F. Context Panel: Evaluate and Display Inline
Context Panel: Student Vector Calculus≻Conversions≻To Vector Field
Context Panel: Assign to a Name≻F
x y,x+y = x⁢yx+y→to Vector Fieldx⁢yx+y→assign to a nameF
Obtain the line integral via the Context Panel
Write the name F and press the Enter key.
Context Panel: Student Vector Calculus≻Line Integral (Complete the dialog as per Figure 9.5.12(a).)
Context Panel: Evaluate Integral
F
→line integral
∫02⁢π−2⁢3+2⁢cos⁡t⁢5+2⁢sin⁡t⁢sin⁡t+2⁢8+2⁢cos⁡t+2⁢sin⁡t⁢cos⁡tⅆt
=
−8⁢π
Figure 9.5.12(a) Line Integral Domain dialog
In the "Line Integral Domain" dialog, select "Circle" and enter coordinates of the center and the radius. At the bottom of the dialog, select "integral" as the return option. The alternatives are "value" or "plot". The graph returned by the "plot" option can be seen in the next section (Maple Solution - Coded).
It is also possible to obtain a solution from first principles.
Define the path parametrically, as a position vector
Context Panel: Assign Name
R=3+2 cost,5+2 sint→assign
Obtain T, a unit tangent vector along the path
Write the name R. Context Panel: Evaluate and Display Inline
Context Panel: Student Vector Calculus≻Frenet Formalism≻Tangent Vector≻t
Context Panel: Student Vector Calculus≻Normalize≻Euclidean
Context Panel: Assign to a Name≻T
R = →tangent vector →Euclidean-normalize →assign to a nameT
Obtain ρ=dsdt=R.
Calculus palette: Differentiation operator
Context Panel: Evaluate and Display Inline
Context Panel: Assign to a Name≻rho
ⅆⅆ t R = 2→assign to a nameρ
Obtain the integrand F·T ds
Common Symbols palette: Dot product operator Press the Enter key.
Context Panel: Constructions≻Definite Integral≻t (Complete dialog as per figure at the right.)
F·T ρ
−2⁢3+2⁢cos⁡t⁢5+2⁢sin⁡t⁢sin⁡t+2⁢8+2⁢cos⁡t+2⁢sin⁡t⁢cos⁡t
→integrate w.r.t. t
Maple Solution - Coded
Install the Student VectorCalculus package.
Set the display format for vectors via the BasisFormat command.
withStudent:-VectorCalculus:BasisFormatfalse:
Define F via the VectorField command.
F≔VectorFieldx y,x+y:
Apply the LineInt command
LineIntF,Circle3,5,2,output=integral=LineIntF,Circle3,5,2
∫02⁢π−2⁢3+2⁢cos⁡t⁢5+2⁢sin⁡t⁢sin⁡t+2⁢8+2⁢cos⁡t+2⁢sin⁡t⁢cos⁡tⅆt=−8⁢π
Use the LineInt command to generate a graph of F and the path of integration
LineIntF,Circle3,5,2,output=plot,scaling=constrained,vectoroptions=width=.1
Define the path parametrically, as the position vector R
Define R as the position vector parametrizing the circle of integration with t∈0,2 π.
R≔3+2 cost,5+2 sint
Apply the Norm command to the result obtained with the diff command.
ρ≔NormdiffR,t
2
Use the TangentVector command with the option to return a unit vector.
T≔TangentVectorR,t,normalized
Form and evaluate the requisite line integral
Compute F·T with the DotProduct command, then use the Int and int commands.
IntDotProductF,T⋅ρ,t=0..2 π=intDotProductF,T⋅ρ,t=0..2 π
<< Previous Example Section 9.5 Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
Download Help Document