I'm a confused by the following definition of the line integral from Wiki:
For some scalar field $f : U \subset R^n \to R$ the line integral along some piecewise curve $C \subset U$ is defined as: $\int_C f(r) \ ds = \int_a^b f(r(t)) | r'(t) | dt$
where $r : [a,b] \to C$ is an arbitrary bijective parametrization of the curve $C$ such that $r(a)$ and $r(b)$ give endpoints of $C$.
QUESTIONS
On the LHS $r$ is used. Is it still defined as a bijective parametrization?
On the RHS why is the Euclidean norm $|r'(t)|$ required in the equation? Intuitively, it seems the line integral could just be calculated $\int_a^b f(r(t)) dt$?
The factor makes the integral well-defined, meaning that it doesn’t depend on the choice of parametrization of the curve.
See the below answer of @Doug M for an example.