real10
- 39
- 0
k is an integer greater than 1.
y'=y^{\frac{-1}{k}}
solving this ode in MATLAB gives me this
(\frac{t*k+t+C1*k}{k})^{\frac{k}{1+k}} which is correct since the further part of the problem proving a certain limit involving y follows from using the above MATLAB sol.
I am interested in solving this ode by hand.
by hand I am getting y^{\frac{k+1}{k}}=kt
y'=y^{\frac{-1}{k}}
solving this ode in MATLAB gives me this
(\frac{t*k+t+C1*k}{k})^{\frac{k}{1+k}} which is correct since the further part of the problem proving a certain limit involving y follows from using the above MATLAB sol.
I am interested in solving this ode by hand.
by hand I am getting y^{\frac{k+1}{k}}=kt
Last edited: