1. 問題の内容
関数 の微分 を求めよ。
2. 解き方の手順
商の微分公式を用いる。商の微分公式は に対して、
f'(x) = \frac{g'(x)h(x) - g(x)h'(x)}{(h(x))^2}
である。
この問題の場合、、である。
まず、とを計算する。
g'(x) = \frac{1}{2\sqrt{x}}
h'(x) = \frac{1}{2\sqrt{x}}
よって、
f'(x) = \frac{\frac{1}{2\sqrt{x}}(\sqrt{x} + 1) - (\sqrt{x} + 2)\frac{1}{2\sqrt{x}}}{(\sqrt{x} + 1)^2}
f'(x) = \frac{\frac{1}{2\sqrt{x}}(\sqrt{x} + 1 - \sqrt{x} - 2)}{(\sqrt{x} + 1)^2}
f'(x) = \frac{\frac{1}{2\sqrt{x}}(-1)}{(\sqrt{x} + 1)^2}
f'(x) = \frac{-1}{2\sqrt{x}(\sqrt{x} + 1)^2}