We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82279d6 commit 93542caCopy full SHA for 93542ca
_posts/2025-03-17-wheels.md
@@ -163,4 +163,25 @@ $$
163
164
## 2. 풀이
165
166
+[Ted Shifrin](https://math.stackexchange.com/users/71348/ted-shifrin)의 풀이를 그대로 옮겨 써보려 한다.
167
+시간 $s$에서 자동차의 왼쪽 바퀴의 위치를 $\beta_-(s)$ 오른쪽 바퀴의 위치를 $\beta_+(s)$라고 하자.
168
+또한, 자동차 뒷바퀴의 중심의 위치를 $\alpha(s)$라고 하자.
169
+그러면
170
171
+$$\alpha = \frac{\beta_-+\beta_+}2$$
172
+
173
+이고
174
175
+$$\alpha'\perp\beta_-\beta_+$$
176
177
+이다.
178
+일반성을 잃지 않고 모든 $t$에 대하여 $\left|\left|\alpha'(t)\right|\right|=1$이라고 하면, $T(s)=\alpha'(s)$가 된다.
179
+$T(s)$를 양의방향(시계반대방향)으로 회전한 벡터를 $N(s)$라고 하면 $T(s)$와 $N(s)$는 평면의 orthonormal basis를 이룬다.
180
181
+$$T\circ T = \left|\left|T\right|\right|^2=1$$
182
183
+의 양변을 미분하면
184
185
+$$T\circ T' + T'\circ T=0$$,
186
187
+즉, 모든 $s$에 대하여 $T(s)T'(s)=0$이고 $T(s)\perp T'(s)$이다.
0 commit comments