I need to calculate the line integral of (x^2 - x*y)dy when the curve is y=x^2 from (-1,1) to (2,4) If I convert the x's into y ie x^2=y and x=(y)^1/2 and use the limits 1 to 4 I get -4.9
If I use x as a parameter and convert the y into x and replace dy by 2xdx and use limits -1 to 2 I do not get -4.9
Why is this so ?