Can a Surface integral equal zero???

Haris

New member
Joined
Jun 1, 2014
Messages
2
Hi!
It's a question from "Advanced Engineering Mathematics" by "Erwin Kreyszig" that is troubling me... Actually I'm getting the answer zero in evaluating following surface integral and I'm not sure whether I'm doing it right or wrong...

Q: Evaluate ∬(F.n dA) where
F=(x-z)i+(y-x)j+(z-y)k; S: r=[u*Cos(v) , u*Sin(v) , u] ; 0≤ u ≤5

Solution:
Since the surface is a cone, the interval of "v" would be 0≤ v ≤2(pi)

For n:
ru=[Cos(v) , Sin(v) , 1]
rv=[-u*Sin(v) , u*Cos(v) , 0]
ru x rv = n = [-u*cos(v) , -u*sin(v) , u]

F(r)=(u*cos(v)-u)i+(u*sin(v)-u*cos(v))j+(u-u*sin(v))k

∬(F.n dA) = ∬(-u2*cos2(v)+u2*cos(v)-u2*sin2(v)+u2*sin(v)*cos(v)+u2-u2*sin(v))dv*du limits: [0≤ u ≤5 ; 0≤ v ≤2(pi)]


-u2*cos2(v)-u2*sin2(v)+u2=0

therefore,

∬(F.n dA) = ∬(u2*cos(v)+u2*sin(v)*cos(v)-u2*sin(v))dv*du

Now, if I integrate with respect to "v" having limits zero to 2(pi) then the answer is zero...

I have re-checked it many times and still I end up with zero. Please check and point out the mistakes if any.

Thanx
 
using Divergence (Gauss) Theorem, I get the result: 3 * V, V is volume of cone.
 
Thanx for your help JohnZ

According to your last thread, the result should be:

=3*V

Since volume of cone is (pi*r2*h)/3
=3*(pi*r2*h)/3

radius = 5; height =5;therefore

=392.7

This does not match my answer when evaluating the surface integral ... I checked it again and did not find any mistakes .... Please check out my first thread and explain why I am not getting the right answer.

Thanx
 
Last edited:
surface S is closed? if not, I should subtract 3*V by the surface integral on the cone's top, the result turns out to be zero.
In your thread, dA should be equal to u*du*dv in the polar coordinate system. But this won't change the result in your case.
 
Top