Question
Question: Three particles start from origin at the same time, one with velocity $v_1$ along positive x-axis, t...
Three particles start from origin at the same time, one with velocity v1 along positive x-axis, the second along the positive y-axis with a velocity v2 and the third along the line y = x with such a speed that all the three remain on a straight line. The velocity of the third particle, is

v1v2
2v1+v2
v12+v22v1v2
v1+v2v1v22
(4)
Solution
The problem asks for the velocity of a third particle such that it always remains collinear with two other particles starting from the origin.
Let the time elapsed be t. All particles start from the origin (0,0).
-
Position of the first particle (P1): It moves along the positive x-axis with velocity v1. Its position at time t is P1=(v1t,0).
-
Position of the second particle (P2): It moves along the positive y-axis with velocity v2. Its position at time t is P2=(0,v2t).
-
Position of the third particle (P3): It moves along the line y=x. Let its velocity be v3. Since it moves along y=x, its x and y components of velocity must be equal. Let these components be v3x and v3y. So, v3x=v3y. The magnitude of its velocity is v3=v3x2+v3y2. Substituting v3y=v3x, we get v3=v3x2+v3x2=2v3x2=v3x2. Therefore, v3x=2v3. The position of the third particle at time t is P3=(x3,y3), where x3=v3xt=2v3t and y3=v3yt=2v3t. So, P3=(2v3t,2v3t).
Condition for collinearity: For the three particles to remain on a straight line, their positions P1, P2, and P3 must be collinear for all t>0. We can use the intercept form of the equation of a straight line. The line passing through P1(v1t,0) and P2(0,v2t) has x-intercept v1t and y-intercept v2t. The equation of this line is: v1tx+v2ty=1 To simplify, multiply the entire equation by v1v2t: v2x+v1y=v1v2t Now, substitute the coordinates of P3(2v3t,2v3t) into this equation: v2(2v3t)+v1(2v3t)=v1v2t Since this equation must hold for any time t>0, we can divide both sides by t: v22v3+v12v3=v1v2 Factor out 2v3 from the left side: 2v3(v1+v2)=v1v2 Solve for v3: v3=v1+v2v1v22
Comparing this result with the given options: (1) v1v2 (2) 2v1+v2 (3) v12+v22v1v2 (4) v1+v2v1v22
The calculated velocity matches option (4).
The final answer is (4)
Explanation of the solution:
- Determine the position vectors of the first two particles at time
t
based on their velocities and starting point (origin). P1=(v1t,0) and P2=(0,v2t). - Determine the position vector of the third particle at time
t
. Since it moves along y=x with velocity v3, its velocity components are v3x=v3y=v3/2. Thus, P3=(v3t/2,v3t/2). - For the three particles to remain collinear, their positions must satisfy the equation of a straight line. Use the intercept form of the line passing through P1 and P2: v1tx+v2ty=1.
- Substitute the coordinates of P3 into this line equation and solve for v3. This yields v3=v1+v2v1v22.