answersLogoWhite

0


Best Answer

First of all, you must bear in mind that not all polynomials fan be factored into binomials with real coefficients. For example, x^2 + 2x + 2 cannot be factorised because its roots are complex numbers.

There is no simple rule which will work for polynomials of order 3 or more. But here is one method.

Suppose the polynomial is of the order n, and is in the form

p(x) = a(n)*x^n + a(n-1)*x^(n-1) + ... + a(1)*x + a(0) = 0

where a(n), a(n-1), ... , a(1), a(0) are real constants, then

let f be some factor of a(n) and g a factor of a(0) - not necessarily positive nor prime.

If p(g/f) = 0 then (f*x - g) is a binomial factor of the polynomial.

You will need to try all combinations of +/-f and +/-g.

Divide p(x) by (f*x-g) and you will have a polynomial of degree (n-1). Continue finding a root and dividing the polynomial - thereby reducing its degree until you have only binomial terms.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

There are a few methods - none of which are simple.

Suppose you have a polynomial. f(x). In order to factorise it you need to know a value for x, say x = a such that f(a) = 0. You can either find a graphically, by the remainder theorem or by using numerical methods. Then (x - a) is a factor of f(x).


Next, you calculate g(x) = f(x)/(x - a). This can be by long division or by writing g(x) as a polynomial with unknown coefficients and then comparing the coefficients of each power of x in f(x) and in (x - a)*g(x).


Repeat the procedure for g(x).


A polynomial need not have any real factors.


For example:

Suppose f(x) = x^3 - 4x^2 + x + 6

Then f(2) = 8 - 4*4 + 2 + 6 = 0 an so (x - 2) is a factor.


Since f(x) is of order 3, g(x) must be of order 2. Suppose g(x) = px^2 + qx + r

then (x - 2)*g(x) = px^3 + qx^2 + rx - 2px^2 - 2qx - 2r

= px^3 + qx^2 - 2px^2 + rx - 2qx - 2r

This is equal to f(x) = x^3 - 4x^2 + x + 6


Comparing coefficients of

x^3: p = 1

x^2: q - 2p = -4 => q - 2 = -4 => q = -2

x: r - 2q = 1 => r + 4 = 1 => r = -3

and the constant term gives a check: 2r = -6 => r = -3.


So you now have q(x) = 1x^2 - 2x - 3 = x^2 - 2x - 3

q(3) = 9 - 2*3 - 3 = 0 so (x - 3) is a factor.

etc


Therefore: f(x) = (x - 2)*(x - 3)*(x + 1)




This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you factor polynomials into binomials?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of polynomials are there?

Trinomials, Binomials and Monomials


What is the difference multiplying binomials with factoring polynomials into binomial factors?

It's the difference between multiplication and division. Multiplying binomials is combining them. Factoring polynomials is breaking them apart.


How do you binomials?

There are many different methods to factor polynomials in general; specifically for binomials, you can check:whether you can separate a common factor,whether the binomial is the difference of two squares,whether the binomial is the sum or difference of two cubes (or higher odd-numbered powers)


Give examples of some kinds of polynomials?

Binomials and trinomials are two types of polynomials. The first has two terms and the second has three.


Monomials Binomials Trinomials and then what comes next?

I think it's just polynomials after that. I don't think there's a quadranomial or anything.


Is x2 plus 27 a polynomial?

Yes, although we generally refer to polynomials with two terms, like this one, as binomials.


How can you factor a polynomial in standard form completely?

You can factor a polynomial using one of these steps: 1. Factor out the greatest common monomial factor. 2. Look for a difference of two squares or a perfect square trinomial. 3. Factor polynomials in the form ax^2+bx+c into a product of binomials. 4. Factor a polynomial with 4 terms by grouping.


Is two terms a polynomial if the definition says more than two terms. Is a bi-nomial not part of the set of polynomials?

Two terms is a binomial. More than two terms is a polynomial. Binomials are not part of the set of polynomials.


Which of the binomials below is a factor of this trinomial?

x + 8orx - 4


Why do you use the foil method?

To find the factor of 2 binomials


what is the factor of polynomials 6x+3?

9


Which of the binomials below is a factor of this trinomial x2-13x 42?

Hopefully, one of the binomials below is either (x - 7) or (x - 6)