Polynomial Factors: Find a & b | Math Problem

  • Context: Undergrad 
  • Thread starter Thread starter evanbirch
  • Start date Start date
  • Tags Tags
    Factors Polynomial
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
evanbirch
Messages
1
Reaction score
0
This problem came up on a math contest the other day and I drew a blank - now it's bugging me.

"If the polynomial P(x)=x^2+ax+1 is a factor of T(x)=2x^3-16x+b, find the values of a and b."

Anyone have any ideas?
 
Mathematics news on Phys.org
We have that there is a c such that (x^2+ax+1)(2x+c)=2x^3-16x+b. Thus comparing coefficients gives us:

c+2a=0
2+ac=-16
b=c

Solving this yields

a=3 or -3, and thus
b=-6 or 6