Find the sum of the coefficients of ##(x+y)^{16}##

  • Thread starter RChristenk
  • Start date
  • #1
RChristenk
64
9
Homework Statement
Find the sum of the coefficients of ##(x+y)^{16}##
Relevant Equations
Binomial Theorem
##(x+y)^{16}=[x(1+\dfrac{y}{x})]^{16}=x^{16}(1+\dfrac{y}{x})^{16}##

## x^{16}(1+\dfrac{y}{x})^{16}=x^{16}[1+^{16}C_1(\dfrac{y}{x})+^{16}C_2(\dfrac{y}{x})^2...+^{16}C_{16}(\dfrac{y}{x})^{16}]##

Now let ##x=1,y=1##:

##1^{16}(1+1)^{16}=1^{16}(1+^{16}C_1+^{16}C_2...+^{16}C_{16})##

##2^{16}-1=^{16}C_1+^{16}C_2...+^{16}C_{16}##

Sum of coefficients = ##2^{16}-1## = ##65535##

But the answer is ##65536##. Why?
 
Physics news on Phys.org
  • #2
RChristenk said:
Sum of coefficients = ##2^{16}-1## = ##65535##
The first '=' in that line is not correct. It does not follow from anything written above it.
You don't need most of the working in the OP. The sum of the coefficients will simply be the value of the expression when ##x=y=1##, since all items ##x^k y^{16-k}## will be 1. Hence the sum of the coefficients will just be ##(1+1)^{16}##.
 
  • Like
  • Informative
Likes chwala, e_jane and PeroK
  • #3
andrewkirk said:
The first '=' in that line is not correct. It does not follow from anything written above it.
You don't need most of the working in the OP. The sum of the coefficients will simply be the value of the expression when ##x=y=1##, since all items ##x^k y^{16-k}## will be 1. Hence the sum of the coefficients will just be ##(1+1)^{16}##.
Could you tell me where I went wrong specifically? Because to me what I wrote down looks correct (although obviously it isn't). I know I could just set everything to 1 and plug it in, but then I don't really understand what's happening and it becomes a rote memory item to me.
 
  • #4
RChristenk said:
Could you tell me where I went wrong specifically? Because to me what I wrote down looks correct (although obviously it isn't). I know I could just set everything to 1 and plug it in, but then I don't really understand what's happening and it becomes a rote memory item to me.
You moved the first coefficient to the left hand side and gave the answer as ##N -1## rather than ##N##. Only you can explain why you did this!
 
  • #5
To rephrase @PeroK #4 :

RChristenk said:
Could you tell me where I went wrong specifically?

You overlooked that this number one is also a coefficient (##^{16}C_0## )

(easy check: same exercise with powers 0, 1, 2, ... instead of 16 :smile:)

##\ ##
 
  • Like
Likes FactChecker
  • #6
PeroK said:
You moved the first coefficient to the left hand side and gave the answer as ##N -1## rather than ##N##. Only you can explain why you did this!
Uh..I thought ##C## represented the "C"oefficients, so naturally the digit one is moved to the other side. Now I see that is incorrect.
 
  • Like
Likes FactChecker and BvU

FAQ: Find the sum of the coefficients of ##(x+y)^{16}##

What is the sum of the coefficients in the expansion of ##(x+y)^{16}##?

The sum of the coefficients in the expansion of ##(x+y)^{16}## is found by substituting x = 1 and y = 1 into the expression, which results in ##(1+1)^{16} = 2^{16} = 65536##.

How do you calculate the sum of the coefficients in a binomial expansion?

To calculate the sum of the coefficients in a binomial expansion ##(x+y)^n##, substitute x = 1 and y = 1 into the expression. The result will be ##2^n##, where n is the exponent. For ##(x+y)^{16}##, it is ##2^{16} = 65536##.

Why do we substitute x = 1 and y = 1 to find the sum of the coefficients?

Substituting x = 1 and y = 1 simplifies the binomial expansion because it effectively sums all the coefficients without considering the variables. This is because any term ##a_{k}x^{k}y^{n-k}## in the expansion becomes ##a_{k}1^{k}1^{n-k} = a_{k}##, thus summing all coefficients.

What is the binomial theorem and how does it relate to finding the sum of the coefficients?

The binomial theorem states that ##(x+y)^n = \sum_{k=0}^{n} \binom{n}{k} x^{k} y^{n-k}##. To find the sum of the coefficients, we set x = 1 and y = 1, which simplifies the expression to ##\sum_{k=0}^{n} \binom{n}{k} 1^{k} 1^{n-k} = \sum_{k=0}^{n} \binom{n}{k} = 2^n##. For ##(x+y)^{16}##, it is ##2^{16} = 65536##.

Is there a general formula for the sum of the coefficients of any binomial expansion?

Yes, the general formula for the sum of the coefficients of the binomial expansion ##(x+y)^n## is ##2^n##. This is derived from setting x = 1 and y = 1 in the binomial expansion, resulting in ##(1+1)^n = 2^n##.

Back
Top