How to Determine Line and Surface Integrals with Rectangular Boundaries

thercias
Messages
62
Reaction score
0

Homework Statement


Consider a vector A = (2x-y)i + (yz^2)j + (y^2z)k. S is a flat surface area of a rectangle bounded by the lines x = +-1 and y = +-2 and C is its rectangular boundary in the x-y plane. Determine the line integral ∫A.dr and its surface integral ∫(∇xA).n dS


Homework Equations





The Attempt at a Solution


First I found ∇xA, which ended up simplifying to 1k
so ∫k.n dS
at this part I'm confused as to how to simplify it further.


For the line integral,
∫A.dr
=∫(2x-y)dx + ∫(yz^2)dy + ∫(y^2z)dz
this is as far as i was able to understand, I'm not quite sure how to break up the integrals or what intervals to use. But for this line integral, I still tried
=∫(2x-y)dx of side #1 + ∫(2x-y)dx of side #2 + ... of side #3 + ... of side #4
the 2nd and 4th sides I got were 0 since the change of dx was 0
=∫(2x+2)dx (from -1 to 1) - ∫(2x -2)dx (from -1 to 1)
=8
not sure if this is a correct procedure at all, but I got an answer out of it. My problem with these questions is coming up with the integrals to solve, I'm sort of lost in how to determine them.
 
Physics news on Phys.org
It's not clear what you mean by "side 1" but I think you mean the line y= 2. Then dr= dx, x going from -1 to 1. 2x- y= 2x- 2 so you integrate that from -1 to 1: \int_{-1}^1 (2x- 2)dx. On "side 2", x= 1, and "side 4", x= -1, x does not change so dx= 0 and there is no integer with respect to x. On "side 3", y= -2, the integral is \int_{1}^{-1} (2x+ 2)dx (Notice the order of the limits of integration. If we go from x= -1 to 1 on y= 2, we are going "counterclockwise" around the boundary and must go from x= 1 to x= -1 on the other side to continue counterclockwise.).

The thing that may be bothering you is that the vector function given is has three components and three variables, x, y, and z. But the path of integration is in the xy-plane. z= 0 there so the y and z components of the integrand are 0.

You also ask about the surface integral, \int (\nabla\times A)\cdot \vec{n}dS. Again, the surface is the xy-plane so "\vec{n}" is the unit vector in the z direction, \vec{k}. That means that after finding \nabla A you only need to integrate the z-component. Of course, dS= dxdy and the double integral is for x from -1 to 1 and y from -2 to 2.
 
  • Like
Likes 1 person
Wow, that was very clear. Thanks for the amazing explanation. I definitely have a better understanding of the surface integrals now, and it looks like I was doing my line integrals right after all.
 
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