I have an ODE that I have worked on for a while, just cannot find a solution.
y(x)' = 1 - y(x)^n
where n is a real number larger than 1. The initial condition is x=0, y=0.
I tried hypergeometric function to describe x(y) but I specifically need y as a function of x.
Anybody has any idea?
PS The numerical solution looks like this with Euler method for n=3.

Many thanks.
Xin
y(x)' = 1 - y(x)^n
where n is a real number larger than 1. The initial condition is x=0, y=0.
I tried hypergeometric function to describe x(y) but I specifically need y as a function of x.
Anybody has any idea?
PS The numerical solution looks like this with Euler method for n=3.

Many thanks.
Xin
Last edited: