Article · Wikipedia archive · Last revised May 30, 2026

Strang splitting

In applied mathematics Strang splitting is a numerical method for solving differential equations that are decomposable into a sum of differential operators. It is named after Gilbert Strang. It is used to speed up calculation for problems involving operators on very different time scales, for example, chemical reactions in fluid dynamics, and to solve multidimensional partial differential equations by reducing them to a sum of one-dimensional problems.

Last revised
May 30, 2026
Read time
≈ 3 min
Length
650 w
Citations
Source

In applied mathematics Strang splitting is a numerical method for solving differential equations that are decomposable into a sum of differential operators. It is named after Gilbert Strang. It is used to speed up calculation for problems involving operators on very different time scales, for example, chemical reactions in fluid dynamics, and to solve multidimensional partial differential equations by reducing them to a sum of one-dimensional problems.

Fractional step methods

As a precursor to Strang splitting, consider a differential equation of the form

d y d t = L 1 ( y ) + L 2 ( y ) {\displaystyle {\frac {d{y}}{dt}}=L_{1}({y})+L_{2}({y})}

where L 1 {\displaystyle L_{1}} , L 2 {\displaystyle L_{2}} are differential operators. If L 1 {\displaystyle L_{1}} and L 2 {\displaystyle L_{2}} were constant coefficient matrices, then the exact solution to the associated initial value problem would be

y ( t ) = e ( L 1 + L 2 ) t y 0 {\displaystyle y(t)=e^{(L_{1}+L_{2})t}y_{0}} .

If L 1 {\displaystyle L_{1}} and L 2 {\displaystyle L_{2}} commute, then by the exponential laws this is equivalent to

y ( t ) = e L 1 t e L 2 t y 0 {\displaystyle y(t)=e^{L_{1}t}e^{L_{2}t}y_{0}} .

If they do not, then by the Baker–Campbell–Hausdorff formula it is still possible to replace the exponential of the sum by a product of exponentials at the cost of a second order error:

e ( L 1 + L 2 ) t y 0 = e L 1 t e L 2 t y 0 + O ( t 2 ) {\displaystyle e^{(L_{1}+L_{2})t}y_{0}=e^{L_{1}t}e^{L_{2}t}y_{0}+{\mathcal {O}}(t^{2})} .

This gives rise to a numerical scheme where one, instead of solving the original initial problem, solves both subproblems alternating:

y ~ 1 = e L 1 Δ t y 0 {\displaystyle {\tilde {y}}_{1}=e^{L_{1}\Delta t}y_{0}}
y 1 = e L 2 Δ t y ~ 1 {\displaystyle y_{1}=e^{L_{2}\Delta t}{\tilde {y}}_{1}}
y ~ 2 = e L 1 Δ t y 1 {\displaystyle {\tilde {y}}_{2}=e^{L_{1}\Delta t}y_{1}}
y 2 = e L 2 Δ t y ~ 2 {\displaystyle y_{2}=e^{L_{2}\Delta t}{\tilde {y}}_{2}}
etc.

In this context, e L 1 Δ t {\displaystyle e^{L_{1}\Delta t}} is a numerical scheme solving the subproblem

d y d t = L 1 ( y ) {\displaystyle {\frac {d{y}}{dt}}=L_{1}({y})}

to first order. The approach is not restricted to linear problems, that is, L 1 {\displaystyle L_{1}} can be any differential operator.

Strang splitting

Strang splitting extends this approach to second order by choosing another order of operations. Instead of taking full time steps with each operator, instead, one performs time steps as follows:

y ~ 1 = e L 1 Δ t 2 y 0 {\displaystyle {\tilde {y}}_{1}=e^{L_{1}{\frac {\Delta t}{2}}}y_{0}}
y ¯ 1 = e L 2 Δ t y ~ 1 {\displaystyle {\bar {y}}_{1}=e^{L_{2}\Delta t}{\tilde {y}}_{1}}
y 1 = e L 1 Δ t 2 y ¯ 1 {\displaystyle y_{1}=e^{L_{1}{\frac {\Delta t}{2}}}{\bar {y}}_{1}}
y ~ 2 = e L 1 Δ t 2 y 1 {\displaystyle {\tilde {y}}_{2}=e^{L_{1}{\frac {\Delta t}{2}}}y_{1}}
y ¯ 2 = e L 2 Δ t y ~ 2 {\displaystyle {\bar {y}}_{2}=e^{L_{2}\Delta t}{\tilde {y}}_{2}}
y 2 = e L 1 Δ t 2 y ¯ 2 {\displaystyle y_{2}=e^{L_{1}{\frac {\Delta t}{2}}}{\bar {y}}_{2}}
etc.

One can prove that Strang splitting is second order by using either the Baker-Campbell-Hausdorff formula, rooted tree analysis or a direct comparison of the error terms using Taylor expansion. For the scheme to be second order accurate, e {\displaystyle e^{\cdots }} must be a second order approximation to the solution operator as well.

See also

See also

References

References