0

Find the functions $f,g$ such that, $a$ be a limit point in the domain of $f$ with $\lim_{x\to a}f(x)=b$, $\lim_{y\to b}g(y)=c$ but $\lim_{x\to a}g(f(x) \neq b$

Thomas
  • 22,361
Samiron Parui
  • 353
  • 1
  • 15

1 Answers1

0

Consider :

$$f(x)=\cases{x\sin\left(\frac{1}{x}\right)\quad\mathrm{if}\,x\neq0\cr0\quad\mathrm{otherwise}}\quad\mathrm{and}\quad g(y)=\cases{0\quad\mathrm{if}\,y\neq0\cr1\quad\mathrm{otherwise}}$$

If we restrict both $f$ and $g$ to $\mathbb{R}-\{0\}$, we see that $\lim_{x\to0,x\neq0}f(x)=0$ and $\lim_{y\to0,y\neq0}g(y)=0$.

But $g\circ f$ doesn't have any limit at $0$.

Adren
  • 7,515
  • 10
  • 26
  • How can such exmple be formed?I would like to know the basic idea behind the example.. Is the non existence of the limit f(g(x) )essential for a this example? – Samiron Parui Feb 05 '17 at 12:47