1

I want to find the range of the following function :

$$f(x) = {e^x \over x-1}$$

How do I find the range of the above function ? I have tried a lot , but do not have any idea to solve this.

Tomás
  • 22,559

2 Answers2

4

** Hint**

What happend when $x$ is very close to $1$ from above? from below?

1

There is a discontinuity at $x=1$. Analyze both sides separately. Let's call $f_1$ the function over the subset of the domain $(1,\infty)$, and $f_2$ the function over the subset of the domain $(-\infty,1)$.

$$\frac{d}{dx}\frac{e^x}{x+1}=\frac{e^x(x-2)}{(x-1)^2}$$

There is a local minimum at $x=2$:

$$f_1(2)=e^2$$

$$\lim_{x\to{\infty}}f_1(x)=\infty$$

$$\lim_{x\to{1}^+}f_1(x)=\infty$$

The range of $f_1(x)$ is therefore $[e^2,\infty)$.

Do the same for f_2(x):

$$\lim_{x\to-\infty}f_2(x)=0$$

$$\lim_{x\to{1}^-}f_2(x)=-\infty$$

The range of $f_2(x)$ is therefore $(-\infty,0)$

The range of the full function is the union of these two intervals.