Factoring the Sum of Two Fifth Powers

  • Level: Undergrad 
  • Thread starter Thread starter magisbladius
  • Start date Start date
  • Tags Tags
    Factoring Sum
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 11K views
magisbladius
Messages
7
Reaction score
0
My problem is to factor [tex]x^{5}[/tex] + [tex]y^{5}[/tex].

I get [tex](x+y)(x^{8}-x^{4}y^{4}+y^{8})[/tex].

However, the answer is [tex](x+y)(x^{4}-x^{2}y^{2}+y^{4})[/tex].
 
Mathematics news on Phys.org
Neither is right! Multiplying out in either cases does not give you the original back.

The correct answer is (x+y)(x^4-x^3y+x^2y^2-xy^3+y^4)
 
[tex]x^{5}+y^{5}[/tex]
[tex]=x^{3}x^{2}+y^{3}y^{2}[/tex]​

[tex]=(x^{2}x+y^{2}y)(x^{4}x^{2}-x^{2}xy^{2}y+y^{4}y^{2})[/tex]​

[tex]=(x+y)(x^{2}-xy+y^{2})(x^{6}-x^{3}y^{3}+y^{6})[/tex]​

[tex]=(x+y)(x^{8}-x^{5}y^{3}+x^{2}y^{6}-x^{7}y+x^{4}y^{3}-xy^{7}+x^{6}y^{2}-x^{3}y^{5}+y^{8})[/tex]​

What am I doing wrong?

------------------------

Your answer:
[tex]=(x+y)(x^{4}-x^{3}y+x^{2}y^{2}-xy^{3}+y^{4})[/tex]​
 
magisbladius said:
What am I doing wrong?
The first and last steps are the only ones that make any sense; I have no idea what you were trying to do inbetween.
 
How about you try factoring 5*x^4*y + 10*x^3*y^2 + 10* x^2 * y^3 + 5*x*y^4 instead? This gives 5*xy( (x+y)^3 - x^2*y - x*y^2) = 5*xy( (x+y)^3 - xy(x + y)) = 5*xy*(x+y)*((x+y)^2 - xy). Since x^5 + y^5 = (x+y)^5 - (5*x^4*y + 10*x^3*y^2 + 10* x^2 * y^3 + 5*x*y^4), we obtain x^5 + y^5 = (x+y)^5 - 5*xy*(x+y)*((x+y)^2 - xy) = (x+y)((x+y)^4 - 5*xy*(x+y)*((x+y)^2 - xy)), and take it from there (you can extract (x+y) still).
 
Last edited:
You could think of that expression as [/itex]x^5 - (-y)^5[/itex] and apply that into [tex]a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + ... + b^{n-1})[/tex]. You can verify that general equation by expanding the RHS.
 
magisbladius said:
[tex]x^{5}+y^{5}[/tex]
[tex]=x^{3}x^{2}+y^{3}y^{2}[/tex]​

[tex]=(x^{2}x+y^{2}y)(x^{4}x^{2}-x^{2}xy^{2}y+y^{4}y^{2})[/tex]​


What am I doing wrong?

------------------------

Your answer:
[tex]=(x+y)(x^{4}-x^{3}y+x^{2}y^{2}-xy^{3}+y^{4})[/tex]​

Your last assertion makes no sense. You have terms x9 and y9 among others. They seem to come out of nowhere!
 
mathman said:
Your last assertion makes no sense. You have terms x9 and y9 among others. They seem to come out of nowhere!

I thought applying the sum of cubes on the cubed power parts would have worked [tex]x^{3}x^{2}+y^{3}y^{2}[/tex].

Now I realize why that was inappropriate.
 
Last edited: