Find equivalent functional definition for each of the following and draw a graph of a function.
f(x)=2x -|x| + |x-1|
"0\\le x<1, f(x)=2x-x-(x-1)=1"
"x\\ge 1, f(x)=2x-x+(x-1)=2x-1"
"f(x)=\\begin{cases}\n 2x+1, &x<0 \\\\\n 1, & 0\\le x<1 \\\\\n2x-1, & x\\ge 1\n\\end{cases}"
Comments
Leave a comment