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."
 
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top