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

Click For 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."
 
The working out suggests first equating ## \sqrt{i} = x + iy ## and suggests that squaring and equating real and imaginary parts of both sides results in ## \sqrt{i} = \pm (1+i)/ \sqrt{2} ## Squaring both sides results in: $$ i = (x + iy)^2 $$ $$ i = x^2 + 2ixy -y^2 $$ equating real parts gives $$ x^2 - y^2 = 0 $$ $$ (x+y)(x-y) = 0 $$ $$ x = \pm y $$ equating imaginary parts gives: $$ i = 2ixy $$ $$ 2xy = 1 $$ I'm not really sure how to proceed from here.