Hessian Matrix and Taylor Series Expansion¶
The Harmonic Approximation assumes that atoms undergo only small displacements about their equilibrium positions. To describe how the molecular energy changes during these small displacements, Gaussian approximates the Potential Energy Surface (PES) using a Taylor Series Expansion.
The second derivatives appearing in this expansion form the Hessian matrix, which contains all the information needed to determine molecular vibrational frequencies.
Thus, the Hessian matrix is the mathematical foundation of every Frequency Calculation.
Describing the Energy Near Equilibrium¶
Suppose the equilibrium geometry of a molecule is known.
If one or more atoms are displaced slightly, the molecular energy changes.
Rather than calculating the exact energy surface, Gaussian approximates the energy using a Taylor series around the equilibrium geometry.
For a displacement vector q, the energy can be written as
where
- \(E_0\) is the energy at the equilibrium geometry,
- the first derivative represents the energy gradient,
- the second derivative represents the local curvature of the Potential Energy Surface.
The Equilibrium Condition¶
At the optimized geometry,
the molecular forces vanish.
Therefore,
This means the first-order term disappears.
The Taylor expansion therefore simplifies to
This quadratic equation is precisely the mathematical expression of the Harmonic Approximation.
Multiple Atomic Coordinates¶
Real molecules contain many atoms.
Instead of one coordinate,
the energy depends on all nuclear coordinates simultaneously.
For a molecule containing N atoms,
there are
Cartesian coordinates.
The Taylor expansion therefore becomes
The second derivatives describe how the energy changes when any two coordinates are displaced.
The Hessian Matrix¶
The collection of all second derivatives forms the Hessian matrix.
It is written as
or, in matrix notation,
For a molecule with N atoms, the Hessian has dimensions
Physical Meaning of the Hessian¶
Each element of the Hessian measures the curvature of the Potential Energy Surface.
Large Hessian Elements¶
- steep potential
- stiff chemical bonds
- high vibrational frequencies
Small Hessian Elements¶
- shallow potential
- flexible molecular motions
- low vibrational frequencies
Thus,
the Hessian determines how strongly each atom resists displacement.
Diagonal Elements¶
The diagonal elements
measure the curvature along a single coordinate.
They indicate how rapidly the energy changes when one coordinate is displaced independently.
Off-Diagonal Elements¶
The off-diagonal elements
describe the coupling between different coordinates.
These terms explain why atoms rarely vibrate independently.
Instead,
their motions are coupled,
producing collective molecular vibrations.
Symmetry of the Hessian¶
For ordinary molecular systems,
the Hessian is symmetric.
This property is important because symmetric matrices possess
- real eigenvalues,
- orthogonal eigenvectors,
making the vibrational problem mathematically well behaved.
What Does Gaussian Actually Compute?¶
During a Frequency Calculation,
Gaussian performs many electronic structure calculations after introducing small atomic displacements.
Optimized Geometry
│
▼
Move One Coordinate Slightly
│
▼
SCF Calculation
│
▼
Calculate Energy Change
│
▼
Repeat for All Coordinates
│
▼
Construct Hessian Matrix
Once the Hessian is assembled,
it contains the complete local curvature of the Potential Energy Surface.
Why the Hessian is Important¶
The Hessian serves as the starting point for all remaining steps of the Frequency Calculation.
From the Hessian, Gaussian determines
- normal modes of vibration,
- vibrational frequencies,
- infrared intensities,
- Zero-Point Energy,
- thermodynamic properties.
Without the Hessian,
none of these quantities could be calculated.
Summary¶
The Taylor Series Expansion provides a mathematical description of how the molecular energy changes when atoms are displaced from their equilibrium positions. Because the first derivatives vanish at the optimized geometry, the energy is dominated by the quadratic term, whose coefficients are the second derivatives of the energy. These second derivatives form the Hessian matrix, which describes the local curvature of the Potential Energy Surface. The Hessian is the central mathematical object in Frequency Analysis and serves as the foundation for calculating normal modes, vibrational frequencies, and thermodynamic properties.
Next Section¶
The next chapter introduces Mass-Weighted Coordinates, which transform the Hessian matrix into a form that separates the effects of atomic masses from the molecular force constants, making the vibrational problem much easier to solve.