summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-1.tex
blob: fa73e5bbde924082f0152f46b9377572f612e979 (plain)
1
2
3
4
5
6
7
\documentclass{article}
\begin{document}
The derivative of the indirect function f[g(x)] is
$\{f[g(x)]\}' = f'[g(x)]g'(x)$. For the second derivative of the product
of $f(x)$ and $g(x)$ one has 
$[f(x)g(x)]'' = f''(x)g(x) + 2f'(x)g'(x) + f(x)g''(x)$.
\end{document}