媒介変数 $\theta$ で表された曲線 $x = e^\theta \cos \theta$, $y = e^\theta \sin \theta$ ($0 \le \theta \le \pi$) の長さを求める問題です。
2025/7/3
1. 問題の内容
媒介変数 で表された曲線 , () の長さを求める問題です。
2. 解き方の手順
曲線の長さは、次の式で計算できます。
まず、 と を計算します。
次に、 を計算します。
\begin{align*} \left(\frac{dx}{d\theta}\right)^2 + \left(\frac{dy}{d\theta}\right)^2 &= \left[e^\theta (\cos \theta - \sin \theta)\right]^2 + \left[e^\theta (\sin \theta + \cos \theta)\right]^2 \\ &= e^{2\theta} (\cos^2 \theta - 2 \cos \theta \sin \theta + \sin^2 \theta) + e^{2\theta} (\sin^2 \theta + 2 \sin \theta \cos \theta + \cos^2 \theta) \\ &= e^{2\theta} (2\cos^2 \theta + 2\sin^2 \theta) \\ &= 2e^{2\theta} \end{align*}
したがって、
曲線の長さは次のようになります。
\begin{align*} l &= \int_0^\pi \sqrt{2} e^\theta d\theta \\ &= \sqrt{2} \int_0^\pi e^\theta d\theta \\ &= \sqrt{2} \left[e^\theta\right]_0^\pi \\ &= \sqrt{2} (e^\pi - e^0) \\ &= \sqrt{2} (e^\pi - 1) \end{align*}