Fonction analysée
f(x) =$-((x-4)(x+3))/\left((x-1)(x+2)\right)$
5 consultations  09/07/2026
Réanalyser
Tableau de variations
Tableau de variations de f(x) = -((x-4)(x+3))/\left((x-1)(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{+/$-1$, -/$-1.114$, +D-/$+\infty$/$-\infty$, +/$-4.886$, -D+/$-\infty$/$+\infty$, -/$-1$}
\end{tikzpicture}

\end{document}
Signe de la dérivée f'(x)
Signe de f'(x) pour -((x-4)(x+3))/\left((x-1)(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 -((x-4)(x+3))/\left((x-1)(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$, $-3$, $-2$, $1$, $4$, $+\infty$}
   \tkzTabLine{, -, z, +, d, -, d, +, z, -,}
\end{tikzpicture}
\end{document}
Représentation graphique
Graphe de f(x)=-((x-4)(x+3))/\left((x-1)(x+2)\right)

Étude complète de f(x) = -((x-4)(x+3))/\left((x-1)(x+2)\right)

Domaine de définition

La fonction f(x)=-((x-4)(x+3))/\left((x-1)(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=-1.11438191683587$, $x_{2}=-0.757359312880715$ avec $f=-4.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