関数 $f(x) = x^2 - 5x + 4$ について、$x = -1$ における微分係数 $f'(-1)$ を微分係数の定義に従って求めよ。解析学微分微分係数関数の微分極限2025/7/41. 問題の内容関数 f(x)=x2−5x+4f(x) = x^2 - 5x + 4f(x)=x2−5x+4 について、x=−1x = -1x=−1 における微分係数 f′(−1)f'(-1)f′(−1) を微分係数の定義に従って求めよ。2. 解き方の手順微分係数の定義は以下の通りです。f′(a)=limh→0f(a+h)−f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}f′(a)=limh→0hf(a+h)−f(a)この問題では、a=−1a = -1a=−1 なので、f′(−1)=limh→0f(−1+h)−f(−1)hf'(-1) = \lim_{h \to 0} \frac{f(-1+h) - f(-1)}{h}f′(−1)=limh→0hf(−1+h)−f(−1)まず、f(−1)f(-1)f(−1) を計算します。f(−1)=(−1)2−5(−1)+4=1+5+4=10f(-1) = (-1)^2 - 5(-1) + 4 = 1 + 5 + 4 = 10f(−1)=(−1)2−5(−1)+4=1+5+4=10次に、f(−1+h)f(-1+h)f(−1+h) を計算します。f(−1+h)=(−1+h)2−5(−1+h)+4=(1−2h+h2)+5−5h+4=h2−7h+10f(-1+h) = (-1+h)^2 - 5(-1+h) + 4 = (1 - 2h + h^2) + 5 - 5h + 4 = h^2 - 7h + 10f(−1+h)=(−1+h)2−5(−1+h)+4=(1−2h+h2)+5−5h+4=h2−7h+10f′(−1)=limh→0(h2−7h+10)−10h=limh→0h2−7hh=limh→0h(h−7)hf'(-1) = \lim_{h \to 0} \frac{(h^2 - 7h + 10) - 10}{h} = \lim_{h \to 0} \frac{h^2 - 7h}{h} = \lim_{h \to 0} \frac{h(h - 7)}{h}f′(−1)=limh→0h(h2−7h+10)−10=limh→0hh2−7h=limh→0hh(h−7)h≠0h \neq 0h=0 であるから、hhh で約分できます。f′(−1)=limh→0(h−7)f'(-1) = \lim_{h \to 0} (h - 7)f′(−1)=limh→0(h−7)h→0h \to 0h→0 のとき、h−7→−7h - 7 \to -7h−7→−7 なので、f′(−1)=−7f'(-1) = -7f′(−1)=−73. 最終的な答え-7