streetmeat Messages 8 Reaction score 0 Thread starter Jul 20, 2007 #1 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?
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?
Gib Z Homework Helper Messages 3,341 Reaction score 7 Jul 20, 2007 #2 Yes, they give the same results. They are just 2 different methods for the same thing, I prefer the long division though.
Yes, they give the same results. They are just 2 different methods for the same thing, I prefer the long division though.
derekjn Messages 12 Reaction score 0 Jul 20, 2007 #3 Synthetic division only works if you are dividing a polynomial by a linear factor..
HallsofIvy Science Advisor Homework Helper Messages 42,895 Reaction score 983 Jul 20, 2007 #4 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.
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.
lurflurf Homework Helper Messages 2,459 Reaction score 159 Jul 24, 2007 #5 derekjn said: Synthetic division only works if you are dividing a polynomial by a linear factor.. There is a generalization to arbitrary polynomials
derekjn said: Synthetic division only works if you are dividing a polynomial by a linear factor.. There is a generalization to arbitrary polynomials
lurflurf Homework Helper Messages 2,459 Reaction score 159 Jul 24, 2007 #6 http://www.pims.math.ca/pi/issue7/page13-16.pdf Last edited by a moderator: May 3, 2017
jerckomilicic Messages 5 Reaction score 0 Jun 18, 2008 #7 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); :)
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); :)