(1) $f(x) = |x(x-2)|$ (2) $f(x) = |x^3|$

解析学微分微分可能性導関数極限
2025/7/22
##

1. 問題の内容

問題は以下の3つに分かれています。

1. 関数 $f(x)$ が $x=0$ で微分可能かどうかを判定します。

(1) f(x)=x(x2)f(x) = |x(x-2)|
(2) f(x)=x3f(x) = |x^3|

2. 次の関数の $x=1$ における微分係数を定義に従って求めます。

(1) y=x2+xy = x^2 + x
(2) y=xy = \sqrt{x}
(3) y=1xy = \frac{1}{x}
(4) y=1xy = \frac{1}{\sqrt{x}}

3. 問題2で与えられた各関数の導関数を定義に従って求めます。

##

2. 解き方の手順

###

1. 微分可能性の判定

ある関数 f(x)f(x)x=ax=a で微分可能であるためには、以下の極限が存在する必要があります。
limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
この極限が存在するためには、左極限と右極限が一致する必要があります。
(1) f(x)=x(x2)f(x) = |x(x-2)| の場合:
x=0x=0 における微分可能性を調べるので、a=0a=0 です。
f(0)=0(02)=0f(0) = |0(0-2)| = 0
f(0)=limh0h(h2)0h=limh0h(h2)hf'(0) = \lim_{h \to 0} \frac{|h(h-2)| - 0}{h} = \lim_{h \to 0} \frac{|h(h-2)|}{h}
h0+h \to 0^+ のとき、h(h2)<0h(h-2) < 0 なので、h(h2)=h(h2)|h(h-2)| = -h(h-2)
limh0+h(h2)h=limh0+(h2)=2\lim_{h \to 0^+} \frac{-h(h-2)}{h} = \lim_{h \to 0^+} -(h-2) = 2
h0h \to 0^- のとき、h(h2)>0h(h-2) > 0 なので、h(h2)=h(2h)=h(h2)|h(h-2)| = h(2-h) = -h(h-2)
limh0h(h2)h=limh0(h2)=2\lim_{h \to 0^-} \frac{-h(h-2)}{h} = \lim_{h \to 0^-} -(h-2) = 2
limh0h(h2)h=limh0h2=2\lim_{h \to 0^-} \frac{h(h-2)}{h} = \lim_{h \to 0^-} h-2 = -2
右極限と左極限が一致しないため、x=0x=0 で微分可能ではありません。
limh0+h(h2)h=limh0+h2=2\lim_{h \to 0^+} \frac{h(h-2)}{h} = \lim_{h \to 0^+} h-2 = -2
右極限と左極限が一致しないため、x=0x=0 で微分可能ではありません。
(2) f(x)=x3f(x) = |x^3| の場合:
x=0x=0 における微分可能性を調べるので、a=0a=0 です。
f(0)=03=0f(0) = |0^3| = 0
f(0)=limh0h30h=limh0h3hf'(0) = \lim_{h \to 0} \frac{|h^3| - 0}{h} = \lim_{h \to 0} \frac{|h^3|}{h}
h0+h \to 0^+ のとき、h3=h3|h^3| = h^3
limh0+h3h=limh0+h2=0\lim_{h \to 0^+} \frac{h^3}{h} = \lim_{h \to 0^+} h^2 = 0
h0h \to 0^- のとき、h3=h3|h^3| = -h^3
limh0h3h=limh0h2=0\lim_{h \to 0^-} \frac{-h^3}{h} = \lim_{h \to 0^-} -h^2 = 0
右極限と左極限が一致するので、x=0x=0 で微分可能です。
###

2. 微分係数の計算 (定義に従って)

