問題1:関数 $f(x) = |x^2 - x|$ が $x=0$ で微分可能でないことを示す。 問題2:(1) $f(x) = \frac{1}{x^3}$ および (2) $f(x) = \sqrt{-2x}$ を導関数の定義に従って微分する。

解析学微分絶対値関数導関数の定義極限
2025/6/10

1. 問題の内容

問題1:関数 f(x)=x2xf(x) = |x^2 - x|x=0x=0 で微分可能でないことを示す。
問題2:(1) f(x)=1x3f(x) = \frac{1}{x^3} および (2) f(x)=2xf(x) = \sqrt{-2x} を導関数の定義に従って微分する。

2. 解き方の手順

問題1: f(x)=x2xf(x) = |x^2 - x|x=0x=0 で微分可能でないことを示す。
まず、f(x)f(x) を絶対値記号を外して表す。
x2x=x(x1)x^2 - x = x(x-1) であるから、0x10 \le x \le 1 のとき x2x0x^2 - x \le 0 であり、x<0x < 0 または x>1x > 1 のとき x2x>0x^2 - x > 0 である。
x=0x=0 の近傍での f(x)f(x) の振る舞いを考えるので、x0x \ge 0 の場合に注目すればよい。
$f(x) = \begin{cases}
x - x^2 & (0 \le x \le 1) \\
x^2 - x & (x > 1)
\end{cases}$
x=0x=0 における右側極限での微分係数を調べる。
f(0)=limh+0f(0+h)f(0)h=limh+0f(h)f(0)hf'(0) = \lim_{h \to +0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to +0} \frac{f(h) - f(0)}{h}
0h10 \le h \le 1 のとき、f(h)=hh2f(h) = h - h^2 なので、
f(0)=limh+0(hh2)0h=limh+0hh2h=limh+0(1h)=1f'(0) = \lim_{h \to +0} \frac{(h - h^2) - 0}{h} = \lim_{h \to +0} \frac{h - h^2}{h} = \lim_{h \to +0} (1 - h) = 1
次に、左側極限を考える。f(x)f(x)x<0x < 0 では、f(x)=x2xf(x) = x^2 - x である。
f(0)=limh0f(0+h)f(0)h=limh0f(h)f(0)h=limh0h2h0h=limh0(h1)=1f'(-0) = \lim_{h \to -0} \frac{f(0+h) - f(0)}{h} = \lim_{h \to -0} \frac{f(h) - f(0)}{h} = \lim_{h \to -0} \frac{h^2 - h - 0}{h} = \lim_{h \to -0} (h - 1) = -1
右側極限での微分係数と左側極限での微分係数が異なるため、x=0x=0 で微分可能ではない。
問題2: 導関数の定義に従って微分する。
導関数の定義は f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} である。
(1) f(x)=1x3f(x) = \frac{1}{x^3}
f(x)=limh01(x+h)31x3h=limh0x3(x+h)3hx3(x+h)3f'(x) = \lim_{h \to 0} \frac{\frac{1}{(x+h)^3} - \frac{1}{x^3}}{h} = \lim_{h \to 0} \frac{x^3 - (x+h)^3}{h x^3 (x+h)^3}
(x+h)3=x3+3x2h+3xh2+h3(x+h)^3 = x^3 + 3x^2h + 3xh^2 + h^3 より
f(x)=limh0x3(x3+3x2h+3xh2+h3)hx3(x+h)3=limh03x2h3xh2h3hx3(x+h)3=limh03x23xhh2x3(x+h)3f'(x) = \lim_{h \to 0} \frac{x^3 - (x^3 + 3x^2h + 3xh^2 + h^3)}{h x^3 (x+h)^3} = \lim_{h \to 0} \frac{-3x^2h - 3xh^2 - h^3}{h x^3 (x+h)^3} = \lim_{h \to 0} \frac{-3x^2 - 3xh - h^2}{x^3 (x+h)^3}
f(x)=3x2x3x3=3x2x6=3x4f'(x) = \frac{-3x^2}{x^3 x^3} = \frac{-3x^2}{x^6} = -\frac{3}{x^4}
(2) f(x)=2xf(x) = \sqrt{-2x}
f(x)=limh02(x+h)2xh=limh02x2h2xhf'(x) = \lim_{h \to 0} \frac{\sqrt{-2(x+h)} - \sqrt{-2x}}{h} = \lim_{h \to 0} \frac{\sqrt{-2x-2h} - \sqrt{-2x}}{h}
分子を有理化する。
f(x)=limh0(2x2h2x)(2x2h+2x)h(2x2h+2x)=limh0(2x2h)(2x)h(2x2h+2x)=limh02hh(2x2h+2x)f'(x) = \lim_{h \to 0} \frac{(\sqrt{-2x-2h} - \sqrt{-2x})(\sqrt{-2x-2h} + \sqrt{-2x})}{h(\sqrt{-2x-2h} + \sqrt{-2x})} = \lim_{h \to 0} \frac{(-2x-2h) - (-2x)}{h(\sqrt{-2x-2h} + \sqrt{-2x})} = \lim_{h \to 0} \frac{-2h}{h(\sqrt{-2x-2h} + \sqrt{-2x})}
f(x)=limh022x2h+2x=22x+2x=222x=12xf'(x) = \lim_{h \to 0} \frac{-2}{\sqrt{-2x-2h} + \sqrt{-2x}} = \frac{-2}{\sqrt{-2x} + \sqrt{-2x}} = \frac{-2}{2\sqrt{-2x}} = -\frac{1}{\sqrt{-2x}}

