Writing domain set for function F

49 Views Asked by At

enter image description here

For this function, I plot it. And I show the areas where $F$ take positive and negative values on the graph.

Well, how can I write the set which shows the areas that F be positive and F be negative?

2

There are 2 best solutions below

2
On BEST ANSWER

For the positive values: $$\{(x,y)\in \mathbb{R}^2: y\geqslant |x|\}\bigcup\{(x,y)\in \mathbb{R}^2: y\leqslant -|x|\}$$ And for the negatives is practically the same.

0
On

$$S=\{(x,y)\in\mathbb{R}^2: |y|<|x|\}$$ This oughta do it.