Suppose the functions are named $f(x)$ and $g(x)$ and neither converges as $x\to\infty$. Is it possible, that the product $f(x)g(x)$ converges?
Given two functions that do not converge as $x\to\infty$. Can their product converge?
1
$\begingroup$
limits
convergence-divergence
1 Answers
4
Yes. Let for example $f,g \colon \mathbb R \to \mathbb R$ defined by $f(x) = 2 + \sin x$ and $g(x) = \frac 1{2 + \sin x}$. Then $f(x)g(x) \to 1$ for $x \to \infty$.
-
0Great! Thx :) I just couldn't find a proper example by myself. – 2012-11-09