I know that you draw an absolute value graph by writing the equation in the format of $y = a \vert x - p \vert + q$ and I know how to draw it from there, but what do you do when there is an $x$ value outside the absolute signs?
2026-03-24 23:45:54.1774395954
How do you draw the absolute value graph of $y = \vert 2x + 1 \vert + x - 3$?
1.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
6
By the definition of the absolute value, you have:
$$\left|2x+1\right| = \begin{cases} 2x+1 &\mbox{if }\; x\geq -\tfrac{1}{2} \\ -2x-1 &\mbox{if }\; x< -\tfrac{1}{2} \end{cases}$$
and thus:
$$\left|2x+1\right|+x-3 = \begin{cases} 3x-2 & \mbox{if }\; x\geq -\tfrac{1}{2} \\ -x-4 & \mbox{if }\; x< -\tfrac{1}{2} \end{cases}$$ So graphing comes down to drawing two (half)lines: one on each side of $x=-\tfrac{1}{2}$.