I'm reading a book on computer science/math and I found this formula for arc lengths that I've not been able to decipher: $$\left|\int_p^q\left\| {df(x)\over dx} \right\| dx\right|$$ where $\lVert \cdot\rVert$ is the Euclidean norm.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Yes that's the usual definition. It depends on your setting, for simplicity let's assume you are in $\mathbb R^n$. You need a scalar product (dot product) $< . >$ on $\mathbb R^n$ (seen as the tangent space at each point of the first $\mathbb R^n$). Then if $f : [a,b] \longrightarrow \mathbb R^n$ is a piecewise $\mathcal C^1$ curve, its length is defined by: $$ \int_a^b \sqrt{ \Big< \frac{df}{dx}(x), \frac{df}{dx}(x) \Big>} dx $$ Notice that we ca take the square-root since $<x,x>$ is positive for all $x \in \mathbb R^n$. |
|||||
|