3

Evaluate $\int_C \vec {\mathbf F} \mathrm d \, \vec {\mathbf r}$ , where $\vec {\mathbf F} (x,y,z) = 2 xz \, \vec {\mathbf i} + x^2z \, \vec {\mathbf j}+ x^2y \, \vec {\mathbf k}$ , and C is the path from (0 , 1 , 2) to (1 , 2, 3) that consists of three line segments parallel to the x -axis, y-axis, and z-axis, in this order.

Ill try it in a few moments

jimjim
  • 9,675
sarah
  • 1,281

1 Answers1

3

Put $\,C_i\,$ = the path for the variable $\,i\,$ . For example, the first one takes $\,y=1\,,\,z=2\,,\,0\le x\le 1\,$ , so

$$\int\limits_{C_x} F\cdot dr=\int\limits_0^1(4x,2x^2,x^2)\cdot(4,0,0)\,dx=\int\limits_0^116x\,dx=8$$

Try the other two ones.

$$\int\limits_{C_y}F\cdot dr=\int\limits_1^2(4,2,y)\cdot(4,0,0)\,dy=\int\limits_1^216\,dy=16\\{}\\\int\limits_{C_z}F\cdot dr=\int\limits_2^3(2z,4z,2)\cdot(2z,0,0)\,dz=\int\limits_2^34z^2\,dz=\left.\frac{4}{3}z^3\right|_2^3=\frac{4}{3}(27-8)=\frac{76}{3}$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287