Proof that a polynomial is a factor

  • Thread starter Thread starter mindauggas
  • Start date Start date
  • Tags Tags
    Polynomial Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 2K views
mindauggas
Messages
127
Reaction score
0

Homework Statement



Show that [itex]x+a[/itex] is a factor of [itex]x^{n}+a^{n}[/itex]for all odd n.

The Attempt at a Solution



(1) Assume that [itex]x+a[/itex] is a factor of [itex]x^{n}+a^{n}[/itex]for all odd n. This implies that when [itex]x^{n}+a^{n}[/itex] is divided by [itex]x+a[/itex] the remainder is zero.

I don't know - is this a sensible 1st step?

What to do next?
 
Physics news on Phys.org
I'd go for contradiction, suppose it isn't and see what happens
 
Could you give me some hint what to do next? I really don't understand how to incorporate the "for all odd n" part into the reasoning process.
 
What property do things with odd powers have that things with even powers don't?
 
hi mindauggas! :smile:

hint: roots? :wink:
 
As tiny tim suggests, x- a is a factor of polynomial p(x) if and only if p(a)= 0. Of course, x+ a= x-(-a).
 
genericusrnme said:
What property do things with odd powers have that things with even powers don't?

Probably a lot of properties (e.g. the "thing" with odd power is not always positive after raising it to the power and the "thing" with even powers is always positive ("thing" in ℝ)).

Presumably you are asking the most general property that distinguishes them ... this I beg you to tell me, please (this would help me not only in this problem but in general).
 
mindauggas said:
Probably a lot of properties (e.g. the "thing" with odd power is not always positive after raising it to the power and the "thing" with even powers is always positive ("thing" in ℝ)).

Yes, you've got it!
How can you use that to arrive at a contradiction now?
 
HallsofIvy said:
As tiny tim suggests, x- a is a factor of polynomial p(x) if and only if p(a)= 0. Of course, x+ a= x-(-a).

So I just put - [itex]f(-a)=(-a)^{n}+a^{n}=0[/itex], under the condition that n is odd (now I see how that came into play) and that's it?

Thanks.