1

(a)Evaluate the integral

$$\int_{C}(y^2-z^2)\:dx+(z^2-x^2)\:dy+(x^2-y^2)\:dz$$

The curve C is the intersection of the boundary surface of the cube $0 ≤ x, y, z ≤ a,$ with the plane $x+y +z = 3a/2$

What i tried

For part (a)I would think of using stokes theorem and i would first calculate $curl F$ which gives $<-2y-2z,2z-2x,-2x-2y>$ while i would calculate the normal n to be $<1,1,1>$ then do a dot product between $curl F$ and $n$ to get $<-4y-4x-4z>$ and substituting $z=3a/2-x-y$. I know that i would need to parametrise this $F$ in order to get the normal $$\iint\!-6a\,dS $$

ys wong
  • 2,017

1 Answers1

2

The surface is a regular hexagon with vertices $(a,a/2,0)$, $(a/2,a,0)$, $(a,0,a/2)$, $(a/2,0,a)$, $(0,a,a/2)$, $(0,a/2,a)$ (intersections of plane $x+y+z=3a/2$ with the edges of cube). Let be $D$ the projection on the plane XY, another hexagon with vertices $(a,a/2)$, $(a/2,a)$, $(a,0)$, $(a/2,0)$, $(0,a)$, $(0,a/2)$. Then the surface will be $$x=x$$ $$y=y$$ $$z=3a/2−x−y$$ $$(x,y)\in D.$$ The normal vector is $N=(1,0,-1)\times(0,1,-1)=(1,1,1)$. The surface integral is $$\iint_D{\text{curl}}F\cdot N\,dxdy = \iint_D-6a\,dxdy = -6a\,\text{area}(D)=-\frac92a^3.$$

EDIT:

Integration limits for $D$: $$\int_0^{a/2}\int_{a/2-x}^adydx+\int_{a/2}^a\int_0^{3a/2-x}dydx$$ Parametrization of the curve: take two consecutive vertices, for example, $(a,a/2,0)$, $(a/2,a,0)$. The parametrization of this segment is easy: $$(x,y,z)=(a,a/2,0)+((a/2,a,0)-(a,a/2,0))t,\qquad t\in[0,1].$$ Do the same with the other five edges. Warning: the orientation of each segment is important.

EDIT 2: added a drawing.

Intersection plane-cube