関数 $f(x) = \frac{1}{x^2}$ を導関数の定義に従って微分する問題です。解析学微分導関数極限関数の微分2025/7/291. 問題の内容関数 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+h)f(x+h)f(x+h) を求めます。f(x+h)=1(x+h)2f(x+h) = \frac{1}{(x+h)^2}f(x+h)=(x+h)21次に、f(x+h)−f(x)f(x+h) - f(x)f(x+h)−f(x) を計算します。f(x+h)−f(x)=1(x+h)2−1x2=x2−(x+h)2x2(x+h)2=x2−(x2+2xh+h2)x2(x+h)2=−2xh−h2x2(x+h)2=−h(2x+h)x2(x+h)2f(x+h) - f(x) = \frac{1}{(x+h)^2} - \frac{1}{x^2} = \frac{x^2 - (x+h)^2}{x^2(x+h)^2} = \frac{x^2 - (x^2 + 2xh + h^2)}{x^2(x+h)^2} = \frac{-2xh - h^2}{x^2(x+h)^2} = \frac{-h(2x+h)}{x^2(x+h)^2}f(x+h)−f(x)=(x+h)21−x21=x2(x+h)2x2−(x+h)2=x2(x+h)2x2−(x2+2xh+h2)=x2(x+h)2−2xh−h2=x2(x+h)2−h(2x+h)次に、f(x+h)−f(x)h\frac{f(x+h) - f(x)}{h}hf(x+h)−f(x) を計算します。f(x+h)−f(x)h=−h(2x+h)hx2(x+h)2=−(2x+h)x2(x+h)2\frac{f(x+h) - f(x)}{h} = \frac{-h(2x+h)}{h x^2(x+h)^2} = \frac{-(2x+h)}{x^2(x+h)^2}hf(x+h)−f(x)=hx2(x+h)2−h(2x+h)=x2(x+h)2−(2x+h)最後に、h→0h \to 0h→0 の極限を計算します。f′(x)=limh→0−(2x+h)x2(x+h)2=−2xx2(x)2=−2xx4=−2x3f'(x) = \lim_{h \to 0} \frac{-(2x+h)}{x^2(x+h)^2} = \frac{-2x}{x^2(x)^2} = \frac{-2x}{x^4} = -\frac{2}{x^3}f′(x)=limh→0x2(x+h)2−(2x+h)=x2(x)2−2x=x4−2x=−x323. 最終的な答えf′(x)=−2x3f'(x) = -\frac{2}{x^3}f′(x)=−x32