Solving Differential Equations with Bessel Functions

bessel functionsclassical-mechanicsordinary differential equationsphysics

Consider a mass $m$ is placed on a horizontal level surface and attached to a spring, whose other end is attached to a vertical wall. The mass moves in a viscous medium, where the resistance force acting on it is proportional to the velocity: $\vec{F}_p=-\gamma\vec{\nu}$, where $\gamma$ is a known positive constant. Due to aging, the spring stiffness coefficient decreases exponentially over time: $k\left ( t\right ) = k_0\mathrm{e}^{-\alpha t}$, where $k_0$ and $\alpha$ are other known positive constants. Write down the differential equation describing the motion of the equilibrium position derived mass (in the one-dimensional case) and find its general solution $x(t)$, expressing it in terms of Bessel functions. Hint: Use the substitution $s=\mathrm{e}^{-\alpha t/2}.$

I tried applying Newton's second law and got $m\ddot{x}=-k_0e^{-\alpha t}x-\gamma\dot{x} \implies \ddot{x}=-\frac{k_0}me^{-\alpha t}x-\frac\gamma m\dot{x}$, if correct. Then I denote $\begin{aligned}&\omega_0=\sqrt{k_0/m}. , \beta=\frac\gamma m\end{aligned}$, and get $\ddot{x}=-\omega_0^2e^{-\alpha t}x-\beta\dot{x}$.

I don't have ideas on how I apply the substitution and where to use the Bessel functions? Any help?

Best Answer

Applying the substitution $s = \mathrm{e}^{-\alpha t / 2}$ in the hint transforms the differential equation to $$s^2 x_{ss} + \left(1-\frac{2 \beta}{\alpha}\right) s x_s + \frac{4 \omega_0^2}{\alpha^2} s^2 x = 0,$$ which, except for the coefficients of the first- and zeroth-order terms, is already the Bessel equation.

Hint We can adjust the zeroth-order term by changing variables again by setting $r = \frac{2 \omega_0}{\alpha} s$, which simplifies the equation to $$r^2 x_{rr} + \left(1-\frac{2 \beta}{\alpha}\right) r x_r + r^2 x = 0 .$$ To adjust the first-order term, change the dependent variable with the ansatz $x = r^\lambda y$, which transforms the equation to $$r^2 y_{rr} + \left(1 + 2 \left(\lambda - \frac{\beta}{\alpha}\right)\right) r y_r + \left(r^2 + \lambda^2 - \frac{2 \lambda \beta}{\alpha} \right) y = 0 .$$ For an appropriate choice of $\lambda$ this equation becomes the modified Bessel equation.

Fixing $\lambda = \frac{\beta}{\alpha}$ yields $$r^2 y_{rr} + r y_{r} + \left(r^2 - \frac{\beta^2}{\alpha^2}\right) y = 0 ,$$ which is the modified Bessel equation with parameter $\frac{\beta}{\alpha}$, so the general solution in $y$ is $$y(r) = A J_{\frac\beta\alpha}(r) + B Y_{\frac\beta\alpha}(r) ,$$ where $J_\bullet$ and $Y_\bullet$ are the modified Bessel functions of the first and second kinds, respectively.

Related Question