Suppose I have
$$\int_C \,(3x+y)\,\mathbb dx+(2y-x)\,\mathbb dy$$
and I want to find the line integral from the straight line $(0,1)\mapsto (2,5)$.
Most of the things I see on YouTube or some sites, most of them using parametrization $t$ with fixed interval $0<t<1$.
E.g. for my problem:
$$x : 0\mapsto 2 \Rightarrow x=2t+0\quad 0\leq t \leq 1$$
$$y : 1\mapsto 5 \Rightarrow y=4t+1\quad 0\leq t \leq 1.$$
What is the secret behind $0\leq t \leq 1$?
Then, substituting in the integral we have the following :
$$\int_0^1 \,(3(2t)+(4t+1))\,2\mathbb dt+(2(4t+1)-(2t))\,4\mathbb dt$$
Could you explain to me? Why we always have interval $0\leq t \leq 1$?
Or, it's just a coincidence?
Thanks.
It might be useful to rewrite the parametrization a bit: $$ (x,y) = (0,1) + t(2,4). $$ The interpretation goes as follows: at $t=0$, the starting point is $(0,1)$. After $t$ seconds, one has moved $t$ steps in the direction $(2,4)$. So after one second $t=1$, we arrive at the end point $$ (0,1) + (2,4) = (2,5). $$ Therefore, $t$ lies between $0$ and $1$.