MATLAB: ODE , Nonlinear differential equation

differential equationsnonlinear differential equationode

Hi , I try to solve a differential equation : dy/dt = K*(1-y)^1.7 ; K=4.3e15 * exp(-6000/temp) ; temp = temp + 273.15 ( 10 increments) ; So, I was wondering if you could give me a hint. Regards,

Best Answer

Solution is
y(t)=1-(7/10*K*(t-t0)+(1-y(t0))^(-7/10))^(-10/7)
if at t0, y=y(t0).
Best wishes
Torsten.
Related Question