My Teacher gave me this question.
Let C be the Curve $$y=x^3-x, \text{ where: } 0< x< 1$$ Oriented from $(0,0)$ to $(1,0)$. Find: $$\int_c x \, dy$$ I want to use the Line-Integral Formula: $$\int_c f(x,y)= \int_a^b f(h(t),g(t)) \cdot (\text{magnitude})r'(t) \, dt$$
My Parametrizaiton is: $x=t;y=t^3-t$, and my $r'(t) =\langle 1,3t^2-1\rangle, (\text{magnitude})r'(t)=\sqrt{1^2+(3t^2-1)^2} $
$(\text{magnitude})r'(t)$ is needs to be a number , but what numbers am I supposed to plug in to the $r'(t)$ to find my magnitude?. If i plug in $1$, I get $\sqrt5$ if I plug in $0$, I get $\sqrt 2$.
I tried to solve it by ignoring path length all together, just cutting $r'(t)$ out of the line integral equation, and I got the correct answer $(1/4)$.
So either the path length is irrelevent? maybe b/c the starting point is $(0,0) \to (1,0)$ and the length is one even though the function is a curve? or the path length is 1? Can someone please help explain this to me?