Evaluate $sum_k=0^n 2n + 1choose 2k + 1$ The Next CEO of Stack OverflowSimple Summation Proof with identitiesVerify that $sum^8564_i=82 binom8564i < 2^8564$Evaluating a nested summationUsing binomial theorem to evaluate summation $sum_k=0^n frac1k+1 binom nk$ in closed formNice formula for $sum_m=0^n2mchoose m2(n-m)choose n-m$?Prove that $nchoosek = n - 2choosek + 2n - 2choosek - 1 + n - 2choosek - 2$.Truth table for $(pland q)rightarrow r$How to show that $2^n > n$ without inductionProve that $2n choose n= 22n-1 choose n$Evaluate $displaystylesum_k=1^n left(fracn-1 choose k-1kright)$
Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico
Decide between Polyglossia and Babel for LuaLaTeX in 2019
My ex-girlfriend uses my Apple ID to login to her iPad, do I have to give her my Apple ID password to reset it?
Reshaping json / reparing json inside shell script (remove trailing comma)
Calculate the Mean mean of two numbers
How to use ReplaceAll on an expression that contains a rule
Is fine stranded wire ok for main supply line?
How did Beeri the Hittite come up with naming his daughter Yehudit?
Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?
Can I board the first leg of the flight without having final country's visa?
Airplane gently rocking its wings during whole flight
Is there an equivalent of cd - for cp or mv
what's the use of '% to gdp' type of variables?
Spaces in which all closed sets are regular closed
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
What day is it again?
(How) Could a medieval fantasy world survive a magic-induced "nuclear winter"?
Is dried pee considered dirt?
Can I calculate next year's exemptions based on this year's refund/amount owed?
Getting Stale Gas Out of a Gas Tank w/out Dropping the Tank
Which one is the true statement?
Is it ok to trim down a tube patch?
How to find image of a complex function with given constraints?
"Eavesdropping" vs "Listen in on"
Evaluate $sum_k=0^n 2n + 1choose 2k + 1$
The Next CEO of Stack OverflowSimple Summation Proof with identitiesVerify that $sum^8564_i=82 binom8564i < 2^8564$Evaluating a nested summationUsing binomial theorem to evaluate summation $sum_k=0^n frac1k+1 binom nk$ in closed formNice formula for $sum_m=0^n2mchoose m2(n-m)choose n-m$?Prove that $nchoosek = n - 2choosek + 2n - 2choosek - 1 + n - 2choosek - 2$.Truth table for $(pland q)rightarrow r$How to show that $2^n > n$ without inductionProve that $2n choose n= 22n-1 choose n$Evaluate $displaystylesum_k=1^n left(fracn-1 choose k-1kright)$
$begingroup$
Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$
I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!
combinatorics discrete-mathematics summation
$endgroup$
add a comment |
$begingroup$
Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$
I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!
combinatorics discrete-mathematics summation
$endgroup$
add a comment |
$begingroup$
Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$
I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!
combinatorics discrete-mathematics summation
$endgroup$
Evaluate $$ sum_k=0^n 2n + 1choose 2k + 1 $$
I'm really stuck on this one, no idea how to progress. My best guess is to somehow get it into the form of $ nchoose k $ and then take that summation and work with that. Or maybe binomial theorem, but I'm very experienced with that. If you could give a breakdown on how to tackle these problems that'd be great!
combinatorics discrete-mathematics summation
combinatorics discrete-mathematics summation
edited Mar 28 at 1:12
user549397
1,6541418
1,6541418
asked Mar 28 at 0:59
BrownieBrownie
3147
3147
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
$begingroup$
Suppose you have $2n+1$ people to form a committee with.
There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.
$endgroup$
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
add a comment |
$begingroup$
Hint:
By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:
$$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$
Move the negative terms to the right-hand side, we have:
$$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
$$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$
Further hint:
$$ 2times (A)=(B) .$$
$endgroup$
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
|
show 1 more comment
$begingroup$
Hint:
$$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$
Set $a=b=1$
$endgroup$
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
add a comment |
$begingroup$
Solution $1$:
$$
sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
$$
Solution $2$:
The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.
$endgroup$
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
add a comment |
$begingroup$
Here's a part of the Pascal triangle:
Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.
Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
because of the know relation
beginaligned
left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned
giving us
beginaligned
left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
endaligned
Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
$$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$
the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):
$$colorblack2^5over 2 = 2^4 = 16$$
for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result
$$colorred2^2n+1over 2 = 2^2n$$
$endgroup$
add a comment |
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165338%2fevaluate-sum-k-0n-2n-1-choose-2k-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Suppose you have $2n+1$ people to form a committee with.
There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.
$endgroup$
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
add a comment |
$begingroup$
Suppose you have $2n+1$ people to form a committee with.
There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.
$endgroup$
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
add a comment |
$begingroup$
Suppose you have $2n+1$ people to form a committee with.
There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.
$endgroup$
Suppose you have $2n+1$ people to form a committee with.
There are $2^2n+1$ possible committees one could make (visit each person and ask if they want to be on the committee - yes or no).
Your summation counts only the committees having an odd number of people. There are just as many committees that have an even number of people (why?). Your summation therefore accounts for exactly half of all possible committees, so it must equal $2^2n$.
edited Mar 28 at 1:24
answered Mar 28 at 1:18
Austin MohrAustin Mohr
20.8k35299
20.8k35299
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
add a comment |
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
1
1
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
$begingroup$
This is exactly what I needed. This analogy really helped me understand what this question was asking! Great response. I understand that it only accounts for the odd number of people because 2k+1 will always be odd, right?
$endgroup$
– Brownie
Mar 28 at 1:21
1
1
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
$begingroup$
That's correct, and as $k$ ranges, you'll eventually visit every odd number.
$endgroup$
– Austin Mohr
Mar 28 at 1:22
add a comment |
$begingroup$
Hint:
By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:
$$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$
Move the negative terms to the right-hand side, we have:
$$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
$$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$
Further hint:
$$ 2times (A)=(B) .$$
$endgroup$
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
|
show 1 more comment
$begingroup$
Hint:
By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:
$$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$
Move the negative terms to the right-hand side, we have:
$$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
$$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$
Further hint:
$$ 2times (A)=(B) .$$
$endgroup$
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
|
show 1 more comment
$begingroup$
Hint:
By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:
$$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$
Move the negative terms to the right-hand side, we have:
$$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
$$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$
Further hint:
$$ 2times (A)=(B) .$$
$endgroup$
Hint:
By applying Binomial Theorem to $ (1-1)^2n+1=0 $, we have:
$$ binom2n+10-binom2n+11+binom2n+12-cdots+binom2n+12n-binom2n+12n+1=0 .$$
Move the negative terms to the right-hand side, we have:
$$ binom2n+11+binom2n+13+cdots+binom2n+12n+1=binom2n+10+binom2n+12+cdots+binom2n+12n .tagA$$
And applying Binomial Theorem to $ (1+1)^2n+1=2^2n+1 $, we have:
$$ binom2n+10+binom2n+11+binom2n+12+cdots+binom2n+12n+binom2n+12n+1=2^2n+1 .tagB$$
Further hint:
$$ 2times (A)=(B) .$$
edited Mar 28 at 1:29
answered Mar 28 at 1:05
user549397user549397
1,6541418
1,6541418
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
|
show 1 more comment
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
Yea so my professor went over this problem in class, and he had these two different summations I'm still not sure of the "idea" of the problem. Could you explain please?
$endgroup$
– Brownie
Mar 28 at 1:08
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
@Brownie I have edited my post. The idea is to notice that the sum of odd terms and that of even terms are equal, and we can use this fact to substitute the terms in the binomial expansion of $ (1+1)^2n+1=2^2n+1 $. This is a very common trick, you had better remember it by heart.
$endgroup$
– user549397
Mar 28 at 1:16
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
Alright, I've gotten a lot of good answers. I can't say I still fully understand the solution, but this is a good start and I think I can figure it out.
$endgroup$
– Brownie
Mar 28 at 1:17
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
@Brownie Actually, there are two core facts: $ (1-1)^n=0 $ and $ (1+1)^n=2^n $, then you use the Binomial Theorem.
$endgroup$
– user549397
Mar 28 at 1:19
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
$begingroup$
Austin Mohr's, Mike Earnest's and your answers actually really helped clear this up. So if I'm understanding this correct and follow Mike Earnest's start and break it up into $sum_k=0^nleft(binom2n2k+binom2n2k+1right) $ then take those individual summations those together will be $2^2n+1$. I think? But since I'm only look at 1/2 it's only $2^2n?
$endgroup$
– Brownie
Mar 28 at 1:29
|
show 1 more comment
$begingroup$
Hint:
$$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$
Set $a=b=1$
$endgroup$
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
add a comment |
$begingroup$
Hint:
$$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$
Set $a=b=1$
$endgroup$
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
add a comment |
$begingroup$
Hint:
$$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$
Set $a=b=1$
$endgroup$
Hint:
$$2sum_k=0^nbinom2n+12k+1a^2n-2kb^2k+1=(a+b)^2n+1-(a-b)^2n+1=?$$
Set $a=b=1$
answered Mar 28 at 1:03
lab bhattacharjeelab bhattacharjee
228k15158279
228k15158279
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
add a comment |
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
$begingroup$
Could you break down your steps, I'm having trouble following, I'm at a very beginner level
$endgroup$
– Brownie
Mar 28 at 1:09
1
1
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
@Brownie, Can you make the two binomial expansion?
$endgroup$
– lab bhattacharjee
Mar 28 at 1:10
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
$begingroup$
Sorry I don't think I've learned binomial expansion yet. You solution seems simple but I don't think I can follow
$endgroup$
– Brownie
Mar 28 at 1:13
add a comment |
$begingroup$
Solution $1$:
$$
sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
$$
Solution $2$:
The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.
$endgroup$
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
add a comment |
$begingroup$
Solution $1$:
$$
sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
$$
Solution $2$:
The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.
$endgroup$
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
add a comment |
$begingroup$
Solution $1$:
$$
sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
$$
Solution $2$:
The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.
$endgroup$
Solution $1$:
$$
sum_k=0^nbinom2n+12k+1stackreltextPascal's=sum_k=0^nleft(binom2n2k+binom2n2k+1right)=sum_i=0^2n+1binom2ni=sum_i=0^2nbinom2ni=2^2n.
$$
Solution $2$:
The summation counts the number of odd-sized subsets of a set of size $2n+1$. Exactly half of these subsets are odd, because a set is odd if and only if its complement is even. That is, complentation is a bijection between even and odd subsets. Since there are $2^2n+1$ subsets total, half of which are odd, the number of odd subsets is $2^2n$.
edited Mar 28 at 1:12
answered Mar 28 at 1:08
Mike EarnestMike Earnest
26.3k22151
26.3k22151
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
add a comment |
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
Yes, This is the one I can follow best! My one question is about where you get $2n choose i $ I'm not sure how you made the jump to that. I see you changed the summation to go to $2^n +1$ and then to &2n$ but I"m not sure what's happening
$endgroup$
– Brownie
Mar 28 at 1:11
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
$begingroup$
@Brownie To see why that is true, just unpack both summations and see they are the same:$$sum_k=0^n left(binom2n2k+binom2n2k+1right)=left(binom2n0+binom2n1right)+ left(binom2n2+binom2n3right) +dots+ left(binom2n2n+binom2n2n+1right),$$ $$sum_i=0^2n+1=binom2n0+binom2n1+binom2n2+binom2n3+dots+binom2n2n+binom2n2n+1 $$
$endgroup$
– Mike Earnest
Mar 28 at 1:19
add a comment |
$begingroup$
Here's a part of the Pascal triangle:
Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.
Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
because of the know relation
beginaligned
left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned
giving us
beginaligned
left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
endaligned
Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
$$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$
the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):
$$colorblack2^5over 2 = 2^4 = 16$$
for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result
$$colorred2^2n+1over 2 = 2^2n$$
$endgroup$
add a comment |
$begingroup$
Here's a part of the Pascal triangle:
Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.
Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
because of the know relation
beginaligned
left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned
giving us
beginaligned
left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
endaligned
Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
$$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$
the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):
$$colorblack2^5over 2 = 2^4 = 16$$
for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result
$$colorred2^2n+1over 2 = 2^2n$$
$endgroup$
add a comment |
$begingroup$
Here's a part of the Pascal triangle:
Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.
Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
because of the know relation
beginaligned
left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned
giving us
beginaligned
left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
endaligned
Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
$$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$
the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):
$$colorblack2^5over 2 = 2^4 = 16$$
for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result
$$colorred2^2n+1over 2 = 2^2n$$
$endgroup$
Here's a part of the Pascal triangle:
Rows of this triangle are numbered from $0$, and the sum of $n$-th row is $colorred2^n$, because numbers in such row gives altogether count of all subsets of an $n$-element set, i. e. the number of elements in the power set of an $n$-element set.
Now note odd-numbered rows, e. g. the last $, (textthe 5^textth)$. They have even number of elements, and the first is the same as the last, the second is the same as the last but one, etc.
because of the know relation
beginaligned
left( beginarraycn \ kendarrayright) &= left( beginarraycn \ n-kendarrayright)endaligned
giving us
beginaligned
left( beginarrayc5 \ 0endarrayright) &= left( beginarrayc5 \ 5endarrayright)\[1ex]
left( beginarrayc5 \ 1endarrayright) &= left( beginarrayc5 \ 4endarrayright)\[1ex]
left( beginarrayc5 \ 2endarrayright) &= left( beginarrayc5 \ 3endarrayright)
endaligned
Because in these equivalent pairs there is 1-1 mapping between the even and odd "bottom" numbers
$$0 mapsto 5\ 2 mapsto 3\ 4 mapsto 1$$
the sum for the even, and and the sum for the odd ones must be the same, so it is a half of the total sum (for even and odd members):
$$colorblack2^5over 2 = 2^4 = 16$$
for our particular number $5 = 2n+1$. For general solution we will use $(2n+1)$ instead of $5$, obtaining the result
$$colorred2^2n+1over 2 = 2^2n$$
edited Mar 28 at 3:07
answered Mar 28 at 2:54
MarianDMarianD
1,8961617
1,8961617
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3165338%2fevaluate-sum-k-0n-2n-1-choose-2k-1%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown