InterviewSolution
| 1. |
An express train is running behind a goods train on the same line and in the same direction, their velocities being u1 and u2 (u1 > u2) respectively. When there is a distance x between them, each is seen from the other. At which point it is just possible to avoid a collision f1 is the greatest retardation and f2 is the greatest acceleration which can be produced in the two trains respectively?(a) (u1 – u2)^2 = 2x(f1 + f2)(b) (u1 + u2)^2 = 2x(f1 – f2)(c) (u1 – u2)^2 = 2x(f1 – f2)(d) (u1 + u2)^2 = 2x(f1 + f2)I had been asked this question in final exam.This interesting question is from Calculus Application topic in section Application of Calculus of Mathematics – Class 12 |
|
Answer» The correct answer is (c) (u1 – u2)^2 = 2x(f1 – f2) |
|