Couldn't really figure out a good title for this post, I am sorry.
But here's the problem:
PREMISE: Two people, A and B, are running, with speed u, up and down separate escalators with length L.
B's escalator is running with speed v, but A's escalator does not work.
QUESTION: Would they arrive at the same time? What would happen?
My attempt:
$$T_A = \frac{2L}{u} $$ $$T_B = T_B1 + T_B2 = \frac{L}{u+v} + \frac{L}{u-v} = \frac{2uL}{u^2 - v^2}$$ Here is where I am a bit uncertain if I can do this, I assign a factor F to find a relation between the two expressions: $$T_A * F = T_B$$ $$\frac{2L}{u} * F = \frac{2uL}{u^2 - v^2}$$ $$F = \frac{u^2}{u^2 - v^2}$$ If F > 1, that would mean that T_B is greater, and if F < 1, that would mean that T_A is greater.
$$u^2 - v^2 > u^2 $$ .. doesn't hold since that would mean that $v^2$ must be negative therefore $$u^2 - v^2 <= u^2 $$ holds which would give $F >= 1$ which implies T_B is greater and therefore T_A wins everytime.
Does my math check out, can I make the assumptions that I make? And also, if I am right, is there an easy way to see why this is? It seems really counter-intuitive to me.