与えられた関数 $f(x)$ について、指定された $x$ の値における微分係数を定義に従って求める問題です。 (1) $f(x) = \sqrt{2x}$ ($x = 1$) (2) $f(x) = \frac{1}{\sqrt{x}}$ ($x = 3$)

解析学微分微分係数極限有理化
2025/5/30

1. 問題の内容

与えられた関数 f(x)f(x) について、指定された xx の値における微分係数を定義に従って求める問題です。
(1) f(x)=2xf(x) = \sqrt{2x} (x=1x = 1)
(2) f(x)=1xf(x) = \frac{1}{\sqrt{x}} (x=3x = 3)

2. 解き方の手順

微分係数の定義式は次の通りです。
f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
(1) f(x)=2xf(x) = \sqrt{2x} (x=1x = 1) の場合:
f(1)=21=2f(1) = \sqrt{2 \cdot 1} = \sqrt{2}
f(1+h)=2(1+h)=2+2hf(1+h) = \sqrt{2(1+h)} = \sqrt{2+2h}
f(1)=limh02+2h2hf'(1) = \lim_{h \to 0} \frac{\sqrt{2+2h} - \sqrt{2}}{h}
有理化するために、分子と分母に 2+2h+2\sqrt{2+2h} + \sqrt{2} を掛けます。
f(1)=limh0(2+2h2)(2+2h+2)h(2+2h+2)f'(1) = \lim_{h \to 0} \frac{(\sqrt{2+2h} - \sqrt{2})(\sqrt{2+2h} + \sqrt{2})}{h(\sqrt{2+2h} + \sqrt{2})}
f(1)=limh0(2+2h)2h(2+2h+2)f'(1) = \lim_{h \to 0} \frac{(2+2h) - 2}{h(\sqrt{2+2h} + \sqrt{2})}
f(1)=limh02hh(2+2h+2)f'(1) = \lim_{h \to 0} \frac{2h}{h(\sqrt{2+2h} + \sqrt{2})}
f(1)=limh022+2h+2f'(1) = \lim_{h \to 0} \frac{2}{\sqrt{2+2h} + \sqrt{2}}
f(1)=22+0+2=22+2=222=12=22f'(1) = \frac{2}{\sqrt{2+0} + \sqrt{2}} = \frac{2}{\sqrt{2} + \sqrt{2}} = \frac{2}{2\sqrt{2}} = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}
(2) f(x)=1xf(x) = \frac{1}{\sqrt{x}} (x=3x = 3) の場合:
f(3)=13f(3) = \frac{1}{\sqrt{3}}
f(3+h)=13+hf(3+h) = \frac{1}{\sqrt{3+h}}
f(3)=limh013+h13hf'(3) = \lim_{h \to 0} \frac{\frac{1}{\sqrt{3+h}} - \frac{1}{\sqrt{3}}}{h}
f(3)=limh033+hh33+hf'(3) = \lim_{h \to 0} \frac{\sqrt{3} - \sqrt{3+h}}{h\sqrt{3}\sqrt{3+h}}
有理化するために、分子と分母に 3+3+h\sqrt{3} + \sqrt{3+h} を掛けます。
f(3)=limh0(33+h)(3+3+h)h33+h(3+3+h)f'(3) = \lim_{h \to 0} \frac{(\sqrt{3} - \sqrt{3+h})(\sqrt{3} + \sqrt{3+h})}{h\sqrt{3}\sqrt{3+h}(\sqrt{3} + \sqrt{3+h})}
f(3)=limh03(3+h)h33+h(3+3+h)f'(3) = \lim_{h \to 0} \frac{3 - (3+h)}{h\sqrt{3}\sqrt{3+h}(\sqrt{3} + \sqrt{3+h})}
f(3)=limh0hh33+h(3+3+h)f'(3) = \lim_{h \to 0} \frac{-h}{h\sqrt{3}\sqrt{3+h}(\sqrt{3} + \sqrt{3+h})}
f(3)=limh0133+h(3+3+h)f'(3) = \lim_{h \to 0} \frac{-1}{\sqrt{3}\sqrt{3+h}(\sqrt{3} + \sqrt{3+h})}
f(3)=133(3+3)=13(23)=163=318f'(3) = \frac{-1}{\sqrt{3}\sqrt{3}(\sqrt{3} + \sqrt{3})} = \frac{-1}{3(2\sqrt{3})} = \frac{-1}{6\sqrt{3}} = -\frac{\sqrt{3}}{18}

3. 最終的な答え

(1) 22\frac{\sqrt{2}}{2}
(2) 318-\frac{\sqrt{3}}{18}

「解析学」の関連問題

与えられた関数 $f(x) = \log(1+x)$ について、以下の2つの問題を解きます。 (1) $f(x)$ の3次のマクローリン展開を求めます。 (2) マクローリン展開を用いて $\log ...

マクローリン展開対数関数近似値
2025/5/31

与えられた2つの関数 $f(x)$ を微分する問題です。 (1) $f(x) = e^{-2x+1}$ (2) $f(x) = \log{\sqrt{x^2+1}}$

微分指数関数対数関数合成関数の微分導関数
2025/5/31

次の2つの関数を微分する問題です。 (1) $f(x) = e^{-2x+4}$ (2) $f(x) = \log\sqrt{x^2 + 1}$

微分指数関数対数関数合成関数の微分
2025/5/31

問題は、対数関数 $y = \log_3{x}$ と $y = \log_{\frac{1}{3}}{x}$ について、与えられた $x$ の値に対する $y$ の値を計算し、対応表を完成させ、これら...

対数関数グラフ関数のグラフ
2025/5/31

与えられた関数 $f(x) = 2x^3 - 3x^2 + x - 4$ を扱う問題です。具体的に何をする必要があるかは問題文に明記されていませんが、関数が与えられているため、例えば、この関数の値を特...

関数多項式関数の定義
2025/5/31

実数 $x$ は $-\pi < x < \pi$ の範囲を動くとき、関数 $f(x) = \frac{1 + \sin x}{3 + \cos x}$ について、以下の問題を解く。 (1) $t =...

三角関数最大値最小値微分tan
2025/5/31

定積分 $\int_{\frac{\pi}{3}}^{\frac{\pi}{2}} \frac{\sin t}{1 - \cos^2 t} dt$ の値を求めよ。

定積分三角関数積分
2025/5/31

定積分 $\int_{1}^{2} \frac{1}{(x+1)^2} dx$ の値を求め、指定された形式 $\frac{C}{D}$ で答える問題です。

定積分積分計算積分
2025/5/31

定積分 $\int_{1}^{2} \frac{1}{(x+1)^2} dx$ の値を計算し、$\frac{A}{B}$ と $\frac{C}{D}$ に当てはまる値を求める問題です。

定積分積分置換積分計算
2025/5/31

定積分 $\int_{0}^{3} (x-2)(2x+1) dx$ を計算し、空欄A, B, C, D, Eに当てはまる数字を求める問題です。

定積分積分計算
2025/5/31