I have a problem finding the line integral. I have the force field $F_1(x,y)=(x^2+y,y^2+x)$
I have shown that this force field is conservative because $\frac{\partial}{\partial y}(x^2+y)-\frac{\partial}{\partial x}(y^2+x)=1-1=0$
Now I have to find the line integral of $F_1$ along a motion going in a straight line from $(0, 0)$ to $(1, 0)$ and then in a straight line from $(1, 0)$ to $(1, 1)$. I'm not sure how to do that when I don't have an expression of $′$? Can anyone help me?
My intuitive thoughts is that we get two integral by the two lines that we sum together? I think that the line from $(0,0)$ to $(1,0)$ will give us the parameterizations $x=0,y=1-t,0 \leq t \leq0$. But what about the parameterization for the other line? And how can the parameterizations be used to find the line integral, I think I have to sum them together? I hope anyone can help me? A solution would be good, so I can understand it from the beginning
Yes the vector field is conservative and hence its line integral is path independent. Given it is a conservative vector field, it must be gradient of a scalar function. In other words,
$ \vec F_1 = \nabla \phi(x, y)$
We can then find that $ ~ \displaystyle \phi (x, y) = \frac{x^3+y^3}{3} + xy$
Now using fundamental theorem of line integral,
$ \displaystyle \int_C \nabla \phi(x,y) \cdot d\vec r = \phi(\vec r(b)) - \phi(\vec r(a)) $
where $\vec r(a)$ and $\vec r(b)$ represent the start and end points on the curve which in this case are $(0, 0)$ and $(1, 1)$.
Alternatively you can parametrize the curve $C$ from $(0, 0)$ to $(1, 1)$ as $ ~ r(t) = (t, t), 0 \leq t \leq 1$
Then $F_1(r(t)) = (t^2 + t, t^2 + t)$
$r'(t) = (1, 1)$
So the line integral is,
$ \displaystyle \int_0^1 (t^2 + t, t^2 + t) \cdot (1, 1) ~ dt$