導関数の定義に従って、関数 $f(x) = \frac{1}{x^2}$ を微分してください。解析学微分導関数極限関数の微分2025/7/301. 問題の内容導関数の定義に従って、関数 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+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)h\frac{f(x+h) - f(x)}{h}hf(x+h)−f(x) を計算します。f(x+h)−f(x)h=1(x+h)2−1x2h=x2−(x+h)2hx2(x+h)2\frac{f(x+h) - f(x)}{h} = \frac{\frac{1}{(x+h)^2} - \frac{1}{x^2}}{h} = \frac{x^2 - (x+h)^2}{h x^2 (x+h)^2}hf(x+h)−f(x)=h(x+h)21−x21=hx2(x+h)2x2−(x+h)2=x2−(x2+2xh+h2)hx2(x+h)2=−2xh−h2hx2(x+h)2= \frac{x^2 - (x^2 + 2xh + h^2)}{h x^2 (x+h)^2} = \frac{-2xh - h^2}{h x^2 (x+h)^2}=hx2(x+h)2x2−(x2+2xh+h2)=hx2(x+h)2−2xh−h2=h(−2x−h)hx2(x+h)2=−2x−hx2(x+h)2= \frac{h(-2x - h)}{h x^2 (x+h)^2} = \frac{-2x - h}{x^2 (x+h)^2}=hx2(x+h)2h(−2x−h)=x2(x+h)2−2x−h最後に、h→0h \to 0h→0 の極限を計算します。f′(x)=limh→0−2x−hx2(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