Consider the function
\begin{equation*}
q(t) = \frac{2 t^2}{t^2 - 1} \text{.}
\end{equation*}
Let’s ask Sage to compute its derivative. (We could also turn the denominator into a factor with a negative exponent, and then use a combination of the
Product Rule and the
Chain Rule.
That denominator can be factored:
\begin{equation*}
q'(t) = \frac{ - 4 t }{ (t^2 - 1)^2 } \text{.}
\end{equation*}
To use
Pattern 18.1.5 to determine the domains of increase and decrease, we would like to solve the inequalities
\begin{align*}
q'(t) \amp \gt 0 \amp q'(t) \amp \lt 0 \text{,}
\end{align*}
though solving one will effectively solve the other. Because of the outer square, the denominator is positive for all \(t \neq \pm 1\text{.}\) Because of the extra negative in the numerator, the numerator is negative for \(t \gt 0\) and positive for \(t \lt 0\text{.}\) So
\begin{align*}
q'(t) \amp \gt 0 \amp\amp\text{for}\amp t \amp \lt 0, \; t \neq \pm 1 \\
q'(t) \amp \lt 0 \amp\amp\text{for}\amp t \amp \gt 0, \; t \neq \pm 1 \text{,}
\end{align*}
and we conclude that \(q\) is increasing on the domains \(t \lt -1\) and \(-1 \lt t \lt 0\text{,}\) and decreasing on the domains \(0 \lt t \lt 1\) and \(t \gt 1\text{.}\)