Problem:
Find all $x$ such that $|x^2-3x+1|<1$
Any help with this problem would be appreciated. $$$$
Problem:
Find all $x$ such that $|x^2-3x+1|<1$
Any help with this problem would be appreciated. $$$$
On
You can use the inequality: $|A| < |B| \iff A^2 < B^2 \iff (A-B)(A+B) < 0$. Let $A = x^2-3x+1, B = 1 \Rightarrow (x^2-3x+1-1)(x^2-3x+1+1) < 0 \Rightarrow (x^2-3x)(x^2-3x+2) < 0 \Rightarrow x(x-3)(x-1)(x-2) < 0$. Can you finish it? Take a number $x = 4$, and plug it into the left side we see that the left side $ > 0$, thus the solution is: $(0,1)\cup (2,3)$
$$|x^2-3x+1|\lt 1\iff -1\lt x^2-3x+1\lt 1$$
We have, using the lower bound,
$$\begin{align}-1\lt x^2-3x+1\iff x^2-3x+2\gt 0&\iff (x-2)(x-1)\gt 0\\&\iff x\in (-\infty,1)\cup (2,\infty)\end{align}$$
Also, we have, using the upper bound,
$$\begin{align}x^2-3x+1\lt 1\iff x(x-3)\lt 0\iff x\in (0,3)\end{align}$$
For both upper and lower bounds to hold, we need the intersection of these solution sets which is $(0,1)\cup (2,3)$.
Inequalities used:
$ab\lt 0\iff a\gt 0~\land~b\lt 0\quad\lor\quad a\lt 0~\land~b\gt 0$
$ab\gt 0\iff a\gt 0~\land~b\gt 0\quad\lor\quad a\lt 0~\land~b\lt 0$