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)(a2n−a2n−1b+a2n−2b2−⋯−ab2n1+b2n where n≥1
As an example, consider x7+b7 wherex7+b7=(x6−x5y+x4y2−x3y3+x2y4−xy5+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=(x4−x2y2+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=(x8−x6y2+x4y4−x2y6+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=(x32−x16y16+y32)(x16+y16)
DIFFERENCE OF ODD AND EVEN POWERS
In the case of xn−yn, the factorisation is:xn−yn=(x−y)(xn−1+xn−2y+⋯+xyn−2+yn−1 for n≥1
If n is odd, then x−y is a factor and if n is even, then x−y and x+y are factors.x7−y7=(x6+x5y+x4y2+x3y3+x2y4+xy5+y6)(x−y)x8−y8=(x4+y4)(x2+y2)(x+y)(x−y)
IN CONCLUSION
- xn−yn can always be factored
- xn+yn can be factored provided n is not a power of 2.
No comments:
Post a Comment