\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$, $-2.713$, $-1$, $+\infty$}
\tkzTabLine{, -, z, +, d, -,}
\tkzTabVar{+/$-7290$, -/$-8980.554$, +D+/$+\infty$/$+\infty$, -/$-7290$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-2.713$, $-1$, $+\infty$}
\tkzTabLine{, -, 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.742$, $-1$, $0.645$, $+\infty$}
\tkzTabLine{, -, z, +, d, +, z, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-8100+810+((5500)/(1+x))+((5700)/((1+x)^2))+((5100)/((1+x)^3))+((5100)/((1+x)^4)) est définie sur $D_f=(-\infty, -1) \cup (-1, +\infty)$.
La dérivée est $f'(x)=\frac{- 15300 x - 5500 \left(x + 1\right)^{3} - 11400 \left(x + 1\right)^{2} - 35700}{\left(x + 1\right)^{5}}$.
Les extremums ($f'(x)=0$) : $x_{1}=-2.71286816156347$ avec $f=-8980.55433867294$.
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.