2変数関数 $f(x, y) = \frac{xy^2}{2x^2 + y^2}$ の $(x, y) \to (0, 0)$ における極限を求める問題です。
2025/7/30
1. 問題の内容
2変数関数 の における極限を求める問題です。
2. 解き方の手順
極限が存在するかどうか調べるために、様々な経路から に近づけてみます。
(1) に沿って に近づける場合 ( は定数):
で とすると、
\lim_{x \to 0} \frac{x(mx)^2}{2x^2 + (mx)^2} = \lim_{x \to 0} \frac{m^2 x^3}{2x^2 + m^2 x^2} = \lim_{x \to 0} \frac{m^2 x^3}{(2 + m^2) x^2} = \lim_{x \to 0} \frac{m^2 x}{2 + m^2} = \frac{m^2 \cdot 0}{2 + m^2} = 0
となります。
(2) に沿って に近づける場合 ( は定数):
で とすると、
\lim_{y \to 0} \frac{(ky^2)y^2}{2(ky^2)^2 + y^2} = \lim_{y \to 0} \frac{ky^4}{2k^2 y^4 + y^2} = \lim_{y \to 0} \frac{ky^4}{(2k^2 y^2 + 1) y^2} = \lim_{y \to 0} \frac{ky^2}{2k^2 y^2 + 1} = \frac{k \cdot 0}{2k^2 \cdot 0 + 1} = \frac{0}{1} = 0
となります。
(3) 極座標変換 , を用いる場合:
で , とすると、
\lim_{r \to 0} \frac{(r \cos \theta) (r \sin \theta)^2}{2(r \cos \theta)^2 + (r \sin \theta)^2} = \lim_{r \to 0} \frac{r^3 \cos \theta \sin^2 \theta}{2r^2 \cos^2 \theta + r^2 \sin^2 \theta} = \lim_{r \to 0} \frac{r^3 \cos \theta \sin^2 \theta}{r^2 (2 \cos^2 \theta + \sin^2 \theta)} = \lim_{r \to 0} \frac{r \cos \theta \sin^2 \theta}{2 \cos^2 \theta + \sin^2 \theta}
ここで であるから、
\left| \frac{r \cos \theta \sin^2 \theta}{2 \cos^2 \theta + \sin^2 \theta} \right| \le \left| \frac{r \cos \theta \sin^2 \theta}{1} \right| \le |r|
したがって、
\lim_{r \to 0} \frac{r \cos \theta \sin^2 \theta}{2 \cos^2 \theta + \sin^2 \theta} = 0
様々な経路で に近づけたとき、極限値がすべて になるので、極限が存在すると予想できます。
3. 最終的な答え
0