Since high school, I return periodically to a life goal of understanding the basics of quantum physics. The gateway drug has always been Schrödinger's 1926 equation. I just have to understand this equation before I die. If I don't, I'm sure I'll get over it.
So I have bought book after book alleging to explain quantum physics in simple terms. I had high hopes for Leonard Susskind's book, but he just knows too much to realize how un-simple his book is. I found that book so angering. He thinks he is making things so clear--and I'm sure he is if you already know quantum mechanics. It's a complete fail as far as I'm concerned if you're someone like me.
I have a completely different reaction to Daniel Fleisch's A Student's Guide to the Schrödinger Equation. How seemingly effortless it is to understand Dirac's bra-ket notation after I spent weeks reading and re-reading Susskind. Now, mind you, I come to Fleisch having re-read the early chapters of Susskind over and over. Each pass I take at the beginning of the journey I grow stronger.
Words that have wandered through my mind without meaning begin to fill with content. I know what the Hamiltonian is. Soon I hope to know what an eigenvalue is. Fleisch promises to give flesh not only to Schrödinger's own wave formulation but to the annoying matrix version of Heisenberg and the mature form given by Dirac.
We will see! I'm now two weeks into the book at a page a day. I am astounded at Fleisch's clarity! So with some trepidation I announce what I have been calling these days--"200 Days of Schrödinger," give or take. On my current timeline, I should finish the book by the end of January.
Then perhaps I will be able to finish one of the many novels I have started, with the name itself, Schrödinger's Equation.
Showing posts with label Schrödinger's equation. Show all posts
Showing posts with label Schrödinger's equation. Show all posts
Wednesday, July 15, 2020
Friday, February 23, 2018
3. The Hamiltonian
Bread crumbs
In physics, we speak of something called the "Hamiltonian." It is the total energy of a system.
3.1 A System
What is a system? A system is something like everything that happens in a certain place. It is everything that happens in a certain context.
What is energy? Energy is the ability to do work or provide heat. There are two basic categories of energy:
3.3 Kinetic Energy
The formula for kinetic energy is E = mv2. It says that the energy of something moving is the mass of the object times the square of the velocity at which it is moving.
_________________________
To use this formula, you do not need to know where it came from. But it is easy enough to derive. The amount of work done on something to move it from point A to point B is the force over that distance. We say that work equals force times distance.
Now the work done is the change in kinetic energy. This fact is called the "work-energy theorem" in physics. You put energy into something and you have done work on it.
Force is mass times acceleration (F = ma). That is Newton's second law. So you might say that the work done on something is Work = mad (mass times acceleration times distance). Work may be crazy too.
Acceleration can be calculated in different ways, but one of the basic velocity equations is
If we rearrange this formula a little, we get a = (v22 - v12)/2d . And if we multiply this by the mass to get the force and the distance to get the work, we are left with:
In other words, the difference in kinetic energy is the amount of work done, where the kinetic energy at each point is 1/2 mv2 .
___________________________
3.4 Potential Energy
Unfortunately, you can't give just one equation for potential energy. It depends on the situation. So for something you are holding in the air, the potential energy is U = mgh , where
When it comes to Schrödinger's equation, the potential energy might be due to something like a gravitational field or an electric field.
3.5 Conservation of Energy
One of the laws of physics is the conservation of energy. The amount of energy at the beginning of some sort of process will be equal to the amount of energy at the end of a process. So if you have a certain amount of potential energy and you release it, you will have the same amount of kinetic energy afterwards if there is no heat lost. If you stretch a rubber band and then let go, the amount of potential energy you "stored," so to speak, in the band, will convert into motion.
Often there is a loss of heat, so we can introduce that element into the equation as well. For example, friction can take some of the released potential energy of an object rolling down an inclined plane. So the total energy of a system becomes the amount of kinetic energy plus the amount of potential energy plus whatever amount of heat is lost.
3.6 The Momentum Form
For the purposes of developing Schrödinger's equation, we want to convert the E = mv2 form of the kinetic energy equation into a slightly different form, which relates it to momentum.
In everyday language, we think of momentum as the tendency for a body in motion to stay in motion (Newton's first law). I once broke my elbow playing basketball on an unfinished concrete surface because I had a lot of momentum and no friction to stop myself.
In more formal terms, we say that momentum, p, is equal to the mass of something times its velocity.
If we play a little with this formula, we can get it into a form that is more helpful for our purposes. So if we square both sides we get p2 = m2v2 . That means that v2 = p2/m2 . If we then substitute this v2 back into the initial E = mv2 , we get:
In physics, we speak of something called the "Hamiltonian." It is the total energy of a system.
3.1 A System
What is a system? A system is something like everything that happens in a certain place. It is everything that happens in a certain context.
- You can have an isolated system where neither energy nor matter either comes in or goes out of that context. These are really theoretical, since there is always some energy loss from a system, no matter how isolated it may be.
- You can have an open system where both matter and energy can come in and go out of that context.
- You can have a closed system where matter does not come or go out of the context but energy can.
What is energy? Energy is the ability to do work or provide heat. There are two basic categories of energy:
- kinetic energy is energy in motion, as it were. It is energy manifesting itself somehow.
- potential energy is energy waiting to show itself. If you hold a rock in the air or pull a swing back getting ready to swing, these are examples of energy stored up, as it were, ready to be released.
H = KE + PE
3.3 Kinetic Energy
The formula for kinetic energy is E = mv2. It says that the energy of something moving is the mass of the object times the square of the velocity at which it is moving.
_________________________
To use this formula, you do not need to know where it came from. But it is easy enough to derive. The amount of work done on something to move it from point A to point B is the force over that distance. We say that work equals force times distance.
W = Fd
Force is mass times acceleration (F = ma). That is Newton's second law. So you might say that the work done on something is Work = mad (mass times acceleration times distance). Work may be crazy too.
Acceleration can be calculated in different ways, but one of the basic velocity equations is
v22 = v12 + 2ad.
If we rearrange this formula a little, we get a = (v22 - v12)/2d . And if we multiply this by the mass to get the force and the distance to get the work, we are left with:
W = 1/2 mv22 - 1/2 mv12
In other words, the difference in kinetic energy is the amount of work done, where the kinetic energy at each point is 1/2 mv2 .
___________________________
3.4 Potential Energy
Unfortunately, you can't give just one equation for potential energy. It depends on the situation. So for something you are holding in the air, the potential energy is U = mgh , where
- U stands for potential energy.
- m is mass.
- g is the acceleration due to gravity near the surface of the earth (9.8 m/s2).
- h is the height.
When it comes to Schrödinger's equation, the potential energy might be due to something like a gravitational field or an electric field.
3.5 Conservation of Energy
One of the laws of physics is the conservation of energy. The amount of energy at the beginning of some sort of process will be equal to the amount of energy at the end of a process. So if you have a certain amount of potential energy and you release it, you will have the same amount of kinetic energy afterwards if there is no heat lost. If you stretch a rubber band and then let go, the amount of potential energy you "stored," so to speak, in the band, will convert into motion.
Often there is a loss of heat, so we can introduce that element into the equation as well. For example, friction can take some of the released potential energy of an object rolling down an inclined plane. So the total energy of a system becomes the amount of kinetic energy plus the amount of potential energy plus whatever amount of heat is lost.
3.6 The Momentum Form
For the purposes of developing Schrödinger's equation, we want to convert the E = mv2 form of the kinetic energy equation into a slightly different form, which relates it to momentum.
In everyday language, we think of momentum as the tendency for a body in motion to stay in motion (Newton's first law). I once broke my elbow playing basketball on an unfinished concrete surface because I had a lot of momentum and no friction to stop myself.
In more formal terms, we say that momentum, p, is equal to the mass of something times its velocity.
p = mv
If we play a little with this formula, we can get it into a form that is more helpful for our purposes. So if we square both sides we get p2 = m2v2 . That means that v2 = p2/m2 . If we then substitute this v2 back into the initial E = mv2 , we get:
KE = p2/2m
So putting it all together:
H = p2/2m + U
H = p2/2m + U
Sunday, February 04, 2018
Steps to Schrodinger's Equation
On my bucket list is to understanding Schrodinger's wave equation. I'm closer than even. Here are the steps and their components as I currently understand them.
1. The story of Ernst Schrodinger's equation
2. The basic point of the equation
3. Total energy (the Hamiltonian)
--kinetic energy
--momentum reformulation
--potential energy
4. The Wave Equation
--simple harmonic motion
--taking derivatives
--second derivatives
--implicit differentiation
--partial derivatives
--derivatives of transcendental functions
5. The e form of the Wave Equation
--cos x + i sin x = e to the ix
--so psi equals e to the i times (kx-omega t)
6. Second derivative of psi function with respect to x
--derivatives of e
--Planck's constant and h bar
7. Time Independent Schrodinger Equation
8. Time Dependent Schrodinger Equation
9. The ket version
10. Dirac's relativistic version
1. The story of Ernst Schrodinger's equation
2. The basic point of the equation
3. Total energy (the Hamiltonian)
--kinetic energy
--momentum reformulation
--potential energy
4. The Wave Equation
--simple harmonic motion
--taking derivatives
--second derivatives
--implicit differentiation
--partial derivatives
--derivatives of transcendental functions
5. The e form of the Wave Equation
--cos x + i sin x = e to the ix
--so psi equals e to the i times (kx-omega t)
6. Second derivative of psi function with respect to x
--derivatives of e
--Planck's constant and h bar
7. Time Independent Schrodinger Equation
8. Time Dependent Schrodinger Equation
9. The ket version
10. Dirac's relativistic version
Subscribe to:
Posts (Atom)