微分係数は、以下の式で定義されます。
f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
今回は a=1a=1 なので、f(1)=limh0f(1+h)f(1)hf'(1) = \lim_{h \to 0} \frac{f(1+h) - f(1)}{h}
(1) y=x2+xy = x^2 + x
f(1)=12+1=2f(1) = 1^2 + 1 = 2
f(1+h)=(1+h)2+(1+h)=1+2h+h2+1+h=h2+3h+2f(1+h) = (1+h)^2 + (1+h) = 1 + 2h + h^2 + 1 + h = h^2 + 3h + 2
f(1)=limh0h2+3h+22h=limh0h2+3hh=limh0h+3=3f'(1) = \lim_{h \to 0} \frac{h^2 + 3h + 2 - 2}{h} = \lim_{h \to 0} \frac{h^2 + 3h}{h} = \lim_{h \to 0} h + 3 = 3
(2) y=xy = \sqrt{x}
f(1)=1=1f(1) = \sqrt{1} = 1
f(1+h)=1+hf(1+h) = \sqrt{1+h}
f(1)=limh01+h1h=limh0(1+h1)(1+h+1)h(1+h+1)=limh01+h1h(1+h+1)=limh0hh(1+h+1)=limh011+h+1=11+1=12f'(1) = \lim_{h \to 0} \frac{\sqrt{1+h} - 1}{h} = \lim_{h \to 0} \frac{(\sqrt{1+h} - 1)(\sqrt{1+h} + 1)}{h(\sqrt{1+h} + 1)} = \lim_{h \to 0} \frac{1+h - 1}{h(\sqrt{1+h} + 1)} = \lim_{h \to 0} \frac{h}{h(\sqrt{1+h} + 1)} = \lim_{h \to 0} \frac{1}{\sqrt{1+h} + 1} = \frac{1}{\sqrt{1} + 1} = \frac{1}{2}
(3) y=1xy = \frac{1}{x}
f(1)=11=1f(1) = \frac{1}{1} = 1
f(1+h)=11+hf(1+h) = \frac{1}{1+h}
f(1)=limh011+h1h=limh01(1+h)1+hh=limh0hh(1+h)=limh011+h=1f'(1) = \lim_{h \to 0} \frac{\frac{1}{1+h} - 1}{h} = \lim_{h \to 0} \frac{\frac{1 - (1+h)}{1+h}}{h} = \lim_{h \to 0} \frac{-h}{h(1+h)} = \lim_{h \to 0} \frac{-1}{1+h} = -1
(4) y=1xy = \frac{1}{\sqrt{x}}
f(1)=11=1f(1) = \frac{1}{\sqrt{1}} = 1
f(1+h)=11+hf(1+h) = \frac{1}{\sqrt{1+h}}
f(1)=limh011+h1h=limh011+h1+hh=limh011+hh1+h=limh0(11+h)(1+1+h)h1+h(1+1+h)=limh01(1+h)h1+h(1+1+h)=limh0hh1+h(1+1+h)=limh011+h(1+1+h)=11(1+1)=11(1+1)=12f'(1) = \lim_{h \to 0} \frac{\frac{1}{\sqrt{1+h}} - 1}{h} = \lim_{h \to 0} \frac{\frac{1 - \sqrt{1+h}}{\sqrt{1+h}}}{h} = \lim_{h \to 0} \frac{1 - \sqrt{1+h}}{h\sqrt{1+h}} = \lim_{h \to 0} \frac{(1 - \sqrt{1+h})(1 + \sqrt{1+h})}{h\sqrt{1+h}(1 + \sqrt{1+h})} = \lim_{h \to 0} \frac{1 - (1+h)}{h\sqrt{1+h}(1 + \sqrt{1+h})} = \lim_{h \to 0} \frac{-h}{h\sqrt{1+h}(1 + \sqrt{1+h})} = \lim_{h \to 0} \frac{-1}{\sqrt{1+h}(1 + \sqrt{1+h})} = \frac{-1}{\sqrt{1}(1 + \sqrt{1})} = \frac{-1}{1(1+1)} = -\frac{1}{2}
###

3. 導関数の計算 (定義に従って)

