

InterviewSolution
Saved Bookmarks
1. |
The velocity of a particle moving in the positive direction of `x`-axis varies as `v = alpha sqrt(x)` where `alpha` is positive constant. Assuming that at the moment `t = 0`, the particle was located at `x = 0`, find (i) the time dependance of the velocity and the acceleration of the particle and (ii) the mean velocity of the particle averaged over the time that the particle takes to cover first `s` meters of the path. |
Answer» `a=(dv)/(dt) = alpha (d)/(dt) sqrt(x) = alpha. (1)/(2)x^(-1//2) (dx)/(dt)` `= alpha.(1)/(2sqrt(x)).alphasqrt(x) rArr a = (alpha^(2))/(2)` |
|