I am confused with my knowledge of polynomials?

60 Views Asked by At

Is $x^2+cos(x)=0$ a polynomial?

Please help( I know its a naive question)

3

There are 3 best solutions below

2
On

It's not! Only powers of $x$ can appear in a polynomial, no trig functions. Also, technically, a polynomial is an expression not an equality.

0
On

It is not. If it were, then $$\cos(x) = x^2 + \cos(x) - x^2$$ whould be a polynomial as well, bus $\cos(x)$ has too many zeros ( infinite). A (non-zero) polynomial can only have a finite number of zeros.

0
On

No, for two reasons:

  1. If $f(x)= x^2 + \cos(x) $ were a polynomial, then some derivative of $f$ would be identically zero, but $f^{(n)}(x)=\pm \cos(x)$ or $\pm \sin(x)$ for $n>2$.

  2. If $f(x)= x^2 + \cos(x) $ were a polynomial, then so would $\cos(x)$, but $\cos(x)$ is a bounded nonconstant function and the only bounded polynomials are the constant functions.