<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kinematics |</title><link>https://example.com/tags/kinematics/</link><atom:link href="https://example.com/tags/kinematics/index.xml" rel="self" type="application/rss+xml"/><description>Kinematics</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><image><url>https://example.com/media/icon_hu_702a800cd775dbac.png</url><title>Kinematics</title><link>https://example.com/tags/kinematics/</link></image><item><title>The Geometry of Echoes: Solving Savchenko 1.1.18</title><link>https://example.com/blog/geometry-echoes/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://example.com/blog/geometry-echoes/</guid><description>&lt;p&gt;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 &lt;strong&gt;1.1.18&lt;/strong&gt;* from the renowned O. Ya Savchenko &lt;em&gt;Problems in Physics&lt;/em&gt;, a kinematics challenge that demands precise handling of wave propagation and vector geometry.&lt;/p&gt;
&lt;h2 id="the-problem"&gt;The Problem&lt;/h2&gt;
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;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$.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;&lt;img src="./statement.png" alt="asdfasf" loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;h2 id="geometric-interpretation"&gt;Geometric Interpretation&lt;/h2&gt;
&lt;p&gt;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 &lt;strong&gt;method of images&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Imagine a &amp;ldquo;virtual source&amp;rdquo; 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.
&lt;figure &gt;
&lt;div class="flex justify-center "&gt;
&lt;div class="w-full" &gt;&lt;img src="./image_method.png" alt="" loading="lazy" data-zoomable /&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/figure&gt;
&lt;/p&gt;
&lt;p&gt;In the above image the soundwave is seen phasing through the wall, which doesn&amp;rsquo;t change the distance travel due to the symmetry of the reflection.&lt;/p&gt;
&lt;h3 id="1-setting-up-the-coordinate-system"&gt;1. Setting up the Coordinate System&lt;/h3&gt;
&lt;p&gt;Let the point where the beep is emitted be $P_0$. At this moment, the distance to the wall is $l$.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The car travels a distance $s$ at speed $v$.&lt;/li&gt;
&lt;li&gt;The sound travels a total distance $ct$ at speed $c$.&lt;/li&gt;
&lt;li&gt;Since the time $t$ is the same for both: $t = s/v$, meaning the sound travels a distance $D = \frac{c}{v}s$.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="2-applying-the-law-of-cosines"&gt;2. Applying the Law of Cosines&lt;/h3&gt;
&lt;p&gt;Let $P_1$ be the position of the car when it hears the echo. We can construct a triangle between:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The image of the initial position ($P_0'$) across the wall.&lt;/li&gt;
&lt;li&gt;The initial position $P_0$.&lt;/li&gt;
&lt;li&gt;The final position $P_1$.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;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$.&lt;/p&gt;
&lt;p&gt;Using the Law of Cosines in the triangle $\triangle P_0' P_0 P_1$:&lt;/p&gt;
$$(ct)^2 = s^2 + (2l)^2 - 2s(2l)\cos(\pi/2 + \alpha)$$&lt;h3 id="3-solving-for-the-displacement"&gt;3. Solving for the Displacement $s$&lt;/h3&gt;
&lt;p&gt;Recalling that $\cos(\pi/2 + \alpha) = -\sin \alpha$ and substituting $t = s/v$:&lt;/p&gt;
$$\left(\frac{cs}{v}\right)^2 = s^2 + 4l^2 + 4sl \sin \alpha$$&lt;p&gt;Rearranging into a quadratic equation for $s$:&lt;/p&gt;
$$s^2 \left( \frac{c^2}{v^2} - 1 \right) - 4sl \sin \alpha - 4l^2 = 0$$&lt;p&gt;Multiplying by $v^2$ to simplify:&lt;/p&gt;
$$s^2(c^2 - v^2) - 4slv^2 \sin \alpha - 4l^2v^2 = 0$$&lt;p&gt;Using the quadratic formula $s = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ and taking the positive root:&lt;/p&gt;
$$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)}$$&lt;p&gt;Simplifying the expression inside the square root:
&lt;/p&gt;
$$\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}$$&lt;h2 id="final-solution"&gt;Final Solution&lt;/h2&gt;
&lt;p&gt;Factoring out the common terms, we arrive at the final displacement:&lt;/p&gt;
$$\boxed{s = \frac{2lv(v \sin \alpha + \sqrt{c^2 - v^2 \cos^2 \alpha})}{c^2 - v^2}}$$&lt;p&gt;This result demonstrates how the car&amp;rsquo;s speed and the angle of departure relative to the wall dictate the delay of the echo.&lt;/p&gt;</description></item></channel></rss>