I'm trying to solve inequality:
$$\bigg|\frac{x^2+2x-36}{x^2-4}\bigg|\gt 1$$
The first step I do is to conclude how the function behaves (to see when it's negative):
$$\frac{x^2+2x-36}{x^2-4} = 0$$
My approach is to solve the nominator and denominator separately (as separate second degrees polynomials). The denominator is easy (opens upward parabola): $$x^2-4=0 \\(x-2)(x+2)=0\iff x=-2 \vee x=2 $$ The issue I have is with the nominator: $$x^2+2x-36 = 0$$ Since the standard approach with quadratic formulas doesn't look sensible to me.
Could you share some hints? How I should approach that?
Consider the equality that lies at the boundary of the inequality.
$$\bigg|\frac{x^2+2x-36}{x^2-4}\bigg| = 1$$ $$\frac{x^2+2x-36}{x^2-4} = \pm 1$$ $$x^2+2x-36 = \pm ({x^2-4})$$ $$x^2+2x-36 = x^2-4 \lor x^2+2x-36 = -x^2+4$$ $$2x-32 = 0 \lor 2x^2+2x-40 = 0$$ $$x = 16 \lor (x = 4 \lor x = -5)$$
This gives you three “special” values of $x$ to work with, in addition to the two you already found $x = \pm 2$, where the denominator is 0. In order, these are:
These five values partition the real line into six intervals:
Now, you just have to go through these six cases and determine which ones satisfy your original inequality.