The problem I have is:
Prove that for real numbers $x$, $|x|\lt 3\implies |x^2-2x-15|\lt 8|x+3|$.
Since there aren't really any similar examples in my book, I've been unsure how to first approach this problem and have been trying to use to find similar questions.
Do I try and divide the problem into regions, like at absolute value inequalities, using $x^2-2x-15=(x-5)(x+3)$
Or could I just simply have two cases, those being $x\ge 3$ and $x\lt3$ like at How to write an expression in an equivalent form without absolute values?
We know that $|x|<3$. Therefore $-3<x<3$, subtracting $5$ from each side gives:
$-8<x-5<-2$
And so:
$|x-5|<8$
This implies that:
$|x^2-2x-15|=|(x-5)(x+3)|=|x-5|\cdot |x+3|<8|x+3|$
As needed.