I'm a little confused with quadratic inequalities? Can someone explain how do I work out the final exam? I can do the factorising, etc but I'm not too sure how to determine ALL values of x.
eg.
$\frac{x+4} {2x-4} ≤ x - 2$
Doing the simplifying if $ x > 0$
I end up with
$0 ≤ (x-4)(2x -1)$
so, points of interest are:
$x = 1/2 $
$x = 4 $
How do I work out all values that $x$ is pointing to? I tried testing points right of the $x=4$ on the number line.
eg. $x = 5$
$ 0 ≤ (5-4)(2(5) -1)$
ie. $0 < 9$
so - it looks like its true $x > 4$
Test left of $1/2$:
$ 0 ≤ (0-4)(0-1) $
ie. $ 0 < 4$
so, its true again. What I don't understand why we perform the testing step? Is it to test if the region is actually matching the inequality?
Also, what's the best method to find ALL values of x?
Here's the Wavy Curve Method:
It involves the following steps:
Here's how it will be in your case:
$$\frac{x+4}{2x-4}\leq x-2$$ $$\Rightarrow \frac{x+4}{2(x-2)}-(x-2)\leq0$$ $$\Rightarrow \frac{x+4-2(x-2)^2}{2(x-2)}\leq0$$ $$\Rightarrow \frac{x+4-2x^2-8+8x}{2(x-2)}\leq0$$ $$\Rightarrow \frac{-2x^2+9x-4}{2(x-2)}\leq0$$ $$\Rightarrow \frac{2x^2-9x+4}{x-2}\geq0$$ $$\Rightarrow \frac{2(x-4)(x-\frac12)}{x-2}\geq0$$ So, after factorizing, we have the roots/critical points as $4,0.5$ and $2$.
Onto step $6$:
Since we are interested in the solutions where $f(x)\geq0$ so, that'd be the region with the '$+$' sign. $$\text{Thus, }\bf x\in \left[\frac12,2\right)\cup[4,∞) $$
Note that we don't include 2 in the solution as for that value the function wouldn't be defined.
If you're interested in knowing more about the Wavy Curve Method then check this video to know its application and this video to know the logic behind this method.