May 16, 2024, 03:36:05 AM
Forum Rules: Read This Before Posting


Topic: factoring large polynomial  (Read 4864 times)

0 Members and 1 Guest are viewing this topic.

Offline kevinkevin

  • Regular Member
  • ***
  • Posts: 75
  • Mole Snacks: +2/-2
factoring large polynomial
« on: October 02, 2012, 12:18:32 AM »
  I am working on a challenge problem and the question asks me to divide a polynomial that would be impossible to do using just regular methods.  We are suppose to use another method to solve it.  The the question tells us to do the following division, 6x^1000-17x^562+12x+26 / x+1. I thought that the division algorithm might help,
P(x)= D(x)Q(x)+R(x) but it doesn't because Q(x) and R(x) are unknown.  P(x) is the original polynomial, D(x) is the divisor, Q(x) is the quotient, and R(x) is the remainder.  Then I thought about using the rational zeros theorem, p/q  where p is a factor of the constant coefficient and q is a factor of the of the leading coefficient.  The problem with this is that when we start to get to larger numbers for x the 1000 and 27 power on the x lead to really high numbers.  I need some advice, what should be done to solve this problem.  Thanks           

Offline curiouscat

  • Chemist
  • Sr. Member
  • *
  • Posts: 3006
  • Mole Snacks: +121/-35
Re: factoring large polynomial
« Reply #1 on: October 03, 2012, 03:23:36 PM »
Remainder Theorem
Synthetic Division

Offline kevinkevin

  • Regular Member
  • ***
  • Posts: 75
  • Mole Snacks: +2/-2
Re: factoring large polynomial
« Reply #2 on: October 04, 2012, 01:15:02 AM »
  I was thinking about the remainder theorem but I am not quite sure how to execute it.  Don't I have to know what the remainder is in the first place?  And to get the remainder I have to do the synthetic division correct?   Synthetic division should take a long time, right?             

Offline curiouscat

  • Chemist
  • Sr. Member
  • *
  • Posts: 3006
  • Mole Snacks: +121/-35
Re: factoring large polynomial
« Reply #3 on: October 05, 2012, 02:57:45 PM »
   Don't I have to know what the remainder is in the first place?  And to get the remainder I have to do the synthetic division correct?   

No. x= -1 substituted in that poly. will give you the remainder. Simple (if I haven't blundered! )

Offline kevinnn

  • Regular Member
  • ***
  • Posts: 41
  • Mole Snacks: +2/-2
Re: factoring large polynomial
« Reply #4 on: October 10, 2012, 12:05:24 AM »
Wow, I feel really stupid.  I over complicate everything. Thanks for the *delete me* 

Offline curiouscat

  • Chemist
  • Sr. Member
  • *
  • Posts: 3006
  • Mole Snacks: +121/-35
Re: factoring large polynomial
« Reply #5 on: October 10, 2012, 12:53:54 AM »
Wow, I feel really stupid.  I over complicate everything. Thanks for the *delete me*

Glad to help.

Sponsored Links