alingy1 said:
Homework Statement
I want to factor polynomials. However, I want to know how it is possible to factor polynomials where the linear factors that result do not have integers but rather fractions.
Should we continue factoring if there are fractions, or do we have to stop?
Say we have this factorised form:
(x-0,155266)(x-0,3256)
Is it a factorised form? Or should we find add a parameter to make it integers, i.e.:
a(x-integer1)(x-integrer2)
I have been doing problems involving factoring and I don't get the concept.
Of course your polynomial above is in factored form! The factored form of a polynomial ##p(x)## is
p(x) = a(x-r_1)(x-r_2) \cdots (x-r_n)
Here the numbers ##r_1, r_2, \ldots, r_n## are the roots (or zeros) of ##p(x)##. There is no requirement that they be integers or fractions, or even real numbers. (Note: some books may say differently, so always check your sources and use the definitions that go along with the course you are taking!)
The more difficult problem is: starting with the polynomial
p(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_1 x + a_0,
find the factored form. That requires finding all the roots of ##p(x)##.
If the coefficients ##a_0, a_1, \ldots, a_n## are all integers, the question is: does ##p(x)## have rational roots, or not? The rational root theorem handles this question; it gives a finite procedure for deciding the question. If the rational root test passes it discovers/delivers a rational root (so at least one of the roots ##r_1, \ldots, r_n## is rational); if the test fails, none of the roots are rational, and finding even one of the roots may be difficult, possibly requiring numerical solution methods.