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?
$\endgroup$ 22 Answers
$\begingroup$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}$$
$\endgroup$ $\begingroup$$2$ mistakes I need to point:
- In the first line, one of the integration variables, that is, the variable with respect to which the integration is to be carried out, or, the independent variable was $t$ while the other (dependent) variable was $r$. In the second step of integration the variable $t$ got transformed to the variable $x$, apparently for no reason.
- Then, again in the last line of your calculation whereas the integration variable in the previous line was $x$, it now got changed to $k$ and the result was accordingly obtained.
Hope this helps you.
$\endgroup$