Find Arc Length Using Trapezoids

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 6K views
nyyfan0729
Messages
12
Reaction score
0
Using trapezoids and N=4, find the length of the arc of the curve y=(1/3)x^3 from (0,0) to (1,1/3).
 
Physics news on Phys.org
Of course, [itex]\frac{dy}{dx}= x^2[/itex] so the length of the curve from x= 0 to x= 1 is
[tex]\int_0^1 \sqrt{1+ x^4}dx[/tex]

By "Using trapezoids" do you mean use the trapezoid rule to numerically integrate that?