Monday, December 2, 2019

calculus - prove factored polynomial has no real roots

the polynomial $6x^3-18x^2-6x-6$ can be factored as $6(x-r)(x^2+ax+b)$ for some $a,b \in \Bbb{R}$ and where $r$ is a real root fo the polynomial. How would you prove that the polynomial $x^2+ax+b$ has no real roots. I know that you can do polynomial long division to get concrete values for $a$ and $b$ but $r$ is a decimal so the long division would be messy and inaccurate, but other then that method I have no idea how i would prove that it has no real roots.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...