Green's Theorem and Polar Coordinates for Circle Integration

  • Thread starter Thread starter Titans86
  • Start date Start date
Titans86
Messages
17
Reaction score
0

Homework Statement



F = [−y^3, x^3], C the circle x^2 + y^2 = 25

Book gives answer as Pi*1875*1/2, I get Pi*1875

The Attempt at a Solution



\int\int(3x^2 + 3y^2)dxdy

\int\int(75(cos^2\vartheta + sin^2\vartheta))rdrd\vartheta

75\int[1/2 r^2]^{5}_{0}d\vartheta

\frac{1875}{2}\intd\vartheta

[\frac{1875}{2}\vartheta]^{2\pi}_{0}

=1875\pi Where did I go wrong?
 
Physics news on Phys.org
When you have


<br /> \int\int(3x^2 + 3y^2)dxdy<br />

and then convert to polar coordinates x=rcos(theta) and y=rsin(theta)

r is not 5. r is a variable you are integrating.
 
rock.freak667 said:
When you have


<br /> \int\int(3x^2 + 3y^2)dxdy<br />

and then convert to polar coordinates x=rcos(theta) and y=rsin(theta)

r is not 5. r is a variable you are integrating.

Of course! Thank you for the quick reply.
Regards,
Adam
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top