How can I simplify the expression x^n-y^n using the factorization method?

  • Thread starter Thread starter razored
  • Start date Start date
  • Tags Tags
    Proof
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
16 replies · 10K views
razored
Messages
173
Reaction score
0

Homework Statement



Prove [tex]x^n-y^n= (x-y)(x^{n-1}+x^{n-2}y+ \cdots + xy^{n-2}+y^{n-1})[/tex].



The Attempt at a Solution



[tex]x^n-y^n = \\<br /> =x^n -y^n + x^{n-1}y - x^{n-1}y + x^{n-2}y^2 - x^{n-2}y^2 + y^{n-1}x - y^{n-1}x + y^{n-2}x^2 - y^{n-2}x^2[/tex] Adding inverses

[tex] = x^n - x^{n-1}y -y^n + y^{n-1}x + x^{n-1}y - x^{n-2}y^2 - y^{n-1}x + y^{n-2}x^2 + (x^{n-2}y^2 - y^{n-2}x^2)[/tex]
Rearranging inverse in order to be factored.


I cannot get rid of the last term in parentheses. I realize that all the combined terms in the last step can be factored with something and left with (x-y) which is a step closer to the proof. The last term is the bane of this problem. Any insight please?

Sorry if the algebra looks obfuscating; it gives me headaches.
 
Physics news on Phys.org
You do not need to get rid of the last term in parentheses. You are on the right way, just you need to factor the negative terms (with minus before them), and the positive terms (with plus before them). Group the negative and positive terms in separate brackets, and factor y for the negative ones, and x for the positive ones.

Regards.
 
"In particular, you appear to be forgetting that the ellipsis encompasses a lot of terms (everything from xn-3y2 to x2yn-3). "

Yeah I forgot to include them. "You are on the right way, just you need to factor the negative terms (with minus before them), and the positive terms (with plus before them). Group the negative and positive terms in separate brackets, and factor y for the negative ones, and x for the positive ones."

In the last step, I arranged them to be factored but not by the method you proposed. I do not see how your method would just by factoring y and x alone. Unless you mean making a lot of individual brackets--what I originally intended, I do not see that would work otherwise.

This is what i meant to do :

[tex]= (x^n - x^{n-1}y)+( -y^n + y^{n-1}x )+ (x^{n-1}y - x^{n-2}y^2) + ( - y^{n-1}x + y^{n-2}x^2) + (x^{n-2}y^2 - y^{n-2}x^2)[/tex]
Then I would factor the largest common factor thus leaving (x-y) or (y-x) in each case. The problem arises in the last parentheses because I cannot factor anything from there.

"Won't it be easier to multiply and cancel the RHS?"

What is RHS?
 
Borek said:
Won't it be easier to multiply and cancel the RHS?

That defeats the entire purpose of the problem, if I understand you correctly.
 
I am trying to get to that result. I think multiplying the RHS and cancelling with the terms on the LHS just tests if they are equal.
 
dx said:
You don't cancel anything with the LHS. Just expandthe RHS, and show that it is equal to the LHS.

But that is not what I am supposed to do; I am supposed to work it out and arrive at that result that they set equal to. My(and yours) efforts are supposed to [tex]= (x-y)(x^{n-1}+x^{n-2}y+ \cdots + xy^{n-2}+y^{n-1})[/tex].
 
You are supposed to prove that

[tex]x^n-y^n= (x-y)(x^{n-1}+x^{n-2}y+ \cdots + xy^{n-2}+y^{n-1})[/tex]

is an identity, correct?

If so, then expanding the RHS and showing that it is equal to the LHS is a valid way to do that.
 
dx said:
You are supposed to prove that

[tex]x^n-y^n= (x-y)(x^{n-1}+x^{n-2}y+ \cdots + xy^{n-2}+y^{n-1})[/tex]

is an identity, correct?

If so, then expanding the RHS and showing that it is equal to the LHS is a valid way to do that.

Any alternatives beside this?
 
Any way of showing that LHS equals RHS will do. Your original approach was correct as well - I just think dealing with RHS is easier.
 
Razored, it's very close to 100% certain that the person who gave you this problem to solve intended you to do it the way Borek and dx are suggesting. You do know that A=B if and only if B=A, right? You don't have to start with the thing that's on the left. You can also start with the thing that's on the right and show that it's equal to what's on the left.
 
Yeah, I should have multiplied out the RHS. I will leave it at that. I guess the author did intend it as a practice of multiplying polys.

Thanks.