Calculating Circulation of Vector G with Green's Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
-EquinoX-
Messages
561
Reaction score
1

Homework Statement



Use Green's Theorem to calculate the circulation of [tex]\vec{G}[/tex] around the curve, oriented counterclockwise. [tex]\vec{G} = 3y\vec{i} + xy\vec{j}[/tex] around the circle of radius 2 centered at the origin.

Homework Equations


The Attempt at a Solution



[tex]\int_{-2}^{2}\int_{-\sqrt(4-y^2)}^{\sqrt(4-y^2)} y-3 dx dy[/tex]

is this correct?
 
Physics news on Phys.org
No, it isn't. Your integrand should be
[tex]\frac{\partial xy}{\partial y}- \frac{\partial 3y}{\partial x}[/tex]

What you have is
[tex]\frac{\partial xy}{\partial x}- \frac{\partial 3y}{\partial y}[/tex]

Also, although your limits of integration are correct for Cartesian coordinates, I think the integral would be easier in polar coordinates.
 
Hm.. the curve is oriented counterclockwise, so shouldn't it be ∂x(xy) - ∂y(3y), i.e. the z-component of ∇ x G?
 
so it is correct isn't it?