<p><strong>指数関数と対数関数の微分</strong>および<strong>積の微分法則</strong>を組み合わせた問題です。指数関数と対数関数は機械学習で重要な活性化関数や損失関数として使用されます。</p><h4>指数・対数関数の微分公式</h4><ul><li>$(e^x)' = e^x
lt;/li><li>$(e^{ax})' = ae^{ax}$ (連鎖律)</li><li>$(\ln x)' = \frac{1}{x}
lt;/li></ul><p class='step'>1. 積の微分法則の準備</p><p>$f(x) = e^{2x} \ln(x)$ において:</p><ul><li>$u(x) = e^{2x}$ なので $u'(x) = 2e^{2x}$ (連鎖律)</li><li>$v(x) = \ln(x)$ なので $v'(x) = \frac{1}{x}
lt;/li></ul><p class='step'>2. 積の微分法則を適用</p><div class='formula'>$\begin{align}f'(x) &= u'(x) \cdot v(x) + u(x) \cdot v'(x) \\&= 2e^{2x} \cdot \ln(x) + e^{2x} \cdot \frac{1}{x} \\&= e^{2x}\left(2\ln(x) + \frac{1}{x}\right)\end{align}
lt;/div><p class='step'>3. $f'(1)$ の計算</p><p>$x = 1$ を代入します:</p><div class='formula'>$\begin{align}f'(1) &= e^{2 \cdot 1}\left(2\ln(1) + \frac{1}{1}\right) \\&= e^2(2 \cdot 0 + 1) \\&= e^2 \cdot 1 \\&= e^2\end{align}
lt;/div><div class='key-point'><div class='key-point-title'>指数・対数関数微分のコツ</div><p><strong>基本公式</strong>:$(e^x)' = e^x$、$(\ln x)' = \frac{1}{x}
lt;/p><p><strong>合成関数型</strong>:$(e^{f(x)})' = e^{f(x)} \cdot f'(x)
lt;/p><p><strong>重要な値</strong>:$\ln 1 = 0$、$e^0 = 1$ などを覚えておく</p></div>