Stokes' Thm, intersection of sphere and plane

Click For Summary
SUMMARY

This discussion focuses on using Stokes' Theorem to evaluate the line integral $$\int_{\gamma} y\,dx + z\,dy + x\,dz$$ where ##\gamma## is the intersection of the sphere defined by $$x^2 + y^2 + z^2 = a^2$$ and the plane $$x + y + z = 0$$. Participants computed the curl of the vector field ##\underline{F} = \langle y,z,x \rangle##, resulting in ##\text{curl} \, \underline{F} = -\langle 1,1,1 \rangle##. The discussion revealed that the intersection is geometrically a circle, despite initial confusion regarding its elliptical representation in the xy-plane.

PREREQUISITES
  • Understanding of Stokes' Theorem
  • Knowledge of vector calculus, specifically curl and surface integrals
  • Familiarity with geometric interpretations of intersections between planes and spheres
  • Proficiency in manipulating equations to identify conic sections
NEXT STEPS
  • Study the application of Stokes' Theorem in various contexts
  • Learn about the geometric properties of intersections between planes and spheres
  • Explore the implications of curl in vector fields
  • Investigate the parametrization of surfaces for integration
USEFUL FOR

Mathematics students, educators, and professionals in fields requiring advanced calculus, particularly those focusing on vector calculus and geometric interpretations of integrals.

CAF123
Gold Member
Messages
2,918
Reaction score
87

Homework Statement


Use Stokes' Theorem to evaluate $$\int_{\gamma} y\,dx + z\,dy + x\,dz,$$ where ##\gamma## is the suitably oriented intersection of the surfaces ##x^2 + y^2 + z^2 = a^2## and ## x + y + z = 0##

The Attempt at a Solution


Stokes' says that this is equal to $$\iint_S (\underline{\nabla} \times \underline{F}) \cdot \underline{n}\,dA$$ So from the question, I can extract ##\underline{F} = \langle y,z,x \rangle## and compute ##\, \text{curl}\underline{F} ##. ##\,\,####\gamma## marks the boundary of the surface S, so in using Stokes' I can use any surface whose boundary is ##\gamma##.

Let ##z = -x -y => x^2 + y^2 + (-x-y)^2 = a^2##, which when rearranged gives ##x^2 + y^2 +xy = a^2/2##. I put this into Wolfram Alpha and it is an ellipse, however I am unsure of how to show this. I.e I want to get what I have in the form ##\frac{x^2}{A^2} + \frac{y^2}{B^2} = 1.## I would complete the square but the## xy## term is annoying. Once I have it in the form of an ellipse, I am sure I can just say ##x = A\cos t, y = B\sin t## on the boundary, find normal, dot it with the curl and set the bounds. I am also a little bit unsure of what the bounds would be. If the result of curl F dotted with n resulted in 1, then I could just simply say that the surface integral is the area of the ellipse, which would greatly simplify things.
 
Last edited:
Physics news on Phys.org
CAF123 said:

Homework Statement


Use Stokes' Theorem to evaluate $$\int_{\gamma} y\,dx + z\,dy + x\,dz,$$ where ##\gamma## is the suitably oriented intersection of the surfaces ##x^2 + y^2 + z^2 = a^2## and ## x + y + z = 0##

The Attempt at a Solution


Stokes' says that this is equal to $$\iint_S (\underline{\nabla} \times \underline{F}) \cdot \underline{n}\,dA$$ So from the question, I can extract ##\underline{F} = \langle y,z,x \rangle## and compute ##\, \text{curl}\underline{F} ##. ##\,\,####\gamma## marks the boundary of the surface S, so in using Stokes' I can use any surface whose boundary is ##\gamma##.

Let ##z = x -y => x^2 + y^2 + (x-y)^2 = a^2##, which when rearranged gives ##x^2 + y^2 -xy = a^2/2##. I put this into Wolfram Alpha and it is an ellipse, however I am unsure of how to show this. I.e I want to get what I have in the form ##\frac{x^2}{A^2} + \frac{y^2}{B^2} = 1.## I would complete the square but the## xy## term is annoying. Once I have it in the form of an ellipse, I am sure I can just say ##x = A\cos t, y = B\sin t## on the boundary, find normal, dot it with the curl and set the bounds. I am also a little bit unsure of what the bounds would be. If the result of curl F dotted with n resulted in 1, then I could just simply say that the surface integral is the area of the ellipse, which would greatly simplify things.

