Processing math: 100%

Monday, 26 April 2021

Sum and Differences of Odd and Even Powers

Sometimes you need to go back to basics. I found that I was getting confused about the factorisation of general expressions like xn+yn

SUM OF ODD AND EVEN POWERS

It turns out that if n is odd, then factorisation is possible according to the rule:a2n+1+b2n+1=(a+b)(a2na2n1b+a2n2b2ab2n1+b2n where n1

As an example, consider x7+b7 wherex7+b7=(x6x5y+x4y2x3y3+x2y4xy5+y6)(x+y)
I've seen it stated that xn+yn cannot be factored if n is even with x2+y2 and x4+y4 cited as examples. See Figure 1.


Figure 1: source

This is certainly true for n=2 and n=4 and in fact in any power of 2 (8, 16, 32 etc.) but otherwise any composite number will contain an odd factor e.g. 6 = 2 x 3 and thus we can write x6+y6 as (x2)3+(y2)3 and it is a sum of odd powers! In fact, it is a sum of two cubes:x6+y6=(x4x2y2+y4)(x2+y2)

Now it might be thought that this is a special case, since any n that is a power of three can be written as a sum of two cubes. So let's consider x10+y10. We jump over x8+y8 because we know that it can't be factored.  (x10+y10=(x2)5+(y2)5=(x8x6y2+x4y4x2y6+y8)(x2+y2)
In general, whatever m divides the even index to produce an odd number, then xm+ym will appear as a factor (this m must be a multiple of 2). For example, in the case of x48+y48, x16+y16 must be a factor.x48+y48=(x16)3+(y16)3=(x32x16y16+y32)(x16+y16)
DIFFERENCE OF ODD AND EVEN POWERS

In the case of xnyn, the factorisation is:xnyn=(xy)(xn1+xn2y++xyn2+yn1 for n1

If n is odd, then xy is a factor and if n is even, then xy and x+y are factors.x7y7=(x6+x5y+x4y2+x3y3+x2y4+xy5+y6)(xy)x8y8=(x4+y4)(x2+y2)(x+y)(xy)
IN CONCLUSION

  • xnyn can always be factored
  • xn+yn can be factored provided n is not a power of 2.

No comments:

Post a Comment