Fonction analysée
f(x) =$\frac{2x+10}{\left(x-1\right)\left(x+2\right)}$
5 consultations  09/07/2026
Réanalyser
Tableau de variations
Tableau de variations de f(x) = \frac{2x+10}{\left(x-1\right)\left(x+2\right)}
Télécharger
\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.243$, $-2$, $-0.757$, $1$, $+\infty$}
  \tkzTabLine{, -, z, +, d, +, z, -, d, -,}
  \tkzTabVar{+/$0$, -/$-0.114$, +D-/$+\infty$/$-\infty$, +/$-3.886$, -D+/$-\infty$/$+\infty$, -/$0$}
\end{tikzpicture}

\end{document}
Signe de la dérivée f'(x)
Signe de f'(x) pour \frac{2x+10}{\left(x-1\right)\left(x+2\right)}
Télécharger
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
   \tkzTabInit{$x$/1, $f'(x)$/1} {$-\infty$, $-9.243$, $-2$, $-0.757$, $1$, $+\infty$}
   \tkzTabLine{, -, z, +, d, +, z, -, d, -,}
\end{tikzpicture}
\end{document}
Tableau de signes
Tableau de signes de \frac{2x+10}{\left(x-1\right)\left(x+2\right)}
Télécharger
\documentclass[preview]{standalone}
\usepackage{tikz}
\usepackage{tkz-tab}
\begin{document}
\begin{tikzpicture}
   \tkzTabInit{$x$/1, $f(x)$/1} {$-\infty$, $-5$, $-2$, $1$, $+\infty$}
   \tkzTabLine{, -, z, +, d, -, d, +,}
\end{tikzpicture}
\end{document}
Représentation graphique
Graphe de f(x)=\frac{2x+10}{\left(x-1\right)\left(x+2\right)}

Étude complète de f(x) = \frac{2x+10}{\left(x-1\right)\left(x+2\right)}

Domaine de définition

La fonction f(x)=\frac{2x+10}{\left(x-1\right)\left(x+2\right)} est définie sur $D_f=(-\infty, -2) \cup (-2, 1) \cup (1, +\infty)$.

Dérivée

La dérivée est $f'(x)=\frac{- 2 x^{2} - 20 x - 14}{x^{4} + 2 x^{3} - 3 x^{2} - 4 x + 4}$.

Points critiques

Les extremums ($f'(x)=0$) : $x_{1}=-9.24264068711929$ avec $f=-0.114381916835873$, $x_{2}=-0.757359312880715$ avec $f=-3.88561808316413$.

Code LaTeX tkz-tab

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.

Autres fonctions analysées