3. 最終的な答え

問題1:f(x)=x2xf(x) = |x^2 - x|x=0x=0 で微分可能ではない。
問題2:(1) f(x)=3x4f'(x) = -\frac{3}{x^4}
(2) f(x)=12xf'(x) = -\frac{1}{\sqrt{-2x}}

「解析学」の関連問題

次の定積分を求めます。 $\int_{-2}^{1} |x+1| dx$

定積分絶対値積分
2025/6/10

与えられた積分 $\int \frac{x}{\sqrt[3]{x}} dx$ を計算します。

積分べき乗積分不定積分
2025/6/10

与えられた積分を計算する問題です。積分は次の通りです。 $\int \frac{x^2 + \sqrt{x^3} - \sqrt{x}}{x} dx$

積分定積分関数
2025/6/10

与えられた不定積分を計算する問題です。 $\int (x-1) (\frac{1}{x^3} + 1) dx$

積分不定積分積分計算代数
2025/6/10

与えられた積分 $\int (x-1)(x^3+1) dx$ を計算します。

積分多項式不定積分
2025/6/10

与えられた積分を計算する問題です。 積分は次の通りです。 $\int (\sqrt{\frac{4}{x^3}} + \frac{1}{\sqrt{2x}} + (3x)^2)dx$

積分定積分関数計算
2025/6/10

関数 $y = x^2 + x - 1$ (ただし $x \geq -\frac{1}{2}$) の逆関数を $y = f(x)$ とおく。このとき、$\frac{dy}{dx}$ を $x$ の式で...

微分逆関数微分法
2025/6/10

与えられた2つの関数を微分する問題です。 (1) $y = \frac{x^2}{\sqrt{2x-1}}$ (2) $y = \sqrt{|x^2 - 1|}$ (ただし、$x \neq \pm 1...

微分関数の微分商の微分合成関数の微分絶対値関数
2025/6/10

関数 $y = \frac{x^2}{\sqrt{2x-1}}$ を微分する問題です。

微分関数の微分商の微分合成関数の微分
2025/6/10

関数 $y = \frac{x^2}{\sqrt{2x-1}}$ の導関数 $\frac{dy}{dx}$ を求めよ。

導関数微分商の微分法則合成関数の微分法則
2025/6/10