Combinatorics-binomial expansion?

  • Thread starter Thread starter pupeye11
  • Start date Start date
  • Tags Tags
    Expansion
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
44 replies · 5K views
No, because, for example, the x2 term in A(x) and the x3 term in B(x) will combine to contribute to the x5 term in A(x)B(x).

By the way, don't you see a contradiction in the answer you just gave, [itex]126y^4[/itex], and the formula you verified earlier, which is a sum of a bunch of terms?
 
Last edited:
Physics news on Phys.org
Yeah, I forgot about the sum... But if I was working with just B(x) then my answer would be [tex]126y^4[/tex] but since I have A(x) I need to multiply together. Is there a theorem in combinatorics that makes this easy or do I just need to do it the long way?
 
That is kind of the problem, I get that if I use the formula I'll have something that looks like this

[tex]\sum_{k>=0}(\sum_{i=0}^{k}a_{1}b_{4})x^5[/tex]. How does this give me a number for a coefficient? Or do I take the coefficient at [tex]a_{1}[/tex] and [tex]b_{4}[/tex] and multiply them together. Then after doing that for all the combinations that create x^5 do I add them all together?
 
How did you get this
pupeye11 said:
[tex]\sum_{k>=0}(\sum_{i=0}^{k}a_{1}b_{4})x^5[/tex]
from this
pupeye11 said:
A(X)B(X) = [tex]\sum_{k>=0}(\sum_{i=0}a_{i}b_{k-i})x^k[/tex]

The second sum sign in the answer should be from i=0 to k.
 
Yes, that came from the one you just copied and put above.
 
[tex]a_{0}b_{5}+a_{1}b_{4}+a_{2}b_{3}+a_{3}b_{2}+a_{4}b_{1}+a_{5}b_{0}[/tex]
 
The [tex]b_{i}'s[/tex] are going to be [tex]b_{5}=nCr(9,5), b_{4}=nCr(9,4),b_{3}=nCr(9,3),b_{2}=nCr(9,2),b_{1}=nCr(9,1),b_{0}=nCr(9,0)[/tex]?
 
Are you trying to say I need the corresponding y's in there too, like b5 would have a y^4 and b4 would have a y^5, so on so forth? Otherwise I am not following you on this one.
 
Alright so the answer will be [tex]nCr(9,5)y^4+nCr(9,4)y^5+nCr(9,3)y^6+nCr(9,2)y^7+nCr(9,1)y^8+nCr(9,0)y^9[/tex] right? and thank you for all your help!