Solving $$(x^2-1)\ddot y-2x\dot y +2y=1$$
I've solved the homogenous equation:
$$y=A(x^2+1)+Bx$$
Where A and B are constants of integration, but I can't for the life of me seem to remember how to find the private solution when coefficients aren't constants. I'd appreciate any hints.
Ron
I presume you mean $(x^2- 1)y''- 2xy'- y= 1$. An obvious thing to try, since the right hand side is a constant, is y= constant. With y= C, y'= y''= 0 so the equation becomes -C= 1 or C= -1. y(x)= -1 satisfies this equation.