

InterviewSolution
Saved Bookmarks
1. |
The displacement of a particle si given by `y = a+bt +ct^(2) +dt^(4)`.find the acceleration of a particle. |
Answer» `v = (dy)/(dt) = (d)/(dt) (a+bt +ct^(2) +dt^(4)) =b +2ct +4dt^(3)` `a = (dv)/(dt) = 2c +12dt^(2)` |
|