\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$, $9.960$, $+\infty$}
\tkzTabLine{, -, z, +,}
\tkzTabVar{+/$+\infty$, -/$5.027$, +/$+\infty$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $9.960$, $+\infty$}
\tkzTabLine{, -, z, +,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$-\infty$, $+\infty$}
\tkzTabLine{, +,}
\end{tikzpicture}
\end{document}
La fonction f(x)=\frac{x}{2.8}+\frac{1}{2.2}\cdot\sqrt{4+\left(12.5-x\right)^2} est définie sur $D_f=(-\infty, +\infty)$.
La dérivée est $f'(x)=\frac{0.454545454545455 x + 0.357142857142857 \sqrt{\left(x - 12.5\right)^{2} + 4} - 5.68181818181818}{\sqrt{\left(x - 12.5\right)^{2} + 4}}$.
Les extremums ($f'(x)=0$) : $x_{1}=9.95965881556565$ avec $f=5.0266398725873$.
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.