Schrödinger's Equation with square potentialUniqueness of solutions to Schrödinger's equationRelative error...
How to explain what's wrong with this application of the chain rule?
Biological Blimps: Propulsion
Non-trope happy ending?
Is there a way to get `mathscr' with lower case letters in pdfLaTeX?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Picking the different solutions to the time independent Schrodinger eqaution
Pre-mixing cryogenic fuels and using only one fuel tank
Multiplicative persistence
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Is this toilet slogan correct usage of the English language?
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
Using substitution ciphers to generate new alphabets in a novel
How can I write humor as character trait?
Can I still be respawned if I die by falling off the map?
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
Has any country ever had 2 former presidents in jail simultaneously?
Does Doodling or Improvising on the Piano Have Any Benefits?
How does the math work for Perception checks?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
What if a revenant (monster) gains fire resistance?
Plot of a tornado-shaped surface
Recommended PCB layout understanding - ADM2572 datasheet
Creepy dinosaur pc game identification
Schrödinger's Equation with square potential
Uniqueness of solutions to Schrödinger's equationRelative error when computing derivatives via FFTDerivation of Schrödinger's equationPlease help: My MATLAB code for solving a 2D Schrödinger equation keep giving me weird output.Incident beam above a potential wellChattering effect using ode23s — discontinuous state-space matrixA Problem on Schrödinger's EquationSolving a differential equation for the propagation of Heller's Gaussian wave packetIs this physical model exactly solvable?essentially self adjointness of Laplacian with the inverse square singular potential.
$begingroup$
I have written some code to solve and plot the time independent Schrödinger's equation with potential x^2, which has a bound state with odd integral energy eigenvalues. My code plots the graphs up to some finite x value. When I input the energy eigenvalue to be 2.9995, the wavefunction seems to increase to infinity but when I input 3.0005, it decreases to negative infinity.
I have justified this as being expected by the 'tail wag' argument - i.e. in between we expect a normalisable bound state, i.e. when E=3.
But how can I be sure that the graph will continue to increase/decrease monotonically?
Any help would be much appreciated!
matlab quantum-mechanics
$endgroup$
add a comment |
$begingroup$
I have written some code to solve and plot the time independent Schrödinger's equation with potential x^2, which has a bound state with odd integral energy eigenvalues. My code plots the graphs up to some finite x value. When I input the energy eigenvalue to be 2.9995, the wavefunction seems to increase to infinity but when I input 3.0005, it decreases to negative infinity.
I have justified this as being expected by the 'tail wag' argument - i.e. in between we expect a normalisable bound state, i.e. when E=3.
But how can I be sure that the graph will continue to increase/decrease monotonically?
Any help would be much appreciated!
matlab quantum-mechanics
$endgroup$
$begingroup$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45
add a comment |
$begingroup$
I have written some code to solve and plot the time independent Schrödinger's equation with potential x^2, which has a bound state with odd integral energy eigenvalues. My code plots the graphs up to some finite x value. When I input the energy eigenvalue to be 2.9995, the wavefunction seems to increase to infinity but when I input 3.0005, it decreases to negative infinity.
I have justified this as being expected by the 'tail wag' argument - i.e. in between we expect a normalisable bound state, i.e. when E=3.
But how can I be sure that the graph will continue to increase/decrease monotonically?
Any help would be much appreciated!
matlab quantum-mechanics
$endgroup$
I have written some code to solve and plot the time independent Schrödinger's equation with potential x^2, which has a bound state with odd integral energy eigenvalues. My code plots the graphs up to some finite x value. When I input the energy eigenvalue to be 2.9995, the wavefunction seems to increase to infinity but when I input 3.0005, it decreases to negative infinity.
I have justified this as being expected by the 'tail wag' argument - i.e. in between we expect a normalisable bound state, i.e. when E=3.
But how can I be sure that the graph will continue to increase/decrease monotonically?
Any help would be much appreciated!
matlab quantum-mechanics
matlab quantum-mechanics
edited Mar 13 at 15:44
Bernard
123k741117
123k741117
asked Mar 13 at 15:00
MathematicianPMathematicianP
3416
3416
$begingroup$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45
add a comment |
$begingroup$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45
$begingroup$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If you have studied the finite square well, you know that only solutions with energy exactly equal to the eigenvalue go to $0$ at $infty$ . For other energies they blow up exponentially (in at least one direction). This is the same phenomenon.
Instead of trying to calculate the eigenfunction at $t = 0$ by solving the equation, you could use the analytic form of the function (available in most QM texts).
$endgroup$
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
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%2f3146712%2fschr%25c3%25b6dingers-equation-with-square-potential%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$
If you have studied the finite square well, you know that only solutions with energy exactly equal to the eigenvalue go to $0$ at $infty$ . For other energies they blow up exponentially (in at least one direction). This is the same phenomenon.
Instead of trying to calculate the eigenfunction at $t = 0$ by solving the equation, you could use the analytic form of the function (available in most QM texts).
$endgroup$
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
add a comment |
$begingroup$
If you have studied the finite square well, you know that only solutions with energy exactly equal to the eigenvalue go to $0$ at $infty$ . For other energies they blow up exponentially (in at least one direction). This is the same phenomenon.
Instead of trying to calculate the eigenfunction at $t = 0$ by solving the equation, you could use the analytic form of the function (available in most QM texts).
$endgroup$
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
add a comment |
$begingroup$
If you have studied the finite square well, you know that only solutions with energy exactly equal to the eigenvalue go to $0$ at $infty$ . For other energies they blow up exponentially (in at least one direction). This is the same phenomenon.
Instead of trying to calculate the eigenfunction at $t = 0$ by solving the equation, you could use the analytic form of the function (available in most QM texts).
$endgroup$
If you have studied the finite square well, you know that only solutions with energy exactly equal to the eigenvalue go to $0$ at $infty$ . For other energies they blow up exponentially (in at least one direction). This is the same phenomenon.
Instead of trying to calculate the eigenfunction at $t = 0$ by solving the equation, you could use the analytic form of the function (available in most QM texts).
answered Mar 13 at 18:58
Keith McClaryKeith McClary
8381412
8381412
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
add a comment |
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
$begingroup$
I'm not sure a finite square well was intended here; I think the SHO is considered, in units of $hbaromega/2$. However, the outcome is, in the details you mentioned, basically the same.
$endgroup$
– J.G.
Mar 14 at 11:58
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%2f3146712%2fschr%25c3%25b6dingers-equation-with-square-potential%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$
It probably depends at least a little on the algorithm you use to invent a fictional wavefunction from an incorrect eigenenergy. For starters, it sounds like you've ensured the wavefunction will be real (which isn't the case in general), but haven't forced it to be $ge 0$. Without knowing more about how you do that, it's unclear what if anything its sign means. Have you looked at what the square modulus does?
$endgroup$
– J.G.
Mar 13 at 15:04
$begingroup$
I guess my question is : why is the 'wag the tail' argument valid? How do we know there is a bound state solution between the two energy eigenvalues?
$endgroup$
– MathematicianP
Mar 13 at 15:45