Confusion in Oscillatory Discontinuity - A Peculiar Example

1k Views Asked by At

$f: \Bbb R\to \Bbb R$ and $g: \Bbb R\to \Bbb R$

Consider $f(x) = \dfrac{\sin(\frac{1}{x})}{\sin(\frac{1}{x})}$ and $g(x) = 1$.

Is $f(x) = g(x)$? Are $f$ and $g$ identical?

$g(x)$ is definitely constant, and continuous at $x = 0$. What can we say about the continuity of $f(x)$?

As $x$ approaches 0, $1/x \to \infty$ and the argument of sine can take infinitely many values. In fact, several such values will be integral multiples of $\pi$, creating a $0/0$ (indeterminate) form for $f(x)$. So is $f(x)$ continuous? What can we say about the continuity of $f(x)$? Is it continuous in its domain, continuous over $\Bbb R$, or discontinuous at infinitely many points?

In general, if $h(x) = \dfrac{p(x)}{q(x)}$, and $p(x)$ and $q(x)$ show oscillatory discontinuity at one or several points, what can we say about the continuity of h(x)?

A detailed explanation and answers to all the above confusions would greatly help, thanks!

1

There are 1 best solutions below

0
On BEST ANSWER

Is f(x) = g(x)? Are f and g identical?

Well, it depends on how you define their domain. Naturally, one would define the domain of $f$ as $\{x\in\mathbb{R}: \sin\frac{1}{x}\neq0\}$, and the domain of $g$ as $\mathbb{R}$. In this case they are not identical.

However, you can always restrict the $g$ 's domain to match $f$ 's.

g(x) is definitely constant, and continuous at x = 0. What can we say about the continuity of f(x)? As x approaches 0, ... ...or discontinuous at infinitely many points?

Note that $f$ is also constant, whatever its domain is. In particular, $f$ is clearly continuous whether you are using the $\epsilon$-$\delta$ definition of continuity, or the topological definition.

It is important to note that a function can be said to discontinuous in some point, only if it is defined there. Thus, the functions $$F:\mathbb{R}\setminus\{0\}\to\mathbb{R}\\F(x)=\frac{1}{x} $$ is continous. But $$G:\mathbb{R}\to\mathbb{R}\\G(x)=\begin{cases}\frac{1}{x}, &x \neq 0 \\ 0, &x=0\end{cases} $$ is not.

In general, if $h(x) = \dfrac{p(x)}{q(x)}$, and p(x) and q(x) show oscillatory discontinuity at one or several points, what can we say about the continuity of h(x)?

Nothing, examples can be given such that $h$ turns out be continuous, and also such that $h$ turns out to be discontinuous.