How do you graph
abs(y)=x
3 answers
or abs(y)>= x
| y | ¡Ý x
If x = |y|, then you have the following function:
x = {
y, y>0
-y, y<0}
So your graph looks like y = x and y = -x graphed together, both with the domain [0, infinity)
x = {
y, y>0
-y, y<0}
So your graph looks like y = x and y = -x graphed together, both with the domain [0, infinity)