The only reason i have been asking this:
[itex]\int_a^b f(r(t)) |r'(t)|dt \neq \int_a^b \nabla f(r(t)) \cdot r'(t)dt[/itex]
is because the formula given on the book say that they should be equal. However, as i try many examples; i never get the same answer. Here is some general proof i have been trying but never got far.
Let [itex]f(x,y)=f(x,y)[/itex]
[itex]F = \nabla f(x,y)=<f_x, f_y>[/itex]
Let Parametrization of Curve C:
[itex]r(t) = <g(t), h(t)>[/itex]
[itex]r'(t) = <g'(t), h'(t)>[/itex]
[itex]|r'(t)| = [g'(t)^2 + h'^2(t)]^\frac{1}{2}[/itex]
[itex]\int_a^b f(r(t)) |r'(t)|dt = \int_a^b \nabla f(r(t)) \cdot r'(t)dt[/itex]
[itex]\int_a^b f(g(t), h(t))[g'(t)^2 + h'(t)^2]^\frac{1}{2}dt = \int_a^b <f(_x, f_y> \cdot <g'(t), h'(t)>dt[/itex]
[itex]\int_a^b f(g(t), h(t))[g'(t)^2 + h'(t)^2]^\frac{1}{2}dt = \int_a^b g'(t)f_x(g(t), h(t))+ h'(t)f_y(g(t), h(t))dt[/itex]Since limits and variable of integration are the same then
[itex]f(g(t), h(t))[g'(t)^2 + h'(t)^2]^\frac{1}{2} = g'(t)f_x(g(t), h(t)) + h'(t)f_y(g(t), h(t))[/itex]
But since i don't have any idea of what is going on inside those partial derivatives, i don't have a clue how to proceed.
Edit: In addition, the right hand side kind of looks like the product rule of a derivative.