Changing indices in ODE series solution
$begingroup$
I am given the following 2nd order ODE (in Sturm-Liouville form):
$$(u'e^{-x^2/2})'=-lambda e^{-x^2/2}$$
I am asked to try polynomial solutions $U_lambda(x)$ of degree $lambda$. I therefore substitute the general form of a polynomial of degree $lambda$,
$$U_lambda(x)=sum_{n=0}^lambda c_nx^n,$$ along with its derivatives $$U'_lambda(x)=sum_{n=1}^lambda nc_nx^{n-1}quadtextrm{and}quad U''_lambda(x)=sum_{n=2}^lambda n(n-1)c_nx^{n-2}$$ into the ODE. This gives
$$sum_{n=2}^lambda n(n-1)c_nx^{n-2}-sum_{n=1}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0.$$
I can trivially extend the lower limit of the second sum to $n=0$ thanks to the $n$ term. My issue lies in the first summation. I was taught to change index such that $n-2to n$, as to align the powers of $x$.
According to the solution sheet I was given, this yields
$$sum_{n=0}^lambda (n+2)(n+1)c_{n+2}x^{n}-sum_{n=0}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0$$
which gives the desired recurrence relation
$$c_{n+2}=frac{n-lambda}{(n+2)(n+1)}c_n.$$
My issue lies in the index change ($nto n+2$) in the first summation. Shouldn't the upper limit of the sum also change, from $n=lambda$ to $n=lambda-2$? The lower limit changes (from $n=2$ to $n=0$), so surely the upper limit would have to change too? And if it did change, wouldn't that make it illegal to group the coefficients of $x^n$ and therefore to derive the recurrence relation?
I have encountered similar index changes e.g. in Frobenius' method, but there the upper limit was usually $infty$ so I wasn't too bothered by having to it leave it unchanged. But since $lambda$ here is finite, I am not sure if I am missing something.
Thanks.
ordinary-differential-equations power-series
$endgroup$
add a comment |
$begingroup$
I am given the following 2nd order ODE (in Sturm-Liouville form):
$$(u'e^{-x^2/2})'=-lambda e^{-x^2/2}$$
I am asked to try polynomial solutions $U_lambda(x)$ of degree $lambda$. I therefore substitute the general form of a polynomial of degree $lambda$,
$$U_lambda(x)=sum_{n=0}^lambda c_nx^n,$$ along with its derivatives $$U'_lambda(x)=sum_{n=1}^lambda nc_nx^{n-1}quadtextrm{and}quad U''_lambda(x)=sum_{n=2}^lambda n(n-1)c_nx^{n-2}$$ into the ODE. This gives
$$sum_{n=2}^lambda n(n-1)c_nx^{n-2}-sum_{n=1}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0.$$
I can trivially extend the lower limit of the second sum to $n=0$ thanks to the $n$ term. My issue lies in the first summation. I was taught to change index such that $n-2to n$, as to align the powers of $x$.
According to the solution sheet I was given, this yields
$$sum_{n=0}^lambda (n+2)(n+1)c_{n+2}x^{n}-sum_{n=0}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0$$
which gives the desired recurrence relation
$$c_{n+2}=frac{n-lambda}{(n+2)(n+1)}c_n.$$
My issue lies in the index change ($nto n+2$) in the first summation. Shouldn't the upper limit of the sum also change, from $n=lambda$ to $n=lambda-2$? The lower limit changes (from $n=2$ to $n=0$), so surely the upper limit would have to change too? And if it did change, wouldn't that make it illegal to group the coefficients of $x^n$ and therefore to derive the recurrence relation?
I have encountered similar index changes e.g. in Frobenius' method, but there the upper limit was usually $infty$ so I wasn't too bothered by having to it leave it unchanged. But since $lambda$ here is finite, I am not sure if I am missing something.
Thanks.
ordinary-differential-equations power-series
$endgroup$
add a comment |
$begingroup$
I am given the following 2nd order ODE (in Sturm-Liouville form):
$$(u'e^{-x^2/2})'=-lambda e^{-x^2/2}$$
I am asked to try polynomial solutions $U_lambda(x)$ of degree $lambda$. I therefore substitute the general form of a polynomial of degree $lambda$,
$$U_lambda(x)=sum_{n=0}^lambda c_nx^n,$$ along with its derivatives $$U'_lambda(x)=sum_{n=1}^lambda nc_nx^{n-1}quadtextrm{and}quad U''_lambda(x)=sum_{n=2}^lambda n(n-1)c_nx^{n-2}$$ into the ODE. This gives
$$sum_{n=2}^lambda n(n-1)c_nx^{n-2}-sum_{n=1}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0.$$
I can trivially extend the lower limit of the second sum to $n=0$ thanks to the $n$ term. My issue lies in the first summation. I was taught to change index such that $n-2to n$, as to align the powers of $x$.
According to the solution sheet I was given, this yields
$$sum_{n=0}^lambda (n+2)(n+1)c_{n+2}x^{n}-sum_{n=0}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0$$
which gives the desired recurrence relation
$$c_{n+2}=frac{n-lambda}{(n+2)(n+1)}c_n.$$
My issue lies in the index change ($nto n+2$) in the first summation. Shouldn't the upper limit of the sum also change, from $n=lambda$ to $n=lambda-2$? The lower limit changes (from $n=2$ to $n=0$), so surely the upper limit would have to change too? And if it did change, wouldn't that make it illegal to group the coefficients of $x^n$ and therefore to derive the recurrence relation?
I have encountered similar index changes e.g. in Frobenius' method, but there the upper limit was usually $infty$ so I wasn't too bothered by having to it leave it unchanged. But since $lambda$ here is finite, I am not sure if I am missing something.
Thanks.
ordinary-differential-equations power-series
$endgroup$
I am given the following 2nd order ODE (in Sturm-Liouville form):
$$(u'e^{-x^2/2})'=-lambda e^{-x^2/2}$$
I am asked to try polynomial solutions $U_lambda(x)$ of degree $lambda$. I therefore substitute the general form of a polynomial of degree $lambda$,
$$U_lambda(x)=sum_{n=0}^lambda c_nx^n,$$ along with its derivatives $$U'_lambda(x)=sum_{n=1}^lambda nc_nx^{n-1}quadtextrm{and}quad U''_lambda(x)=sum_{n=2}^lambda n(n-1)c_nx^{n-2}$$ into the ODE. This gives
$$sum_{n=2}^lambda n(n-1)c_nx^{n-2}-sum_{n=1}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0.$$
I can trivially extend the lower limit of the second sum to $n=0$ thanks to the $n$ term. My issue lies in the first summation. I was taught to change index such that $n-2to n$, as to align the powers of $x$.
According to the solution sheet I was given, this yields
$$sum_{n=0}^lambda (n+2)(n+1)c_{n+2}x^{n}-sum_{n=0}^lambda nc_nx^{n}+sum_{n=0}^lambda lambda c_nx^n=0$$
which gives the desired recurrence relation
$$c_{n+2}=frac{n-lambda}{(n+2)(n+1)}c_n.$$
My issue lies in the index change ($nto n+2$) in the first summation. Shouldn't the upper limit of the sum also change, from $n=lambda$ to $n=lambda-2$? The lower limit changes (from $n=2$ to $n=0$), so surely the upper limit would have to change too? And if it did change, wouldn't that make it illegal to group the coefficients of $x^n$ and therefore to derive the recurrence relation?
I have encountered similar index changes e.g. in Frobenius' method, but there the upper limit was usually $infty$ so I wasn't too bothered by having to it leave it unchanged. But since $lambda$ here is finite, I am not sure if I am missing something.
Thanks.
ordinary-differential-equations power-series
ordinary-differential-equations power-series
edited Dec 19 '18 at 17:05
martin
asked Dec 19 '18 at 16:26
martinmartin
136
136
add a comment |
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%2f3046579%2fchanging-indices-in-ode-series-solution%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%2f3046579%2fchanging-indices-in-ode-series-solution%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