Arc Length
We can deduce that the length of a curve with parametric equations Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{cases} x=f(t) \\ y=g(t) \end{cases} } , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a\le t\le b } should be:
Since vector functions are fundamentally parametric equations with directions, we can utilize the formula above into the length of a space curve.
Arc length of a space curve
If the curve has the vector equation , or, equivalently, the parametric equations , where are continuous, then the length of the curve from to is:
- }}
For those who prefer simplicity, the formula can be rewritten into:
or
Example Problems
1. Find the circumference of the circle given by the parametric equations , with .
2. Find the length of the curve Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle y=\frac{e^x+e^{-x}}{2}} from Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=0} to Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=1} .
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{align}s&=\int\limits_0^1\sqrt{1+\left(\frac{d}{dx}\left(\frac{e^{x}+e^{-x}}{2}\right)\right)^2}dx\\ &=\int\limits_0^1\sqrt{1+\left(\frac{e^{x}-e^{-x}}{2}\right)^2}dx\\ &=\int\limits_0^1\sqrt{1+\frac{e^{2x}-2+e^{-2x}}{4}}dx\\ &=\int\limits_0^1\sqrt{\frac{e^{2x}+2+e^{-2x}}{4}}dx\\ &=\int\limits_0^1\sqrt{\left(\frac{e^{x}+e^{-x}}{2}\right)^2}dx\\ &=\int\limits_0^1\frac{e^{x}+e^{-x}}{2}dx\\ &=\frac{e^{x}-e^{-x}}{2}\bigg|_0^1\\ &=\mathbf{\frac{e-\frac1e}{2}}\end{align}}
Resources
- Arc Length, WikiBooks: Calculus
- Arc Length and Curvature, OpenStax