Posted by COFFEE on Wednesday, June 13, 2007 at 2:33am.
i'm still getting this question wrong. please check for my errors:
Use Simpson's Rule with n = 10 to estimate the arc length of the curve.
y = tan x, 0 <or= x <or= pi/4
.. this is what i did:
y' = sec(x)^2
(y')^2 = [sec(x)^2]^2
[f'(x)]^2 = sec(x)^4
Integral of
sqrt( 1 + sec(x)^4 ) dx
from x=0 to x=pi/4
deltaX = (pi/4 - 0) / 10
deltaX = (pi/4) / 10
deltaX = pi/40
= (pi/40)/3 [f(0) + 4f(pi/40) + 2f(2pi/40) + 4f(3pi/40) + 2f(4pi/40) + 4f(5pi/40) + ... + 4f(9pi/40) + (pi/4)]
= (pi/120) [sqrt(1+sec(0)^4) + 4sqrt(1+sec(pi/40)^4) + ..etc..etc..
and after calculating.. i got these:
= (pi/120) [1.414 + 5.674 + 2.864 + 5.822 + 2.981 + 6.161 + 2.837 + 6.802 + 3.652 + 7.991 + 0.785]
= (pi/120) [46.983]
= 1.230012064
= 1.23
........ and this answer was wrong. can someone point out how i calculated this wrong or if i missed something? i thought i did everything by the book & notes. thanks :)
never mind, I figured it out...1.277995
- calc: simpson's rule & arc length - dude, Friday, March 19, 2010 at 12:16am
dude me too i cant lol
Answer this Question
Related Questions
Calculus ll - Arc Length/Simpson's Rule - Use Simpson's Rule with n=10 ...
calculus SIMPSON RULE - Use Simpson's Rule and all the data in the following...
Maths C - I need to compare and contrast Weddle's Rule and Simpson's ...
calculus - Use the trapezoidal rule and simpson's rule to approximate the ...
calculus - f(1)= 20, f(3)=13, f(5)=15, f(7)=16, f(9)=11, on [0,6] a, used ...
Simpson's rule - Is the simpson's rule always more accurate than the ...
mathematics - use Simpson's Rule with n=10 to approximate the area of the ...
Calculus - Can someone explain to me how to do these? Given the following ...
computer program - where can i find a computer code for Simpson's 1/3 Rule ...
calculus - use the trapezoidal and simpson's rule to approximate the value ...
For Further Reading