1. 問題の内容
関数 の導関数を、導関数の定義に従って求める。
2. 解き方の手順
導関数の定義は次のとおりです。
f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}
まず、 を計算します。
f(x+h) = \frac{1}{2(x+h)}
次に、 を計算します。
f(x+h) - f(x) = \frac{1}{2(x+h)} - \frac{1}{2x} = \frac{x - (x+h)}{2x(x+h)} = \frac{-h}{2x(x+h)}
次に、 を計算します。
\frac{f(x+h) - f(x)}{h} = \frac{\frac{-h}{2x(x+h)}}{h} = \frac{-1}{2x(x+h)}
最後に、 を計算します。
f'(x) = \lim_{h \to 0} \frac{-1}{2x(x+h)} = \frac{-1}{2x(x+0)} = \frac{-1}{2x^2}
3. 最終的な答え
f'(x) = -\frac{1}{2x^2}