The problem goes: is it possible to extend the function to a continuous on the entire $\mathbb{R}$(: $$f(x)=\arctan{\frac{1}{x-1}}\\$$
Ok my logic is the following: looking at the graph of $arctan(x)$ I think it is continuous on the entire $\mathbb{R}$, so I assume the only problem is the expression $\frac{1}{x-1}$, and therefore the function is discontinuous only for $x=1$.$\\$
Now I assume that I should assign the value for $x=1$ to $f(x)=0$, since the expression $\frac{1}{x-1}$ can't amount to 0, so that value will be skipped on the graph.Therefore, my idea was to do this: $$f(x)\begin{cases} 0 ;x=1\\ \arctan{\frac{1}{x-1}} ; x\neq1 \\ \end{cases}$$
Since the value of $arctan(0)$ equals to $0$. Now, defined this way the function should be the same as $arctan(x)$ and is therefore continuous on the entire $\mathbb{R}\\$. The problem is in the section "limits without L'hospital" so I'm not really allowed to use derivations or integrals to help with this problem.
Please do correct me if I made mistakes! Thanks in advance!!