What will be the range of function $y=(e^x-e^{-x})/(e^x+e^{-x})$ ? How should I approach this category of problems with exponential functions? Please Help.
Asked
Active
Viewed 1.1k times
2 Answers
5
One way to analyze the possible values the given function can take on is to transform it into the "simplest possible" form. Some arithmetic we might apply could look like this:
$$y=\frac{e^x-e^{-x}}{e^x+e^{-x}}\\ =\frac {e^{2x}-1}{e^{2x}+1}\\ =1-\frac 2{e^{2x}+1}$$
We could go further with this directly and fully invert the function, but we can immediately make some conclusions from where we are now:
- $e^{2x}+1\in(1,\infty)$
- $\frac 2{e^{2x}+1}\in(0,2)$
This leads us to $y\in(-1,1)$.
abiessu
- 8,115
1
You have $y=f(x)$. Solve for $x=g(y)$. Now find the domain for $g(y)$. That would be your "range".
Parcly Taxel
- 103,344
Nicolas Bourbaki
- 5,064
$$e^{2x} = \frac{1+y}{1-y}$$
which necessarily means that $\frac{1+y}{1-y} > 0$. We have immediately that $y < 1$ and $y > -1$. There is a value of $x$ that attains every value of $y$ in that open interval, hence the range is $(-1, + 1)$.
– Simon S Apr 13 '15 at 18:48