Arriving at Factorisation: How Is It Done?

  • Context: Undergrad 
  • Thread starter Thread starter rbnphlp
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
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


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),
 


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


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:

[tex](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)[/tex]

and then simplifying.

--Elucidus
 


tiny-tim said:
ah!

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

oh got it..thankyou