The Geometry of Echoes: Solving Savchenko 1.1.18

Through countless hours spent solving physics exercises, I have learned that classic physics problems often hide geometric elegances that brute force straight-calculation methods tend to overlook. Today, we analyze problem 1.1.18* from the renowned O. Ya Savchenko Problems in Physics, a kinematics challenge that demands precise handling of wave propagation and vector geometry.
The Problem
A car moves with speed $v$ away from a long wall, moving at an angle $\alpha$ to it. At the moment when the distance to the wall equals $l$, the driver gives a short beep. How far will the car travel before the chauffeur hears the echo? The speed of sound in the air is $c$.

Geometric Interpretation
To solve this, we must identify the precise moment the sound wavefront, after reflecting off the wall, intersects the trajectory of the car. Instead of dealing with reflections directly, we can use the method of images.
Imagine a “virtual source” of sound located behind the wall. The distance the sound travels to the wall and back to the car is equivalent to the straight-line distance from this virtual source to the point where the car receives the echo.
In the above image the soundwave is seen phasing through the wall, which doesn’t change the distance travel due to the symmetry of the reflection.
1. Setting up the Coordinate System
Let the point where the beep is emitted be $P_0$. At this moment, the distance to the wall is $l$.
- The car travels a distance $s$ at speed $v$.
- The sound travels a total distance $ct$ at speed $c$.
- Since the time $t$ is the same for both: $t = s/v$, meaning the sound travels a distance $D = \frac{c}{v}s$.
2. Applying the Law of Cosines
Let $P_1$ be the position of the car when it hears the echo. We can construct a triangle between:
- The image of the initial position ($P_0'$) across the wall.
- The initial position $P_0$.
- The final position $P_1$.
The distance between $P_0$ and its image $P_0'$ is $2l$ (perpendicular to the wall). The angle $\angle P_1 P_0^{\prime} P_0$, i.e. the angle located at point $P_0^{\prime}$ is clearly $\theta = \pi - \left( \frac{\pi}{2} - \alpha \right) = \pi/2 + \alpha$.
Using the Law of Cosines in the triangle $\triangle P_0' P_0 P_1$:
$$(ct)^2 = s^2 + (2l)^2 - 2s(2l)\cos(\pi/2 + \alpha)$$3. Solving for the Displacement $s$
Recalling that $\cos(\pi/2 + \alpha) = -\sin \alpha$ and substituting $t = s/v$:
$$\left(\frac{cs}{v}\right)^2 = s^2 + 4l^2 + 4sl \sin \alpha$$Rearranging into a quadratic equation for $s$:
$$s^2 \left( \frac{c^2}{v^2} - 1 \right) - 4sl \sin \alpha - 4l^2 = 0$$Multiplying by $v^2$ to simplify:
$$s^2(c^2 - v^2) - 4slv^2 \sin \alpha - 4l^2v^2 = 0$$Using the quadratic formula $s = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ and taking the positive root:
$$s = \frac{4lv^2 \sin \alpha + \sqrt{16l^2v^4 \sin^2 \alpha + 16l^2v^2(c^2 - v^2)}}{2(c^2 - v^2)}$$Simplifying the expression inside the square root:
$$\sqrt{16l^2v^2 [v^2 \sin^2 \alpha + c^2 - v^2]} = 4lv \sqrt{c^2 - v^2(1 - \sin^2 \alpha)} = 4lv \sqrt{c^2 - v^2 \cos^2 \alpha}$$Final Solution
Factoring out the common terms, we arrive at the final displacement:
$$\boxed{s = \frac{2lv(v \sin \alpha + \sqrt{c^2 - v^2 \cos^2 \alpha})}{c^2 - v^2}}$$This result demonstrates how the car’s speed and the angle of departure relative to the wall dictate the delay of the echo.

