関数 $f(x) = \frac{1}{x^2}$ を導関数の定義に従って微分せよ。解析学微分導関数極限関数の微分2025/7/271. 問題の内容関数 f(x)=1x2f(x) = \frac{1}{x^2}f(x)=x21 を導関数の定義に従って微分せよ。2. 解き方の手順導関数の定義は次の通りです。f′(x)=limh→0f(x+h)−f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}f′(x)=limh→0hf(x+h)−f(x)この定義に f(x)=1x2f(x) = \frac{1}{x^2}f(x)=x21 を代入します。f′(x)=limh→01(x+h)2−1x2hf'(x) = \lim_{h \to 0} \frac{\frac{1}{(x+h)^2} - \frac{1}{x^2}}{h}f′(x)=limh→0h(x+h)21−x21分子を通分します。f′(x)=limh→0x2−(x+h)2(x+h)2x2hf'(x) = \lim_{h \to 0} \frac{\frac{x^2 - (x+h)^2}{(x+h)^2x^2}}{h}f′(x)=limh→0h(x+h)2x2x2−(x+h)2分子を展開し、整理します。f′(x)=limh→0x2−(x2+2xh+h2)h(x+h)2x2f'(x) = \lim_{h \to 0} \frac{x^2 - (x^2 + 2xh + h^2)}{h(x+h)^2x^2}f′(x)=limh→0h(x+h)2x2x2−(x2+2xh+h2)f′(x)=limh→0x2−x2−2xh−h2h(x+h)2x2f'(x) = \lim_{h \to 0} \frac{x^2 - x^2 - 2xh - h^2}{h(x+h)^2x^2}f′(x)=limh→0h(x+h)2x2x2−x2−2xh−h2f′(x)=limh→0−2xh−h2h(x+h)2x2f'(x) = \lim_{h \to 0} \frac{-2xh - h^2}{h(x+h)^2x^2}f′(x)=limh→0h(x+h)2x2−2xh−h2hhh で約分します。f′(x)=limh→0−2x−h(x+h)2x2f'(x) = \lim_{h \to 0} \frac{-2x - h}{(x+h)^2x^2}f′(x)=limh→0(x+h)2x2−2x−hh→0h \to 0h→0 の極限を計算します。f′(x)=−2x(x+0)2x2f'(x) = \frac{-2x}{(x+0)^2x^2}f′(x)=(x+0)2x2−2xf′(x)=−2xx4f'(x) = \frac{-2x}{x^4}f′(x)=x4−2xf′(x)=−2x3f'(x) = \frac{-2}{x^3}f′(x)=x3−23. 最終的な答えf′(x)=−2x3f'(x) = -\frac{2}{x^3}f′(x)=−x32