Is Polynomial Division by x^2-4 Solvable for Given Coefficients?

  • Thread starter Thread starter nirvana1990
  • Start date Start date
  • Tags Tags
    Theorem
AI Thread Summary
The discussion revolves around finding coefficients a and b for the polynomial x^4 + ax^3 - 2x^2 + bx - 8 to ensure it is divisible by x^2 - 4. The key equations derived from substituting x = 2 and x = -2 yield 8a + 2b = 0 and -8a - 2b = 0, leading to the conclusion that b must equal -4a. Multiple solutions exist, such as a = 1, b = -4 or a = 3, b = -12, indicating an infinite number of pairs that satisfy the divisibility condition. The back of the book provides one specific solution, but it is emphasized that many other combinations are valid. Polynomial long division can further illustrate the relationship between a and b.
nirvana1990
Messages
46
Reaction score
0

Homework Statement



Once again I'm stuck...
Find a and b if x^4+ax^3-2x^2+bx-8 is divisible by x^2-4.


The Attempt at a Solution



x can be + or - 2 so P(2)=0 and P(-2)=0
P(2)=8a+2b=0
P(-2)=-8a-2b=0
I don't think I can solve these simultaneously since everything will cancel so how am I supposed to find a and b? Should I be trying to find another factor or something?

thanks
 
Physics news on Phys.org
No, you are exactly right. There is no single answer. For example, suppose a= b= 0 so the equation is x^4- 2x^2- 8= (x^2-4)(x^2+ 2) which is divisible by x^2- 4. However, if a= 1 and b= -4, so that 8a+ 2b= 0, the equation is x^4+ x^3- 2x^2-4x- 8= (x^2- 4)(x^+ x+ 2). That is also divisible by x^2- 4!. In fact, it is divisble by x^2- 4 as long as 8a+ 2b= 0. That is, as long as b= -4a.
 
So I can't really give just one value for a and one value for b? The back of the book says a=3,b=-12 but is this just one set of solutions?

Thanks for the replies!
 
Your two equations are correct.
When you have a system of equations like that, and everything cancels out, you end up with an infinite number of solutions. Pick a value for a, let's say 1. If a=1 then b = -4. Or, if a=3, then b=-12. Try these two polynomials to see if they're both factorable.

If you try a couple of polynomial (and maybe make up a couple more), you can do two things:
1. Write down the relationship between a and b (you should be able to do that from the equations you already had.)
2. See if you can develop a relationship between the choices of the polynomial and the quotient after long division.

As far as (2.) goes, you should be able to show this same relationship by doing a long division.
 
Ahhhh, I'm a little slower with the typing than Halls of Ivy.

Yes, the answer in the back of the book is just one of many possible solutions.
 
Woah that's so cool! Well not "cool" but you know... Thanks for the explanations!
 
Back
Top