Stokes' Thm, intersection of sphere and plane

In summary: Stokes' Theorem.In summary, the conversation discusses using Stokes' Theorem to evaluate a surface integral involving the intersection of a sphere and a plane. The curl and normal vector are computed, and it is suggested that the problem can be solved conceptually without needing to explicitly parameterize the boundary curve. The motivation for using Stokes' Theorem in this scenario is also discussed.
  • #1
CAF123
Gold Member
2,948
88

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
  • #2
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.
 
  • #3
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?
 
  • #4
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.
 
  • #5
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?
 
  • #6
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?
 
  • #7
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. ##
 
  • #8
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.
 
  • #9
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!
 

Related to Stokes' Thm, intersection of sphere and plane

What is Stokes' Theorem?

Stokes' Theorem is a mathematical concept that relates the surface integral of a vector field over a surface to the line integral of the same vector field around the boundary of the surface.

How is Stokes' Theorem applied to the intersection of a sphere and a plane?

When a sphere and a plane intersect, the curve formed by their intersection is called a great circle. Stokes' Theorem can be used to calculate the circulation of a vector field around this great circle.

What is the significance of the intersection of a sphere and a plane in mathematics?

The intersection of a sphere and a plane is significant in mathematics because it allows for the application of important concepts such as Stokes' Theorem and the calculation of line and surface integrals.

Can Stokes' Theorem be applied to any intersection of surfaces?

Yes, Stokes' Theorem can be applied to any intersection of surfaces as long as the surface has a well-defined boundary and the vector field is continuous on the surface.

What are some real-world applications of Stokes' Theorem and the intersection of sphere and plane?

Stokes' Theorem and the intersection of a sphere and a plane have various applications in physics, engineering, and fluid mechanics. For example, it can be used to calculate the flow of a fluid around a solid object, such as an airplane wing or a ship's hull.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
842
  • Calculus and Beyond Homework Help
Replies
14
Views
711
  • Calculus and Beyond Homework Help
Replies
21
Views
3K
  • Calculus and Beyond Homework Help
Replies
8
Views
910
  • Calculus and Beyond Homework Help
Replies
1
Views
623
  • Calculus and Beyond Homework Help
Replies
1
Views
489
  • Calculus and Beyond Homework Help
Replies
8
Views
530
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top