I am working right now in this another question by doing examples and I got stuck in proving the results I found through Wolfram-Alpha are right.
The main differential equation is the following ODE: $$y''(t)+\dfrac{2y(t)}{\left(1-t\right)} + \dfrac{2y'(t)}{\left(1-t\right)} = 0,\quad y[0]=\frac14,\,y'[0]=\frac14\tag{Eq. 1}\label{Eq. 1}$$
Wolfram-Alpha do solves the differential equation but with a mess of complex-valued constants terms made by Bessel functions, which also using Wolfram-Alpha I think could be reduced to:
$$y(t) = \dfrac{\sqrt{(t-1)^3}}{2\sqrt{2}}\biggr(\left(2J_2(2\sqrt{2})+\sqrt{2}J_3(2\sqrt{2})\right)K_3(2\sqrt{2-2t}) - \left(2K_2(2i\sqrt{2})+i\sqrt{2}K_3(2i\sqrt{2})\right)I_3(2\sqrt{2-2t})\biggr)\tag{Eq. 2}\label{Eq. 2}$$
But since the huge number of characters, I am unable to verify in Wolfram-Alpha if the solution of \eqref{Eq. 2} is do solving \eqref{Eq. 1}, neither I am able to use Desmos since it get stuck with imaginary numbers.
I want to know if using Mathematica you could verify the following, for two regimes, if the solution is solving the ODE for all time, and if it is solving the ODE on times $0\leq t \leq 1$, for the ODE of \eqref{Eq. 1} as also for the following different ODE Wolfram-Alpha:
$$y''(t)+\operatorname{sgn}(y(t))\sqrt{|y(t)|}+\operatorname{sgn}(y'(t))\sqrt{|y'(t)|}=0\tag{Eq. 3}\label{Eq. 3}$$
Numerical verification are welcomed (I hope with plots). Thanks beforehand.



