About the solution to a non-linear non-constant coefficient second-order ODE

814 Views Asked by At

The ODE $$−y'' (x)−\frac{2a^2}{\cosh^2 (ax)} y(x)=k^2 y(x)$$ can be made into the form $$\frac{\cosh^2(ax)}{k^2\cosh(ax) - a^2} = \frac{y}{y''}.$$

Observing that $y'' = k^2\cosh(ax) - a^2$, we get the solution.

The solution is $$y=k^2 \cosh(ax)−\frac{(ax)^2}{2}+c_1 x+c_2.$$

However, the $y$ on the numerator implies the solution is only $\cosh^2(ax)$.

Question Why does it include a $k^2$, three extra terms, and can $k$ be determined in terms of $a$?

2

There are 2 best solutions below

0
On BEST ANSWER

The general solution of the ODE : $$−y'' (x)−\frac{2a^2}{\cosh^2 (ax)} y(x)=k^2 y(x)$$ without the approximation for large $x$, involves the Gauss hypergeometric function. It is a complicated formula (joint page) :

enter image description here

0
On

This differential equation arises in quantum mechanics: Let $E = k^2$ and

$$H = -\frac{d^2}{dx^2} - \frac{2a^2}{\cosh^2(ax)}$$

be the Hamiltonian ($\hbar = 2m = 1$) on $L^2(\mathbb{R})$ where $a \in \mathbb{R}$. The second term represents an attracting potential which drops down quickly for $x \to \pm \infty$. Then, the given differential equation is Schrödinger's equation.

Using the ansatz

$$\psi_k(x) = \left( 1 + i \frac{f(x)}{k} \right) e^{ikx},$$

we find

$$-\frac{i}{k} f''(x) + 2f'(x) - \frac{i}{k} \frac{2a^2}{\cosh^2(ax)} f(x) - \frac{2a^2}{\cosh^2(ax)} = 0.$$

Therefore, clearly

$$f(x) = a \tanh(ax).$$