\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\usepackage{amsmath,amssymb}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$ / 1, $f'(x)$ / 1, $f(x)$ / 2}
{$-4$, $-3.414$, $0$}
\tkzTabLine{, +, z, -,}
\tkzTabVar{-/$2$, +/$2.828$, -/$-2$}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f'(x)$/1} {$-4$, $-3.414$, $0$}
\tkzTabLine{, +, z, -,}
\end{tikzpicture}
\end{document}
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
\tkzTabInit{$x$/1, $f(x)$/1} {$-4$, $-0.586$, $0$}
\tkzTabLine{+, +, z, -, -,}
\end{tikzpicture}
\end{document}
La fonction f(x)=-2-x+\sqrt{-4x-\left(x\right)^2} est définie sur $D_f=[-4, 0]$.
La dérivée est $f'(x)=\frac{- x - \sqrt{x \left(- x - 4\right)} - 2}{\sqrt{x \left(- x - 4\right)}}$.
Les extremums ($f'(x)=0$) : $x_{1}=-3.41421356237309$ avec $f=2.82842712474619$.
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.