---
title: 'Sine-Euler Scheme: Taming Super-linear SDEs'
url: https://www.emergentmind.com/topics/sine-euler-scheme
type: topic
---

# Sine-Euler Scheme: Taming Super-linear SDEs

Searching arXiv for the cited paper and closely related work to ground the article.
arxiv_search(query="2509.09302", max_results=5, sort_by="submittedDate")
arxiv_search(query="Euler-type methods for Levy-driven McKean-Vlasov SDEs with super-linear coefficients mean-square error analysis", max_results=5, sort_by="submittedDate")
The sine-Euler scheme is an Euler-type numerical method for interacting particle approximations of Lévy-driven McKean-Vlasov stochastic differential equations with super-linear coefficients. In the formulation analyzed in "Euler-type methods for Levy-driven McKean-Vlasov SDEs with super-linear coefficients: mean-square error analysis" [2509.09302], it appears as a special case of a general transformed Euler framework in which the drift, diffusion, and jump coefficients are passed through the map $\Gamma_\ell(z,\Delta t)=\Delta t^{-1}\sin(\Delta t z)$, $\ell=1,2,3$. This transformation tames super-linear growth, yields uniform moment bounds for the numerical solution, and supports a mean-square convergence theory with rate arbitrarily close to $1/2$ for the associated interacting particle systems, without requiring the coercivity condition used in earlier approaches such as Assumption B-1 in Kumar et al. [2010.08585].

## 1. Problem class and interacting-particle formulation

The scheme is studied for Lévy-driven McKean-Vlasov SDEs through their interacting-particle system
\[
X^{i,N}(t)=X^i_0+\int_0^t f\bigl(s,X^{i,N}(s),\rho_s^{X,N}\bigr)\,ds+\int_0^t g\bigl(s,X^{i,N}(s),\rho_s^{X,N}\bigr)\,dW^i(s)+\int_0^t\!\!\int_{\mathcal E} h\bigl(s,X^{i,N}(s),\rho_s^{X,N},v\bigr)\,\tilde p_\varphi^i(dv,ds),
\]
with empirical measure
\[
\rho_s^{X,N}=\frac1N\sum_{j=1}^N\delta_{X^{j,N}(s)}.
\]

This formulation couples each particle to the empirical law of the full system rather than to a fixed external distribution. The coefficients $f$, $g$, and $h$ may grow super-linearly in the state variable, which is precisely the regime in which direct explicit Euler discretizations become difficult to control. The analysis in [2509.09302] is built around this interacting-particle representation rather than a decoupled finite-dimensional SDE, so both the discretization error and the mean-field approximation error enter the final estimates.

## 2. Definition of the sine-Euler update

For a uniform time step $\Delta t$ and grid $t_k=k\Delta t$, the sine-Euler approximation $\{Y_{t_k}^{i,N}\}$ is defined by choosing
\[
\Gamma_\ell(z,\Delta t)=\frac1{\Delta t}\sin(\Delta t z),\qquad \ell=1,2,3.
\]
The one-step update for particle $i$ is
\[
\begin{aligned}
Y^{i,N}_{t_{k+1}}
&=Y^{i,N}_{t_k}
+\underbrace{\frac1{\Delta t}\sin\bigl(\Delta t\,f(t_k,Y^{i,N}_{t_k},\rho^{Y,N}_{t_k})\bigr)}_{\Gamma_1}\Delta t \\
&\quad+\sum_{j=1}^m \underbrace{\frac1{\Delta t}\sin\bigl(\Delta t\,g_j(t_k,Y^{i,N}_{t_k},\rho^{Y,N}_{t_k})\bigr)}_{\Gamma_2}\Delta W^i_j(t_k) \\
&\quad+\int_{t_k}^{t_{k+1}}\!\!\int_{\mathcal E}\underbrace{\frac1{\Delta t}\sin\bigl(\Delta t\,h(t_k,Y^{i,N}_{t_k},\rho^{Y,N}_{t_k},v)\bigr)}_{\Gamma_3}\,\tilde p_\varphi^i(dv,ds).
\end{aligned}
\]
Equivalently,
\[
Y_{k+1}=Y_k+\sin\!\bigl(\Delta t\,f(t_k,Y_k,\rho_k)\bigr)+\sum_{j=1}^m \sin\!\bigl(\Delta t\,g_j(t_k,Y_k,\rho_k)\bigr)\,\Delta W_j+\int_{t_k}^{t_{k+1}}\!\!\int_{\mathcal E}\sin\!\bigl(\Delta t\,h(t_k,Y_k,\rho_k,v)\bigr)\,\tilde N(dv,ds).
\]

