Respuesta :
I'll only look at (37) here, since
• (38) was addressed in 24438105
• (39) was addressed in 24434477
• (40) and (41) were both addressed in 24434541
In both parts, we're considering the line integral
[tex]\displaystyle \int_C (3x^2-8y^2)\,\mathrm dx + (4y-6xy)\,\mathrm dy[/tex]
and I assume C has a positive orientation in both cases
(a) It looks like the region has the curves y = x and y = x ² as its boundary***, so that the interior of C is the set D given by
[tex]D = \left\{(x,y) \mid 0\le x\le1 \text{ and }x^2\le y\le x\right\}[/tex]
• Compute the line integral directly by splitting up C into two component curves,
C₁ : x = t and y = t ² with 0 ≤ t ≤ 1
C₂ : x = 1 - t and y = 1 - t with 0 ≤ t ≤ 1
Then
[tex]\displaystyle \int_C = \int_{C_1} + \int_{C_2} \\\\ = \int_0^1 \left((3t^2-8t^4)+(4t^2-6t^3)(2t))\right)\,\mathrm dt \\+ \int_0^1 \left((-5(1-t)^2)(-1)+(4(1-t)-6(1-t)^2)(-1)\right)\,\mathrm dt \\\\ = \int_0^1 (7-18t+14t^2+8t^3-20t^4)\,\mathrm dt = \boxed{\frac23}[/tex]
*** Obviously this interpretation is incorrect if the solution is supposed to be 3/2, so make the appropriate adjustment when you work this out for yourself.
• Compute the same integral using Green's theorem:
[tex]\displaystyle \int_C (3x^2-8y^2)\,\mathrm dx + (4y-6xy)\,\mathrm dy = \iint_D \frac{\partial(4y-6xy)}{\partial x} - \frac{\partial(3x^2-8y^2)}{\partial y}\,\mathrm dx\,\mathrm dy \\\\ = \int_0^1\int_{x^2}^x 10y\,\mathrm dy\,\mathrm dx = \boxed{\frac23}[/tex]
(b) C is the boundary of the region
[tex]D = \left\{(x,y) \mid 0\le x\le 1\text{ and }0\le y\le1-x\right\}[/tex]
• Compute the line integral directly, splitting up C into 3 components,
C₁ : x = t and y = 0 with 0 ≤ t ≤ 1
C₂ : x = 1 - t and y = t with 0 ≤ t ≤ 1
C₃ : x = 0 and y = 1 - t with 0 ≤ t ≤ 1
Then
[tex]\displaystyle \int_C = \int_{C_1} + \int_{C_2} + \int_{C_3} \\\\ = \int_0^1 3t^2\,\mathrm dt + \int_0^1 (11t^2+4t-3)\,\mathrm dt + \int_0^1(4t-4)\,\mathrm dt \\\\ = \int_0^1 (14t^2+8t-7)\,\mathrm dt = \boxed{\frac53}[/tex]
• Using Green's theorem:
[tex]\displaystyle \int_C (3x^2-8y^2)\,\mathrm dx + (4y-6xy)\,\mathrm dx = \int_0^1\int_0^{1-x}10y\,\mathrm dy\,\mathrm dx = \boxed{\frac53}[/tex]