Can anybody explain as how to plot a graph of $|x| + |y| = 1$. Here $|x|$ and $|y|$ are absolute values.
2026-04-07 07:48:00.1775548080
On
Graph of $|x| + |y| = 1$
374 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Two solutions here (at least).
- Notice that $|x|+|y|=1$ is the boundary of the ball of radius $1$ for the 1-norm and knowing what it does look like.
- Or just split the cases for every quadrant ${\lbrace x \geq 0,y \geq 0 \rbrace},{\lbrace x \geq 0,y \leq0 \rbrace},\dots$
For example in ${\lbrace x \geq 0,y \geq 0 \rbrace}$, your equation is $x+y=1$.

HINT:
As $|y|\ge0,|x|=1-|y|\le1\implies-1\le x\le1$
Now use $$|x|=\begin{cases} x &\mbox{if } x\ge 0 \\-x & \mbox{if } x<0\end{cases}$$