Ask Your Question

Hang Wu's profile - activity

2023-06-15 11:09:05 +0200 received badge  Notable Question (source)
2023-06-15 11:09:05 +0200 received badge  Popular Question (source)
2019-06-05 16:18:01 +0200 received badge  Student (source)
2019-06-05 11:26:48 +0200 asked a question Solve ODE numerically

I'd like to solve this ODE: (y')^2=(1-y^2)*(y^2)/(y^2+a) where a is a nonnegative constant. After that, I'd like to get two solutions: y(x0)=p and y(x1)=q, and obtain the difference x0-x1 numerically (It seems that y may be periodic, and the smallest difference is preferred). I got stuck after using desolve to obtain the function. What should I do?