Deep-water waves: On the nonlinear Schrödinger equation and its solutions arxiv.org/abs/1301.0990
👍︎ 3
💬︎
📅︎ Mar 30 2021
🚨︎ report
An analysis of spatiotemporal localized solutions in the variable coefficients (3 + 1)-dimensional nonlinear Schrödinger equation with six different forms of dispersion parameters scitation.aip.org/content…
👍︎ 2
💬︎
📅︎ Jul 28 2016
🚨︎ report
Rogue-pair and dark-bright-rogue waves of the coupled nonlinear Schrödinger equations from inhomogeneous femtosecond optical fibers scitation.aip.org/content…
👍︎ 2
💬︎
📅︎ Aug 22 2016
🚨︎ report
How can I learn more about the nonlinear Schrödinger equation?

Hello. I'm an electrical engineering undergrad and I'm interested in optical nonlinear effects. I understand that is all about this type of differential equation. I have an undergrad knowledge of calculus, algebra, basic differential equations and electromagnetic theory. What is a good way to understand this topic? What are the requirements? Thanks.

👍︎ 8
💬︎
👤︎ u/adelcioms
📅︎ Sep 19 2015
🚨︎ report
A website where you can interact with a nonlinear wave equation in two dimensions. storage.googleapis.com/si…
👍︎ 44
💬︎
📅︎ Dec 21 2021
🚨︎ report
[ANN] Gomez - A pure Rust library for solving nonlinear systems of equations

I have just released Gomez - a pure Rust library for solving nonlinear systems of equations.

The goals are:

  • Derivative-free methods so that users don't need to care about providing gradient or Jacobian. Methods that are based on Jacobian use finite difference technique that should be fine in practice.
  • Application in real-world problems. For example, the library supports specifying variable bounds (useful if the variables have some physical meaning for instance). More advanced constraints are currently out of scope, but contributions for their support are welcome.
  • Global convergence. Numerical algorithms are very powerful, but also sensitive to initial guesses. I would like to provide tools for helping to overcome this issue.
  • Control over the process. Solvers implement a low-level, iterative interface (similar to argmin) and should provide many settings to tweak them.
  • Performance.

Supported algorithms in the initial version:

  • Trust region -- This is mostly dogleg method with Levenberg-Marquardt fallback when Jacobian is singular. From simple benchmarks and my experience, it seems to be comparable with GSL hybrids implementation, although I would like to extend the benchmark and fix some todos before making any specific statement.
  • Cuckoo search -- This is a first attempt to help with the sensitivity to initial guesses mentioned above. Basically any global optimization algorithm has a potential to be helpful, but this particular algorithm worked quite well for me in the past.
  • Nelder-Mead (simplex) -- This was just an experiment, not recommended in general.

My main focus in the future will be on the global convergence topic, I have some interesting articles that I want to try.

👍︎ 55
💬︎
👤︎ u/pnevyk
📅︎ Dec 20 2021
🚨︎ report
Here's a video of Quantum Jungle, my brand-new playful art installation that simulates quantum particle movement using Schrödinger's Equation when you wobble any of its 1008 springs! v.redd.it/17w2w49cwq481
👍︎ 449
💬︎
👤︎ u/Robin_B
📅︎ Dec 10 2021
🚨︎ report
Nonlinear coupled differential equations

Hello everyone,

I am trying to solve a set of coupled non-linear differential equations using ode45 but i am not getting the desired results. By desired results I mean, setting all the initial conditions to be zero and setting torques for both joints to be 0, there should be no change in coordinate or change in velocity of the manipulator in other words if you plot the solution of the ode. It should be a horizontal line parallel to the time axis. But this is not the case when I run the code. Given below are the set of equations that I am trying to solve numerically:

https://preview.redd.it/zhe6jlawgk981.png?width=1033&format=png&auto=webp&s=81f08680b9e08ab50a130ab283b3a5953e7d56f2

And this is the code that i am using to solve the above system :

function xdot = DynOde(t,y)

%% init constants;

m1 = 5;

m2 = 2;

a1 = 0.34;

a2 = 0.34;

g = 9.81;

T1 = 0;

T2 = 0;

x1dot = y(2);

x1ddot = (T1*a2 - 2*a2 - 2*a1*cos(y(3)) - a1*a2*g*m1*cos(y(1)) - a1*a2*g*m2*cos(y(1)) + a1*a2^2*m2*sin(y(3))*y(2)^2 + a1*a2^2*m2*sin(y(3))*y(4)^2 + a1*a2*g*m2*cos(y(3))*cos(y(1) + y(3)) + a1^2*a2*m2*cos(y(3))*sin(y(3))*y(2)^2 + 2*a1*a2^2*m2*sin(y(3))*y(2)*y(4))/(a2*(a1^2*m1 + a1^2*m2 - a1^2*m2*cos(y(3))^2));

x2dot = y(4) ;

