0

I shall use units where time and distance are in seconds and speed is dimensionless between zero and one. Suppose a rocket $B$ passes by the earth $A$ on its way to the moon at speed $v$. At that event $(1)$ both clocks are synchronized to zero. According to $A$, the moon is $d$ seconds away. How far it is according to $B$ at event $(1)$? $B$ sends a photon to the moon and it comes back after $2t$ seconds. According to $B$, the photon travelled $t$ seconds to the moon and $t$ seconds back. But during that $t$ seconds the moon moved toward $B$ a distance of $tv$. So the distance to the moon according to $B$ at event $(1)$ is $t(1+v)$. What is $t$? According to $A$, when $2t$ seoconds passed on $B$'s clock, on $A$'s clock passed $2t/\sqrt {1-v^2}$. During that time the photon travelled distance $d$ to the moon and distance $d(1-v)$ back to $B$ and $d+d(1-v)=2t/\sqrt{1-v^2}$. So $t=d \sqrt{1-v^2}(2-v)/2$. And $t(1+v)=d \sqrt{1-v^2}(2-v)(1+v)/2$. This result is strange, since for small $v$ this is actually greater than $d$, maximizes to almost $1.06d$ when $v=0.232$. Did I make a mistake?

  • Why should $B$ think that the photon $B$ sends takes equal time for both directions? During the time the travel takes the distance to moon has changed. – md2perpe Dec 18 '23 at 07:18
  • Why should the change of the distance between $B$ and the moon affect the equality of phton travel in both directions? $B$ considers himself at rest and the moon is travelling toward him. – alexanderyaacov Dec 18 '23 at 09:12
  • The situation isn't very clear. Are A, B and Moon along one line? When did B send the photon? Do you have an image? Do you have a space-time diagram? – md2perpe Dec 18 '23 at 20:06
  • @md2perpe of course they are along one line and of course the photon was sent when $A$ and $B$ coincided at event $(1)$. Two intertial frames. Nothing could be simpler. And yet the answer to such a simple question seems unintuitive. – alexanderyaacov Dec 19 '23 at 01:14
  • For the future: It's certainly better to ask questions about relativity at https://physics.stackexchange.com/. – md2perpe Dec 19 '23 at 20:16

1 Answers1

0

and distance $d(1-v)$ back to $B$

This is wrong. The correct expression is $d(1-v)/(1+v).$ At the moment when the photon hits Moon and is reflected, the distance between the rocket and Moon is $d(1-v),$ but then the rocket continues moving towards Moon at the same time as the photon moves back to the rocket. So the actual distance the photon travels during the return is shorter than $d(1-v).$

If $\tau$ is the time the return takes, then the distance the photon travels is start distance minus the distance the rocket moves during that time, $d(1-v) - v\tau,$ and since it's a light pulse, this distance is also $\tau.$ Thus, $$d(1-v) - v\tau = \tau,$$ which gives $$\tau = d\frac{1-v}{1+v}.$$

md2perpe
  • 26,770