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.













0












$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!










share|cite|improve this question











$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
















0












$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!










share|cite|improve this question











$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














0












0








0





$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!










share|cite|improve this question











$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






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








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


















  • $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










1 Answer
1






active

oldest

votes


















0












$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).






share|cite|improve this answer









$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











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
});


}
});














draft saved

draft discarded


















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









0












$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).






share|cite|improve this answer









$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
















0












$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).






share|cite|improve this answer









$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














0












0








0





$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).






share|cite|improve this answer









$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).







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










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


















  • $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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?