Green's Theorem: Solving A Complex Integral

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
5 replies · 2K views
manenbu
Messages
101
Reaction score
0

Homework Statement



Solve:
[tex]\oint x^{99}y^{100}dx + x^{100}y^{99}dy[/tex]

Assuming that it satisfies the conditions for Green's theroem, and:

[tex]y = \sin{t} + 2, x = \cos{t}, 0 \leq t \leq 2\pi[/tex]

Homework Equations



Green's theorem.

The Attempt at a Solution



[tex]\frac{\partial P}{\partial y} = \frac{\partial Q}{\partial x} = 100(xy)^{99}[/tex]
Which means that the integral is 0.
Is this right? It's that simple, or am I missing something here?
 
Last edited:
Physics news on Phys.org
Sorry, it should be [itex]2\pi[/itex]. Yes, it is closed.
 
Rewrite the line integral's integrand as:
[tex]\sin^{99}t\cos^{99}(t)(\cos^{2}t-\sin^{2}t)=\frac{1}{2^{99}}\sin^{99}(2t)\cos(2t)[/tex]

Observe that Green's theorem can be verified in this particular case.
 
I'm sorry, but I didn't understand how did you make it look like that?
y = sint + 2, how did you get rid of the "+2"?

About Green's theorem - that was how I did it the first time. Differentiating each of the terms and observing that they are equal, thus I get [itex]/iint_{D}0 dA[/itex].
Someone else also pointed it out to me, that since this is a conservative field (with the potential being sin(xy)/100), a line integral of a conservative field in a closed circuit equals 0. Which is the same I get using Green's theorem.

I would still like your explanation as for how you got the integrand in this form.