与えられた関数 $f(x)$ について、指定された $x$ の値における微分係数を、定義に従って求めます。

解析学微分係数極限関数の微分
2025/7/16

1. 問題の内容

与えられた関数 f(x)f(x) について、指定された xx の値における微分係数を、定義に従って求めます。

2. 解き方の手順

微分係数の定義は、
f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
です。この定義を用いて、各関数について指定された点での微分係数を求めます。
(1) f(x)=2x3f(x) = 2x - 3x=0x = 0
f(0)=2(0)3=3f(0) = 2(0) - 3 = -3
f(0+h)=2(0+h)3=2h3f(0+h) = 2(0+h) - 3 = 2h - 3
f(0)=limh0(2h3)(3)h=limh02hh=limh02=2f'(0) = \lim_{h \to 0} \frac{(2h-3) - (-3)}{h} = \lim_{h \to 0} \frac{2h}{h} = \lim_{h \to 0} 2 = 2
(2) f(x)=x23x+2f(x) = x^2 - 3x + 2x=1x = 1
f(1)=(1)23(1)+2=13+2=0f(1) = (1)^2 - 3(1) + 2 = 1 - 3 + 2 = 0
f(1+h)=(1+h)23(1+h)+2=1+2h+h233h+2=h2hf(1+h) = (1+h)^2 - 3(1+h) + 2 = 1 + 2h + h^2 - 3 - 3h + 2 = h^2 - h
f(1)=limh0(h2h)0h=limh0h(h1)h=limh0(h1)=1f'(1) = \lim_{h \to 0} \frac{(h^2 - h) - 0}{h} = \lim_{h \to 0} \frac{h(h - 1)}{h} = \lim_{h \to 0} (h - 1) = -1
(3) f(x)=x2+4x+5f(x) = -x^2 + 4x + 5x=2x = -2
f(2)=(2)2+4(2)+5=48+5=7f(-2) = -(-2)^2 + 4(-2) + 5 = -4 - 8 + 5 = -7
f(2+h)=(2+h)2+4(2+h)+5=(44h+h2)8+4h+5=4+4hh28+4h+5=h2+8h7f(-2+h) = -(-2+h)^2 + 4(-2+h) + 5 = -(4 - 4h + h^2) - 8 + 4h + 5 = -4 + 4h - h^2 - 8 + 4h + 5 = -h^2 + 8h - 7
f(2)=limh0(h2+8h7)(7)h=limh0h2+8hh=limh0h(h+8)h=limh0(h+8)=8f'(-2) = \lim_{h \to 0} \frac{(-h^2 + 8h - 7) - (-7)}{h} = \lim_{h \to 0} \frac{-h^2 + 8h}{h} = \lim_{h \to 0} \frac{h(-h + 8)}{h} = \lim_{h \to 0} (-h + 8) = 8

3. 最終的な答え

(1) f(0)=2f'(0) = 2
(2) f(1)=1f'(1) = -1
(3) f(2)=8f'(-2) = 8