例題 次の関数の導関数を求めよ..

$\displaystyle \displaystyle{y = x^3 \sin{3x}} $

解答 導関数を求めるうえで重要なことは,つぎのことである.

1. 和の導関数は導関数の和である. $(f(x) + g(x))' = f'(x) + g'(x)$  
2. 定数倍の導関数は導関数の定数倍である. $(\alpha f(x))' = \alpha f'(x)$  
3. 積の微分法. $(f(x)g(x))' = f'(x)g(x) + f(x)g'(x)$  
4. 基本的な関数の導関数. $(\tan{x})' = \sec^{2}{x}, (\sec{x})' = \sec{x}\tan{x}$  

これを上記の問題に当てはめると

$\displaystyle (x^3 \sin{3x})'$ $\displaystyle =$ $\displaystyle (x^3)'\sin{3x} + x^3(\sin{3x})'$  
  $\displaystyle =$ $\displaystyle 3x^2 \sin{3x} + 3x^3\cos{3x}$