Find the values of $x$ such that $|x-2|=2-x$. How do I solve this?
2026-03-27 20:31:41.1774643501
This is confusing for me. Help! What material should I search?
37 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Let $t=x-2$. Then $|t|=-t$ is true for non-positive $t$. Hence $x-2\le0$.
More generally, and equation like
$$f(x)=\sum_k|a_kx+b_k|+ax+b=0$$
is piecewise linear, and it suffices to observe changes of sign between two "corner points", which occur where $x=-\dfrac{b_k}{a_k}$. You sort these points increasingly, including $-\infty$ and $\infty$ to cover the whole real axis, and evaluate the $f(x_k)$.
Here, with $f(x):=|x-2|+x-2$, the only corner point occurs at $x=2$, with $f(2)=0$. We have
$$f(-\infty)=0,f(2)=0,f(\infty)=\infty$$ so that $f(x)=0$ for $x\in (-\infty,2]$.