AJ L. answered 03/19/23
Patient and knowledgeable Calculus Tutor committed to student mastery
Recall arc length formula and list given information:
L = ∫[a,b] √[1+f'(x)2]dx
f(x) = 2x2
f'(x) = 4x
f'(x)2 = 16x2
[a,b] = [1,2]
Rewrite the integral so the integrand is in √(a2+x2)dx form:
L = ∫[1,2] √[1+16x2]dx
L = ∫[1,2] √[16(1/16 + x2)]dx
L = 4∫[1,2] √(1/16 + x2)dx
Use the integration formula for ∫√(a2+x2)dx and make substitutions:
∫√(a2+x2)dx = (x/2)√(a2+x2) + (a2/2)ln|x+√(a2+x2)| + C
∫√(1/16 + x2)dx = (x/2)√(1/16 + x2) + (1/32)ln|x+√(1/16 + x2)| + C
Now plug in the bounds and solve for L:
L = 4[(x/2)√(1/16 + x2) + (1/32)ln|x+√(1/16 + x2)|] [1,2]
L = 4[(2/2)√(1/16 + 22) + (1/32)ln|2+√(1/16 + 22)| - (1/2)√(1/16 + (1/2)2) + (1/32)ln|1+√(1/16 + (1/2)2)|]
L ≈ 6.086
Therefore, the length of the arc y = 2x2 from x=1 to x=2 is about 6.086 units!
I hope this helped!