Taturana
- 108
- 0
Suppose I have any modular function, for example:
f(x) = |2x + 4| + 3
I can rewrite the function in the following way:
f(x) = \left\{\begin{matrix}<br /> 2x + 7, \;\; x \geq -2\\<br /> -2x -1, \;\; x < -2 <br /> <br /> \end{matrix}\right.
right?
Okay, the question is: how do I know that the first condition is \geq and second condition is < and not vice-versa?
Thank you,
Rafael Andreatta
f(x) = |2x + 4| + 3
I can rewrite the function in the following way:
f(x) = \left\{\begin{matrix}<br /> 2x + 7, \;\; x \geq -2\\<br /> -2x -1, \;\; x < -2 <br /> <br /> \end{matrix}\right.
right?
Okay, the question is: how do I know that the first condition is \geq and second condition is < and not vice-versa?
Thank you,
Rafael Andreatta