Green's Theorem (integration problem, not concept)

Poop-Loops
Messages
731
Reaction score
1
So a previous problem said to show that the area of some simple closed curve C was:

A= \frac{1}{2} \oint_{C} (xdy - ydx)

Simple enough. My problem says to find the area of the curve

x^{2/3} + y^{2/3} = 4

using that formula.

So off to polar coordinate land I go. r = 4, x = cos(t), dx = -sin(t), y = sin(t), dy = cos(t), right?

So after plugging everything in and taking out the r, I get:

A = 2 \oint_{0}^{2 \pi} (cos(t)^{5/3} + sin(t)^{5/3})dt

Correct?

How do I integrate that? They aren't squared. And I can't find any trig formula to simplify that or any integration formula. Do I have to venture into infinite series?
 
Last edited:
Physics news on Phys.org
I don't think you're parametrizing your curve correctly--one way to check is to substitute a point from your parametrized expression back into the original expression. If you let (x(t), y(t)) = (sin^3 t, cos^3 t), how might you tweak that?
 
Now I'm completely lost. I've been doing this assignment and another lab since yesterday morning, so my mind is fried.

I think I understand that r =/= 4 (although I am having a brain fart and can't figure out what it should be), but I still don't understand your last sentence.
 
You are trying to find a parametric representation of the curve x^{2/3} + y^{2/3} = 4. That means you want a function c(t) = (x(t), y(t)) such that for all t, x(t)^{2/3} + y(t)^{2/3} = 4, and also you want every point (x, y) on the curve to be equal to (x(t), y(t)) for some t. Are you with me? I'm saying you could try choosing c(t) = (cos^3(t), sin^3(t)) and see how you can alter it so that it's right.
 
Last edited:
Yeah, I ended up doing that but didn't know how to integrate sin^2(t)cos^2(t). I really hate that. I understand the concept but I don't know how to integrate. =/ It was like 1 - cos(4t) or something, and integrating that is a snap, but my trig sucks. :(
 
If you wanted to simplify the curve eqn you could cube the whole equation to get x^2 + y^2 = 64.
 
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