Pepo
- 3
- 0
Nonlinear 1st order ODE
\frac{dH}{dt}=B-A*(H-Z)^{3/2}
where:
B,A and Z are known values
H=f(t); H is function of t
I've already solve this ODE numerically using a 4th order RK routine. But my question is, it is possible to get an analytical solution for H(t)?
\frac{dH}{dt}=B-A*(H-Z)^{3/2}
where:
B,A and Z are known values
H=f(t); H is function of t
I've already solve this ODE numerically using a 4th order RK routine. But my question is, it is possible to get an analytical solution for H(t)?
Last edited: