How to Verify Green's Theorem for a Given Rectangle?

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
1 replies · 3K views
sam121
Messages
1
Reaction score
0

Homework Statement



Verify Green's Theorem in the plane for the [itex]\oint[/itex] [(x[itex]^{2}[/itex] - xy[itex]^{2}[/itex])dx + (y[itex]^{3}[/itex] + 2xy)dy] where C is a rectangle with vertices at (-1,-2), (1,-2), (1,1) and (-1,1).


The Attempt at a Solution



This means you have to use green's theorem to convert it into a double integral and solve which I have done. Not 100% sure whether the answer is 6 or 12 however. You then have to do the line integral directly to verify you get the same answer. This is where I get stuck. Please could I have some help on how to do this line integral directly? thank you :)
 
on Phys.org
You can do it a couple different ways:

One is to parameterize each segment of the rectangle and evaluate four integrals in terms of t. For example, the path from (-1, -2) to (1, -2) can be parameterized as [itex]\stackrel{\rightarrow}{r}(t) = \left\langle -1 + 2t, -2\right\rangle[/itex] where [itex]0 \leq t \leq 1[/itex], so you can have [itex]x = -1 + 2t[/itex], [itex]y = -2[/itex], [itex]dx = 2dt[/itex], and [itex]dy = 0dt[/itex]. Then just substitute everything and evaluate, then repeat the process three more times.

Another way, since all the paths are straight lines either vertical or horizontal, is to evaluate the integrals without parametizing the path. Make a specific path of vertices, say the path you listed of [itex](-1,-2) \rightarrow (1,-2) \rightarrow (1,1) \rightarrow (-1,1) \rightarrow (-1, -2)[/itex], then create integrals from each of those paths. For example, for the first path [itex]x[/itex] goes from -1 to 1 and [itex]y = -2[/itex] and does not change, so the integral becomes:
[itex]\int^{1}_{-1}x^{2} - 4xdx[/itex].

Either way will work.