REVIEW 4 major objections 4 minor 24 references
On variational iterative methods for semilinear problems
T0 review · 4 major / 4 minor · reviewed 2026-08-14 · deepseek-v4-flash
Pith's one-line read A variational Adomian-type series method with a log-conductivity expansion reduces semilinear elliptic problems to sequences of fast-solvable Poisson equations.
desk verdict A clean variational Adomian-style iteration with fast Poisson solvers, but the central convergence theorem is conditional on an unproved tail-decay assumption and the Picard-equivalence lemma has an indexing slip. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
The paper proves two basic facts: every piece is stable in the energy norm, and the error between the exact solution and the partial sum is bounded by the size of the remaining terms in the nonlinear series. The proof of this second fact, however, assumes that the remaining terms shrink to zero; the paper does not prove that the Adomian series converges. The numerical experiments use three manufactured solutions on a unit square and compare the series with the classical Picard iteration. The errors are very close to those of Picard, and the paper claims lower cost, but it reports no timing measurements.
Because the core idea is a known series method and the new ingredient is mostly a practical trick, the contribution is a modest extension. The method may be useful in settings where fast Poisson solvers are already available, but the advertised efficiency advantage is not demonstrated.
Extended reading notes
Core claim
The paper's central assertion is that the semilinear problem (1.1) can be solved by the partial sum (3.14), where each mode ψζ is obtained by inverting the Laplacian only, and that Lemma 3.3 guarantees ‖∇(ψ-ψM)‖₂ → 0 as M→∞ so that the series solution is accurate. The abstract adds that the method is 'computationally less expensive' and yields accurate approximations.
Load-bearing premise
The convergence result rests on the unproved premise that the Adomian tail Σ_{ζ>M} Pζ converges to zero in L²(Ω). This is stated as the final step of the proof of Lemma 3.3 ('The theorem follows as Σ_{ζ>M} Pζ → 0 for sufficiently large M') and is the same condition needed to prove that the series (3.10) for r converges. If the tail does not decay, the error bound (3.15) is vacuous and the partial sums need not approach the true solution, so the entire numerical justification collapses.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a variational iterative method for semilinear elliptic boundary value problems of the form -∇·(a∇ψ)+r(ψ)=f. The nonlinearity is expanded into Adomian polynomials, and each mode is obtained by solving a sequence of linear sub-problems with the (possibly variable) coefficient a handled via a logarithmic Taylor expansion, so that only Poisson solves are required. The authors provide stability estimates for the modes, a comparison with Picard iteration, a fast Poisson solver implementation for the resulting discrete systems, and three numerical tests comparing the series approximation with manufactured exact solutions and with Picard iteration. The central theoretical claim is that the partial sums ψ_M converge to the true solution, with error controlled by the decay of the Adomian tail.
Significance. If the convergence gap were closed, the method would be an attractive Jacobian-free alternative for semilinear problems, because each mode inversion involves only the constant-coefficient Laplacian and the fast solver in Section 4 is clearly described. The explicit stability estimates (3.23)-(3.24), the detailed construction of the fast solver, and the systematic numerical comparison with Picard iteration are useful contributions. However, the main convergence theorem is not actually proved: Lemma 3.3 assumes the decay of the Adomian tail rather than deriving it, so the central claim of the paper is conditional at present. The numerical experiments provide empirical evidence for the three test cases but do not supply the missing general mechanism.
major comments (4)
- [Section 3, Lemma 3.3] The proof of Lemma 3.3 ends with "The theorem follows as Σ_{ζ>M}P_ζ → 0 for sufficiently large M." This is not a consequence of the stated hypothesis that P_ζ ∈ L²(Ω) for 0 ≤ ζ ≤ M; membership of each individual term in L² gives no control of the tail. Moreover, the hypothesis does not apply to indices ζ > M, which are precisely those appearing in the tail. Thus the error bound (3.15) is conditional on exactly the statement that Lemma 3.3 is supposed to establish. Please either prove tail decay under explicit assumptions on r (for example, analyticity combined with a smallness condition on the solution), or restate Lemma 3.3 as a conditional result and provide a separate proof of convergence for the Adomian series.
- [Section 3.1, Lemma 3.4] For linear r, the Adomian polynomials defined by (3.11) satisfy P_ζ = ψ_ζ, so Σ_{ζ≤M}P_ζ equals ψ_M, not ψ_{M-1} as written in equation (3.16). In addition, equation (3.16) for ψ_M is not the same as the defining equation (3.13) with ζ = M; equation (3.13) gives ∫ a∇ψ_M·∇w = -∫ P_M w for M ≥ 1, while (3.16) sums over all ζ ≤ M. The induction as written is therefore inconsistent, and the base case for M = 1 is not stated. Please correct the indexing and the base case, and then restate the claim precisely.
- [Section 5 and abstract] The abstract claims that the method is "computationally less expensive", but the paper reports no timing measurements or operation counts comparing the proposed method with Picard iteration or Newton's method. Since the total cost is (M+1)(N+1) solves of the discrete Laplacian plus the cost of assembling the right-hand sides, the claim needs either a complexity analysis that accounts for the growth of M and N, or quantitative CPU-time experiments. As written, the computational-cost claim is not supported by the evidence in Section 5.
- [Section 3.2, Algorithm 2] In Algorithm 2, the loop bounds read "for ζ = 0 to N" and "for ξ = 0 to M", whereas Section 3.1 defines M as the Adomian truncation index and N as the Taylor truncation index for the coefficient a. The loops should run ζ = 0,...,M and ξ = 0,...,N to implement the derived equations (3.20)-(3.22). As written, the pseudo-code does not match the derivation and is inconsistent with the numerical experiments in which M is varied while N is fixed.
minor comments (4)
- [Abstract and Introduction] The abstract and introduction refer to "known continuous data f and g", but the model problem (1.1) contains only f; the function g is first introduced in Remark 3.1 as an auxiliary function. Please clarify the notation at the outset.
- [Section 5.3, Test 3] In Test 3 the problem is stated with r(ψ) = exp(-ψ²) + tan⁻¹ψ, but the sentence "Moreover, f is chosen accordingly with r(ψ) = ψ" contradicts this. Presumably f is chosen so that the stated exact solution satisfies the equation with the first nonlinearity; please correct the typo.
- [Section 3, equation (3.11)] The definition of the Adomian polynomials in (3.11) uses 1/(ζ-1)! and d^{ζ-1}/dλ^{ζ-1}, which is undefined for ζ = 0. Please state P_0 = r(ψ_0) separately and give the formula for ζ ≥ 1.
- [Section 3, proof of Lemma 3.3] In the chain of inequalities preceding (3.15), the Poincaré constant is omitted; the step ‖e_M‖₂ ≤ ‖∇e_M‖₂ should read ‖e_M‖₂ ≤ C_P ‖∇e_M‖₂ with a constant depending on Ω. This does not change the conclusion but should be stated for correctness.
Circularity Check
Lemma 3.3's convergence proof is conditional on the unproved decay of the Adomian tail, making the theorem's conclusion an assumption rather than a derivation.
-
self definitional
[Lemma 3.3, Section 3 (proof after Eq. 3.15)]
"Consequently, ‖∇eM‖2 ≤ (Σ_{ζ>M} ‖Pζ‖2) ‖∇eM‖2. ... ‖∇eM‖2 ≤ Σ_{ζ>M} ‖Pζ‖2. (3.15) The theorem follows as Σ_{ζ>M} Pζ → 0 for sufficiently large M."
Lemma 3.3 claims to prove convergence of the partial sum ψM from the hypothesis Pζ ∈ L2(Ω) for ζ ≤ M. In the proof, the error is bounded by the tail sum Σ_{ζ>M} ‖Pζ‖2, and the proof then simply asserts that this tail tends to zero. No argument is given that the Adomian series Σ_{ζ≥0} Pζ converges to r(ψ); indeed, the error equation already uses the identity r(ψ) = Σ_{ζ≥0} Pζ, which is precisely the convergence property needed. The hypothesis Pζ ∈ L2 for finitely many ζ ≤ M gives no control over ζ > M. Thus the theorem reduces to the conditional statement: if the Adomian tail decays, then the error decays. The antecedent is asserted without proof, so the convergence theorem is not established independently; it is a restatement of the required input condition.
full rationale
The paper's main convergence theorem (Lemma 3.3) is not self-contained: its proof ends by assuming the decay of the Adomian tail, the very property needed for the series r(ψ)=Σ Pζ to represent r(ψ). This is a genuine circular step in the theoretical justification. The numerical experiments in Section 5 do provide empirical evidence that the tail decays for the three manufactured problems, and the algorithm itself is well defined, but the general convergence claim is therefore only conditionally established. No load-bearing self-citation circularity appears: the citations to the author's prior work [3] are motivational rather than foundational. The cost claim and the linear-equivalence lemma are outside the circularity finding. Overall, partial circularity in the central proof warrants a score of 6.
Assumptions & free parameters
free parameters (3)
- M =
1, 3, 5, 7 in tests
- N =
2, 4 in tests
- auxiliary function g =
not used in tests; example in Remark 3.1
assumptions (4)
- domain assumption A solution to (2.3) exists, not necessarily unique.
- ad hoc to paper Pζ ∈ L²(Ω) for all 0 ≤ ζ ≤ M.
- ad hoc to paper The Adomian series Σ_{ζ} Pζ converges in L² and its tail tends to zero.
- domain assumption The diffusion coefficient a admits the truncated Taylor representation a = Σ_{ξ≤N} Y^ξ/ξ! with small truncation error.
Cite this review
Pith. "Pith review of On variational iterative methods for semilinear problems." pith.science (2026). https://pith.science/paper/ZDETTPZV
@misc{pith2026190800470,
author = {Pith},
title = {Pith review of: On variational iterative methods for semilinear problems},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZDETTPZV}},
note = {Machine review of arXiv:1908.00470}
}
read the original abstract
This paper presents an iterative method suitable for inverting semilinear problems which are important kernels in many numerical applications. The primary idea is to employ a parametrization that is able to reduce semilinear problems into linear systems which are solvable using fast Poisson solvers. Theoretical justifications are provided and supported by several experiments. Numerical results show that the method is not only computationally less expensive, but also yields accurate approximations.
Figures
Reference graph
Works this paper leans on
-
[1]
G. Adomian, A review of the decomposition method and some recent results for nonlinear equations, Mathematical and Computer Modelling, 13 (1990), pp. 17–43
work page 1990
-
[2]
M. Amrein and T. P. Wihler, Fully adaptive newton–galerkin methods for semi- linear elliptic partial differential equations, SIAM Journal on Scientific Computing, 37 (2015), pp. A1637–A1657
work page 2015
- [3]
-
[4]
M. Badiale and E. Serra , Semilinear Elliptic Equations for Beginners: Exis- tence Results via the Variational Approach , Springer Science & Business Media, 2010
work page 2010
-
[5]
N. A. Baker, D. Sept, S. Joseph, M. J. Holst, and J. A. McCammon , Electrostatics of nanosystems: application to microtubules and the ribosome , Pro- ceedings of the National Academy of Sciences, 98 (2001), pp. 10037–10041
work page 2001
-
[6]
L. Boccardo and L. Orsina , Semilinear elliptic equations with singular non- linearities, Calculus of Variations and Partial Differential Equations, 37 (2010), pp. 363–380
work page 2010
-
[7]
P. Bochev and R. B. Lehoucq , On the finite element solution of the pure neumann problem, SIAM review, 47 (2005), pp. 50–66. 15
work page 2005
-
[8]
D. Colton and R. Kress, Inverse acoustic and electromagnetic scattering theory, vol. 93, Springer Science & Business Media, 2012
work page 2012
Show all 24 references
-
[9]
L. W. Gelhar, Stochastic subsurface hydrology, Prentice-Hall, 1993
1993
-
[10]
Hasle, K.-A
G. Hasle, K.-A. Lie, and E. Quak, Geometric modelling, numerical simulation, and optimization, Springer, 2007
2007
-
[11]
He , Homotopy perturbation method for solving boundary value problems , Physics letters A, 350 (2006), pp
J.-H. He , Homotopy perturbation method for solving boundary value problems , Physics letters A, 350 (2006), pp. 87–88
2006
-
[12]
Iserles, A first course in the numerical analysis of differential equations, no
A. Iserles, A first course in the numerical analysis of differential equations, no. 44, Cambridge university press, 2009
2009
-
[13]
Kusano and S
T. Kusano and S. Oharu, On entire solutions of second order semilinear elliptic equations, Journal of mathematical analysis and applications, 113 (1986), pp. 123– 135
1986
-
[14]
Lions, On the existence of positive solutions of semilinear elliptic equations , SIAM review, 24 (1982), pp
P.-L. Lions, On the existence of positive solutions of semilinear elliptic equations , SIAM review, 24 (1982), pp. 441–467
1982
-
[15]
Z. Lu, D. Zhang, and B. A. Robinson , Explicit analytical solutions for one- dimensional steady state flow in layered, heterogeneous unsaturated soils under ran- dom boundary conditions, Water resources research, 43 (2007)
2007
-
[16]
P. A. Martin , Multiple scattering: interaction of time-harmonic waves with N obstacles, no. 107, Cambridge University Press, 2006
2006
-
[17]
Naito et al., A note on bounded positive entire solutions of semilinear elliptic equations, Hiroshima Mathematical Journal, 14 (1984), pp
M. Naito et al., A note on bounded positive entire solutions of semilinear elliptic equations, Hiroshima Mathematical Journal, 14 (1984), pp. 211–214
1984
-
[18]
Ni, On the elliptic equation δu+ k (x) u (n+ 2)/(n- 2)= 0, its generaliza- tions, and applications in geometry , Indiana University Mathematics Journal, 31 (1982), pp
W.-M. Ni, On the elliptic equation δu+ k (x) u (n+ 2)/(n- 2)= 0, its generaliza- tions, and applications in geometry , Indiana University Mathematics Journal, 31 (1982), pp. 493–529
1982
-
[19]
H.-G. Roos, M. Stynes, and L. Tobiska, Robust numerical methods for singu- larly perturbed differential equations: convection-diffusion-reaction and flow prob- lems, vol. 24, Springer Science & Business Media, 2008
2008
-
[20]
E. E. Rosinger , Can there be a general nonlinear pde theory for existence of solutions?, Reviews in Theoretical Science, 3 (2015), pp. 418–427
2015
-
[21]
Usami , On bounded positive entire solutions of semilinear elliptic equations , Funkcial
H. Usami , On bounded positive entire solutions of semilinear elliptic equations , Funkcial. Ekvac, 29 (1986), pp. 189–195. 16
1986
-
[22]
L. L. Y. Voon and M. Willatzen , Helmholtz equation in parabolic rotational coordinates: application to wave problems in quantum mechanics and acoustics , Mathematics and computers in simulation, 65 (2004), pp. 337–349
2004
-
[23]
Wazwaz, A comparison between adomian decomposition method and taylor series method in the series solutions , Applied Mathematics and Computation, 97 (1998), pp
A.-M. Wazwaz, A comparison between adomian decomposition method and taylor series method in the series solutions , Applied Mathematics and Computation, 97 (1998), pp. 37–44
1998
-
[24]
Yıldırım , He’s homotopy perturbation method for nonlinear differential- difference equations, International Journal of Computer Mathematics, 87 (2010), pp
A. Yıldırım , He’s homotopy perturbation method for nonlinear differential- difference equations, International Journal of Computer Mathematics, 87 (2010), pp. 992–996
2010
Reviewed August 14, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.