Arriving at Factorisation: How Is It Done?

  • Thread starter Thread starter rbnphlp
  • Start date Start date
AI Thread Summary
To factor the expression a^n - b^n into (a - b)(a^(n-1) + a^(n-2)b + ... + b^(n-1), one can utilize polynomial long division or synthetic division. By dividing a^n - b^n by a - b, the quotient reveals the polynomial of degree n-1. Alternatively, distributing the left factor across its cofactor and simplifying confirms the equality. This method provides a clear pathway from the original expression to its factored form. Understanding these techniques is essential for mastering polynomial factorization.
rbnphlp
Messages
53
Reaction score
0
How does one arrive at this ?

I was wondering how does someone get from factorising
:{a^(n)-b^(n)}

to
{a-b}{a^(n-1)-a^(n-2)(b)+a^(n-3)b^(2)----+b^(n-1)}

thanks
 
Mathematics news on Phys.org
Welcome to PF!

Hi rbnphlp! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)

Just multiply the long one by a on one line, and by b on another line, and subtract. :smile:
 


tiny-tim said:
Hi rbnphlp! Welcome to PF! :smile:

(try using the X2 tag just above the Reply box :wink:)

Just multiply the long one by a on one line, and by b on another line, and subtract. :smile:


Sorry , but my original question is how do I arrive at the long one from (an-bn),
 
ah!

use long division, exactly as you would for decimals. :smile:
 


Clearly a=b is a solution to a^n-b^n. To factor out the a-b term, we use polynomial long division (or synthetic polynomial division) to find that \frac{a^n-b^n}{a-b} = a^{n-1} + \dots + b^{n-1}.
 


Although polynomial long division can arrive at the desired quotient, it is usually easier to demonstrate the equality by just distributing the left factor on the right-hand side across its cofactor:

(a-b)\cdot(a^{n-1} + a^{n-2} b + \cdots + ab^{n-2} + b^{n-1})<br /> = (a^n + a^{n-1}b + \cdots + ab^{n-1}) - (a^{n-1}b + a^{n-2}b^2 + \cdots + b^n)

and then simplifying.

--Elucidus
 


tiny-tim said:
ah!

use long division, exactly as you would for decimals. :smile:

oh got it..thankyou
 


thanks evryone
 
Back
Top