So I found this rather ambiguous question based on kinematics from a competitive examination, the question with options is - A car travels in such a way that its velocity becomes twice the previous velocity every two seconds. If the average velocity after 6 seconds is 14 m/s, what will be the distance travelled by it in first 4 seconds?
A)12m B)36m C)48m D)56m
My reasoning was as follows: Average velocity = total distance travelled / total time
thus total distance travelled = 14*6 = 84m
Now, assuming the initial velocity is v
2v + 2(2v) + 2(4v) = 84........... (Calculating distance for every 2 second interval of 6 seconds by using v*t and equating it to 84)
solving this gives v= 6 m/s
then calculating distance travelled in 4 seconds by (vt + 2vt) = 6.2 + 12.2 = 36m
Now, I later realized that I made an assumption that the velocity of the car doubles in discontinuous steps after every 2 seconds ( like say the velocity is v for the first 2 seconds and then suddenly step ups to 2v for the next 2 second interval) rather than evolving in a continuous curve like graph.
But the question doesn't specify if the velocity evolves in a continuous exponential curve or is it expected for the candidate to assume that the velocity changes in discrete steps.
Now my genuine doubt is- had it been the case that we were supposed to evaluate the answer by considering (v-t) graph as continuous
by expressing V(t) = 2^(t/2)*v(initial)
is it still possible to calculate the distance travelled in first 4 seconds having given only the average velocity ?? OR is the question incomplete ?
Yes. At each point in every two second interval, the velocity will be exactly twice what it was two seconds before, regardless of how the velocity varies over the interval. Therefore the average velocity (and hence the distance travelled) over that two second interval will be exactly twice what it was in the preceding two-second interval. Expressed mathematically, \begin{align} \frac{1}{2}\int_{t_0}^{t_0+2}v(t)dt&=\int_{t_0}^{t_0+2}v(t-2)dt\\ &=\int_{t_0-2}^{t_0}v(t)dt\\ &=2\left(\frac{1}{2}\int_{t_0-2}^{t_0}v(t)dt\right)\ . \end{align} Therefore, if the car travels a distance $\ d_1\ $ in the first $2$ seconds, it will travel $\ 3d_ 1\ $ in the first $4$ seconds and $\ 7d_1\ $ in the first $6$ seconds. You're told the average velocity over the first $6$ seconds, which will be $\ \frac{7d_1}{6}\ ,$ is $\ 14$m/s. Therefore $\ d_1=12$m, and the distance travelled by the car in the first $4$ seconds is $36$m.