関数 $f(x, y)$ が次のように定義されているとき、原点$(0, 0)$ での連続性を調べよ。 $$ f(x, y) = \begin{cases} \frac{xy^2}{x^2 + y^2} & (x, y) \neq (0, 0) \\ 0 & (x, y) = (0, 0) \end{cases} $$
2025/7/6
1. 問題の内容
関数 が次のように定義されているとき、原点 での連続性を調べよ。
f(x, y) = \begin{cases}
\frac{xy^2}{x^2 + y^2} & (x, y) \neq (0, 0) \\
0 & (x, y) = (0, 0)
\end{cases}
2. 解き方の手順
関数 が原点 で連続であるためには、次の条件が成り立つ必要があります。
\lim_{(x, y) \to (0, 0)} f(x, y) = f(0, 0)
ここで、 であるので、
\lim_{(x, y) \to (0, 0)} \frac{xy^2}{x^2 + y^2} = 0
が成り立つかどうかを調べる必要があります。
極座標変換 , を用いると、
\frac{xy^2}{x^2 + y^2} = \frac{(r \cos\theta)(r \sin\theta)^2}{(r \cos\theta)^2 + (r \sin\theta)^2} = \frac{r^3 \cos\theta \sin^2\theta}{r^2(\cos^2\theta + \sin^2\theta)} = \frac{r^3 \cos\theta \sin^2\theta}{r^2} = r \cos\theta \sin^2\theta
ここで、 は と同値なので、
\lim_{(x, y) \to (0, 0)} \frac{xy^2}{x^2 + y^2} = \lim_{r \to 0} r \cos\theta \sin^2\theta
であるから、
|r \cos\theta \sin^2\theta| \leq |r|
したがって、
\lim_{r \to 0} |r \cos\theta \sin^2\theta| \leq \lim_{r \to 0} |r| = 0
よって、
\lim_{r \to 0} r \cos\theta \sin^2\theta = 0
以上より、
\lim_{(x, y) \to (0, 0)} f(x, y) = 0 = f(0, 0)
したがって、 は原点 で連続である。
3. 最終的な答え
は原点 で連続である。