Schrödinger equation: Difference between revisions

From mywiki
Jump to navigation Jump to search
No edit summary
m (Protected "Schrödinger equation": Protect short page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DiscussionThread
{{DiscussionThread
|Synopsis=I want to incorporate the Schrödinger equation into my visualizations.
|Synopsis=Looking to incorporate the magic of the Schrödinger equation into my music visualizer.
|Analysis=Hope to better understand the Schrödinger equation and improve the visualizations.
|Analysis=Hope to better understand the Schrödinger equation and improve the visualizations.
I am finding a correlation between fractals and Mandelbrot states and quantum Eigenvalues due to the shared use of complex numbers.
Is the square root of -1 hiding what we can't perceive but is there?
|Thread=Music
|EditDate=2023/02/18
|EditDate=2023/02/18
|Prime Category=American Epic
|Prime Category=American Epic
|WebRef=https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation
|WebRef=https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book%3A_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/00%3A_Front_Matter/03%3A_Table_of_Contents
}}
}}
Torn between Bounce and black light.
Torn between Bounce and black light.
Line 16: Line 21:
let me = key.maxFreq * key.maxAmp;
let me = key.maxFreq * key.maxAmp;
let e = eigenfunction;
let e = eigenfunction;
</nowiki>
==Research==
# [https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Book:_Quantum_States_of_Atoms_and_Molecules_(Zielinksi_et_al)/02:_Foundations_of_Quantum_Mechanics/2.01:_Prelude_to_the_Foundations_of_Quantum_Mechanics Bookmark] {{PAGENAME}} equation for Atom.
===Homework===
* [https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation Schrödinger equation]
* [https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Physical_Chemistry_(LibreTexts)/09%3A_Chemical_Bonding_in_Diatomic_Molecules/9.01%3A_The_Born-Oppenheimer_Approximation_Simplifies_the_Schrodinger_Equation_for_Molecules Exercise Parameters Answered]
* [https://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Physical_Chemistry_(LibreTexts)/32%3A_Math_Chapters P-Chem Math]
* [https://math.libretexts.org/Bookshelves/Calculus/Book%3A_Calculus_(OpenStax)/01%3A_Functions_and_Graphs Intro Calculus]

Latest revision as of 19:30, 30 April 2023


EditDate 2023/02/18

Related Threads: Music

Looking to incorporate the magic of the Schrödinger equation into my music visualizer.

Hope to better understand the Schrödinger equation and improve the visualizations.

I am finding a correlation between fractals and Mandelbrot states and quantum Eigenvalues due to the shared use of complex numbers.

Is the square root of -1 hiding what we can't perceive but is there?Web References https://chem.libretexts.org/Bookshelves/Physical and Theoretical Chemistry Textbook Maps/Book%3A Quantum States of Atoms and Molecules (Zielinksi et al)/00%3A Front Matter/03%3A Table of Contents

Torn between Bounce and black light.

Schrödinger equation For Multi-Electron Atoms

Want to incorporate this equation:

H^=−ℏ22me(∇21+∇22)+V(r1)+V(r2)+V(r12)

Variable assignment:

let r1 = Math.sqrt(key.x1^2 + key.y1^2);
let r2 = Math.sqrt(key.x2^2 + key.y2^2);
let me = key.maxFreq * key.maxAmp;
let e = eigenfunction;

Research

  1. Bookmark Schrödinger equation equation for Atom.


Homework