How do I expand (1+x+x²+...+x^(n-1))²?

  • Context: Undergrad 
  • Thread starter Thread starter Pattielli
  • Start date Start date
  • Tags Tags
    Expanding Formula
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
Pattielli
Messages
296
Reaction score
0
Can you tell me what the following formula will be after it gets expanded ?
[tex](1+x+x^2+...+x^n^-^2+x^n^-^1)^2 = ?[/tex]

Thanks a lot,
 
Last edited:
Physics news on Phys.org
What's written inside the parantheses is a geometric series. It's equal to (1 - x^(n - 1 + 1)) / (1 - x). Now just square it...