Is There a More Efficient Way to Multiply Polynomials?

  • Context: High School 
  • Thread starter Thread starter livindesert
  • Start date Start date
  • Tags Tags
    Algebra
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
livindesert
Messages
5
Reaction score
0
Is their a different way to solve basic polynomials without the F.O.I.L. method?
 
Mathematics news on Phys.org
You mean to multiply polynomials? Well, the order of the terms isn't important, but you need all the relevant terms.

This is like asking if there's a different way to mutiply 27 x 68. In the end, you're sill going to get four terms: 1200 + 160 + 420 + 56. That we're generally taught to start with the last (56) and to carry (adding incrementally instead of getting four separate terms) doesn't change the fundamental nature of the process.
 
livindesert,

What does F.O.I.L. mean?

Ratch
 
Ratch said:
livindesert,

What does F.O.I.L. mean?

Ratch

"First, outer, inner, last", I assume, referring to the process of multiplying two binomials.

Fun(ny) fact: One of my abstract algebra professors (discussing polynomials as a unique factorization domain) once threatened physical harm on a student who mentioned "FOIL" in class.
 
The general rule is, when you are multiplying sums, each term of the first sum must multiply each term of the second and then added.

In particular, if both sums have two members, (ax+ b)(cx+ d), The "ax" must multiply both "cx" and "d" giving [itex]acx^2[/itex] and [itex]adx[/itex]. The "b" must multiply both "cx" and "d" giving [itex]bcx[/itex] and [itex]bd[/itex]. Adding those, [itex](ax+ b)(cx+ d)= acx^2+ adx+ bcx+ bd= acx^2+ (ad+ bc)x+ bd[/itex].

"FOIL" just makes sure all of those four multiplications are done. If we have two sums each with three terms, say (ax+ by+ c)(dx+ ey+ f), "each term in the first sum multiplies each term in the second sum", gives [itex]adx^2+ aexy+ afx+ bdxy+ bey^2+ bfy+ cdx+ cdy+ cf= adx^2+ (ae+ bd)xy+ bey^2+ (af+ cd)x+ (bf+ cd)y+ cf[/itex]
 
In general, multiplying polynomials follow directly from the distributive property of multiplication, that is, [itex]a(b+c)=ab+ac[/itex]. This follows from the definition of multiplication. Now, we apply it to an arbitrary product of polynomials as follows. Let's say we have [itex](2a+b)(3c+2d)[/itex]. What we do is to apply the rule once to get [itex]2a(3c+2d)+b(3c+2d)[/itex] and then apply it once more on each of the terms to get [itex]6ac+4ad+3bc+2bd[/itex]. This concept can be generalized to more terms in polynomials and more polynomials as well.