I need a function that does the following:
- x can not be greater than 1
- y can not be greater then 2
- As x approaches the value 0, then y approaches, but does not reach the value 2.
- As y approaches the 0, then x appproaches, but does not reach the value 1.
The graph of the function should look something like the following image, except for the part where the x value exceeds the value of 1. I need x to only approach the value of 1.