The numerical state therefore evolves by replacing each raw coefficient evaluation with its sine-transformed analogue. In the paper’s general framework, this puts the sine-Euler method alongside the tanh-Euler and tamed-Euler schemes as particular instances of transformed explicit Euler discretizations [2509.09302].

## 3. Taming mechanism and its analytical role

The central property of the sine map is the bound
\[
|\Gamma(z)|\le \min\{|z|,\Delta t^{-1}\},
\qquad
\Gamma(z)=\Delta t^{-1}\sin(\Delta t z).
\]
Because $\sin(x)$ is globally bounded by $|x|$ and also by $1$, the transformation simultaneously preserves small-argument behavior and truncates large-argument growth. The paper states that this taming acts on $f$, $g$, and $h$ and does so without requiring a coercivity condition [2509.09302].

A key consequence is that the drift increment remains of order $O(\Delta t)$ even when $f$ grows like $|y|^{\gamma+1}$. This is the mechanism by which the method stabilizes explicit time stepping in the super-linear regime. The same principle extends to the diffusion and jump terms through $\Gamma_2$ and $\Gamma_3$, so the scheme is not merely drift-tamed; it is coefficient-wise transformed across all three channels.

The analytical framework assumes Assumptions 2.1–2.8 on $f$, $g$, and $h$, including coupled monotonicity, polynomial growth, and Hölder-in-time regularity, together with Assumptions 4.1–4.2 on the transform $\Gamma$. The paper’s significance lies in showing that these ingredients suffice for the error analysis, whereas existing approaches cited there rely on a coercivity condition such as Assumption B-1 in Kumar et al. [2010.08585].

## 4. Uniform moment bounds and strong convergence

The scheme admits discrete-time and continuous-time moment bounds. By an inductive argument in Lemma 4.4, for each $\bar p$ large enough there exist constants $C,\beta>0$ such that for every integer $p$ in a suitable range,
\[
\sup_{i=1,\dots,N,\;k=0,\dots,n}\mathbb E\bigl[|Y_{t_k}^{i,N}|^{2p}\bigr]
\le
C\Bigl(1+\bigl(\mathbb E[|X^i_0|^{2\bar p}]\bigr)^{\beta}\Bigr).
\]
Lemma B.2 extends this to all $t\in[0,T]$:
\[
\sup_{i,t}\mathbb E\bigl[|Y^{i,N}(t)|^{2p}\bigr]
\le
C\Bigl(1+\bigl(\mathbb E[|X^i_0|^{2\bar p}]\bigr)^{\beta}\Bigr).
\]

These bounds are described as crucial for controlling increments and remainder terms in the error analysis. They also provide the regularity needed to compare the numerical interpolant to the exact interacting-particle system.

The main strong-error statement, Theorem 4.6, asserts that for any $\varepsilon>0$ there is a constant $C$ independent of $\Delta t$ and $N$ such that
\[
\sup_{i=1,\dots,N}\sup_{t\in[0,T]}
\mathbb E\bigl|X^{i,N}(t)-Y^{i,N}(t)\bigr|^2
\le
C\,\Delta t^{\frac{2}{2+\varepsilon}}
\Bigl(1+\bigl(\mathbb E[|X^i_0|^{2\bar p}]\bigr)^{\beta}\Bigr).
\]
The paper emphasizes that this yields a rate arbitrarily close to $1/2$ in the mean-square sense. Combined with the propagation-of-chaos estimate of Proposition 3.1, Corollary 4.7 gives
\[
\mathbb E\bigl|X^i(t)-Y^{i,N}(t)\bigr|^2
\le
C\bigl(N^{-1/2}+\Delta t^{2/(2+\varepsilon)}\bigr)
\qquad (d<4),
\]
with similar rates if $d\ge 4$ [2509.09302].

## 5. Structure of the convergence proof

The proof strategy begins with uniform moment bounds for the discrete scheme. The argument exploits the fact that $\Gamma$ is bounded by $\Delta t^{-1}$ while retaining a Lipschitz-like behavior for small arguments. The paper presents this as the step that removes the need for coercivity assumptions.

