I have the equation $x = 0$ which needs to only be graphed when the y values are between 0 and 3. This can be represented as the following equation. $$x=0y,\quad \{0<y<3\}$$ How can I do the same thing with the equation $x=-6$ where it is only graphed when the y values are between 0 and 3?
Asked
Active
Viewed 112 times
0
needs to only be graphed when the y values are between 0 and 3. $x=-6$ is a vertical line, and $0 \lt y \lt 3$ is the horizontal stripe between the lines $y=0$ and $y=3$. When you intersect the two, you get the graph as a vertical segment. – dxiv Sep 11 '17 at 00:42