Fonction analysée
f(x) =$log(\frac{\left(x)^2-2x-3}{\left(x\right)^2+2x-3}\right)$
12 consultations  05/05/2026
Réanalyser
Tableau de variations
Tableau de variations de f(x) = log(\frac{\left(x)^2-2x-3}{\left(x\right)^2+2x-3}\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$, $-3$, $-1$, $1$, $3$, $+\infty$}
  \tkzTabLine{, +, d, h, d, h, d, h, d, +,}
  \tkzTabVar{-/$0$, +DH/$+\infty$, HD-/$+\infty$, HD-/$+\infty$, D-/$-\infty$, +/$0$}
\end{tikzpicture}

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

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

Domaine de définition

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

Dérivée

La dérivée est $f'(x)=\frac{4 x^{2} + 12}{x^{4} - 10 x^{2} + 9}$.

Points critiques

Les extremums ($f'(x)=0$) : $x_{1}=-3.0000005076988$ avec $f=15.5919899799892$, $x_{2}=-0.99999973589698$ avec $f=-15.1469266481906$, $x_{3}=0.999999735896873$ avec $f=15.1469262437899$, $x_{4}=3.00000050769822$ avec $f=-15.591991122798$.

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