I have two questions about line integrals.
Find the integral below along the line of intersection of the two planes $x-y+z=0$ and $x+y+2z=0$ from the origin to the point $(3,1,-2)$ $$\int_{\mathcal C} x^2ds $$
Assistant has said "you should give priority to point if question has and parametrize wrt the point" and she has done this :
$r(t) = 3t\hat i+t\hat j -2t\hat k$ , $( 0 \le t \le1)$ (I didn't understand why t is between 0 and 1 here)
Find the integral below along the first octant part $\mathcal C$ of the curve of intersection of $z=2-x^2-2y^2$ and $z=x^2$ between $(0,1,0)$ and $(1,0,1)$ $$\int_{\mathcal C} xyds $$
$x=t,y=\sqrt{1-t^2},z=t^2 $ , $( 0 \le t \le1)$ (I didn't understand why t is between 0 and 1 again)
For 2nd question she has parametrized wrt equations although question has point. Why we did not use points for parametrization? Could someone explain difference in two questions please in the easiest way? Thanks a lot
For the first:
The intersection of the two planes is a line segment from the origin to the point (3,1,-2). The parametric equation of the line segment is indeed:
$$r(t) = 3t\hat i+t\hat j -2t\hat k$$
In general given two points P and Q the parametrization for a line segment PQ is obtained by:
$$r(t)=P+t(Q-P)$$
Note that for $r(0)=P$ and $r(1)=Q$.
For the second:
Here you have a curve but the concept is the same, t=0 correspond to the strarting point and t=1 to the final one.
The parametrization can be obtained noting that a generic point in the curve must satisfy simultaneously:
$z=2-x^2-2y^2$ and $z=x^2$
thus, assuming x=t the coordinates of the point are
$x=t$
$z=x^2\implies z=t^2$
$z=2-x^2-2y^2\implies t^2=2-t^2-2y^2\implies y^2=1-t^2\implies y=\sqrt{1-t^2}$
Note that for y we have choose the positive value since it is requested that y goes from 1 to 0.
Note also that in this case the fact that t varies from 0 to 1 depends from the choice x=t with x varying from 0 to 1.
NOTE In both cases you are parametrizing the line (all the points of the lines) by a single real parameter t which varies form o to 1.