Skip to content

First-Order Saddle Points

The defining mathematical characteristic of a transition state is that it is a first-order saddle point on the Potential Energy Surface (PES).

Unlike a stable molecular structure, which corresponds to a local minimum, a transition state is stable in most directions but unstable along one specific direction known as the reaction coordinate.

This unique property allows the transition state to connect the reactants and products during a chemical reaction.


What is a Saddle Point?

A saddle point is a stationary point where

\[ \nabla E = 0 \]

meaning that the first derivative of the energy with respect to every nuclear coordinate is zero.

Although the forces acting on the atoms vanish, the curvature of the Potential Energy Surface is not the same in every direction.

Instead,

  • the energy increases along some directions,
  • the energy decreases along one particular direction.

Because of this mixed curvature, the point is neither a minimum nor a maximum.


Visualizing a Saddle Point

A simple two-dimensional representation is shown below.

              Energy
                 ^
                 |
        Minimum  |  Minimum
            \    |    /
             \   |   /
              \  |  /
               \ | /
                \|/
-----------------●-----------------> Reaction Coordinate
                /|\
               / | \
              /  |  \
             /   |   \
            /    |    \
      Minimum    |    Minimum

The central point is

  • a maximum along the horizontal direction,
  • a minimum along the vertical direction.

This shape resembles a horse saddle, which gives the stationary point its name.


First-Order vs Higher-Order Saddle Points

Saddle points are classified according to the number of unstable directions.

First-Order Saddle Point

A first-order saddle point has

  • one unstable direction,
  • all remaining directions are stable.

This corresponds to

  • one negative eigenvalue of the Hessian,
  • one imaginary vibrational frequency.

This is the desired result in a Transition State Search.


Higher-Order Saddle Point

A higher-order saddle point contains

  • two or more unstable directions.

Consequently,

  • two or more Hessian eigenvalues are negative,
  • multiple imaginary frequencies appear.

Such structures usually do not represent physically meaningful reaction pathways.


Mathematical Interpretation

The nature of a stationary point is determined by the Hessian matrix

\[ \mathbf{H} = \frac{\partial^2E} {\partial R_i\partial R_j} \]

which contains the second derivatives of the energy with respect to the nuclear coordinates.

After diagonalization,

the eigenvalues of the Hessian describe the curvature of the Potential Energy Surface.

For a transition state,

the eigenvalues satisfy

\[ \lambda_1<0 \]
\[ \lambda_2,\lambda_3,\ldots,\lambda_{3N}>0 \]

Only one eigenvalue is negative.

This single negative eigenvalue defines a first-order saddle point.


Energy Curvature

The curvature of the Potential Energy Surface determines the stability of the molecular structure.

Positive Curvature
Stable Direction

Negative Curvature
Unstable Direction

A transition state contains

  • one unstable direction,
  • many stable directions.

Why Does Only One Negative Direction Exist?

The unstable direction corresponds to the chemical reaction itself.

Moving the nuclei in one direction along this coordinate causes the system to evolve toward the reactants.

Moving them in the opposite direction causes the system to evolve toward the products.

All other nuclear motions increase the energy and therefore remain stable.


Relationship with Vibrational Frequencies

The negative curvature of the Potential Energy Surface appears directly in the vibrational analysis.

After the Hessian matrix is diagonalized,

Gaussian computes the vibrational frequencies.

Because one Hessian eigenvalue is negative,

one frequency becomes imaginary.

Therefore,

One Negative Hessian Eigenvalue
One Imaginary Frequency
Transition State Confirmed

This is why every Transition State Search is followed by a Frequency Calculation.


Practical Interpretation

When analyzing a Gaussian output file,

the following rules apply.

Imaginary Frequencies Stationary Point
0 Local minimum
1 First-order saddle point (Transition State)
2 or more Higher-order saddle point

Exactly one imaginary frequency is therefore the signature of a successful transition-state optimization.


Relation to Previous Mathematics

The concepts of energy gradients and stationary points were introduced in the Geometry Optimization chapter, while the relationship between Hessian eigenvalues and vibrational frequencies was discussed in the Frequency Calculation chapter.

Readers who wish to review these topics may refer to the following sections.

Geometry Optimization

📘 Geometry Optimization Mathematics

Frequency Calculation

📘 Frequency Calculation Mathematics


Summary

A first-order saddle point is a stationary point where the energy gradient is zero but the curvature of the Potential Energy Surface is negative along exactly one direction and positive along all others. This unique mathematical property distinguishes transition states from stable molecular structures. The single negative Hessian eigenvalue gives rise to one imaginary vibrational frequency, providing the definitive criterion for identifying a transition state in Gaussian calculations.


Next Section

The next chapter introduces the Reaction Coordinate, the unique direction of negative curvature that connects the reactants and products through the transition state.