Arc length for lines
So this is about calculating the length of the line on a curve, not the area underneath.
The formula is:
This is because we’re actually calculating the hypotenuse of a triangle with height and width . This is only an approximation until we can get x or y isolated.
To do that isolation, we can pull out the dx^2 param.
The Mean Value Theorem of Differentiation says that , so we can substitute that, which gives us:
assuming f is differentiatable on [a,b] and f’ is continuous on [a,b]
Example
7.4.1
arc length of f(x) = x3/2 from 0 <=> 4
…
Arc length for circles
circumfrence of a circle is:
for the top half: