Find the general solution of the differential equation in explicit form,
$\dfrac{dr}{dt} =\dfrac{ k}{r^2}, (t>0, 0 < r < 10)$
I've split it into two so I have
$r^2 dr = k dx$
so when integrated,
$\frac13 r^3 = \frac12 k^2 + c$
Is this correct?
Find the general solution of the differential equation in explicit form,
$\dfrac{dr}{dt} =\dfrac{ k}{r^2}, (t>0, 0 < r < 10)$
I've split it into two so I have
$r^2 dr = k dx$
so when integrated,
$\frac13 r^3 = \frac12 k^2 + c$
Is this correct?
you have $$\frac{dr}{dt}=\frac{K}{r^2}$$ multiplying by $r^2$ and $dt$ we get $$r^2dr=Kdt$$ and integrating with respect to $t$ $$\frac{r^3}{3}=Kt+C$$ from here we get $$r=\sqrt[3]{3Kt+C}$$
$2$ mistakes I need to point:
Hope this helps you.