I tried
y"+y(a-b(sqrt(c-y^2)))=0
y"+y(a-b(c-y^2)^.5)=0
y"+y(a-b[sqrt(c-y^2)])=0
etc.,
But Wolfram Alpha wouldn't solve the equation and, for many of the attempts, interpreted the input as an equation in y(c).
What am I doing wrong?
Thanks in advance.
Edit:
entering
y"+(a-(sqrt(c+y^2)))y=0
caused wolfram to at least identify it as a diff. eqn, but it still interpreted it as an eqn. in y(c), and couldn't solve it
2nd edit:
entering
y"+(1-(sqrt(1+y^2)))y=0
allowed wolfram to attempt a solution as an eqn. of y(x), but no closed form solution, just graphs...
perhaps there is no closed form solution for this eqn.?
3rd edit:
y"+(1-(sqrt(1+y^2)))y=0,y(0)=1,y'(0)=0
allowed wolfram to attempt a solution as an eqn. of y(x), but it is still calculating (after 6min)...
perhaps wolfram can't solve this?
4th edit:
This isn't an edit, it's a response to David Reiss. I was unable to post a normal response in the forum, don't know why.
Thanks for the help, but I've never used Mathematica, so I'm afraid I don't understand most of your response.
I inputed
y(x)"+(a-b(sqrt(c+(y(x)^2))))y(x)=0,y(0)=1,y'(0)=0
which allowed me to input the proper eqn. (with the constants), and the program interpreted the input correctly as an eqn. in y(x), but it still can't solve it...just keeps thinking.
I would like to understand your response. Perhaps if you explained the details of what is meant by the notation. But since I don't understand Mathematica, this might be difficult. I do appreciate your response.