Surface Integral - 2 methods give different answer

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
6 replies · 2K views
destroyer130
Messages
18
Reaction score
0
Thanks for checking this out. Here's the problem:
Question.PNG


I attempted to do it by using parametrize it into spherical coordinate.

r(r,t) = (x= cost, y= sint, z=r)
dS=|r[itex]_{u}[/itex] x r[itex]_{v}[/itex]| dA = r[itex]\sqrt{2}[/itex] dA
dA = rdrdt

[itex]\int\int[/itex]x[itex]^{2}[/itex]z[itex]^{2}[/itex]dS = [itex]\int\int[/itex][itex]\sqrt{2}[/itex] cos[itex]^{2}[/itex] r[itex]^{6}[/itex] drdt

I check my solution manual and this is how they do it. My integral has r[itex]^{6}[/itex] factor. However, solution's only has r[itex]^{5}[/itex] instead. I am very confused because these two are supposed to be from the same source...
solution.jpg
 
Physics news on Phys.org
destroyer130 said:
r(r,t) = (x= cost, y= sint, z=r)
dS=|r[itex]_{u}[/itex] x r[itex]_{v}[/itex]| dA = r[itex]\sqrt{2}[/itex] dA
dA = rdrdt

There is one r too many here. dS = |ru x rv| dr dθ
 
clamtrox said:
There is one r too many here. dS = |ru x rv| dr dθ

Oh, so why dA not equal to rdrdt in this case?
 
destroyer130 said:
Oh, so why dA not equal to rdrdt in this case?

Why would it be? What is dA anyway?
 
Based on parametric equation, if x = rcosθ, y=rsinθ, then dA = r dr dθ
In my homework case: dS = |ru x rv| dA = |ru x rv| r dr dθ
so that why somehow there is r^1 excess? but idk what r is excess?
 
destroyer130 said:
Based on parametric equation, if x = rcosθ, y=rsinθ, then dA = r dr dθ
In my homework case: dS = |ru x rv| dA = |ru x rv| r dr dθ
so that why somehow there is r^1 excess? but idk what r is excess?

When you are using the formula |ru x rv| dA you don't add the 'volume' part (r) to dr dθ in dA. You'll automatically get that factor from the |ru x rv|.
 
Okay, thanks so much for your help :)