Trying to understand a summationSummation signs confusionArithmetic summation question - I don't understand...
When was it publicly revealed that a KH-11 spy satellite took pictures of the first Shuttle flight?
Would the rotation of the starfield from a ring station be too disorienting?
Whose birthyears are canonically established in the MCU?
Identity of a supposed anonymous referee revealed through "Description" of the report
Creating Stored Procedure in local db that references tables in linked server
why it is 2>&1 and not 2>>&1 to append to a log file
99 coins into the sacks
Capturing the entire webpage with WebExecute's CaptureImage
Is it safe to keep the GPU on 100% utilization for a very long time?
Using mean length and mean weight to calculate mean BMI?
Visual Studio Code download existing code
My parents are Afghan
Does this website provide consistent translation into Wookiee?
What computer port is this?
Expl3 and recent xparse on overleaf: No expl3 loader detected
Employee is self-centered and affects the team negatively
How do I calculate my to-hit bonus when using the Great Weapon Master feat?
Is the tensor product (of vector spaces) commutative?
logo selection for poster presentation
Add elements inside Array conditionally in JavaScript
Light Switch Neutrals: Bundle all together?
Do oversize pulley wheels increase derailleur capacity?
Is there an application which does HTTP PUT?
Company stopped paying my salary. What are my options?
Trying to understand a summation
Summation signs confusionArithmetic summation question - I don't understand this answer.A summation identity which is for me hard to verifyHow do you understand renaming of summation variables?Combinatory sum of multiplicationsTrying to understand a property of sequencesHelp expanding this summation for VDW mixing rulesUnderstanding the summation symbolWhat does the summatory symbol mean?How to express summation over elements of two sets
$begingroup$
In my textbook, I have this summation, but I can't understand what it means:
$$sum_{(a_1,a_2,...,a_n)in{1,x}^n} a_1a_2cdotcdotcdot a_n$$
For example, if n = 3, what would this summation expand as?
Thanks
summation
$endgroup$
add a comment |
$begingroup$
In my textbook, I have this summation, but I can't understand what it means:
$$sum_{(a_1,a_2,...,a_n)in{1,x}^n} a_1a_2cdotcdotcdot a_n$$
For example, if n = 3, what would this summation expand as?
Thanks
summation
$endgroup$
add a comment |
$begingroup$
In my textbook, I have this summation, but I can't understand what it means:
$$sum_{(a_1,a_2,...,a_n)in{1,x}^n} a_1a_2cdotcdotcdot a_n$$
For example, if n = 3, what would this summation expand as?
Thanks
summation
$endgroup$
In my textbook, I have this summation, but I can't understand what it means:
$$sum_{(a_1,a_2,...,a_n)in{1,x}^n} a_1a_2cdotcdotcdot a_n$$
For example, if n = 3, what would this summation expand as?
Thanks
summation
summation
asked 4 hours ago
Thomas FormalThomas Formal
284
284
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
It just means each $a_i in {1,x}$. With $n=3$ the sum is $$(1cdot 1 cdot 1) + (1cdot 1 cdot x) + (1cdot x cdot 1) + (1cdot x cdot x) + (xcdot 1 cdot 1) + (xcdot 1 cdot x) + (xcdot x cdot 1) + (xcdot x cdot x)$$ $$= 1 + 3x + 3x^2 + x^3.$$
$endgroup$
add a comment |
$begingroup$
Every $a_i$ is either $1$ or $x$, and you're taking the sum over all possibilities. For example, for $n=3$ you have $2^3$ terms (in order?): $$begin{align}&1cdot 1 cdot 1+ 1cdot x cdot 1 + 1cdot 1cdot x + 1cdot xcdot x \ &+xcdot 1 cdot 1+ xcdot x cdot 1 + xcdot 1cdot x + xcdot xcdot x. end{align}$$
$endgroup$
add a comment |
$begingroup$
Note that if $A$ and $B$ are sets then
$$Atimes B={(a,b):ain A,bin B}$$
so
$$A^2=Atimes A={(a,b):a,bin A}$$
And $$A^{n}=Atimes A^{n-1}$$
So $$A^3={(a,b,c):a,b,cin A}$$
Hence if $A={1,x}$ then
$${1,x}^3={(a,b,c):a,b,cin{1,x}}$$
$$begin{align}
={&(1,x,x),(x,1,x),(x,x,1)\
&(1,1,x),(1,x,1),(x,1,1)\
&(1,1,1),(x,x,x)}
end{align}$$
And in general, ${1,x}^n$ is going to have $2^n$ points. The sum in question is a sum over all those points:
$$S_n=sum_{(a_1,...,a_n)in{1,x}^n}a_1cdots a_n$$
Which will be a sum of $2^n$ terms.
Let $P^{(n)}_j$ be the set of all points $(a_1,a_2,...,a_n)$ such that there are $j$ entries $a_k$ that are $x$, and there are $n-j$ entries $a_i$ that are $1$. We see that there is ${nchoose 0}=1$ point in $P^{(n)}_0$ and ${nchoose n}=1$ point in $P^{(n)}_n$. Then we see that there are ${nchoose 1}=n$ points in $P_1^{(n)}$ and ${nchoose n-1}=n$ points in $P_{n-1}^{(n)}$. So in general $$left|P_{j}^{(n)}right|={nchoose j}=frac{n!}{j!(n-j)!}$$
Then we define the function $$q(a_1,a_2,...,a_n)=a_1a_2cdots a_n$$
And see that, since points in $P^{(n)}_j$ by definition have $j$ entries equal to $x$,
$$mathbf{a}in P_{j}^{(n)}Rightarrow q(mathbf{a})=x^j$$
So of course
$$S_n=sum_{j=0}^{n}left|P_{j}^{(n)}right|qleft(mathbf{a}in P_{j}^{(n)}right)\
=sum_{j=0}^{n}{nchoose j}x^j=(1+x)^n$$
The final step coming from the Binomial theorem:
$$(x+y)^n=sum_{j=0}^{n}{nchoose j}x^jy^{n-j}$$
$endgroup$
add a comment |
$begingroup$
${1,x}^n$ is the Cartesian self product of the set to the $n$-th degree. $$begin{align}{1,x}^n &= overbrace{{1,x}times{1,x}timescdotstimes{1,x}}^{text{$n$ factors}}\[2ex]&={underbrace{(1,1,ldots,1, 1)}_{text{$n$ terms}},(1,1,ldots, 1,x),ldots,(x,x,ldots, x,1),(x,x,ldots,x,x)}end{align}$$
So...
$$sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n$$
This is the sum, for all possible selections, of the product of $n$ factors each selected independently from the set ${1,x}$.
It is clearly equal to $(1+x)^n$
$$begin{align}sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n&=(1+x)sum_{(a_1,ldots,a_{n-1})in{1,x}^{n-1}}a_1a_2cdots a_{n-1}
\[2ex]&=(1+x)^nend{align}$$
$endgroup$
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
add a comment |
Your Answer
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%2f3217832%2ftrying-to-understand-a-summation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It just means each $a_i in {1,x}$. With $n=3$ the sum is $$(1cdot 1 cdot 1) + (1cdot 1 cdot x) + (1cdot x cdot 1) + (1cdot x cdot x) + (xcdot 1 cdot 1) + (xcdot 1 cdot x) + (xcdot x cdot 1) + (xcdot x cdot x)$$ $$= 1 + 3x + 3x^2 + x^3.$$
$endgroup$
add a comment |
$begingroup$
It just means each $a_i in {1,x}$. With $n=3$ the sum is $$(1cdot 1 cdot 1) + (1cdot 1 cdot x) + (1cdot x cdot 1) + (1cdot x cdot x) + (xcdot 1 cdot 1) + (xcdot 1 cdot x) + (xcdot x cdot 1) + (xcdot x cdot x)$$ $$= 1 + 3x + 3x^2 + x^3.$$
$endgroup$
add a comment |
$begingroup$
It just means each $a_i in {1,x}$. With $n=3$ the sum is $$(1cdot 1 cdot 1) + (1cdot 1 cdot x) + (1cdot x cdot 1) + (1cdot x cdot x) + (xcdot 1 cdot 1) + (xcdot 1 cdot x) + (xcdot x cdot 1) + (xcdot x cdot x)$$ $$= 1 + 3x + 3x^2 + x^3.$$
$endgroup$
It just means each $a_i in {1,x}$. With $n=3$ the sum is $$(1cdot 1 cdot 1) + (1cdot 1 cdot x) + (1cdot x cdot 1) + (1cdot x cdot x) + (xcdot 1 cdot 1) + (xcdot 1 cdot x) + (xcdot x cdot 1) + (xcdot x cdot x)$$ $$= 1 + 3x + 3x^2 + x^3.$$
answered 4 hours ago
DzoooksDzoooks
987418
987418
add a comment |
add a comment |
$begingroup$
Every $a_i$ is either $1$ or $x$, and you're taking the sum over all possibilities. For example, for $n=3$ you have $2^3$ terms (in order?): $$begin{align}&1cdot 1 cdot 1+ 1cdot x cdot 1 + 1cdot 1cdot x + 1cdot xcdot x \ &+xcdot 1 cdot 1+ xcdot x cdot 1 + xcdot 1cdot x + xcdot xcdot x. end{align}$$
$endgroup$
add a comment |
$begingroup$
Every $a_i$ is either $1$ or $x$, and you're taking the sum over all possibilities. For example, for $n=3$ you have $2^3$ terms (in order?): $$begin{align}&1cdot 1 cdot 1+ 1cdot x cdot 1 + 1cdot 1cdot x + 1cdot xcdot x \ &+xcdot 1 cdot 1+ xcdot x cdot 1 + xcdot 1cdot x + xcdot xcdot x. end{align}$$
$endgroup$
add a comment |
$begingroup$
Every $a_i$ is either $1$ or $x$, and you're taking the sum over all possibilities. For example, for $n=3$ you have $2^3$ terms (in order?): $$begin{align}&1cdot 1 cdot 1+ 1cdot x cdot 1 + 1cdot 1cdot x + 1cdot xcdot x \ &+xcdot 1 cdot 1+ xcdot x cdot 1 + xcdot 1cdot x + xcdot xcdot x. end{align}$$
$endgroup$
Every $a_i$ is either $1$ or $x$, and you're taking the sum over all possibilities. For example, for $n=3$ you have $2^3$ terms (in order?): $$begin{align}&1cdot 1 cdot 1+ 1cdot x cdot 1 + 1cdot 1cdot x + 1cdot xcdot x \ &+xcdot 1 cdot 1+ xcdot x cdot 1 + xcdot 1cdot x + xcdot xcdot x. end{align}$$
answered 4 hours ago
Ivo TerekIvo Terek
47.4k954148
47.4k954148
add a comment |
add a comment |
$begingroup$
Note that if $A$ and $B$ are sets then
$$Atimes B={(a,b):ain A,bin B}$$
so
$$A^2=Atimes A={(a,b):a,bin A}$$
And $$A^{n}=Atimes A^{n-1}$$
So $$A^3={(a,b,c):a,b,cin A}$$
Hence if $A={1,x}$ then
$${1,x}^3={(a,b,c):a,b,cin{1,x}}$$
$$begin{align}
={&(1,x,x),(x,1,x),(x,x,1)\
&(1,1,x),(1,x,1),(x,1,1)\
&(1,1,1),(x,x,x)}
end{align}$$
And in general, ${1,x}^n$ is going to have $2^n$ points. The sum in question is a sum over all those points:
$$S_n=sum_{(a_1,...,a_n)in{1,x}^n}a_1cdots a_n$$
Which will be a sum of $2^n$ terms.
Let $P^{(n)}_j$ be the set of all points $(a_1,a_2,...,a_n)$ such that there are $j$ entries $a_k$ that are $x$, and there are $n-j$ entries $a_i$ that are $1$. We see that there is ${nchoose 0}=1$ point in $P^{(n)}_0$ and ${nchoose n}=1$ point in $P^{(n)}_n$. Then we see that there are ${nchoose 1}=n$ points in $P_1^{(n)}$ and ${nchoose n-1}=n$ points in $P_{n-1}^{(n)}$. So in general $$left|P_{j}^{(n)}right|={nchoose j}=frac{n!}{j!(n-j)!}$$
Then we define the function $$q(a_1,a_2,...,a_n)=a_1a_2cdots a_n$$
And see that, since points in $P^{(n)}_j$ by definition have $j$ entries equal to $x$,
$$mathbf{a}in P_{j}^{(n)}Rightarrow q(mathbf{a})=x^j$$
So of course
$$S_n=sum_{j=0}^{n}left|P_{j}^{(n)}right|qleft(mathbf{a}in P_{j}^{(n)}right)\
=sum_{j=0}^{n}{nchoose j}x^j=(1+x)^n$$
The final step coming from the Binomial theorem:
$$(x+y)^n=sum_{j=0}^{n}{nchoose j}x^jy^{n-j}$$
$endgroup$
add a comment |
$begingroup$
Note that if $A$ and $B$ are sets then
$$Atimes B={(a,b):ain A,bin B}$$
so
$$A^2=Atimes A={(a,b):a,bin A}$$
And $$A^{n}=Atimes A^{n-1}$$
So $$A^3={(a,b,c):a,b,cin A}$$
Hence if $A={1,x}$ then
$${1,x}^3={(a,b,c):a,b,cin{1,x}}$$
$$begin{align}
={&(1,x,x),(x,1,x),(x,x,1)\
&(1,1,x),(1,x,1),(x,1,1)\
&(1,1,1),(x,x,x)}
end{align}$$
And in general, ${1,x}^n$ is going to have $2^n$ points. The sum in question is a sum over all those points:
$$S_n=sum_{(a_1,...,a_n)in{1,x}^n}a_1cdots a_n$$
Which will be a sum of $2^n$ terms.
Let $P^{(n)}_j$ be the set of all points $(a_1,a_2,...,a_n)$ such that there are $j$ entries $a_k$ that are $x$, and there are $n-j$ entries $a_i$ that are $1$. We see that there is ${nchoose 0}=1$ point in $P^{(n)}_0$ and ${nchoose n}=1$ point in $P^{(n)}_n$. Then we see that there are ${nchoose 1}=n$ points in $P_1^{(n)}$ and ${nchoose n-1}=n$ points in $P_{n-1}^{(n)}$. So in general $$left|P_{j}^{(n)}right|={nchoose j}=frac{n!}{j!(n-j)!}$$
Then we define the function $$q(a_1,a_2,...,a_n)=a_1a_2cdots a_n$$
And see that, since points in $P^{(n)}_j$ by definition have $j$ entries equal to $x$,
$$mathbf{a}in P_{j}^{(n)}Rightarrow q(mathbf{a})=x^j$$
So of course
$$S_n=sum_{j=0}^{n}left|P_{j}^{(n)}right|qleft(mathbf{a}in P_{j}^{(n)}right)\
=sum_{j=0}^{n}{nchoose j}x^j=(1+x)^n$$
The final step coming from the Binomial theorem:
$$(x+y)^n=sum_{j=0}^{n}{nchoose j}x^jy^{n-j}$$
$endgroup$
add a comment |
$begingroup$
Note that if $A$ and $B$ are sets then
$$Atimes B={(a,b):ain A,bin B}$$
so
$$A^2=Atimes A={(a,b):a,bin A}$$
And $$A^{n}=Atimes A^{n-1}$$
So $$A^3={(a,b,c):a,b,cin A}$$
Hence if $A={1,x}$ then
$${1,x}^3={(a,b,c):a,b,cin{1,x}}$$
$$begin{align}
={&(1,x,x),(x,1,x),(x,x,1)\
&(1,1,x),(1,x,1),(x,1,1)\
&(1,1,1),(x,x,x)}
end{align}$$
And in general, ${1,x}^n$ is going to have $2^n$ points. The sum in question is a sum over all those points:
$$S_n=sum_{(a_1,...,a_n)in{1,x}^n}a_1cdots a_n$$
Which will be a sum of $2^n$ terms.
Let $P^{(n)}_j$ be the set of all points $(a_1,a_2,...,a_n)$ such that there are $j$ entries $a_k$ that are $x$, and there are $n-j$ entries $a_i$ that are $1$. We see that there is ${nchoose 0}=1$ point in $P^{(n)}_0$ and ${nchoose n}=1$ point in $P^{(n)}_n$. Then we see that there are ${nchoose 1}=n$ points in $P_1^{(n)}$ and ${nchoose n-1}=n$ points in $P_{n-1}^{(n)}$. So in general $$left|P_{j}^{(n)}right|={nchoose j}=frac{n!}{j!(n-j)!}$$
Then we define the function $$q(a_1,a_2,...,a_n)=a_1a_2cdots a_n$$
And see that, since points in $P^{(n)}_j$ by definition have $j$ entries equal to $x$,
$$mathbf{a}in P_{j}^{(n)}Rightarrow q(mathbf{a})=x^j$$
So of course
$$S_n=sum_{j=0}^{n}left|P_{j}^{(n)}right|qleft(mathbf{a}in P_{j}^{(n)}right)\
=sum_{j=0}^{n}{nchoose j}x^j=(1+x)^n$$
The final step coming from the Binomial theorem:
$$(x+y)^n=sum_{j=0}^{n}{nchoose j}x^jy^{n-j}$$
$endgroup$
Note that if $A$ and $B$ are sets then
$$Atimes B={(a,b):ain A,bin B}$$
so
$$A^2=Atimes A={(a,b):a,bin A}$$
And $$A^{n}=Atimes A^{n-1}$$
So $$A^3={(a,b,c):a,b,cin A}$$
Hence if $A={1,x}$ then
$${1,x}^3={(a,b,c):a,b,cin{1,x}}$$
$$begin{align}
={&(1,x,x),(x,1,x),(x,x,1)\
&(1,1,x),(1,x,1),(x,1,1)\
&(1,1,1),(x,x,x)}
end{align}$$
And in general, ${1,x}^n$ is going to have $2^n$ points. The sum in question is a sum over all those points:
$$S_n=sum_{(a_1,...,a_n)in{1,x}^n}a_1cdots a_n$$
Which will be a sum of $2^n$ terms.
Let $P^{(n)}_j$ be the set of all points $(a_1,a_2,...,a_n)$ such that there are $j$ entries $a_k$ that are $x$, and there are $n-j$ entries $a_i$ that are $1$. We see that there is ${nchoose 0}=1$ point in $P^{(n)}_0$ and ${nchoose n}=1$ point in $P^{(n)}_n$. Then we see that there are ${nchoose 1}=n$ points in $P_1^{(n)}$ and ${nchoose n-1}=n$ points in $P_{n-1}^{(n)}$. So in general $$left|P_{j}^{(n)}right|={nchoose j}=frac{n!}{j!(n-j)!}$$
Then we define the function $$q(a_1,a_2,...,a_n)=a_1a_2cdots a_n$$
And see that, since points in $P^{(n)}_j$ by definition have $j$ entries equal to $x$,
$$mathbf{a}in P_{j}^{(n)}Rightarrow q(mathbf{a})=x^j$$
So of course
$$S_n=sum_{j=0}^{n}left|P_{j}^{(n)}right|qleft(mathbf{a}in P_{j}^{(n)}right)\
=sum_{j=0}^{n}{nchoose j}x^j=(1+x)^n$$
The final step coming from the Binomial theorem:
$$(x+y)^n=sum_{j=0}^{n}{nchoose j}x^jy^{n-j}$$
answered 3 hours ago
clathratusclathratus
5,4881440
5,4881440
add a comment |
add a comment |
$begingroup$
${1,x}^n$ is the Cartesian self product of the set to the $n$-th degree. $$begin{align}{1,x}^n &= overbrace{{1,x}times{1,x}timescdotstimes{1,x}}^{text{$n$ factors}}\[2ex]&={underbrace{(1,1,ldots,1, 1)}_{text{$n$ terms}},(1,1,ldots, 1,x),ldots,(x,x,ldots, x,1),(x,x,ldots,x,x)}end{align}$$
So...
$$sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n$$
This is the sum, for all possible selections, of the product of $n$ factors each selected independently from the set ${1,x}$.
It is clearly equal to $(1+x)^n$
$$begin{align}sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n&=(1+x)sum_{(a_1,ldots,a_{n-1})in{1,x}^{n-1}}a_1a_2cdots a_{n-1}
\[2ex]&=(1+x)^nend{align}$$
$endgroup$
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
add a comment |
$begingroup$
${1,x}^n$ is the Cartesian self product of the set to the $n$-th degree. $$begin{align}{1,x}^n &= overbrace{{1,x}times{1,x}timescdotstimes{1,x}}^{text{$n$ factors}}\[2ex]&={underbrace{(1,1,ldots,1, 1)}_{text{$n$ terms}},(1,1,ldots, 1,x),ldots,(x,x,ldots, x,1),(x,x,ldots,x,x)}end{align}$$
So...
$$sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n$$
This is the sum, for all possible selections, of the product of $n$ factors each selected independently from the set ${1,x}$.
It is clearly equal to $(1+x)^n$
$$begin{align}sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n&=(1+x)sum_{(a_1,ldots,a_{n-1})in{1,x}^{n-1}}a_1a_2cdots a_{n-1}
\[2ex]&=(1+x)^nend{align}$$
$endgroup$
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
add a comment |
$begingroup$
${1,x}^n$ is the Cartesian self product of the set to the $n$-th degree. $$begin{align}{1,x}^n &= overbrace{{1,x}times{1,x}timescdotstimes{1,x}}^{text{$n$ factors}}\[2ex]&={underbrace{(1,1,ldots,1, 1)}_{text{$n$ terms}},(1,1,ldots, 1,x),ldots,(x,x,ldots, x,1),(x,x,ldots,x,x)}end{align}$$
So...
$$sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n$$
This is the sum, for all possible selections, of the product of $n$ factors each selected independently from the set ${1,x}$.
It is clearly equal to $(1+x)^n$
$$begin{align}sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n&=(1+x)sum_{(a_1,ldots,a_{n-1})in{1,x}^{n-1}}a_1a_2cdots a_{n-1}
\[2ex]&=(1+x)^nend{align}$$
$endgroup$
${1,x}^n$ is the Cartesian self product of the set to the $n$-th degree. $$begin{align}{1,x}^n &= overbrace{{1,x}times{1,x}timescdotstimes{1,x}}^{text{$n$ factors}}\[2ex]&={underbrace{(1,1,ldots,1, 1)}_{text{$n$ terms}},(1,1,ldots, 1,x),ldots,(x,x,ldots, x,1),(x,x,ldots,x,x)}end{align}$$
So...
$$sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n$$
This is the sum, for all possible selections, of the product of $n$ factors each selected independently from the set ${1,x}$.
It is clearly equal to $(1+x)^n$
$$begin{align}sumlimits_{(a_1,ldots,a_n)in{1,x}^n} a_1a_2cdots a_n&=(1+x)sum_{(a_1,ldots,a_{n-1})in{1,x}^{n-1}}a_1a_2cdots a_{n-1}
\[2ex]&=(1+x)^nend{align}$$
edited 2 hours ago
answered 2 hours ago
Graham KempGraham Kemp
88.9k43579
88.9k43579
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
add a comment |
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
im just not sure what the power to the n means in $${1,x}^n$$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
It the Cartesian self product of the set to the $n$-th degree.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
What's the [2ex] term?
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
... a Mathjax Formatting glitch in the comments. I've moved it to the body.
$endgroup$
– Graham Kemp
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
$begingroup$
So as you and others have said, its a sum of all possible combinations of products of $a_1,...,a_n$ where $a_iin {1,x}$
$endgroup$
– Thomas Formal
2 hours ago
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%2f3217832%2ftrying-to-understand-a-summation%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