Find the sum of the coefficients in the expansion ##(1+x)^n##

AI Thread Summary
The sum of the coefficients in the expansion of (1+x)^n is calculated by setting x=1, resulting in 2^n. This sum includes all coefficients from the expansion, including C_0, which represents the constant term. There was initial confusion about whether the sum should be 2^n-1, but it was clarified that 2^n accounts for all coefficients, including the constant term. The discussion also touched on the nature of C_0 as a constant, leading to a debate about terminology regarding constants without variables. Ultimately, the consensus is that 2^n is the correct total for the sum of coefficients.
RChristenk
Messages
73
Reaction score
9
Homework Statement
Find the sum of the coefficients in the expansion ##(1+x)^n##
Relevant Equations
Binomial Theorem
##(1+x)^n=1+C_1x+C_2x^2+C_3x^3...+C_nx^n##

Let ##x=1##, hence ##2^n=1+C_1+C_2+C_3...+C_n## which is equal to the sum of the coefficients.

I originally thought the sum of the coefficients would be ##2^n-1## since the very first term ##1## is just a number and has no variable. But apparently that's not the case. So what coefficient is this ##1## for?
 
Physics news on Phys.org
RChristenk said:
So what coefficient is this ##1## for?
##1## is the coefficient ##C_0## of ##x^0##.
 
  • Like
Likes PeroK, FactChecker and RChristenk
I think
##2^n-1## is the sum of coefficients of terms containing ##x##
##2^n## is the sum of binomial coefficients so ##^nC_0## cannot be excluded.

Since ##(y+x)^n=C_0y^n+C_1y^{n-1}x^1+C_2y^{n-2}x^2.......##
##C_0## is a coefficient of a variable ##y^n## and not a constant
 
Aurelius120 said:
I think
##2^n-1## is the sum of coefficients of terms containing ##x##
##2^n## is the sum of binomial coefficients so ##^nC_0## cannot be excluded.
Yes.
Aurelius120 said:
Since ##(y+x)^n=C_0y^n+C_1y^{n-1}x^1+C_2y^{n-2}x^2.......##
##C_0## is a coefficient of a variable ##y^n## and not a constant
Of course ##C_0## is a constant, namely 1.
 
Mark44 said:
Yes.
Of course ##C_0## is a constant, namely 1.
I meant it's not a free constant (i.e. without a variable term). What's the correct word?
 
Last edited:
Aurelius120 said:
I meant it's not a free constant without a variable. What's the correct word?
I'm not aware of any such word that means "free constant without a variable."
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top