2

Trying to find a function like this:enter image description here

  1. 2 y-axis asymptotes: -1 / 1
  2. x values range from -infinity to infinity.
nubela
  • 841

2 Answers2

2

There are many functions having these properties. Here, for example, is the graph of

$$ f(x)=\frac{2}{\pi}\arctan(x) $$

arctan

Here is

$$ y=\frac{1-e^{-ax}}{1+e^{-ax}}\text{ for }a=1 $$

but you can let $a>0$ for any $a\in\mathbb{R}$

exponential

1

Another which immediately comes to mind for me is a modified logistic function $f(x)=\frac{2}{1+e^{-x}}-1$. It looks like: Logistic

MathTrain
  • 2,147