Power series, how to shift the index of a summation with a powers 2n+1
$begingroup$
I am taking an ordinary differential equation class, and we are currently learning about power series. One thing that comes up is index shifting, for the most part, I can shift the index quite easily, but in the following case, I end up with a fraction index. I have an ODE of the form y'' + 2xy' + y = 0, with one of the solutions being (in power series form):
y = $sum_{n=0}^{infty} b_n x^{2n+1}$
finding y' and y'', gives me:
y' = $sum_{n=1}^{infty} (2n+1)b_n x^{2n}$
y'' = $sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1}$
plugging it in the ODE, I get:
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + 2xsum_{n=1}^{infty} (2n+1)b_n x^{2n} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
which is simplified as
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + sum_{n=1}^{infty} 2(2n+1)b_n x^{2n+1} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
From there, I can put y and y' together as such:
$b_0x + sum_{n=1}^{infty} [b_n + 2(2n+1)b_n]x^{2n+1} + sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} = 0$
And now I'm stuck on how to shift the index so I can add both of the remaining summations together. The problem comes from having a power of 2n instead of just n, i end with indexes that are fractions, which cannot be right.
I tried to look around on google but every examples are showing how to shift indexes with a power series of $x^{n+a}$ and not $x^{2n+a}$
Can anyone be kind enough to show me how to shift the index for this problem (and perhaps give me another example which is similar to this)? Thank you
summation differential
$endgroup$
add a comment |
$begingroup$
I am taking an ordinary differential equation class, and we are currently learning about power series. One thing that comes up is index shifting, for the most part, I can shift the index quite easily, but in the following case, I end up with a fraction index. I have an ODE of the form y'' + 2xy' + y = 0, with one of the solutions being (in power series form):
y = $sum_{n=0}^{infty} b_n x^{2n+1}$
finding y' and y'', gives me:
y' = $sum_{n=1}^{infty} (2n+1)b_n x^{2n}$
y'' = $sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1}$
plugging it in the ODE, I get:
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + 2xsum_{n=1}^{infty} (2n+1)b_n x^{2n} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
which is simplified as
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + sum_{n=1}^{infty} 2(2n+1)b_n x^{2n+1} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
From there, I can put y and y' together as such:
$b_0x + sum_{n=1}^{infty} [b_n + 2(2n+1)b_n]x^{2n+1} + sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} = 0$
And now I'm stuck on how to shift the index so I can add both of the remaining summations together. The problem comes from having a power of 2n instead of just n, i end with indexes that are fractions, which cannot be right.
I tried to look around on google but every examples are showing how to shift indexes with a power series of $x^{n+a}$ and not $x^{2n+a}$
Can anyone be kind enough to show me how to shift the index for this problem (and perhaps give me another example which is similar to this)? Thank you
summation differential
$endgroup$
add a comment |
$begingroup$
I am taking an ordinary differential equation class, and we are currently learning about power series. One thing that comes up is index shifting, for the most part, I can shift the index quite easily, but in the following case, I end up with a fraction index. I have an ODE of the form y'' + 2xy' + y = 0, with one of the solutions being (in power series form):
y = $sum_{n=0}^{infty} b_n x^{2n+1}$
finding y' and y'', gives me:
y' = $sum_{n=1}^{infty} (2n+1)b_n x^{2n}$
y'' = $sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1}$
plugging it in the ODE, I get:
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + 2xsum_{n=1}^{infty} (2n+1)b_n x^{2n} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
which is simplified as
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + sum_{n=1}^{infty} 2(2n+1)b_n x^{2n+1} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
From there, I can put y and y' together as such:
$b_0x + sum_{n=1}^{infty} [b_n + 2(2n+1)b_n]x^{2n+1} + sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} = 0$
And now I'm stuck on how to shift the index so I can add both of the remaining summations together. The problem comes from having a power of 2n instead of just n, i end with indexes that are fractions, which cannot be right.
I tried to look around on google but every examples are showing how to shift indexes with a power series of $x^{n+a}$ and not $x^{2n+a}$
Can anyone be kind enough to show me how to shift the index for this problem (and perhaps give me another example which is similar to this)? Thank you
summation differential
$endgroup$
I am taking an ordinary differential equation class, and we are currently learning about power series. One thing that comes up is index shifting, for the most part, I can shift the index quite easily, but in the following case, I end up with a fraction index. I have an ODE of the form y'' + 2xy' + y = 0, with one of the solutions being (in power series form):
y = $sum_{n=0}^{infty} b_n x^{2n+1}$
finding y' and y'', gives me:
y' = $sum_{n=1}^{infty} (2n+1)b_n x^{2n}$
y'' = $sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1}$
plugging it in the ODE, I get:
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + 2xsum_{n=1}^{infty} (2n+1)b_n x^{2n} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
which is simplified as
$sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} + sum_{n=1}^{infty} 2(2n+1)b_n x^{2n+1} + sum_{n=0}^{infty} b_n x^{2n+1} = 0$
From there, I can put y and y' together as such:
$b_0x + sum_{n=1}^{infty} [b_n + 2(2n+1)b_n]x^{2n+1} + sum_{n=2}^{infty} (2n)(2n+1)b_n x^{2n-1} = 0$
And now I'm stuck on how to shift the index so I can add both of the remaining summations together. The problem comes from having a power of 2n instead of just n, i end with indexes that are fractions, which cannot be right.
I tried to look around on google but every examples are showing how to shift indexes with a power series of $x^{n+a}$ and not $x^{2n+a}$
Can anyone be kind enough to show me how to shift the index for this problem (and perhaps give me another example which is similar to this)? Thank you
summation differential
summation differential
asked Nov 20 '16 at 23:03
JohnJohn
62
62
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Hint
you can downshift or upshift.
$$sum_{n=k}^N f(n)=$$
$$sum_{n=k-1}^{N-1}f(n+1)=sum_{n=k+1}^{N+1}f(n-1)$$
$endgroup$
add a comment |
$begingroup$
The right-hand sum's lowest term is $x^3$. We want $x^3$ to be of the form $x^{2n+1}$ so that we can combine the right-hand sum with the left-hand one. Clearly then, we can start the sum at n=1 and replace n with n+1 everywhere it appears in the right-hand sum. This sends 2n to 2(n+1), 2n+1 to 2n+3, and $b_n$ to $b_{n+1}$.
$endgroup$
add a comment |
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%2f2023436%2fpower-series-how-to-shift-the-index-of-a-summation-with-a-powers-2n1%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Hint
you can downshift or upshift.
$$sum_{n=k}^N f(n)=$$
$$sum_{n=k-1}^{N-1}f(n+1)=sum_{n=k+1}^{N+1}f(n-1)$$
$endgroup$
add a comment |
$begingroup$
Hint
you can downshift or upshift.
$$sum_{n=k}^N f(n)=$$
$$sum_{n=k-1}^{N-1}f(n+1)=sum_{n=k+1}^{N+1}f(n-1)$$
$endgroup$
add a comment |
$begingroup$
Hint
you can downshift or upshift.
$$sum_{n=k}^N f(n)=$$
$$sum_{n=k-1}^{N-1}f(n+1)=sum_{n=k+1}^{N+1}f(n-1)$$
$endgroup$
Hint
you can downshift or upshift.
$$sum_{n=k}^N f(n)=$$
$$sum_{n=k-1}^{N-1}f(n+1)=sum_{n=k+1}^{N+1}f(n-1)$$
answered Nov 20 '16 at 23:11
hamam_Abdallahhamam_Abdallah
38k21634
38k21634
add a comment |
add a comment |
$begingroup$
The right-hand sum's lowest term is $x^3$. We want $x^3$ to be of the form $x^{2n+1}$ so that we can combine the right-hand sum with the left-hand one. Clearly then, we can start the sum at n=1 and replace n with n+1 everywhere it appears in the right-hand sum. This sends 2n to 2(n+1), 2n+1 to 2n+3, and $b_n$ to $b_{n+1}$.
$endgroup$
add a comment |
$begingroup$
The right-hand sum's lowest term is $x^3$. We want $x^3$ to be of the form $x^{2n+1}$ so that we can combine the right-hand sum with the left-hand one. Clearly then, we can start the sum at n=1 and replace n with n+1 everywhere it appears in the right-hand sum. This sends 2n to 2(n+1), 2n+1 to 2n+3, and $b_n$ to $b_{n+1}$.
$endgroup$
add a comment |
$begingroup$
The right-hand sum's lowest term is $x^3$. We want $x^3$ to be of the form $x^{2n+1}$ so that we can combine the right-hand sum with the left-hand one. Clearly then, we can start the sum at n=1 and replace n with n+1 everywhere it appears in the right-hand sum. This sends 2n to 2(n+1), 2n+1 to 2n+3, and $b_n$ to $b_{n+1}$.
$endgroup$
The right-hand sum's lowest term is $x^3$. We want $x^3$ to be of the form $x^{2n+1}$ so that we can combine the right-hand sum with the left-hand one. Clearly then, we can start the sum at n=1 and replace n with n+1 everywhere it appears in the right-hand sum. This sends 2n to 2(n+1), 2n+1 to 2n+3, and $b_n$ to $b_{n+1}$.
answered Dec 9 '18 at 11:10
BelowAverageIntelligenceBelowAverageIntelligence
5021213
5021213
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%2f2023436%2fpower-series-how-to-shift-the-index-of-a-summation-with-a-powers-2n1%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