Here the function is $$f(x) =\frac{\sin{x}}{x}.$$ We see that the right hand limit equals the left hand limit but does $f(0)$ exist?
2026-04-11 19:50:36.1775937036
Is the function $\frac{\sin{x}}{x}$ continuous at $x=0$?
251 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Indeed, the given function $$f(x) := \frac{\sin{x}}{x}$$ is not defined at $x=0$. Because $f(0)$ isn't defined (at this stage), it does not really make sense to ask if $f$ is continuous at the point $x=0$. This is because continuity at $x=0$ requires that $$ \lim_{x \to 0} f(x) = f(0). $$ However, this is meaningless if we don't know what $f(0)$ is!
Now, as you've observed, the right and left limits agree, i.e. $$ \lim_{x \to 0^+} f(x) = \lim_{x \to 0^-} f(x) = 1. $$ This means that the function $f$ can be made continuous at $x=0$ by assigning it the value $f(0) := 1$. Alternatively, this means that the function $$ f(x) := \begin{cases} \frac{\sin{x}}{x} & \text{if }x \neq 0,\\ 1 & \text{if }x = 0 \end{cases} $$ is continuous everywhere.