Difficult polynomial question involving factor and remainder theorems

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 4K views
stfz
Messages
35
Reaction score
0

Homework Statement



Prove that ##(a-b)## is a factor of ##a^5-b^5##, and find the other factor.

Homework Equations



Remainder theorem : remainder polynomial ##p(x)## divided by ##(x-a)## is equal to ##p(a)##
Factor theorem : if remainder = 0, then divisor was a factor of dividend.

The Attempt at a Solution



I think am able to prove that it is a factor:

##P(x) = x^5 - b^5##; we replace a with x
##P(x) = (x-b)Q(x) + 0## ; we assume that (x-b) is a factor
##P(b) = (b-b)Q(x) + 0 = 0 ##; proves that .. um.. I think I'm going the wrong way anyway. This doesn't really prove anything? er.. eh.. ?

And I can't really find the other factor
I could do most of the other questions in the exercise, but not this one (and other related ones!)

Any help would be appreciated
 
Last edited:
on Phys.org
stfz said:

Homework Statement



Prove that ##(a-b)## is a factor of ##a^5-b^5##, and find the other factor.

Homework Equations



Remainder theorem : remainder polynomial ##p(x)## divided by ##(x-a)## is equal to ##p(a)##
Factor theorem : if remainder = 0, then divisor was a factor of dividend.

The Attempt at a Solution



I think am able to prove that it is a factor:

##P(x) = x^5 - b^5##; we replace a with x
##P(x) = (x-b)Q(x) + 0## ; we assume that (x-b) is a factor
##P(b) = (b-b)Q(x) + 0 = 0 ##; proves that .. um.. I think I'm going the wrong way anyway. This doesn't really prove anything? er.. eh.. ?

And I can't really find the other factor
I could do most of the other questions in the exercise, but not this one (and other related ones!)

Any help would be appreciated
Do you know long division with polynomials, or synthetic division ?
 
Last edited:
Yes. However, attempting polynomial division on (x^5+b^5) didn't quite work for me. If that's how to solve the question, could someone give me an example?
 
stfz said:
Yes. However, attempting polynomial division on (x^5+b^5) didn't quite work for me. If that's how to solve the question, could someone give me an example?

Maybe that's because you want to divide (a[itex]^{5}[/itex]-b[itex]^{5}[/itex]) by (a - b).

Start off with a few warm-up exercises:

(a[itex]^{2}[/itex]-b[itex]^{2}[/itex])/(a-b)

(a[itex]^{3}[/itex]-b[itex]^{3}[/itex])/(a-b)

You should know the answer to the first exercise by inspection.
 
Woops, got what I missed. Thanks!