Surface Integral of Vector F over x=xy+1

advphys
Messages
17
Reaction score
0
Hi to all,

Homework Statement


Evaluate the surface integral of the vector F=xi+yj+zk over that portion of the surface x=xy+1
which covers the square 0≤x≤1 , 0≤y≤1 in the xy plane

Homework Equations


∫∫F.ndσ
n=∇g/|∇g|

maybe transformation to the volume integral

The Attempt at a Solution



g(x,y,z)=xy+1-z
n=∇g/|∇g|=(yi+xj-k)/√(y2+x2+1)

Plugging into integral,
i finally got

∫∫((xy-1)/(√(y2+x2+1))) dxdy

both x and y are from 0 to 1.
But i could not take this integral without help of a computer.

Since this is from a book's ordinary question i don't think it needs such a treatment.

I think i could transform the surface integral into a volume integral but there is not a well defined volume that can be used.

So, i stuck at this point.

Thanks.
 
Physics news on Phys.org
ok, drawing the region, transforming into volume integral and subtracting three additional surface integrals; i finally found 3/4 with only pencil and paper.

thanks anyway.
 
advphys said:
Hi to all,

Homework Statement


Evaluate the surface integral of the vector F=xi+yj+zk over that portion of the surface x=xy+1
From what you write below, you mean z= xy+ 1.

which covers the square 0≤x≤1 , 0≤y≤1 in the xy plane

Homework Equations


∫∫F.ndσ
n=∇g/|∇g|

maybe transformation to the volume integral
Do you mean using some version of Stoke's theorem? Those all require a closed surface which you do not have here.

The Attempt at a Solution



g(x,y,z)=xy+1-z
n=∇g/|∇g|=(yi+xj-k)/√(y2+x2+1)

Plugging into integral,
i finally got

∫∫((xy-1)/(√(y2+x2+1))) dxdy
You are confusing the integral of a scalar valued function with the integral of a vector valued function. What you are doing uses some parts of both!

both x and y are from 0 to 1.
But i could not take this integral without help of a computer.

Since this is from a book's ordinary question i don't think it needs such a treatment.

I think i could transform the surface integral into a volume integral but there is not a well defined volume that can be used.

So, i stuck at this point.

Thanks.
Instead of the surface area integral you should use the vector surface differential.
Some texts write that as \vec{u}dS where u is a unit vector perpendicular to the surface, say the gradient, that you calculated for dS. But that require multiplying by the length of grad s in dS and diving by it in u. And they will cancel anyway.

Instead, write the surface as the xy+1- z= 0 or, even simpler, xy- z= -1, which are just different ways of writing the same surface. Now, grad(xy- z)= <y, x, -1> and the "vector differential of surface area is d\vec{S}= &lt;y, x, -1&gt;dx dy (because only x and y appear in that normal vector, it is simplest to choose x and y as parameters).

Now, the vector function to be integrated is \vec{F}= xi+ yj+ zk= xi+ yj+ (xy+ 1)k on this surface where I have written z in terms of the parameters x and y.

So \vec{F}\cdot d\vec{S}= &lt;x, y, (xy+ 1)&gt;\cdot &lt;y, x, -1&gt;dxdy= xy+ xy- xy- 1= xy- 1

The integral you want is \int_{x=0}^1\int_{y= 0}^1 xy- 1 dydx

But, you did not specify an orientation for the surface here! You cannot do a vector surface integral without specifying an orientation for the surface. I, since I use <y, x, -1> as normal vector, am assuming downward (the z component is negative) orientation. If the problem specifies an upward or orientation, use <-y, -x, 1> which would just multiply the final result by -1.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top