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