Hermite differential equation
I'm currently reading Applied PDEs by Logan and he defines the Hermite differential equation as
$$-y''+x^2y=Ey$$
and we are to show that $v_n(x)=H_n(x)e^{-x^2/2}$ is a solution where $E=2n+1$ and $H_n(x) = (-1)^n e^{x^2} frac{d^n}{dx^n} e^{-x^2}$
I suppose I'm concerned that there isn't a solution because after working for awhile I checked around and the differential equation was always written as $y''-2xy'+2ny=0$. I'm also aware there is more than one way to define $H_n(x)$. In any case, I'd appreciate knowing that it can at least be done in principle and that this is not, in fact, a typo.... and a hint would be appreciated as well.
pde
add a comment |
I'm currently reading Applied PDEs by Logan and he defines the Hermite differential equation as
$$-y''+x^2y=Ey$$
and we are to show that $v_n(x)=H_n(x)e^{-x^2/2}$ is a solution where $E=2n+1$ and $H_n(x) = (-1)^n e^{x^2} frac{d^n}{dx^n} e^{-x^2}$
I suppose I'm concerned that there isn't a solution because after working for awhile I checked around and the differential equation was always written as $y''-2xy'+2ny=0$. I'm also aware there is more than one way to define $H_n(x)$. In any case, I'd appreciate knowing that it can at least be done in principle and that this is not, in fact, a typo.... and a hint would be appreciated as well.
pde
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07
add a comment |
I'm currently reading Applied PDEs by Logan and he defines the Hermite differential equation as
$$-y''+x^2y=Ey$$
and we are to show that $v_n(x)=H_n(x)e^{-x^2/2}$ is a solution where $E=2n+1$ and $H_n(x) = (-1)^n e^{x^2} frac{d^n}{dx^n} e^{-x^2}$
I suppose I'm concerned that there isn't a solution because after working for awhile I checked around and the differential equation was always written as $y''-2xy'+2ny=0$. I'm also aware there is more than one way to define $H_n(x)$. In any case, I'd appreciate knowing that it can at least be done in principle and that this is not, in fact, a typo.... and a hint would be appreciated as well.
pde
I'm currently reading Applied PDEs by Logan and he defines the Hermite differential equation as
$$-y''+x^2y=Ey$$
and we are to show that $v_n(x)=H_n(x)e^{-x^2/2}$ is a solution where $E=2n+1$ and $H_n(x) = (-1)^n e^{x^2} frac{d^n}{dx^n} e^{-x^2}$
I suppose I'm concerned that there isn't a solution because after working for awhile I checked around and the differential equation was always written as $y''-2xy'+2ny=0$. I'm also aware there is more than one way to define $H_n(x)$. In any case, I'd appreciate knowing that it can at least be done in principle and that this is not, in fact, a typo.... and a hint would be appreciated as well.
pde
pde
asked Nov 24 at 15:49
Clclstdnt
463313
463313
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07
add a comment |
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07
add a comment |
1 Answer
1
active
oldest
votes
Define $y$ as follows
begin{eqnarray}
y(x) &=& u(x)e^{-x/2} \
frac{{rm d}^2y}{{rm d}x^2} &=& e^{-x^2/2} left[left(x^2-1right) u(x)+frac{{rm d}^2u}{{rm d}x^2}-2 x frac{{rm d}u}{{rm d}x}right]
end{eqnarray}
Replacing we get
begin{eqnarray}
-frac{{rm d}^2y(x)}{{rm d}x^2} + x^2y &=& E y(x) \
Leftrightarrow e^{-x^2/2} left[-frac{{rm d^2}u}{{rm d}x^2}+2 x frac{{rm d}u}{{rm d}x}+u(x)right] &=& E e^{-x^2/2}u(x) \
Leftrightarrow frac{{rm d^2}u}{{rm d}x^2} -2x frac{{rm d}u}{{rm d}x} + (E-1)u(x) &=& 0
end{eqnarray}
From here you can conclude the solutions are of the form
$$
u(x) = H_n(x)
$$
where $n = (E - 1) / 2$, or equivalently $E = 2n + 1$
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%2f3011703%2fhermite-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
Define $y$ as follows
begin{eqnarray}
y(x) &=& u(x)e^{-x/2} \
frac{{rm d}^2y}{{rm d}x^2} &=& e^{-x^2/2} left[left(x^2-1right) u(x)+frac{{rm d}^2u}{{rm d}x^2}-2 x frac{{rm d}u}{{rm d}x}right]
end{eqnarray}
Replacing we get
begin{eqnarray}
-frac{{rm d}^2y(x)}{{rm d}x^2} + x^2y &=& E y(x) \
Leftrightarrow e^{-x^2/2} left[-frac{{rm d^2}u}{{rm d}x^2}+2 x frac{{rm d}u}{{rm d}x}+u(x)right] &=& E e^{-x^2/2}u(x) \
Leftrightarrow frac{{rm d^2}u}{{rm d}x^2} -2x frac{{rm d}u}{{rm d}x} + (E-1)u(x) &=& 0
end{eqnarray}
From here you can conclude the solutions are of the form
$$
u(x) = H_n(x)
$$
where $n = (E - 1) / 2$, or equivalently $E = 2n + 1$
add a comment |
Define $y$ as follows
begin{eqnarray}
y(x) &=& u(x)e^{-x/2} \
frac{{rm d}^2y}{{rm d}x^2} &=& e^{-x^2/2} left[left(x^2-1right) u(x)+frac{{rm d}^2u}{{rm d}x^2}-2 x frac{{rm d}u}{{rm d}x}right]
end{eqnarray}
Replacing we get
begin{eqnarray}
-frac{{rm d}^2y(x)}{{rm d}x^2} + x^2y &=& E y(x) \
Leftrightarrow e^{-x^2/2} left[-frac{{rm d^2}u}{{rm d}x^2}+2 x frac{{rm d}u}{{rm d}x}+u(x)right] &=& E e^{-x^2/2}u(x) \
Leftrightarrow frac{{rm d^2}u}{{rm d}x^2} -2x frac{{rm d}u}{{rm d}x} + (E-1)u(x) &=& 0
end{eqnarray}
From here you can conclude the solutions are of the form
$$
u(x) = H_n(x)
$$
where $n = (E - 1) / 2$, or equivalently $E = 2n + 1$
add a comment |
Define $y$ as follows
begin{eqnarray}
y(x) &=& u(x)e^{-x/2} \
frac{{rm d}^2y}{{rm d}x^2} &=& e^{-x^2/2} left[left(x^2-1right) u(x)+frac{{rm d}^2u}{{rm d}x^2}-2 x frac{{rm d}u}{{rm d}x}right]
end{eqnarray}
Replacing we get
begin{eqnarray}
-frac{{rm d}^2y(x)}{{rm d}x^2} + x^2y &=& E y(x) \
Leftrightarrow e^{-x^2/2} left[-frac{{rm d^2}u}{{rm d}x^2}+2 x frac{{rm d}u}{{rm d}x}+u(x)right] &=& E e^{-x^2/2}u(x) \
Leftrightarrow frac{{rm d^2}u}{{rm d}x^2} -2x frac{{rm d}u}{{rm d}x} + (E-1)u(x) &=& 0
end{eqnarray}
From here you can conclude the solutions are of the form
$$
u(x) = H_n(x)
$$
where $n = (E - 1) / 2$, or equivalently $E = 2n + 1$
Define $y$ as follows
begin{eqnarray}
y(x) &=& u(x)e^{-x/2} \
frac{{rm d}^2y}{{rm d}x^2} &=& e^{-x^2/2} left[left(x^2-1right) u(x)+frac{{rm d}^2u}{{rm d}x^2}-2 x frac{{rm d}u}{{rm d}x}right]
end{eqnarray}
Replacing we get
begin{eqnarray}
-frac{{rm d}^2y(x)}{{rm d}x^2} + x^2y &=& E y(x) \
Leftrightarrow e^{-x^2/2} left[-frac{{rm d^2}u}{{rm d}x^2}+2 x frac{{rm d}u}{{rm d}x}+u(x)right] &=& E e^{-x^2/2}u(x) \
Leftrightarrow frac{{rm d^2}u}{{rm d}x^2} -2x frac{{rm d}u}{{rm d}x} + (E-1)u(x) &=& 0
end{eqnarray}
From here you can conclude the solutions are of the form
$$
u(x) = H_n(x)
$$
where $n = (E - 1) / 2$, or equivalently $E = 2n + 1$
answered Nov 24 at 16:17
caverac
13.4k21029
13.4k21029
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3011703%2fhermite-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
Have you tried direct substitution? The definition of Hermite polynomials you are using seems okay to me
– Yuriy S
Nov 24 at 15:56
It's not the definition of the polynomials I am concerned about.... but the definition of the DE. I was merely mentioning that the definition of the polynomials varies because this might explain why the DE I'm encountering is different.
– Clclstdnt
Nov 25 at 1:07