Let $C$ be the triangle with vertices $(0,0);(1,0);(0,1)$ , traversed in a counterclockwise direction ;
then what is the value of $\int_C(x+y)ds$ ? I'm having trouble with the range of parameter for each side of the triangle , Please help .
Let $C$ be the triangle with vertices $(0,0);(1,0);(0,1)$ , traversed in a counterclockwise direction ;
then what is the value of $\int_C(x+y)ds$ ? I'm having trouble with the range of parameter for each side of the triangle , Please help .
Copyright © 2021 JogjaFile Inc.
EDITED
In this version the counterclockwise nature of the traversal will be paid attention to.
The triangle has $3$ sides. The parametric equations of the sides are
The line integral has three parts then
$$\int_{\triangle}x+y\ ds=$$ $$\int_0^1 (x_1(t)+y_1(t))|r'_1(t)|\ dt+\int_0^1 (x_2(t)+y_2(t))|r'_2(t)|\ dt+\sqrt2\int_0^1 (x_3(t)+y_3(t))|r'_3(t)| \ dt=$$ $$=\int_0^1 t\ dt+\int_0^1 1-t\ dt+\sqrt2\int_0^1 1 \ dt=1+\sqrt2.$$