Using Frobenius method to solve the Legendre differential equation
$begingroup$
I'm tasked with solving the Legendre differential equation, and
Using $c=0$, obtain a series of even powers of $x$ (with $a_1=0$).
I found this exercise to be good at highlighting what I found confusing about this method. Firstly, I find the following indicial equations:
$$a_0 (c-1)c = 0$$
$$a_1(c+1)c = 0$$
I am instructed to choose $c=0$. Doing so, I don't see how this implies $a_1=0.$ Setting $c=0$ instantly satisfies the second equation $forall a_1 in mathbb R$. If I chose $c=1$, that would indeed imply $a_1 = 0$, but I don't see how $c=0$ does. That aside, I end up with the canonical recurrence relation
$$a_{n+2} = frac{n(n+1) - l(l+1)}{(n+2)(n+1)}a_n$$
And I went to check that even and odd indices of $a_n$ were non-zero. They were, so I don't see how I need to find an odd and even part for $c=0$. By forcing $a_1=0$, I can express an even part just by observing the even terms of recurrence relation. However, further I am tasked with:
Using $c=1$, obtain a series of odd powers of $x$ (with $a_1=0$).
Doing this forces $a_1$ to be zero, and I would then think that I'd only have odd powers of $x$ since $a_1 = 0 implies a_{n + 2} = 0 implies a_3 = a_5 = ... = 0$. However, I am meant to prove the recurrence relation:
$$a_{n+2} = frac{(n+1)(n+2) - l(l+1)}{(n+2)(n+3)}a_n$$
Which I don't recognize. This here highlights my confusions with this method:
- Why is my first recurrence relation not going to encompass both the even and odd parts if $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$?
- Is there some non-arbitrary need that if $c=0 implies a_1 = 0$?
- If my answer may only contain odd or even powers of $x$ but $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$, then how do I know if I only have an odd or even power of $x$ for my recurrence relation?
- Generally, what are the parametrisations of $c$ such that the solution will only encompass odd, even, or both powers of $x$?
legendre-polynomials frobenius-method
$endgroup$
add a comment |
$begingroup$
I'm tasked with solving the Legendre differential equation, and
Using $c=0$, obtain a series of even powers of $x$ (with $a_1=0$).
I found this exercise to be good at highlighting what I found confusing about this method. Firstly, I find the following indicial equations:
$$a_0 (c-1)c = 0$$
$$a_1(c+1)c = 0$$
I am instructed to choose $c=0$. Doing so, I don't see how this implies $a_1=0.$ Setting $c=0$ instantly satisfies the second equation $forall a_1 in mathbb R$. If I chose $c=1$, that would indeed imply $a_1 = 0$, but I don't see how $c=0$ does. That aside, I end up with the canonical recurrence relation
$$a_{n+2} = frac{n(n+1) - l(l+1)}{(n+2)(n+1)}a_n$$
And I went to check that even and odd indices of $a_n$ were non-zero. They were, so I don't see how I need to find an odd and even part for $c=0$. By forcing $a_1=0$, I can express an even part just by observing the even terms of recurrence relation. However, further I am tasked with:
Using $c=1$, obtain a series of odd powers of $x$ (with $a_1=0$).
Doing this forces $a_1$ to be zero, and I would then think that I'd only have odd powers of $x$ since $a_1 = 0 implies a_{n + 2} = 0 implies a_3 = a_5 = ... = 0$. However, I am meant to prove the recurrence relation:
$$a_{n+2} = frac{(n+1)(n+2) - l(l+1)}{(n+2)(n+3)}a_n$$
Which I don't recognize. This here highlights my confusions with this method:
- Why is my first recurrence relation not going to encompass both the even and odd parts if $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$?
- Is there some non-arbitrary need that if $c=0 implies a_1 = 0$?
- If my answer may only contain odd or even powers of $x$ but $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$, then how do I know if I only have an odd or even power of $x$ for my recurrence relation?
- Generally, what are the parametrisations of $c$ such that the solution will only encompass odd, even, or both powers of $x$?
legendre-polynomials frobenius-method
$endgroup$
add a comment |
$begingroup$
I'm tasked with solving the Legendre differential equation, and
Using $c=0$, obtain a series of even powers of $x$ (with $a_1=0$).
I found this exercise to be good at highlighting what I found confusing about this method. Firstly, I find the following indicial equations:
$$a_0 (c-1)c = 0$$
$$a_1(c+1)c = 0$$
I am instructed to choose $c=0$. Doing so, I don't see how this implies $a_1=0.$ Setting $c=0$ instantly satisfies the second equation $forall a_1 in mathbb R$. If I chose $c=1$, that would indeed imply $a_1 = 0$, but I don't see how $c=0$ does. That aside, I end up with the canonical recurrence relation
$$a_{n+2} = frac{n(n+1) - l(l+1)}{(n+2)(n+1)}a_n$$
And I went to check that even and odd indices of $a_n$ were non-zero. They were, so I don't see how I need to find an odd and even part for $c=0$. By forcing $a_1=0$, I can express an even part just by observing the even terms of recurrence relation. However, further I am tasked with:
Using $c=1$, obtain a series of odd powers of $x$ (with $a_1=0$).
Doing this forces $a_1$ to be zero, and I would then think that I'd only have odd powers of $x$ since $a_1 = 0 implies a_{n + 2} = 0 implies a_3 = a_5 = ... = 0$. However, I am meant to prove the recurrence relation:
$$a_{n+2} = frac{(n+1)(n+2) - l(l+1)}{(n+2)(n+3)}a_n$$
Which I don't recognize. This here highlights my confusions with this method:
- Why is my first recurrence relation not going to encompass both the even and odd parts if $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$?
- Is there some non-arbitrary need that if $c=0 implies a_1 = 0$?
- If my answer may only contain odd or even powers of $x$ but $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$, then how do I know if I only have an odd or even power of $x$ for my recurrence relation?
- Generally, what are the parametrisations of $c$ such that the solution will only encompass odd, even, or both powers of $x$?
legendre-polynomials frobenius-method
$endgroup$
I'm tasked with solving the Legendre differential equation, and
Using $c=0$, obtain a series of even powers of $x$ (with $a_1=0$).
I found this exercise to be good at highlighting what I found confusing about this method. Firstly, I find the following indicial equations:
$$a_0 (c-1)c = 0$$
$$a_1(c+1)c = 0$$
I am instructed to choose $c=0$. Doing so, I don't see how this implies $a_1=0.$ Setting $c=0$ instantly satisfies the second equation $forall a_1 in mathbb R$. If I chose $c=1$, that would indeed imply $a_1 = 0$, but I don't see how $c=0$ does. That aside, I end up with the canonical recurrence relation
$$a_{n+2} = frac{n(n+1) - l(l+1)}{(n+2)(n+1)}a_n$$
And I went to check that even and odd indices of $a_n$ were non-zero. They were, so I don't see how I need to find an odd and even part for $c=0$. By forcing $a_1=0$, I can express an even part just by observing the even terms of recurrence relation. However, further I am tasked with:
Using $c=1$, obtain a series of odd powers of $x$ (with $a_1=0$).
Doing this forces $a_1$ to be zero, and I would then think that I'd only have odd powers of $x$ since $a_1 = 0 implies a_{n + 2} = 0 implies a_3 = a_5 = ... = 0$. However, I am meant to prove the recurrence relation:
$$a_{n+2} = frac{(n+1)(n+2) - l(l+1)}{(n+2)(n+3)}a_n$$
Which I don't recognize. This here highlights my confusions with this method:
- Why is my first recurrence relation not going to encompass both the even and odd parts if $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$?
- Is there some non-arbitrary need that if $c=0 implies a_1 = 0$?
- If my answer may only contain odd or even powers of $x$ but $a_{n+2} ne 0 $ for starting at both $a_1$ and $a_0$, then how do I know if I only have an odd or even power of $x$ for my recurrence relation?
- Generally, what are the parametrisations of $c$ such that the solution will only encompass odd, even, or both powers of $x$?
legendre-polynomials frobenius-method
legendre-polynomials frobenius-method
edited Dec 13 '18 at 15:16
sangstar
asked Dec 13 '18 at 3:22
sangstarsangstar
853215
853215
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Details can be found in my answer to another question related to Legendre equation:
about-the-legendre-differential-equation
$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%2f3037552%2fusing-frobenius-method-to-solve-the-legendre-differential-equation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Details can be found in my answer to another question related to Legendre equation:
about-the-legendre-differential-equation
$endgroup$
add a comment |
$begingroup$
Details can be found in my answer to another question related to Legendre equation:
about-the-legendre-differential-equation
$endgroup$
add a comment |
$begingroup$
Details can be found in my answer to another question related to Legendre equation:
about-the-legendre-differential-equation
$endgroup$
Details can be found in my answer to another question related to Legendre equation:
about-the-legendre-differential-equation
answered Dec 24 '18 at 14:58
Maestro13Maestro13
1,081724
1,081724
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%2f3037552%2fusing-frobenius-method-to-solve-the-legendre-differential-equation%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