I'm evaluating a line integral of the function $T= x^2 + 4xy + 2yz^3$ from $a = (0,0,0)$ to $b=(1,1,1)$ on the path $z = x^2$, and $y = x$ without using the fundamental theorem.
My question is how to factor in the boundaries of the integral when I parameterize the path in terms of $t$
So far I have:
Let $x = t$
so $r= \langle t,t,t^2\rangle$ and $dr = \langle 1,1,2t\rangle$
how do I factor in the boundaries $a=(0,0,0)$ and $b=(1,1,1)$ for my integral? After I have the boundaries, solving the line integral is not a problem
Thank you
The path must be contained in the curve $$\gamma(t)=(t,t,t^2), \, t \in \mathbb{R}$$ It is easily seen that $\gamma$ is a regular curve and, moreover, that $a=\gamma(0)$ and $b=\gamma(1)$.
We know that $\gamma'(t)=(1,1,2t) \Rightarrow ||\gamma'(t)||=\sqrt{2+4t^2}$. So, the required integral can be written as follows $$\int_0^1 T(x,y,z) \sqrt{2+4t^2} \, \text{d} t$$
Remark: I suppose that you did mean $T$ is a scalar field, not a vector field.