Let $f(x,y)=2x-y$, and consider the path $x=t^4, y=t^4,-1 \leq t \leq 1$.
(a) Compute the integral of $f$ along the path. What does this mean geometrically?
My attempt:
Let $\textbf c(t) = (t^4,t^4)$. We wish to integrate $f(x,y)=2x-y$ over this path:
$$\int_{\textbf c}f\space ds = \int_a^bf\big(x(t),y(t)\big)\|\textbf c'(t)\| \space dt.$$
$$\int_{-1}^1 (2t^4-t^4)\sqrt{32t^6} \space dt = \sqrt{32}\int_{-1}^1 t^7 \space dt = 0.$$
But this is not the correct answer. I think I'm misinterpreting what $x=y=t^4$ means.
(b) Evaluate the arc-length function $s(t)$ and redo part (a) in terms of $s$.
What does the question mean by "redo (a) in terms of $s$"?