Develop Spread Polynomials Recursively
$begingroup$
I have the following recursive formula:
$$ S_0 = 0$$
$$ S_1 = alpha$$
$$ S_{n+1} = 2(1 - 2alpha)S_n - S_{n - 1} + 2alpha$$
So $S_2$ is given by:
$$S_{1 + 1} = 2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha$$
Then:
$$S_2 = (2 - 4alpha)alpha - 0 + 2alpha = 4alpha(1 - alpha)$$
And we are tasked to show that:
$$S_2(S_2(x)) = S_4(x)$$
I tried:
$$S_2(2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha) = (4alpha - 4alpha^2)^2 = 16alpha^2 - 32alpha^3 + 16alpha^4$$
Which is not equal to:
$$S_4 = 16alpha(1 - alpha)(1 - 2alpha)^2 = 16alpha(1 - 5alpha + 8alpha^2 - 4alpha^3)$$
Any suggestion or pointers in the direction that I should be focusing my attention. My feeling is that I am staring at the solution but its subtlety is just our of my reach.
linear-algebra
$endgroup$
add a comment |
$begingroup$
I have the following recursive formula:
$$ S_0 = 0$$
$$ S_1 = alpha$$
$$ S_{n+1} = 2(1 - 2alpha)S_n - S_{n - 1} + 2alpha$$
So $S_2$ is given by:
$$S_{1 + 1} = 2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha$$
Then:
$$S_2 = (2 - 4alpha)alpha - 0 + 2alpha = 4alpha(1 - alpha)$$
And we are tasked to show that:
$$S_2(S_2(x)) = S_4(x)$$
I tried:
$$S_2(2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha) = (4alpha - 4alpha^2)^2 = 16alpha^2 - 32alpha^3 + 16alpha^4$$
Which is not equal to:
$$S_4 = 16alpha(1 - alpha)(1 - 2alpha)^2 = 16alpha(1 - 5alpha + 8alpha^2 - 4alpha^3)$$
Any suggestion or pointers in the direction that I should be focusing my attention. My feeling is that I am staring at the solution but its subtlety is just our of my reach.
linear-algebra
$endgroup$
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
1
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13
add a comment |
$begingroup$
I have the following recursive formula:
$$ S_0 = 0$$
$$ S_1 = alpha$$
$$ S_{n+1} = 2(1 - 2alpha)S_n - S_{n - 1} + 2alpha$$
So $S_2$ is given by:
$$S_{1 + 1} = 2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha$$
Then:
$$S_2 = (2 - 4alpha)alpha - 0 + 2alpha = 4alpha(1 - alpha)$$
And we are tasked to show that:
$$S_2(S_2(x)) = S_4(x)$$
I tried:
$$S_2(2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha) = (4alpha - 4alpha^2)^2 = 16alpha^2 - 32alpha^3 + 16alpha^4$$
Which is not equal to:
$$S_4 = 16alpha(1 - alpha)(1 - 2alpha)^2 = 16alpha(1 - 5alpha + 8alpha^2 - 4alpha^3)$$
Any suggestion or pointers in the direction that I should be focusing my attention. My feeling is that I am staring at the solution but its subtlety is just our of my reach.
linear-algebra
$endgroup$
I have the following recursive formula:
$$ S_0 = 0$$
$$ S_1 = alpha$$
$$ S_{n+1} = 2(1 - 2alpha)S_n - S_{n - 1} + 2alpha$$
So $S_2$ is given by:
$$S_{1 + 1} = 2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha$$
Then:
$$S_2 = (2 - 4alpha)alpha - 0 + 2alpha = 4alpha(1 - alpha)$$
And we are tasked to show that:
$$S_2(S_2(x)) = S_4(x)$$
I tried:
$$S_2(2(1 - 2alpha)S_1 - S_{1 - 1} + 2alpha) = (4alpha - 4alpha^2)^2 = 16alpha^2 - 32alpha^3 + 16alpha^4$$
Which is not equal to:
$$S_4 = 16alpha(1 - alpha)(1 - 2alpha)^2 = 16alpha(1 - 5alpha + 8alpha^2 - 4alpha^3)$$
Any suggestion or pointers in the direction that I should be focusing my attention. My feeling is that I am staring at the solution but its subtlety is just our of my reach.
linear-algebra
linear-algebra
asked Jan 27 at 2:52
hlogomahlogoma
112
112
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
1
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13
add a comment |
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
1
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
1
1
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13
add a comment |
0
active
oldest
votes
Your Answer
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%2f3089082%2fdevelop-spread-polynomials-recursively%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3089082%2fdevelop-spread-polynomials-recursively%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
$begingroup$
There seems to be a mix of $x$s and $alpha$s; it appears that you're using them interchangeably, so I'll use $x$ to save typing. Since you've already shown that $S_2(x)=4x(1-x)$, you can write simply $$S_2(S_2(x)) = 4cdot 4x(1-x)cdot(1-4x(1-x))=16x(1-x)(1-4x+4x^2)=16x(1-x)(1-2x)^2$$ The last expression is, indeed, $S_4(x)$. So, you simply erred somewhere in expanding $S_2(S_2(x))$.
$endgroup$
– Blue
Jan 27 at 4:00
$begingroup$
Thanks you. Your answer highlights the elegance of mathematics and thereby underlines its attraction to many. I marvel but unfortunately find myself still looking in from the outside. I hope you have the time to unpack $4⋅4x(1−x)⋅(1−4x(1−x))$. I see the term $(4x(1-x))^2$ but I do not see where we get the $4$ times quantity nor the term $(1 - 4x(1-x))$ from.
$endgroup$
– hlogoma
Jan 27 at 14:39
$begingroup$
In determining $S_2(S_2(x))$, we simply replace every $x$ in $4x(1-x)$ with $S_2(x)$, which is $4x(1-x)$. $$4cdotcolor{red}{x}cdot(1-color{red}{x}) quadtoquad 4cdotcolor{red}{S_2(x)}cdot (;1-color{red}{S_2(x)};)quadtoquad 4cdotcolor{red}{4x(1-x)}cdot (;1-color{red}{4x(1-x)};)$$
$endgroup$
– Blue
Jan 27 at 19:41
1
$begingroup$
Wow ... I got it now ... thanks for the patience. It is like a double shot of expresso, I need a chaser. Thanks again.
$endgroup$
– hlogoma
Jan 27 at 20:13