I am studying about the linear odes with non-constant coefficients.
I know the first order linear ode with non-constant coefficient
$$y^{'}(x)+f(x)y(x)=0 \tag{1}$$
has a general solution of the form
$$y=Ce^{-\int f(x) dx} \tag{2}$$
However, I am more interested in the case of linear second order odes with non-constant coefficients
$$y^{''}(x)+g(x)y^{'}(x)+f(x)y(x)=0 \tag{3}$$
I know that this equation does not have a closed form solution like $(2)$. However, I am interested in special cases of that.
Questions
$1$. Consider $(3)$, when $g(x)=0$, then we have
$$y^{''}(x)+f(x)y(x)=0 \tag{4}$$
Is Eq.$(4)$ a famous well-known equation? If YES, what is its name?
$2$. Does $(4)$ have a closed form solution like $(2)$?
$3$. Can you name or give me a list of well-known linear second order odes with non-constant coefficients which are not polynomial?
For example, I know Cauchy-Euler, Airy, Bessel, Chebyshev, Laguerre and Legendre equations whose coefficients are polynomials. But I don't know any well-known equation with non-polynomial coefficients.