Stokes' Theorem for Line Integrals on Closed Curves: A Problem Solution

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
4 replies · 3K views
bigevil
Messages
77
Reaction score
0

Homework Statement



Please help me to check whether I did the right working for this problem. Thanks. The numerical answer is correct but I'm not very sure if the working is correct also.

Find [tex]\int y dx + z dy + x dz[/tex] over the closed curve C which is the intersection of the surfaces whose equations are [tex]x + y = 2[/tex] and [tex]x^2 + y^2 + z^2 = 2(x+y)[/tex]

The Attempt at a Solution



First, I note that the integral required is the line integral for F . dr where F = (y, z, x). Since the curve is closed, we can apply Stokes' theorem. By Stokes' theorem [tex]\int F . dr = \iint (curl F) \cdot \b{n} dA[/tex].

Curl F = (-1,-1,-1) after applying the cross product.

Then I sketch the surfaces on the x-y axis and pick out the normal vector [tex]n = \frac{1}{\sqrt{2}}(\b{i} + \b{j})[/tex]. Also [tex]\iint dA = \pi r^2[/tex]. Then the answer for the line integral is [tex]-2\sqrt{2}\pi[/tex]
 
Physics news on Phys.org
What surface, exactly, are you integrating over? You are told that the curve is the intersection of two surfaces. To use Stoke's theorem, you must integrate over the entire surface: both of the given surfaces.
 
It looks like bigevil is integrating over the plane. You don't have to integrate over both surfaces. Either one should give you the same answer. I'm a little confused at you deduced the radius of the circle. But other than that, it's fine.
 
Sorry Halls, the closed curve is the intersection of the two equations. That curve is closed and the surface it covers is a circle (of radius sqrt(2) I think) then I'm integrating over the plane.

I don't know how to describe it, but I deduced by imagining that the line slices the sphere given. (I drew the whole thing in the x-y plane, ie looking from the 'top' down.) The plane (y + x = 2) runs through the centre of the sphere. I got radius sqrt 2 for the radius of the closed surface.

Thanx Dick and Halls.