linwoodc3
- 1
- 0
The discussion focuses on solving Problem 1, v from Spivak's 4th Edition Calculus, specifically the factorization of the expression x^n - y^n into (x-y)(x^(n-1) + x^(n-2)y + ... + y^(n-1)). The user struggles with simplifying the expression after reaching x^n + x^2y^(n-2) - x^(n-2)y^2 - y^n. A participant clarifies that by multiplying the two factors correctly, all intermediate terms cancel out, leaving only the first and last terms, thus confirming the identity.
PREREQUISITESStudents studying calculus, particularly those tackling polynomial factorization and algebraic manipulation, as well as educators looking for teaching strategies in advanced mathematics.
linwoodc3 said:Hi all:
Getting back into Physics so doing self study. Having an issue with Spivak's solution to Problem 1, v.
x^n - y^n= (x-y)(x^n-1+x^n-2y+...+xy^n-2+y^n-1
Got all the way to:
x^n+x^2y^n-2-x^n-2y^2-y^n
How do i get rid of the middle section?