Synthetic division or Long division of polynomials?

  • Level: High School 
  • Thread starter Thread starter streetmeat
  • Start date Start date
  • Tags Tags
    Division Polynomials
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 26K views
streetmeat
Messages
8
Reaction score
0
How do i know under which circumstances to use synthetic and when to just do regular polynomial division? do they not both give the same results?
 
Mathematics news on Phys.org
Yes, they give the same results. They are just 2 different methods for the same thing, I prefer the long division though.
 
Synthetic division only works if you are dividing a polynomial by a linear factor..
 
In fact, only when dividing by something of the form x-a.

Synthetic division is just a simplified way of writing a division of that very special (but very important) form.
 
derekjn said:
Synthetic division only works if you are dividing a polynomial by a linear factor..

There is a generalization to arbitrary polynomials
 
http://www.pims.math.ca/pi/issue7/page13-16.pdf
 
Last edited by a moderator:
Hi i find them to go together, hand in hand.

for instance, we have this problem: 8x^6 + 7x^3 -1

i use synthetic division to find that -1 is a solution, hence i have a factor that is:
(x-1)

now, to look for the rest of the factors, i use long division to divide (8x^6 + 7x^3 -1)
by (x-1);


:)