Let C be the part of the plane curve defined by $$y^2=x^3-x$$ between $$(\frac{-1}{\sqrt3},\sqrt[4]{\frac4{27}})$$ and $$(0,0)$$ oriented from left to right. How would I calculate
$$\int_{C}y^2\vec{i}+(2xy+4y^3e^{y^4})\vec{j}ds$$
I have already found that the vector field is conservative, I'm just not sure how to proceed from there.
Since the vector field is conservative it has a potential function. Check that the gradient of
$$f(x,y) = xy^2 + e^{y^4}$$
is indeed the vector field in the problem. Then use the fundamental theorem of line integrals:
$$\int_{\vec{a}}^{\vec{b}}\nabla f \cdot d\vec{r} = f(\vec{b}) - f(\vec{a})$$
to get that the integral equals
$$f(0,0) - f\left(-\frac{1}{\sqrt{3}},\sqrt[4]{\frac{4}{27}}\right) = \frac{11}{9} - e^{\frac{4}{27}} $$