For my project I am studying a paper, namely "Perturbation solutions for the nonlinear Poisson–Boltzmann equation with a higher order-accuracy Debye–Huckel approximation" by Cunlu Zhao, Qiuwang Wang and Min Zeng, Zeitschrift für angewandte Mathematik und Physik volume 71, 140 (2020), DOI: 10.1007/s00033-020-01367-9.
I am stuck at a problem: I tried to solve a nonlinear P-B equation in an unbounded domain, in order to determine the EDL potential distributions around a spherical particle, by using the finite difference scheme given in that paper. But I found I am unable to figure out how specify boundary conditions on an infinite domain.
Precisely the equation is the following
$$
\frac{1}{r^2}\frac{d}{dr}\bigg(r^2 \frac{d\psi}{dr}\bigg)=\sinh(\psi),
$$
while the boundary conditions are
$$
\begin{cases}
\psi|_{r=k}=\zeta\\
\psi|_{r\rightarrow\infty}=0
\end{cases}. $$
I am not figuring out how to construct the grid points in an infinite domain and solve it. Please help me dealing with this equation. Thanks in advance!
For large $r$ the equation gets close to $$ ψ''=\sinhψ\implies ψ'^2=2\coshψ+C $$ and with the asymptotic convergence at infinity $C=-2$ so that $$ ψ'^2-(2\sinh(ψ/2))^2=0. $$ The desired stable behavior for the far-field solution corresponds to the factor $$ψ'+2\sinh(ψ/2)=0.$$ This can be taken as upper boundary condition at some largish but finite upper interval end.
Let's try an example with $ψ(0.5)=1$.
This works and gives a simple falling and asymptotic curve