Jeff K. answered 06/10/20
Together, we build an iron base of understanding
Hi David:
Here we go!
Parametric equations of the curve: x = 2t
y = t3 + t/3 for 1 <= t <= 2
Substitute t = x/2 into the expression for y: y = (x/2)3 + (1/3)(x/2)
= x3/8 + x/6
This is a standard smooth cubic curve with no discontinuities and everywhere differentiable in [2, 4]
Arc length = ∫ [2, 4] √( 1 + (dy/dx)2 ) dx with the integration limits now set to x values in [2, 4]
= ∫ [2, 4] √( 1 + (3x2/8 + 1/6)2 ) dx
= ∫ [1, 2] √(1 + 9x4/64 + x2/8 + 1/36) dx
= ∫ [1, 2] √(9x4/64 + x2/8 + 37/36) dx
Unfortunately, the expression inside the square root isn't a perfect square so this definite integral can't be solved without the use of much more complex math functions.
Therefore, we must stop here.