New Reply

Stokes Theorem paraboloid intersecting with cylinder

 
Share Thread Thread Tools
Jul26-12, 05:19 AM   #1
 

Stokes Theorem paraboloid intersecting with cylinder


1. The problem statement, all variables and given/known data

Use stokes theorem to elaluate to integral [itex] \int\int_{s} curlF.dS[/itex] where [itex] F(x,y,z)= x^2 z^2 i + y^2 z^2 j + xyz k [/itex] and s is the part of the paraboliod [itex]z=x^2+ y^2 [/itex] that lies inside the cylinder [itex] x^2 +y^2 =4 [/itex] and is orientated upwards

2. Relevant equations



3. The attempt at a solution

so i use Stokes theorem [itex] \int\int_{s} curlF.dS = \oint_{c} F.dv[/itex]

so i want to get parametric equations for C and so i get x=2cost y=2sint and z=4 i came up with these as the boundary curve c is a circle of raadius 2 and my z value of 4 because that is where the parabaloid and cylinder intersect...am i right in my thinking here?

so then dx= -2sintdt ; dy=2costdt and dz=0

so then i get [itex] \oint_{c} F.dv = \oint_{c} x^2 z^2 dx - y^2z^2 dy + xyzdz[/itex]

which becomes [itex]\int^{2\pi}_{0} ((4cos^2 t )(16)(-2sint) - (4sin^2t)(16)(ccost)) dt[/itex]

[itex]\int^{2\pi}_{0} ((-128cos^2 t )(sint) - (128sin^2 t)(cost)) dt[/itex]

am i working on the right lines here?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Hong Kong launches first electric taxis
>> Morocco to harness the wind in energy hunt
>> Galaxy's Ring of Fire
Jul26-12, 05:20 AM   #2
 
whoops hold up a sec...not finished putting up my attempt, im editing the post!
 
Jul26-12, 06:48 AM   #3
 
the origional post is complete now. anyone got any ideas?
 
Jul26-12, 10:31 AM   #4
 

Stokes Theorem paraboloid intersecting with cylinder


anyone?
 
Jul26-12, 11:55 AM   #5
 
Recognitions:
Gold Membership Gold Member
I think the last part is wrong and it should be:
##\int^{2\pi}_{0} (-128cos^2 t sint + 128sin^2 tcost) .dt##
 
Jul26-12, 11:57 AM   #6
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by gtfitzpatrick View Post
1. The problem statement, all variables and given/known data

Use stokes theorem to elaluate to integral [itex] \int\int_{s} curlF.dS[/itex] where [itex] F(x,y,z)= x^2 z^2 i + y^2 z^2 j + xyz k [/itex] and s is the part of the paraboliod [itex]z=x^2+ y^2 [/itex] that lies inside the cylinder [itex] x^2 +y^2 =4 [/itex] and is orientated upwards

2. Relevant equations



3. The attempt at a solution

so i use Stokes theorem [itex] \int\int_{s} curlF.dS = \oint_{c} F.dv[/itex]

so i want to get parametric equations for C and so i get x=2cost y=2sint and z=4 i came up with these as the boundary curve c is a circle of raadius 2 and my z value of 4 because that is where the parabaloid and cylinder intersect...am i right in my thinking here?

so then dx= -2sintdt ; dy=2costdt and dz=0

so then i get [itex] \oint_{c} F.dv = \oint_{c} x^2 z^2 dx - y^2z^2 dy + xyzdz[/itex]
Check that - sign.


which becomes [itex]\int^{2\pi}_{0} ((4cos^2 t )(16)(-2sint) - (4sin^2t)(16)(ccost)) dt[/itex]

[itex]\int^{2\pi}_{0} ((-128cos^2 t )(sint) - (128sin^2 t)(cost)) dt[/itex]

am i working on the right lines here?
Looks good except for that minus sign.
 
Jul26-12, 12:15 PM   #7
 
Recognitions:
Gold Membership Gold Member
The integration can be tricky but there is a simple trick to it. Let us know how it goes.

However, i have a question myself, since i'm still learning. I suppose it is OK for me to ask here? What if the orientation of the surface S was downwards? Then, how would the calculations from post #1 change?
 
Jul26-12, 12:39 PM   #8
 
Hi LCkurtz and Sharks
Thanks a million for comments.

To integrate i used substitution u=cost du=-sintdt and similar for sin.

as in [itex]\int cos^2 t sint =\frac{1}{3} cos^3 t[/itex] i think this works

so i get [itex]\frac{128}{3} (cos^3 t + sin^3 t)^{2\pi}_{0}[/itex]

=-[itex]\frac{128}{3}[/itex] i hope :)
 
Jul26-12, 12:41 PM   #9
 
Quote by sharks View Post
However, i have a question myself, since i'm still learning. I suppose it is OK for me to ask here? What if the orientation of the surface S was downwards? Then, how would the calculations from post #1 change?
i'm afraid i havent a clue, sorry!
 
Jul26-12, 12:42 PM   #10
 
Recognitions:
Gold Membership Gold Member
But isn't the whole integral this:
##\int^{2\pi}_{0} (-128cos^2 t sint + 128sin^2 tcost) .dt##
Then, it would become:
##\int^{2\pi}_{0} (-128cos^2 t sint).dt + \int^{2\pi}_{0} (128sin^2 tcost).dt##
 
Jul26-12, 12:47 PM   #11
 
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Quote by sharks View Post
The integration can be tricky but there is a simple trick to it. Let us know how it goes.

However, i have a question myself, since i'm still learning. I suppose it is OK for me to ask here? What if the orientation of the surface S was downwards? Then, how would the calculations from post #1 change?
I was tempted in my original post to ask the OP if he had thought about the orientation or whether he just took a guess. You use the right hand rule. In this case the normal was pointed upwards, so the right hand rule would give you counterclockwise in the xy plane as viewed from above which gives ##t:\, 0\rightarrow 2\pi##. For downward orientation you go the other way around the circle which could be ##t:\, 2\pi\rightarrow 0##. The effect is to change the sign of the answer.
 
Jul26-12, 12:52 PM   #12
 
Recognitions:
Gold Membership Gold Member
Quote by LCKurtz View Post
I was tempted in my original post to ask the OP if he had thought about the orientation or whether he just took a guess. You use the right hand rule. In this case the normal was pointed upwards, so the right hand rule would give you counterclockwise in the xy plane as viewed from above which gives ##t:\, 0\rightarrow 2\pi##. For downward orientation you go the other way around the circle which could be ##t:\, 2\pi\rightarrow 0##. The effect is to change the sign of the answer.
Thank you for this quick and accurate answer, LCKurtz.
 
Jul26-12, 01:02 PM   #13
 
Quote by sharks View Post
Then, it would become:
##\int^{2\pi}_{0} (-128cos^2 t sint).dt + \int^{2\pi}_{0} (128sin^2 tcost).dt##
[itex]\int^{2\pi}_{0} (-128cos^2 t sint)dt + \int^{2\pi}_{0} (128sin^2 t cost)dt[/itex]

=128[[itex]\frac{1}{3} cos^3 t ]^{2\pi}_{0} + 128[\frac{1}{3} sin^3 t ]^{2\pi}_{0}[/itex]

=[itex]\frac{128}{3}[-1] = \frac{-128}{3} [/itex]
 
Jul26-12, 01:04 PM   #14
 
Quote by LCKurtz View Post
I was tempted in my original post to ask the OP if he had thought about the orientation or whether he just took a guess. You use the right hand rule. In this case the normal was pointed upwards, so the right hand rule would give you counterclockwise in the xy plane as viewed from above which gives ##t:\, 0\rightarrow 2\pi##. For downward orientation you go the other way around the circle which could be ##t:\, 2\pi\rightarrow 0##. The effect is to change the sign of the answer.
ahhh thanks a million i had wondered about that alright. that cleared it up. thanks a million.
 
Jul26-12, 01:06 PM   #15
 
Recognitions:
Gold Membership Gold Member
Quote by gtfitzpatrick View Post
[itex]\int^{2\pi}_{0} (-128cos^2 t sint)dt + \int^{2\pi}_{0} (128sin^2 t cost)dt[/itex]

=128[[itex]\frac{1}{3} cos^3 t ]^{2\pi}_{0} + 128[\frac{1}{3} sin^3 t ]^{2\pi}_{0}[/itex]

=[itex]\frac{128}{3}[-1] = \frac{-128}{3} [/itex]
I don't think the evaluation part is correct.
 
Jul26-12, 01:07 PM   #16
 
Quote by gtfitzpatrick View Post
=[itex]\frac{128}{3}[-1] = \frac{-128}{3} [/itex]
whoops should be [itex]\frac{128}{3}[1-1] = 0 [/itex]
 
Jul26-12, 01:08 PM   #17
 
Thanks a million sharks! your brill!
 
New Reply
Thread Tools


Similar Threads for: Stokes Theorem paraboloid intersecting with cylinder
Thread Forum Replies
Parameterizing z-value of Cylinder in Line Integral Projection (Using Stokes Theorem) Calculus 5
Verify Stokes' Theorem for F across a paraboloid Calculus & Beyond Homework 11
Parametric representation of paraboloid cylinder Calculus & Beyond Homework 3
Sphere Intersecting a Paraboloid Calculus & Beyond Homework 4
Area of one cylinder inside another intersecting cylinder Calculus & Beyond Homework 6