Try thinking about this problem geometrically using the surface integral. The sphere is centered at the origin. The plane passes through the origin. What does the intersection look like? It's not as complicated as a general ellipse. What is the curl? What is the normal? You can really do this whole problem in your head.
 
Dick said:
Try thinking about this problem geometrically using the surface integral. The sphere is centered at the origin. The plane passes through the origin. What does the intersection look like? It's not as complicated as a general ellipse. What is the curl? What is the normal? You can really do this whole problem in your head.

I would have thought that the intersection be a circle, but have I not shown that it is not a circle, ##x^2 + y^2 + xy = a^2/2## is not a circle?

I computed the curl to be ##- \langle 1,1,1 \rangle## . Perhaps the normal would be in the direction into the first octant (or antiparallel to it).

When you say you can do the whole problem in your head, do you mean because the computation is easy or is there some conceptual reason why the results are what they are?
 
CAF123 said:
I would have thought that the intersection be a circle, but have I not shown that it is not a circle, ##x^2 + y^2 + xy = a^2/2## is not a circle?

I computed the curl to be ##- \langle 1,1,1 \rangle## . Perhaps the normal would be in the direction into the first octant (or antiparallel to it).

When you say you can do the whole problem in your head, do you mean because the computation is easy or is there some conceptual reason why the results are what they are?

The conceptual reason is that the normal to the surface is constant and the curl is constant, so the dot product is constant. Integrating a constant over a surface whose area you know is pretty easy. ##x^2 + y^2 + xy = a^2/2## in the xy plane is probably an ellipse, it looks like the projection of the circle you want into the xy plane. But it's certainly not the boundary curve. Luckily, you don't need an equation for the boundary curve.
 
Dick said:
The conceptual reason is that the normal to the surface is constant and the curl is constant, so the dot product is constant.
How should I compute the normal vector if I don't have a parametrisation?

##x^2 + y^2 + xy = a^2/2## in the xy plane is probably an ellipse, it looks like the projection of the circle you want into the xy plane. But it's certainly not the boundary curve.
The projection of their intersection would be an ellipse in the xy plane?

Luckily, you don't need an equation for the boundary curve.
Is this the questions motivation for resorting to using Stokes' Thm?
 
CAF123 said:
How should I compute the normal vector if I don't have a parametrisation?


The projection of their intersection would be an ellipse in the xy plane?


Is this the questions motivation for resorting to using Stokes' Thm?

Yes, it's much easier to use Stokes' theorem than to do the path integral directly. Yes, if you take a circle in space and project it to the xy plane you generally get an ellipse. Finally, the normal to the intersection of the plane and the sphere is the same as the normal to the plane, isn't it?
 
Dick said:
Yes, if you take a circle in space and project it to the xy plane you generally get an ellipse.

Do you mean a circle inclined in space? E.g if I take a cylinder and chop it at some z, the projection onto xy would be a circle. But why is the intersection a circle anyway in this problem?

Finally, the normal to the intersection of the plane and the sphere is the same as the normal to the plane, isn't it?
This makes sense.

So ## \hat{n} = \langle 1/\sqrt{3}, 1/\sqrt{3}, 1/\sqrt{3} \rangle## which gives ##
\text{curl} \, \underline{F} \cdot \hat{n} dS = -\sqrt{3} dS. ##
 
CAF123 said:
Do you mean a circle inclined in space? E.g if I take a cylinder and chop it at some z, the projection onto xy would be a circle. But why is the intersection a circle anyway in this problem?

What kind of curves do you get when you cut a sphere with a plane? Just think about the geometry. Don't try to get the answer by eliminating z. That only gives you the xy part of the intersection.
 
In general, you get circles. Could you clarify what you mean by what I found was the 'xy' intersection?
 
  • #10
CAF123 said:
In general, you get circles. Could you clarify what you mean by what I found was the 'xy' intersection?

When you eliminate z you only have x and y in your equation. An equation that only has x and y in it describes a kind of vertical cylinder in space. What you got is an vertical elliptical cylinder which passes through the circle that the plane makes intersecting the sphere. It's just telling you the circle looks like an ellipse when viewed from an angle. It's not useful for doing a path integral.
 
  • #11
Thanks!
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K