Minimum distance to avoid collision using relative motion

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
cr7einstein
Messages
87
Reaction score
2

Homework Statement



2 cars with velocities 10 m/s and 20 m/s are traveling in opposite directions, having uniform retardation of 2m/s^2 and 1m/s^2 respectively. Find minimum separation between them such that they don't collide.

Homework Equations


$$v^2=u^2 + 2as$$
$$V_{12}=v_{1}-v_{2}$$

The Attempt at a Solution


It can easily be solved by finding the distance they require to come to a stop using equations of motion, and adding them up, i.e. $$d_{min}=\frac{v_{1}^2}{2a_{1}} + \frac{v_{2}^2}{2a_{2}}$$. This gives, upon substituting, $$225 $$metres as the answer, which is correct.
The problem is, I want to do it using relative motion. Suppose 1st car is moving along positive X axis towards right, and car 2 towards left. In frame of 2nd car, $$v_{12}=v_{1}-(-v_{2})=v_{1}+v_{2}=20+10=30 m/s$$. Similarly, acceleration of car 1 must be towards left (opposite to velocity) and towards right for car 2. Thus, $$a_{12}= -3m/s^2$$. Now, in frame of car 2, car 1 comes in with a velocity 30m/s and retardation (-3)m/s^2. In order to avoid collision, it has to cover the distance between them such that its velocity upon reaching 2 becomes zero(the distance here is the minimum distance), i.e. $$v_{12f}=0$$. Using $$v^2=u^2 + 2as$$, we get $$(0)^2=(30)^2+2(-3)(x)$$, which on solving gives
$$x=150m$$.
I don't understand what is my mistake. Please point it out. Thanks in advance!
 
Physics news on Phys.org
@DEvens, Do you mean to say that after one of the cars stop, the relative acceleration changes? Well it does but then does it mean that the 150m I get is valid only until one of the car stops, and the other still travels 75 more metres?