Curl about an elipse. Line integral of vector field

carstensentyl
Messages
34
Reaction score
0

Homework Statement


It can be shown that the line integral of F = xj around a closed curve in the xy - plane, oriented as in Green's Theorem, measures the area of the region enclosed by the curve. (You should verify this.)

Use this result to calculate the area within the region of the parameterized curve given below.
x = acos(t) y= bsin(t) for 0<t<2pi

The Attempt at a Solution


I tried integrating an ellipse using cartesian limits, but ended up with zero under a radical. I can't think of a way to integrate this in terms of t, since our book has no such example. Using Green's theorem does not put the a and b constants anywhere in the equation, which confuses me...
 
Physics news on Phys.org
Well, you certainly have me confused. It is pretty well known that the area of an ellipse x^2/a^2+ y^2/b^2= 1 is \pi ab. Since you haven't shown any work at all, I can't say where you went wrong.

And I can't believe that your text has no examples at all of integrating a vector function \vec{F}(t) over a curve given by the parametric equations s(t)= x(t)\vec{i}+ y(t)\vec{j}. The integral is simply \int \vec{F}(t)\cdot \vec{ds}(t).

In this case, \vec{ds}= (-a sin(t)\vec{i}+ b cos(t)\vec{j})dt and \vec{F}(t)= x\vec{j}= a cos(t)\vec{j}. Take the dot product of those two functions and integrate from t= 0 to t= 2\pi.

As for Green's theorem, it says
{\int\int}{\Omega}\left[\frac{\partial Q(x,y)}{\partial x}- \frac{\partial P(x,y)}{\partial y}\right] dx dy= \int_C P(x,y)dx+ Q(x,y)dy[/itex]<br /> In this case, the function you are integrating around the circumference of the ellipse is just x\vec{j} so P= 0 and Q= x. That means that <br /> \frac{\partial Q}{\partial x}= 1<br /> so you are integrating 1 over the area of the ellipse Of course, that gives the area! a and b appear in the integral on the right when you put in the limits of integration.
 
Thanks for the excellent reply. I did some integrating that was similar, but did not think that a line integral could be expressed in terms of t! There is no such example in our book, although I saw one such integral in a packet that our teacher handed us.

Unfortunately, our book does not even have an example of the line integral of a circle!
 
I worked it out and managed to get it. Such a simple answer, but so elusive.
 
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