edited by
10,891 views
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:

t2468101214161820
v10182529322011520

The approximate distance (in kilometers) rounded to two places of decimals covered in 20 minutes using Simpson's $1/3^{rd}$ rule is ________.

3 Answers

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

Answer:
Position:
Show:

Related questions

1 1 vote
1 answers 1 answer
5.9k
5.9k views
Kathleen asked Sep 13, 2014
5,891 views
Simpson's rule for integration gives exact result when $f(x)$ is a polynomial of degree$1$$2$$3$$4$
1 1 vote
0 0 answers
1.2k
1.2k views
Misbah Ghaya asked Nov 15, 2016
1,178 views
Use Simpson's rule with $h=0.25$ to evaluate $ V= \int_{0}^{1} \frac{1}{1+x} dx$ correct to three decimal places.
0 0 votes
1 1 answer
2.2k
2.2k views
Nisha kumari asked Jan 30, 2015
2,159 views
The estimate of$\int_{0.5}^{1.5}\frac{dx}{x}$obtained using Simpson’s rule with threepoint function evaluation exceeds the exact value by(A) 0.235 (B) 0.068 (C) 0.024 (D)...
5 5 votes
1 1 answer
4.8k
4.8k views
go_editor asked Sep 28, 2014
4,811 views
With respect to the numerical evaluation of the definite integral, $K = \int \limits_a^b \:x^2 \:dx$, where $a$ and $b$ are given, which of the following statements is/ar...