Y=x(sin(x)), 0 ≤ x ≤ 2π?

Use Simpson s Rule with
n = 10
to estimate the arc length of the curve. Compare your answer with the value of the integral produced by your calculator. (Round your answers to six decimal places.)

Respuesta :

Careful; (dy/dx)^2 = x^2 cos^2(x) + 2x sin x cos x + sin^2(x).

So, the arc length equals 
∫(x = 0 to 2π) √[1 + (x^2 cos^2(x) + 2x sin x cos x + sin^2(x))] dx 
= ∫(x = 0 to 2π) √[1 + x^2 cos^2(x) + x sin(2x) + sin^2(x)] dx, via double angle identity. 

Let Δx = (2π - 0)/10 = π/5. 
Using Simpson's Rule with n = 10, this integral approximately equals 
((π/5)/3) * [f(0) + 4 f(π/5) + 2 f(2π/5) + 4 f(3π/5) + 2 f(4π/5) + 4 f(π) + 2 f(6π/5) + 4 f(7π/5) + 2 f(8π/5) + 4 f(9π/5) + f(2π)], 

where f(x) = √[1 + x^2 cos^2(x) + x sin(2x) + sin^2(x)]. 
------- 
I hope this helps!
ACCESS MORE