[Math] Absolute Value Rational Inequalities

absolute valuealgebra-precalculusinequality

Ok so I have the following two inequalities:

\begin{equation}
\left| \frac{x+6}{x-2}\right| \leq 4
\end{equation}
and
\begin{equation}
\frac{x^2-1}{\left| x+2\right|} \leq 3(1-x)
\end{equation}
Also for the value of $x$ it just holds $x\ \in \mathbb{R}$.

For the first one what I have done by now is the following:

\begin{equation}
\frac{1}{\left| \frac{x+6}{x-2}\right|} \geq \frac{1}{4} \Leftrightarrow \left| \frac{x-2}{x+6}\right| \geq \frac{1}{4}
\end{equation}
which is equivalent to

\begin{equation}
\left( \frac{x-2}{x+6} \leq -\frac{1}{4}\right) \vee \left( \frac{x-2}{x+6} \geq \frac{1}{4}\right)
\end{equation}
After this point I am not sure how to proceed. For the second one, I do not even know how to start. Thanks a ton!

Best Answer

The way that I would go about doing this problem (at least for the first inequality) is by squaring both sides and then cross-multiplying the denominator over.

This should give you an inequality between two quadratics:

$x^2 + 12x + 36 ≤ 16(x^2 + 4 - 4x)$

You can solve this by setting one side of the inequality equal to zero:

$0≤15x^2 - 76x + 28$

Factor the quadratic on the right and use a number line or similar procedure to identify when the inequality holds.

For the second inequality (the bottom one), multiply the denominator over (it must be positive):

$x^2+1 ≤3*|x-2|*(1-x)$

Now consider cases. If $x<1$, then $1-x$ is positive, and the following division may be conducted without flipping the inequality sign:

$\frac{x^2+1}{1-x} ≤3|x-2|$

The left side reduces by factoring the numerator as a difference of squares:

$-(x+1) ≤ 3|x-2|$

Now, square both sides and solve the resulting quadratic-inequality in the method we used for inequality (1).

We must now consider the contrary case, that $x>1$. All this involves is flipping the inequality sign when we divide the term $1-x$. Follow the same procedure that we did in the case $x<1$.

The final case we need to consider is that $x=1$. If this is the case it is readily apparent that the inequality holds because it is not strict.

The final step to do is to find the intersection between the solution sets for inequalities 1 and 2. This will be the solution set x to the system of inequalities.

Related Question