Solve Binomial Theorem Problem: a+2b+4c=10^30

saubbie
Messages
8
Reaction score
0

Homework Statement



I am trying to find the number of nonnegative integer solutions to a+2b+4c=10^30. I found a generating function, and need to check the coefficient of 10^30.

Homework Equations



The generating function is 1/((1-x)(1-x^2)(1-x^4)). I found the PFD, which is -1/(8(x-1)^3) + 1/(4(x-1)^2) - 9/(32(x-1)) + 1/(16(1+x)^2) + 5/(32(1+x)) + (1+x)/(8(1+x^2))

The Attempt at a Solution



I need to simplify this into an equation using the Binomial Theorem. In class, we related each individual fraction to a series of some sort, or a combination and then combined them all into one equation, but I do not understand it at all. Please help!
 
Physics news on Phys.org
You do know how to use the binomial theorem in this case right? Expand each of those fractions as a formal power series. Since the exponent is negative, they expand according to

(1-x)^{-k} = \displaystyle \sum_{n \geq 0} {{n+k-1} \choose {n}} x^n

then in order to find the coefficient of x^m (which I will denote \left[ x^m \right]) you need to find \left[ x^m \right] for each individual fraction and then add them up. Think of each fraction as a power series that you're adding, then \left[ x^m \right] will just be the coefficient when you add like terms.

This is going to be a long and disgusting process, but it's entirely doable.

Edit: I think I made a mistake in my original post. My other way just ended up simplifying to the original problem because the exponent of the power series expansion in each case was only 1. It's best just to do it the long way above.
 
Last edited:
Using a CAS, I found the coefficient of 10^{30} to be 62500000000000000000000000000500000000000000000000000000001
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top