与えられた条件を満たす関数 $f: \mathbb{R} \to \mathbb{R}$ の例をそれぞれ一つずつ挙げる問題です。授業で扱った例は使用できず、証明も必要です。条件は以下の通りです。 (a) $x = 0$ で連続でない。 (b) $x = 0$ で連続だが、微分可能でない。 (c) $x = 0$ で微分可能である。

解析学関数の連続性関数の微分可能性極限証明
2025/5/28

1. 問題の内容

与えられた条件を満たす関数 f:RRf: \mathbb{R} \to \mathbb{R} の例をそれぞれ一つずつ挙げる問題です。授業で扱った例は使用できず、証明も必要です。条件は以下の通りです。
(a) x=0x = 0 で連続でない。
(b) x=0x = 0 で連続だが、微分可能でない。
(c) x=0x = 0 で微分可能である。

2. 解き方の手順

(a) x=0x = 0 で連続でない関数の例:
関数を以下のように定義します。
$f(x) = \begin{cases}
1 & \text{if } x \neq 0 \\
0 & \text{if } x = 0
\end{cases}$
証明:
limx0f(x)=1\lim_{x \to 0} f(x) = 1 ですが、f(0)=0f(0) = 0 なので、limx0f(x)f(0)\lim_{x \to 0} f(x) \neq f(0) となり、x=0x = 0 で連続ではありません。
(b) x=0x = 0 で連続だが、微分可能でない関数の例:
関数を以下のように定義します。
f(x)=xf(x) = \sqrt{|x|}
証明:
まず、x=0x = 0 で連続であることを示します。
limx0x=0=f(0)\lim_{x \to 0} \sqrt{|x|} = 0 = f(0) なので、x=0x = 0 で連続です。
次に、x=0x = 0 で微分可能でないことを示します。
微分可能性を調べるために、微分係数の定義式を計算します。
limh0f(0+h)f(0)h=limh0h0h=limh0hh\lim_{h \to 0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0} \frac{\sqrt{|h|} - 0}{h} = \lim_{h \to 0} \frac{\sqrt{|h|}}{h}
この極限は hh00 に近づく方向によって異なります。
h>0h > 0 のとき、limh0+hh=limh0+1h=+\lim_{h \to 0^+} \frac{\sqrt{h}}{h} = \lim_{h \to 0^+} \frac{1}{\sqrt{h}} = +\infty
h<0h < 0 のとき、limh0hh=limh0hhh=limh01h=\lim_{h \to 0^-} \frac{\sqrt{-h}}{h} = \lim_{h \to 0^-} \frac{\sqrt{-h}}{-\sqrt{-h}\sqrt{-h}} = \lim_{h \to 0^-} \frac{-1}{\sqrt{-h}} = -\infty
したがって、極限値が存在しないため、x=0x = 0 で微分可能ではありません。
(c) x=0x = 0 で微分可能な関数の例:
関数を以下のように定義します。
f(x)=x2sin(1x)f(x) = x^2 \sin(\frac{1}{x}) (if x0x \neq 0)
f(0)=0f(0) = 0
証明:
まず、x=0x = 0 での微分可能性を調べます。
f(0)=limh0f(0+h)f(0)h=limh0h2sin(1h)0h=limh0hsin(1h)f'(0) = \lim_{h \to 0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to 0} \frac{h^2 \sin(\frac{1}{h}) - 0}{h} = \lim_{h \to 0} h \sin(\frac{1}{h})
hhsin(1h)h-|h| \leq h \sin(\frac{1}{h}) \leq |h| であり、limh0h=0\lim_{h \to 0} -|h| = 0 かつ limh0h=0\lim_{h \to 0} |h| = 0 なので、挟みうちの原理より、limh0hsin(1h)=0\lim_{h \to 0} h \sin(\frac{1}{h}) = 0
したがって、f(0)=0f'(0) = 0 となり、x=0x = 0 で微分可能です。

3. 最終的な答え

(a) f(x)={1if x00if x=0f(x) = \begin{cases} 1 & \text{if } x \neq 0 \\ 0 & \text{if } x = 0 \end{cases}
(b) f(x)=xf(x) = \sqrt{|x|}
(c) f(x)={x2sin(1x)if x00if x=0f(x) = \begin{cases} x^2 \sin(\frac{1}{x}) & \text{if } x \neq 0 \\ 0 & \text{if } x = 0 \end{cases}