x2ddot = (T1*a2 - 2*a2 - 2*a1*cos(y(3)) - a1*a2*g*m1*cos(y(1)) - a1*a2*g*m2*cos(y(1)) + a1*a2^2*m2*sin(y(3))*y(2)^2 + a1*a2^2*m2*sin(y(3))*y(4)^2 + a1*a2*g*m2*cos(y(3))*cos(y(1) + y(3)) + a1^2*a2*m2*cos(y(3))*sin(y(3))*y(2)^2 + 2*a1*a2^2*m2*sin(y(3))*y(2)*y(4))/(a2*(a1^2*m1 + a1^2*m2 - a1^2*m2*cos(y(3))^2));

xdot = [x1dot;x1ddot;x2dot;x2ddot];

end

Please let me know if I have written the correct vector field representation of the two equations in the picture.

Any advice would be of great help.

Thank you.

👍︎ 2
💬︎
👤︎ u/redaj1729
📅︎ Jan 04 2022
🚨︎ report
Schrödinger Equation and the law of attraction

One who has knowledge of the Schrödinger Equation, will understand that it literally describes the law of attraction, aswell our non-dual nature.

When plotted on a graph in time, it can be observed the equation follows a straigt line on a point in "time". The imaginary "point" that follows the imaginary "line" is what in non-dual teachings / Taoism / Buddhism is called our "true nature".

It is this very equation that proves law of attraction. As at the very vore of the equation, the input desciibes the output. Simpler said: That what you believe, will shape your reality in some form.

👍︎ 16
💬︎
👤︎ u/Yarach
📅︎ Dec 29 2021
🚨︎ report
Quantum mechanical simulation of the cyclotron motion of an electron confined under a strong, uniform magnetic field, made by solving the Schrödinger equation. As time passes, the wavepacket spatial distribution disperses until it finally reaches a stationary state with a fixed radial length! v.redd.it/fg3pc065d1q71
👍︎ 3k
💬︎
👤︎ u/cenit997
📅︎ Sep 27 2021
🚨︎ report
Here's a video of Quantum Jungle, my brand-new playful art installation that simulates quantum particle movement using Schrödinger's Equation when you wobble any of its 1008 springs! youtube.com/watch?v=wVyXl…
👍︎ 48
💬︎
👤︎ u/Robin_B
📅︎ Dec 11 2021
🚨︎ report
Struggling with system of nonlinear equations

Hello. I have this system, which i can't find the optimal steps to solve.

2x^2-3xy+y^2=3

X^2+2xy-2y^2=6

The first equation in the system can be factorised, but it doesnt lead anywhere. Also it's possible to add them, which equals to 3x^2-xy-y^2=9, but i dont see how i could move it from here? Or do i need to take completely different approach? Thanks in advance.

👍︎ 2
💬︎
👤︎ u/bit_newbie
📅︎ Nov 03 2021
🚨︎ report
Some figures from °Exact Solutions and Excitations for the Davey-Stewartson Equations with Nonlinear and Gain Terms°, by Ren-Jie Wang and Yong-Chang Huang. This kind of thing is relevant to study of the mysterious and vitally important phenomenon of rogue waves.
👍︎ 13
💬︎
📅︎ Oct 29 2021
🚨︎ report
Is solving nonlinear equations using matrices and vectors still called "linear algebra"?

People usually refer to matrices, vectors, etc. as linear algebra. But for example in structural mechanics and fluid dynamics, nonlinear equations are solved using matrices and vectors in an iterative manner. Is it still called linear algebra in this scenario? I haven't heard people using the term "nonlinear algebra".

👍︎ 2
💬︎
👤︎ u/Shamon_Yu
📅︎ Oct 01 2021
🚨︎ report
ELI5: How can I tell apart linear and nonlinear differential equations?

Title says it all. From what I can tell it doesn't seem very related to how I think about linear or nonlinear functions.

👍︎ 2
💬︎
👤︎ u/Pokeguy7-
📅︎ Aug 25 2021
🚨︎ report
Quantum mechanical simulation of the cyclotron motion of an electron confined under a strong, uniform magnetic field, made by solving the Schrödinger equation. As time passes, the wavepacket spatial distribution disperses until it finally reaches a stationary state with a fixed radial length! v.redd.it/fg3pc065d1q71
👍︎ 121
💬︎
👤︎ u/Greg-2012
📅︎ Sep 27 2021
🚨︎ report
u/Appaullingly elegantly describes how Schrödinger arrived at the quantum wave equations that bear his name. reddit.com/r/askscience/c…
👍︎ 48
💬︎
📅︎ Nov 14 2021
🚨︎ report
Visualization of the quantum eigenstates of a particle confined in 3D wells, made by solving the 3D Schrödinger equation. I also uploaded the source code that allows you to solve it for an arbitrary potential! youtube.com/watch?v=eCk8a…
👍︎ 1k
💬︎
👤︎ u/cenit997
📅︎ Jun 22 2021
🚨︎ report
Quantum mechanical simulation of the cyclotron motion of an electron confined under a strong, uniform magnetic field, made by solving the Schrödinger equation. As time passes, the wavepacket spatial distribution disperses until it finally reaches a stationary state with a fixed radial length! v.redd.it/fg3pc065d1q71
👍︎ 20
💬︎
👤︎ u/cenit997
📅︎ Sep 27 2021
🚨︎ report
u/theodysseytheodicy delivers on a request to break down the Schrödinger AND the Dirac equations to a 16yo. reddit.com/r/QuantumPhysi…
👍︎ 4k
💬︎
👤︎ u/ketarax
📅︎ Apr 23 2021
🚨︎ report
Quantum Physics with Python: A Package for Solving and Visualizing the Schrödinger Equation

