12 12 votes The velocity $v$ (in kilometer/minute) of a motorbike which starts form rest, is given at fixed intervals of time $t$ (in minutes) as follows:t2468101214161820v10182529322011520The approximate distance (in kilometers) rounded to two places of decimals covered in 20 minutes using Simpson's $1/3^{rd}$ rule is ________. Numerical Methods gatecse-2015-set3 numerical-methods simpsons-rule normal numerical-answers out-of-gatecse-syllabus non-gatecse + – go_editor 10.9k views answer comment Share Follow Print See all 4 Comments 4 4 Comments reply Prateek Arora commented Dec 17, 2016 reply Follow flag is this in gate2017 syllabus? 0 0 replyShare Krupa Rajani commented Feb 5, 2017 reply Follow flag Nope, it is not. 1 1 replyShare Ruchi Pandey commented Dec 20, 2019 reply Follow flag Is this in GATE 2020 syllabus ? Topics like Newton Raphson's , Trapezoidal , Simpson Rule etc. need to be studied or not ? Can anyone help ? 2 2 replyShare P0535_Yedidyah_Sagar commented Jul 17, 2025 reply Follow flag Out of syllabus 1 1 replyShare Please log in or register to add a comment.
7 7 votes The total distance covered is given by the area under the speed curve and can be calculated by integrating the speed curve equation in the given range. In the question, exact speed function is not given, but the speed at different time instants is given. Question is asking the distance covered in 20 minutes. According to the question, the motion starts at t = 0 and ends at t = 20. So the speed function has to be integrated in the range t=0 to t=20. Therefore an additional point (t=0) has to be considered while integrating. After adding t=0, number of points will be 11 and number of intervals will be 10. And the answer will be 309.33. Distance $S = \frac{(b-a)}{3n}\left [ f(0) + 4 \left( f(2) + f(6) + f(10) + f(14) + f(18) \right) \\+ 2\left ( f(4) + f(8) + f(12) + f(16) + f(20) \right)\right]$ $= \frac{2}{3} \left[0 + 4\left(10 + 25 + 32 + 11 + 2\right) \\+ 2\left(18 + 29 + 20 + 5 \right)\right]$ $ = 309.33$ Ref: http://www.saylor.org/site/wp-content/uploads/2011/11/ME205-7.2-TEXT2.pdf ashishacm answered Feb 20, 2015 ashishacm comment Share Follow See 1 comment 1 1 comment reply ahmedlamlom122 commented Jan 2, 2019 reply Follow flag How can I solve it with trapezoidal rule please, and what if it's required to solve it with a mix of the two rules 0 0 replyShare Please log in or register to add a comment.
2 2 votes the answer is 292km Tamojit Chatterjee answered Feb 18, 2015 Tamojit Chatterjee comment Share Follow See 1 comment 1 1 comment reply Arjun commented Feb 25, 2015 reply Follow flag You can see the selected answer 1 1 replyShare Please log in or register to add a comment.
1 1 vote simply apply simpson 1/3 rule we will get 292.. but can we apply simpsons 1/3 rule when n is odd ? Anoop Sonkar answered Feb 17, 2015 • edited Feb 18, 2015 by Anoop Sonkar Anoop Sonkar comment Share Follow 0 reply Please log in or register to add a comment.