

InterviewSolution
Saved Bookmarks
1. |
Which of the following represents uniformly accelerated motion ?A. `x=sqrt((t+a)/(b))`B. `x=(t+a)/(b)`C. `t=sqrt((x+a)/(b))`D. `x=sqrt(t+a)` |
Answer» Correct Answer - C `t=sqrt((x+a)/(b)) or (x+a)=bt^(2) or x=-a+bt^(2)` Comparing this equation with genral equation of uniformly accelerated motion, `s=s_(i)+ut+(1)/(2)at^(2)` we see that `s_(i)=-a, u=0` and acceleration = 2b. |
|