Expand Polynomials: Finding Coefficients Using Pascal's Triangle

  • Thread starter Thread starter NotEnuffChars
  • Start date Start date
  • Tags Tags
    Polynomials
Click For Summary

Homework Help Overview

The discussion revolves around expanding the expression (a+b)^n using combinatorial coefficients, specifically through the lens of Pascal's Triangle. Participants explore the formulation of the polynomial expansion and the identification of coefficients.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the general form of the polynomial expansion and the use of combinatorial notation. There are attempts to derive a mathematical expression for the coefficients and to clarify the correct representation of the expansion. Questions arise regarding the notation for summation and the correct interpretation of terms in the expansion.

Discussion Status

The conversation is active, with participants providing insights into combinatorial coefficients and their relationship to the polynomial expansion. Some participants offer clarifications on notation and the structure of the expansion, while others reflect on their understanding of the pattern observed in specific cases.

Contextual Notes

There is an emphasis on the correct formulation of the polynomial expansion, with some participants noting potential misunderstandings in earlier attempts. The discussion also touches on the importance of recognizing the roles of the first and last terms in the expansion.

NotEnuffChars
Messages
9
Reaction score
0

Homework Statement


Expand (a+b)n


Homework Equations





The Attempt at a Solution



Substituting n=2, (a+b)n = a2 + 2ab + b2
Substituting n=3, (a+b)n = a3 + 3a2b + 3ab2 + b3

It's easy to see the powers of a decrease at the same time as the powers of b increase by order 1 each time. Substituting n-1 and n-2 into my attempt at a general form yields

an + k1an-1bn-2 + ... + k2an-2bn-1 + bn

(where k is the co-efficient of a term in the series)

I can use pascals triangle to find the co-efficients quite easily, however I'm struggling to find a pattern that I can write mathematically where I can substitute some value for n and output some value for k.
 
Physics news on Phys.org
We use the term combinatorial denoted by ^nC_k or C(n,k) where n is the power in the expansion and k is the kth coefficient in the expansion, starting from k=0 for the anb0 factor and ending in k=n for the a0bn factor.

You can find the value of each combinatorial by either looking at the nth row in pascals triangle and the kth number across (again, the 1 at the start being k=0) or you can use a calculator...
or... since you're looking for a more mathematical approach to solving each combinatorial:

^nC_k=\frac{n!}{k!(n-k)!}
 
Mentallic said:
We use the term combinatorial denoted by ^nC_k or C(n,k) where n is the power in the expansion and k is the kth coefficient in the expansion, starting from k=0 for the anb0 factor and ending in k=n for the a0bn factor.

You can find the value of each combinatorial by either looking at the nth row in pascals triangle and the kth number across (again, the 1 at the start being k=0) or you can use a calculator...
or... since you're looking for a more mathematical approach to solving each combinatorial:

^nC_k=\frac{n!}{k!(n-k)!}

Very good. Thanks.

What's the norm in writing this as an infinite sum? Do we write

Sigma k=0 to n nCk an-1 bn-2
 
As an infinite sum? I think you mean just a sum :-p

\sum_{k=0}^n^nC_ka^{n-k}b^k
 
Oh by the way, I didn't notice it until you wrote out your sum like that in post #3. You expanded the general case incorrectly -

it's meant to be

a^n+^nC_1a^{n-1}b+^nC_2a^{n-2}b^2+...+^nC_{n-2}a^2b^{n-2}+^nC_{n-1}ab^{n-1}+b^n

Note that ^nC_0=^nC_n=1 and ofcourse a^0=b^0=1 just so you know why the first and last term are simply an and bn respectively.
 
Mentallic said:
As an infinite sum? I think you mean just a sum :-p

\sum_{k=0}^n^nC_ka^{n-k}b^k

Haha, yep. I was thinking to infinity, nicely picked up :biggrin:

Mentallic said:
Oh by the way, I didn't notice it until you wrote out your sum like that in post #3. You expanded the general case incorrectly -

it's meant to be

a^n+^nC_1a^{n-1}b+^nC_2a^{n-2}b^2+...+^nC_{n-2}a^2b^{n-2}+^nC_{n-1}ab^{n-1}+b^n

Note that ^nC_0=^nC_n=1 and ofcourse a^0=b^0=1 just so you know why the first and last term are simply an and bn respectively.

Aah, the a^{n-k} and b^{k} makes sense :D [STRIKE]and the first and last terms made sense already :D[/STRIKE] well, the way I thought about it was just by simply looking at the pattern when I substituted n=2 and n=3. I naturally saw that n will remain on the first and last terms. It got me through (in a kind of a hack) but even better to know the right way about finding the first and last terms in the series. Sometimes leaving off the invisible 1 is misleading.

Thanks heaps for your help.
 
Last edited:
No worries :smile:
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
39
Views
6K