Green's Theorem and simple closed curve

Amy Marie
Messages
13
Reaction score
0

Homework Statement



Use, using the result that for a simple closed curve C in the plane the area enclosed is:

A = (1/2)∫(x dy - y dx) to find the area inside the curve x^(2/3) + y^(2/3) = 4

Homework Equations


Green's Theorem:
∫P dx + Q dy = ∫∫ dQ/dx - dP/dy

The Attempt at a Solution


I solved the equation of the curve for x:

x = (4 - y^(2/3))^(3/2)

Also, from the original curve equation x^(2/3) + y^(2/3) = 4, when x = 0, y = +/- 8 because 4^(3/2) = 8.

But when I plug x = +/- (4 - y^(2/3))^(3/2) in for the x bounds and y = +/- 8 in for the y bounds in the resulting double integral

(1/2)∫∫ 2 dxdy

I have trouble integrating x = (4 - y^(2/3))^(3/2) it with respect to y.

Does anybody happen to know if there is a more correct way to solve this problem?

Thank you for your help!
 
Physics news on Phys.org
The question does not want you to work the integral out by doing a double integral. It wants you to find a nice parameterization of the curve and do$$
A = \frac 1 2 \int_C x~dy - y~dx$$ So your first job is to find a nice parameterization. As a hint think about a way to parameterize it so that you can use the identity ##(r\cos\theta)^2 + (r\sin\theta)^2 = r^2##.
 
LCKurtz said:
The question does not want you to work the integral out by doing a double integral. It wants you to find a nice parameterization of the curve and do$$
A = \frac 1 2 \int_C x~dy - y~dx$$ So your first job is to find a nice parameterization. As a hint think about a way to parameterize it so that you can use the identity ##(r\cos\theta)^2 + (r\sin\theta)^2 = r^2##.
Thank you for your help!
 
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