Github - https://github.com/quantum-visualizations/qmsolve

QMsolve seeks to provide an easy solid and easy-to-use solver, capable of solving the Schrödinger equation for one and two particles, and creating descriptive and stunning visualizations of its solutions both in 1D, 2D, and 3D.

Example of the simulation of the eigenstates of a particle confined in two wells

Installation

pip install qmsolve

How the simulator works

The way this simulator works is by discretizing the Hamiltonian with an arbitrary potential, specified as a function of the particle observables. This is achieved with the Hamiltonian constructor.

Then, the Hamiltonian.solve the method efficiently diagonalizes the Hamiltonian and outputs the energies and the eigenstates of the system. Finally, the eigenstates can be plotted with the use of the visualization class.

The visualization.superpositionsmethod features the possibility of interactively visualizing a superposition of the computed eigenstates and studying the time dependence of the resulting wavefunction.

For a quick start, take a look at the examples found in the examples subdirectory.

👍︎ 625
💬︎
👤︎ u/cenit997
📅︎ Jul 08 2021
🚨︎ report
Quantum mechanical simulation of the cyclotron motion of an electron confined under a strong, uniform magnetic field, made by solving the Schrödinger equation. As time passes, the wavepacket spatial distribution disperses until it finally reaches a stationary state with a fixed radial length! v.redd.it/fg3pc065d1q71
👍︎ 85
💬︎
👤︎ u/cenit997
📅︎ Sep 27 2021
🚨︎ report
Quick Question! Is this sentence accurate? "the waves of quantum physics are virtual complex-valued probability amplitudes whose superpositions of the position operator generate infinite-dimensional Hilbert spaces which evolve in accordance with Schrödinger's linear equation"

Writing my PhD in literary studies, trying to make sure my scientific info is accurate.

Obviously, I recognize that the compound structure of the sentence probably simplifies the formalism of quantum mechanics beyond the point of usefulness, but still, is it wrong? Does it miss the relationship between various concepts?

If you can think of a better way to express all of the above in one sentence I won't say no to reading it.

Thanks!

👍︎ 35
💬︎
👤︎ u/Dexav
📅︎ Aug 12 2021
🚨︎ report
Quantum computers can process linear equations better than nonlinear... v.redd.it/bbz9ywq7xcf61
👍︎ 699
💬︎
📅︎ Feb 04 2021
🚨︎ report
Simulation of a particle scattering in a Sierpinski carpets potential fractals (Schrödinger equation version). When the Sierpinski order is enough large (level 3) to make the separation of the blocks smaller than the particle wavelength, it is unable to penetrate it. youtube.com/watch?v=cDv4F…
👍︎ 40
💬︎
👤︎ u/cenit997
📅︎ Aug 22 2021
🚨︎ report
Schrödinger equation: Integration limits for radial wavefunction

I have the wavefunction in terms of x (radius) and X_0 (some constant maximum radius), as well as the potential term for a spherically symmetric potential for an l=0 system. I have the general form of the expectation energy for such a system, and am trying to find an expression for the expectation energy of for a specific given wavefunction by substituting into the general form. However, the integration limits in the given general form are (0, ∞). My wavefunction and potential function are valid for |x|<=X_0, and 0 elsewhere. I am unsure whether I should change the integration limits to (0,X_0), or to (-X_0,X_0). I have attempted to find the expression using the latter, and it was very messy. Integrating between (0,X_0) makes more sense to me physically, as a negative radius value doesn’t seem right, and that the original expression gives the lower integration limits as 0. But I am unsure due to the wavefunction being defined as valid for the modulus of x being less than the maximum radius. If somebody could tell me which integration limits I should use, and why, it would be much appreciated. Thanks!

👍︎ 2
💬︎
👤︎ u/onenormm
📅︎ Sep 16 2021
🚨︎ report
Nonlinear Differential Equations Go Brrrrr
👍︎ 86
💬︎
📅︎ Jun 26 2021
🚨︎ report
Where can I learn the Schrödinger equation?
👍︎ 40
💬︎
📅︎ Jul 01 2021
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.