導関数は、以下の式で定義されます。
f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
(1) y=x2+xy = x^2 + x
f(x)=x2+xf(x) = x^2 + x
f(x+h)=(x+h)2+(x+h)=x2+2xh+h2+x+hf(x+h) = (x+h)^2 + (x+h) = x^2 + 2xh + h^2 + x + h
f(x)=limh0x2+2xh+h2+x+h(x2+x)h=limh02xh+h2+hh=limh02x+h+1=2x+1f'(x) = \lim_{h \to 0} \frac{x^2 + 2xh + h^2 + x + h - (x^2 + x)}{h} = \lim_{h \to 0} \frac{2xh + h^2 + h}{h} = \lim_{h \to 0} 2x + h + 1 = 2x + 1
(2) y=xy = \sqrt{x}
f(x)=xf(x) = \sqrt{x}
f(x+h)=x+hf(x+h) = \sqrt{x+h}
f(x)=limh0x+hxh=limh0(x+hx)(x+h+x)h(x+h+x)=limh0x+hxh(x+h+x)=limh0hh(x+h+x)=limh01x+h+x=1x+x=12xf'(x) = \lim_{h \to 0} \frac{\sqrt{x+h} - \sqrt{x}}{h} = \lim_{h \to 0} \frac{(\sqrt{x+h} - \sqrt{x})(\sqrt{x+h} + \sqrt{x})}{h(\sqrt{x+h} + \sqrt{x})} = \lim_{h \to 0} \frac{x+h - x}{h(\sqrt{x+h} + \sqrt{x})} = \lim_{h \to 0} \frac{h}{h(\sqrt{x+h} + \sqrt{x})} = \lim_{h \to 0} \frac{1}{\sqrt{x+h} + \sqrt{x}} = \frac{1}{\sqrt{x} + \sqrt{x}} = \frac{1}{2\sqrt{x}}
(3) y=1xy = \frac{1}{x}
f(x)=1xf(x) = \frac{1}{x}
f(x+h)=1x+hf(x+h) = \frac{1}{x+h}
f(x)=limh01x+h1xh=limh0x(x+h)x(x+h)h=limh0hhx(x+h)=limh01x(x+h)=1x2f'(x) = \lim_{h \to 0} \frac{\frac{1}{x+h} - \frac{1}{x}}{h} = \lim_{h \to 0} \frac{\frac{x - (x+h)}{x(x+h)}}{h} = \lim_{h \to 0} \frac{-h}{hx(x+h)} = \lim_{h \to 0} \frac{-1}{x(x+h)} = \frac{-1}{x^2}
(4) y=1xy = \frac{1}{\sqrt{x}}
f(x)=1xf(x) = \frac{1}{\sqrt{x}}
f(x+h)=1x+hf(x+h) = \frac{1}{\sqrt{x+h}}
f(x)=limh01x+h1xh=limh0xx+hxx+hh=limh0xx+hhxx+h=limh0(xx+h)(x+x+h)hxx+h(x+x+h)=limh0x(x+h)hxx+h(x+x+h)=limh0hhxx+h(x+x+h)=limh01xx+h(x+x+h)=1xx(x+x)=1x(2x)=12xx=12x3/2f'(x) = \lim_{h \to 0} \frac{\frac{1}{\sqrt{x+h}} - \frac{1}{\sqrt{x}}}{h} = \lim_{h \to 0} \frac{\frac{\sqrt{x} - \sqrt{x+h}}{\sqrt{x}\sqrt{x+h}}}{h} = \lim_{h \to 0} \frac{\sqrt{x} - \sqrt{x+h}}{h\sqrt{x}\sqrt{x+h}} = \lim_{h \to 0} \frac{(\sqrt{x} - \sqrt{x+h})(\sqrt{x} + \sqrt{x+h})}{h\sqrt{x}\sqrt{x+h}(\sqrt{x} + \sqrt{x+h})} = \lim_{h \to 0} \frac{x - (x+h)}{h\sqrt{x}\sqrt{x+h}(\sqrt{x} + \sqrt{x+h})} = \lim_{h \to 0} \frac{-h}{h\sqrt{x}\sqrt{x+h}(\sqrt{x} + \sqrt{x+h})} = \lim_{h \to 0} \frac{-1}{\sqrt{x}\sqrt{x+h}(\sqrt{x} + \sqrt{x+h})} = \frac{-1}{\sqrt{x}\sqrt{x}(\sqrt{x} + \sqrt{x})} = \frac{-1}{x(2\sqrt{x})} = -\frac{1}{2x\sqrt{x}} = -\frac{1}{2x^{3/2}}
##

3. 最終的な答え

1. (1) 微分不可能 (2) 微分可能

2. (1) 3 (2) 1/2 (3) -1 (4) -1/2

3. (1) $2x+1$ (2) $\frac{1}{2\sqrt{x}}$ (3) $\frac{-1}{x^2}$ (4) $-\frac{1}{2x\sqrt{x}}$

「解析学」の関連問題

与えられた関数 $f(x)$ と区間 $I$ に対して、平均値の定理を満たす数 $c$ と、式(13.3)を満たす $\theta$ を求めよ。 (1) $f(x) = x^2 + x$, $I = ...

平均値の定理微分関数導関数
2025/7/22

次の関数 $f(x)$ と区間 $I$ について、ロールの定理を満たす数 $c$ を求めよ。 (1) $f(x) = (x-1)(x-3)$, $I = [1, 3]$ (2) $f(x) = (x...

ロールの定理微分関数の最大値・最小値
2025/7/22

逆正接関数 $\tan^{-1}x$ の不定積分を計算します。

不定積分部分積分置換積分部分分数分解逆三角関数
2025/7/22

次の関数を微分せよ。 (1) $y = (1 + \log x)^2$ (2) $y = \log(x^3 - 3x + 5)$ (3) $y = \log(\sin^2 x)$ (4) $y = \...

微分対数関数合成関数導関数
2025/7/22

次の関数を微分せよ。 $y = (1 + \log x)^2$

微分合成関数対数関数
2025/7/22

問題は $\sin(0 + \frac{\pi}{4})$ を計算することです。

三角関数sin角度ラジアン
2025/7/22

$\sin(x + \frac{\pi}{4}) = f(0)$ という式が与えられています。問題は、この式から $x$ を求めるのではなく、$f(0)$ の値から $\sin(x + \frac{\...

三角関数関数の評価sin関数
2025/7/22

与えられた方程式は $\sin(x + \frac{\pi}{4}) = 0$ です。この方程式を満たす $x$ の値を求める問題です。

三角関数方程式解の公式sin
2025/7/22

問題は、$\sin(x + \frac{\pi}{4}) = f(x)$ と定義された関数 $f(x)$ が与えられたとき、$f(x)$ の具体的な形を求めるものです。

三角関数加法定理関数の具体化
2025/7/22

問題は、$e^x + e^{-x} = f(0)$ です。

指数関数関数
2025/7/22