\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$, $-1.847$, $-0.833$, $0.180$, $+\infty$}
\tkzTabLine{, +, d, +, z, -, d, -,}
\tkzTabVar{+/$0$, -D-/$-2165018033.94995$/$-2165018033.94995$, +/$-0.034$, -D-/$-45553935.8600537$/$-45553935.8600537$, +/$0$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-1.847$, $-0.833$, $0.180$, $+\infty$}
\tkzTabLine{, +, 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$, $-1.847$, $0.180$, $+\infty$}
\tkzTabLine{, +, d, -, d, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\left(3x^2+5x-1\right)^{-3} est définie sur $D_f=(-\infty, -sqrt(37)/6 - 5/6) \cup (-sqrt(37)/6 - 5/6, -5/6 + sqrt(37)/6) \cup (-5/6 + sqrt(37)/6, +\infty)$.
La dérivée est $f'(x)=\frac{- 18 x - 15}{\left(3 x^{2} + 5 x - 1\right)^{4}}$.
Les extremums ($f'(x)=0$) : $x_{1}=-0.833333333333333$ avec $f=-0.0341144650859771$.
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.