微分公式と構造判定の基本演習
mathcalculusexercisedifferentiation-rules
data/lecture/math/calculus/differentiation-rules-and-computation.lecture.n.md
1問題 1
(x^2+1)\sin x を微分せよ。
1.1解答例
積の微分公式より
2x\sin x+(x^2+1)\cos x
である。
1.2解説
積では2因子の変化を両方とも反映する。(fg)'=f'g+fg' であり、f'g' ではない。
2問題 2
\dfrac{x^2+1}{x-1} を微分せよ。
2.1解答例
定義域は x\ne1 である。商の微分公式より
\frac{2x(x-1)-(x^2+1)}{(x-1)^2}
=
\frac{x^2-2x-1}{(x-1)^2}
である。
2.2解説
元の関数の定義域は \mathbb{R}\setminus\{1\} である。導関数の式を得た後も、この定義域を維持する。
3問題 3
e^{x^2}\cos x を微分せよ。
3.1解答例
積の微分公式と連鎖律より
2xe^{x^2}\cos x-e^{x^2}\sin x
である。
3.2解説
合成関数 e^{x^2} の微分では、外側の指数関数の微分に、内側の関数 x^2 の導関数 2x を乗じる。
4問題 4
x>0 において f(x)=x^x を微分せよ。
4.1解答例
y=x^x とおく。x>0 なので対数を取ると
\ln y=x\ln x
である。両辺を x で微分して
\frac{y'}{y}=\ln x+1
を得る。したがって
f'(x)=x^x(\ln x+1)\qquad(x>0)
である。
4.2解説
底と指数の双方が変数であるため、通常の冪関数または指数関数の公式を直接は適用できない。対数微分により、指数を積へ変換してから微分する。
5関連リンク
data/lecture/math/calculus/differentiation-rules-and-computation.lecture.n.md
data/exercise/math/calculus/differentiation-and-derivative-computation.exercise.n.md
Basic Exercises on Differentiation Rules and Structural Recognition
data/lecture/math/calculus/differentiation-rules-and-computation.lecture.n.md
1Problem 1
Differentiate (x^2+1)\sin x.
1.1Sample Solution
By the product rule, the derivative is
2x\sin x+(x^2+1)\cos x.
1.2Explanation
Both factors contribute to the change of a product: (fg)'=f'g+fg', not f'g'.
2Problem 2
Differentiate \dfrac{x^2+1}{x-1}.
2.1Sample Solution
The domain is x\ne1. By the quotient rule,
\frac{2x(x-1)-(x^2+1)}{(x-1)^2}
=
\frac{x^2-2x-1}{(x-1)^2}.
2.2Explanation
The domain of the original function is \mathbb{R}\setminus\{1\}. This restriction remains in force after deriving a formula for the derivative.
3Problem 3
Differentiate e^{x^2}\cos x.
3.1Sample Solution
The product rule and chain rule give
2xe^{x^2}\cos x-e^{x^2}\sin x.
3.2Explanation
The derivative of the inner function x^2 must multiply the derivative of the outer exponential function.
4Problem 4
For x>0, differentiate f(x)=x^x.
4.1Sample Solution
Set y=x^x. Since x>0, taking logarithms gives
\ln y=x\ln x.
Differentiating both sides with respect to x yields
\frac{y'}{y}=\ln x+1.
Therefore,
f'(x)=x^x(\ln x+1)\qquad(x>0).
4.2Explanation
Both the base and exponent are variable, so neither the ordinary power rule nor the exponential rule applies directly. Logarithmic differentiation converts the exponent into a product before differentiation.
5Related Material
data/lecture/math/calculus/differentiation-rules-and-computation.lecture.n.md
data/exercise/math/calculus/differentiation-and-derivative-computation.exercise.n.md