Circulation of a triangular region

Conservation
Messages
63
Reaction score
0

Homework Statement


Find the circulation (line integral) of y2dx+x2dy for the boundary of a triangular region contained within x+y=1, x=0, and y=0.

Homework Equations


Green's theorem

The Attempt at a Solution


I think I actually already got the solution; I used the Green's theorem to get the curl of 2x-2y and integrated that for x from 0 to 1-y and y from 0 to 1 to get an answer of 0.

However, I was a bit confused as I was trying to verify the solution by calculating the line integrals of each segment of the triangular region; I keep getting a different answer. I know that along the two axes, x/dx and y/dy are 0, respectively, so the line integrals of those would be 0, making the line x+y=1 the only contributor to the total integral.

I parametrized y as 1-t and x as t, and integrated [(1-x)^2+x^2]*sqrt(2) from 1 to 0 of t; however, the answer to that is not 0.

Why am I getting different answers here? Help would be appreciated.
 
Physics news on Phys.org
I get the same answer using Green's thm.
Looking at the line integral over x+y = 1 of y^2 dx + x^2 dy, it looks like you missed a negative sign in your parametrization.
dx = -dy, since the slope of the line is -1.
 
  • Like
Likes Conservation
Ah, okay. Thank you very much.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top