The next stage compares the continuous-time interpolant of the sine-Euler approximation with the true interacting-particle system through an Itô-formula for the difference process. The enhanced coupled-monotonicity condition, Assumption 4.5, yields a one-sided bound of the form
\[
\langle y-\bar y,\,f(y)-f(\bar y)\rangle+\dots \le C|y-\bar y|^2.
\]
Remainder terms are then controlled using the sine-map approximation error,
\[
\bigl|f(y)-\Gamma_1(f(\bar y),\Delta t)\bigr|
\lesssim
\Delta t^1 |f|^2+\text{(Hölder-in-time)}.
\]

Lemma B.3 gives the local error for each coefficient as being of order $\Delta t^{1/(1+\varepsilon/2)}$. A Gronwall argument then closes the estimate and produces the global rate $\Delta t^{2/(2+\varepsilon)}$ [2509.09302]. A plausible implication is that the sine transformation is not merely a bounded surrogate for the identity; it is calibrated so that the local consistency loss remains compatible with a near-$1/2$ strong rate.

## 6. Numerical behavior and relation to adjacent schemes

Section 5 of the paper reports two representative numerical examples. In Example 5.1, a 3/2-volatility model on $[0,1]$ with jump-intensity $\lambda=2$ and initial value $V(0)=0.5$ is simulated:
\[
dV(t)
=6\bigl(V(t)(2-|V(t)|)+\mathbb E[V(t)]\bigr)\,dt
-0.1\bigl(|V(t)|^{3/2}+\mathbb E[V(t)]\bigr)\,dW(t)
+1\bigl(1-V(t)-\mathbb E[V(t)]\bigr)\,d\tilde N(t).
\]
A reference solution uses time-step $2^{-13}$ and $L=2{,}000$ i.i.d. samples. The sine-Euler method, together with tanh, tamed, and mixed variants, is run with $\Delta t=2^{-7},\dots,2^{-11}$ and $N=500$ particles. On a log-log plot of MSE versus $\Delta t$, all four methods show slopes nearly $1/2$.

In Example 5.2, a double-well model on $[0,1]$ with $\lambda=2$ and $w(0)=0.5$ is considered:
\[
dw(t)
=66\bigl(w(1-w^2)+\mathbb E[w]\bigr)\,dt
+0.19\bigl(1-w^2-\mathbb E[w]\bigr)\,dW(t)
+0.0006\bigl(w\ln(1+w^2)+\mathbb E[w]\bigr)\,d\tilde N(t).
\]
Using the same Monte Carlo protocol, with $L=2000$ and $\Delta t\in\{2^{-7},\dots,2^{-11}\}$, the sine-Euler curve is again parallel to a reference line of slope $1/2$ [2509.09302].

These experiments are presented as validation of the theoretical rate and as evidence that the method performs comparably to the other transformed Euler variants included in the same general framework. A common misconception is that stabilization of super-linear McKean-Vlasov dynamics necessarily requires implicitness or coercivity-based arguments; in the setting studied here, the sine-Euler scheme provides an explicit counterexample to that presumption by combining bounded coefficient transforms with strong-error estimates.

## 7. Position within the transformed Euler framework

The sine-Euler scheme is one member of a broader class of Euler-type numerical schemes derived by incorporating projections or nonlinear transformations into the classical Euler method. In the paper’s taxonomy, the class includes the tanh-Euler, tamed-Euler, and sine-Euler schemes as special cases, all designed with the primary objective of establishing moment bounds for numerical solutions under super-linear coefficient growth [2509.09302].

Within that class, the sine-Euler choice is distinguished by the elementary transformation
\[
\Gamma(z)=\Delta t^{-1}\sin(\Delta t z).
\]
Its appeal is structural rather than heuristic: the map is explicit, bounded, and directly compatible with the discrete-time error analysis developed for Lévy-driven McKean-Vlasov systems. The paper concludes that the scheme uses this elementary map to tame super-linear growth, provably enjoys uniform-in-time moment bounds without coercivity, converges in mean square with rate arbitrarily close to $1/2$, and performs well in numerical tests. This suggests that the sine-Euler construction is best understood not as an isolated discretization trick, but as a concrete realization of a general principle for explicit approximation of mean-field jump-diffusion systems with super-linear nonlinearities.

Source: https://www.emergentmind.com/topics/sine-euler-scheme