I am looking for a function $f(x; \alpha, X_1, X_2, Y_1, Y_2)$ that has the following property: For $\alpha=0$ it behaves linearly between $(X_1, Y_1)$ and $(X_2, Y_2)$, and as $\alpha$ gets closer to 1, it approximates a sharp cliff, as in the figure below. The function needs not be defined for $\alpha=1$.
Is there a relatively "simple" function (trigonometrics, powers, logarithms and exponentials are fine) that captures this behavior?




Consider the function $$f(x)=\left(1-x-\frac{1}{x} \right)(1-\alpha)^2+\frac{1-\alpha}{x}$$ on $[0,1]$. When $\alpha=0$, we have $f(x)=1-x$. As $\alpha \uparrow 1$, the graph approaches a right angle (try plotting it for yourself with Wolfram Alpha). A transformed version of this function should work for your example.