The given task goes as follows:
Show that $ f: \mathbb{R} \longrightarrow \mathbb{R}$ defined by $f(x) = \sqrt{1 + x^2} $ is not a polynomial function.
I tried this approach - if $f(x)$ is a $n$-degree polynomial function, then the $(n+1)$-st derivative equals to 0 and I was trying to determine the $k$-th derivative of $f(x)$ (and show it differs from 0 for any $k$) but without success. Since $f(x)$ is continuous and defined over whole R domain, I have no idea how to carry on. Any ideas?
Suppose $f$ is a polynomial,namely $$f(x)=\sqrt{1+x^2}={a_0+a_1x+\cdots+a_nx^n}=p(x)$$ for some $n$. Then $$\frac{f(x)}{x}=\frac{p(x)}{x}$$ for all non zero $x$. Hence $$\lim_{x \rightarrow \infty} \frac{p(x)}{x}=\lim_{x \rightarrow \infty}\frac{f(x)}{x}=\lim_{x \rightarrow \infty} \frac{\sqrt{1+x^2}}{x}=1$$
which means $p(x)$ and $x$ are polynomials of same degree, a contradiction!