"Solving Coefficient of x^n in Binomial Expansion

  • Thread starter Thread starter thereddevils
  • Start date Start date
  • Tags Tags
    Binomial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
thereddevils
Messages
436
Reaction score
0

Homework Statement



Find, in the simplest form, the coefficient of x^n in the binomial expansion of (1-x)^(-6).

Homework Equations





The Attempt at a Solution



i am not sure how to go about with this.
 
Physics news on Phys.org
are u sure you have to find a cofficient contain x^n?

because u should have a specific value for n, so that you could find the cofficient infront of it, or you should at least have which term you are looking for.
 
Willian93 said:
are u sure you have to find a cofficient contain x^n?

because u should have a specific value for n, so that you could find the cofficient infront of it, or you should at least have which term you are looking for.

Yes, that's the question. Maybe it's asking for the coefficient of for any term in the expression.
 
Since the exponent, -6, is not a positive integer, you will need to use the generalized binomial series:
[tex](a+ b)^m= \sum_{k=0}^\infty \frac{m(m-1)\cdot\cdot\cdot(m-k+1)}{k!}a^kb^{m-k}[/tex]

Here, of course, a= 1, b= -x, and m= -6 so this is

[tex](1- x)^{-6}= \sum_{k=0}^\infty \frac{-6(-7)\cdot\cdot\cdot(-5-k)}{k!}(-1)^kx^{-6-k}[/tex]

You, apparently, are asked for the coefficient when -6-k= n or when k= -6-n.
 
HallsofIvy said:
Since the exponent, -6, is not a positive integer, you will need to use the generalized binomial series:
[tex](a+ b)^m= \sum_{k=0}^\infty \frac{m(m-1)\cdot\cdot\cdot(m-k+1)}{k!}a^kb^{m-k}[/tex]

Here, of course, a= 1, b= -x, and m= -6 so this is

[tex](1- x)^{-6}= \sum_{k=0}^\infty \frac{-6(-7)\cdot\cdot\cdot(-5-k)}{k!}(-1)^kx^{-6-k}[/tex]

You, apparently, are asked for the coefficient when -6-k= n or when k= -6-n.

thanks

Is this answer the most simplified?

[tex]\frac{-6(-7)...(-11-n)}{(-6-n)!}[/tex]

the general formula for binomial series for (a+b)^n is different when n is a positive integer and when n is a fractional or negative value?

[tex](a+ b)^m= \sum_{k=0}^\infty \frac{m(m-1)\cdot\cdot\cdot(m-k+1)}{k!}a^kb^{m-k}[/tex]

Does it matter if the powers(k and n-k) for a and b is swapped since a+b is commutative?

This is the continuation of the question:

Hence, find the coefficient of x^6 and x^7 in (1+2x+3x^2+4x^3+5x^4+6x^5+7x^6)^3
 
Last edited:
any further hints on this question?