\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$ / 1, $f'(x)$ / 1, $f(x)$ / 2}
{$-\infty$, $-5$, $-2$, $-1$, $1$, $+\infty$}
\tkzTabLine{, +, z, -, d, -, z, +, d, +,}
\tkzTabVar{-/$0$, +/$0.167$, -D+/$-\infty$/$+\infty$, -/$1.5$, +D-/$+\infty$/$-\infty$, +/$0$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-5$, $-2$, $-1$, $1$, $+\infty$}
\tkzTabLine{, +, z, -, d, -, z, +, d, +,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$-\infty$, $-3$, $-2$, $1$, $+\infty$}
\tkzTabLine{, +, z, -, d, +, d, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\frac{\left(-3x-9\right)}{\left(\left(2x+4\right)\left(x-1\right)\right)} est définie sur $D_f=(-\infty, -2) \cup (-2, 1) \cup (1, +\infty)$.
La dérivée est $f'(x)=\frac{3 x^{2} + 18 x + 15}{2 x^{4} + 4 x^{3} - 6 x^{2} - 8 x + 8}$.
Les extremums ($f'(x)=0$) : $x_{1}=-5.0$ avec $f=0.166666666666667$, $x_{2}=-1.0$ avec $f=1.5$.
Intégrez le tableau dans vos documents LaTeX avec le package tkz-tab. Cliquez sur "Code LaTeX" ci-dessus pour copier le code prêt à l'emploi.