Stokes' Theorem on Intersection of Cone and Cylinder

  • Thread starter Thread starter goliath11
  • Start date Start date
  • Tags Tags
    Stokes Theorem
goliath11
Messages
2
Reaction score
0

Homework Statement



Note: the bullets in the equations are dot products, the X are cross products

Evaluate: [over curve c]\oint( F \bullet dr ) where F = < exp(x^2), x + sin(y^2) , z> and C is the curve formed by the intersection of the cone: z = \sqrt{(x^2 + y^2)} and the cylinder: x^2 + (y-1)^2 = 1 oriented CCW looking down from + z axis

Homework Equations



I'm assuming this is a Stokes' theorem question, so:

[over curve C]\oint F \bullet dr = [over surface S]\int\int( curl(F) \bullet dS)


The Attempt at a Solution



First, the surface looks like it's on the cone, so paramaterizing the cone in polar coordinates:

(S) r(t,r) = < rcost , rsint , r >

now for finding curl(F) i did: gradient X F = <0,0,1>

So according to the equation mentioned above,


[over curve C]\oint F \bullet dr = [over surface S]\int\int( curl(F) \bullet dS)

and: [over surface S]\int\int( curl(F) \bullet dS) = [over domain D]\int\int curl(F) \bullet < r(partial derivative with t) X r(partial derivative with r) > dA

so i found curl(F) already, < r(partial with t) X r(partial with r) > = <rcost, rsint, -r> , and dA = rdrdt
the domain is the domain of the parameters, (t,r), so plugging in the cylinder equation i get:

r = 2sint, so: 0 < r < 2sint and 0 < t < pi , and plugging all that in i get:

\int[0<t<pi]\int[0<r<2sint] <0,0,1> \bullet <rcost,rsint,-t> r dr dt

i get this down to (-8/2)\int[0 to pi] (sint)^3 dt which is = -32/9.

I know the answer is supposed to = pi , but I have no idea what I'm doing wrong. Any help would be greatly appreciated, thanks for your time!
 
Last edited:
Physics news on Phys.org
You don't really need to go to polar coordinates. Since the curl(F)=(0,0,1) you only need to find the z component of the vector dS. If you parameterize the cone as r=(x,y,sqrt(x^2+y^2)), just find the z component of dr/dx X dr/dy (both derivatives partial, of course). I think you'll find the integrand is constant over your domain.
 
Thanks for the quick reply. I see your point, and I can solve it with your method. However, I can't quite see what's wrong with using polar coords, it feels like I'm doing the same thing.
 
goliath11 said:
Thanks for the quick reply. I see your point, and I can solve it with your method. However, I can't quite see what's wrong with using polar coords, it feels like I'm doing the same thing.

It's mostly right. What's wrong is the 'r' in dA=r*dr*dt. The cross product of the two tangent vectors already gives you that 'r'. If Tr and Tt are the two tangents, you should just have dS=Tr X Tt dr dt, not Tr X Tt r*dr*dt.
 
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