2

If $$f(x)=\lim_{t\to\infty}{\frac{(1+\sin{\pi x})^t-1}{(1+\sin{\pi x})^t+1}}$$

Then range of $f(x)$ is?

My Attempt:

I was able to conclude that when,

$$\sin{\pi x}\to0^+, f(x)\to1$$

$$\sin{\pi x}\to0^-, f(x)\to-1$$

But the answer is $\{-1,0,1\}$

When will $f(x)$ assume the value $0$?

prog_SAHIL
  • 2,543
  • 13
  • 27

3 Answers3

2

We have that

$$f(0)=\lim_{t\to\infty}{\frac{(1+\sin{0})^t-1}{(1+\sin{0})^t+1}}=\frac{1-1}{2}=0$$

user
  • 154,566
1

We have three possibilities: $\sin \pi x=0, \sin \pi x<0 $ and $\sin \pi x>0.$ Since we have that

$$\lim_{t\to \infty} \dfrac{(1+a)^t-1}{(1+a)^t+1}$$ is $0$ if $a=0$, $1$ if $a>0$ and $-1$ if $-1<a<0$ we can conclude that the range of $f$ is $\{-1,0,1\}.$

So $f$ takes the value $0$ if $\sin \pi x=0.$ That is $$x\in \{n\pi |n\in\mathbb{Z}\}. $$

mfl
  • 29,399
1

Another way to solve the problem is the following!

$$\lim_{t\to \infty}\frac{(1+sinπx)^t-1}{(1+sinπx)^t+1}=1-\lim_{t\to\infty}\frac{2}{(1+sinπx)^t+1}=k$$

When $sinπx=-1$: $k=1-2=-1$

When $sinπx=0$: $k=1-1=0$

When $sinπx<0$: $k=1-2=-1$

When $sinπx>0$: $k = 1$

Hence the range of the function is ${-1,0,1}$

As you see the above function is equal to zero for every $x$ that $sinπx=0$