Simpson's Rule question, which I hate

  • Thread starter Thread starter Hootenanny
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Messages
9,621
Reaction score
9
The question is use simpson's rule with five ordinates to find an approximation for
[tex]\int_{0}^{4} cos \left[ e^{\frac{1}{2} x} \right] dx[/tex]
Here are my figures (working in radians)
[tex]y_0 = 0.540302305[/tex]
[tex]y_1 = -0.077846103[/tex]
[tex]y_2 = -0.911733914[/tex]
[tex]y_3 = -0.228658946[/tex]
[tex]y_4 = 0.448356241[/tex]
Plugging these into the formula for Simpson's rule gives:
[tex]\int_{0}^{4} cos \left[ e^{\frac{1}{2} x} \right] dx \approx \frac{1}{3} \left[ (0.540302305 + 0.448356241) + 4(-0.077846103 -0.228658946) + 2(0.448356241 -0.911733914) \right][/tex]
This gives - 0.388... when the answer in the textbook is -0.6869. I know its a lot of number crunching but any help would be appreciated.
 
Physics news on Phys.org
I don't really know what you are doing there..

if you just go

1/3 (y0 + 4y1 + 2y2 + 4y3 + y4) it works properly