Help solving a Differential equation

real10
Messages
39
Reaction score
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
 
Last edited:
Physics news on Phys.org
never mind I have solved it:smile:
 
I have a problem in heat equation. Can ADI Methods be used in Cylindrical coordinate system?
Any help should be appreciated.
 
Back
Top