Solving ODE involving square of first derivative

tsw99
Messages
33
Reaction score
0

Homework Statement



this is not from a math course, but from Gregory's classical mechanics book prob 2.10
it's easy to obtain the desired ODE
\dot{r}^{2}=\frac{u^{2}}{a^{2}}(\frac{U^{2}a^{2}}{a^{2}}-r^{2})
since it's non-linear, i have a difficult time to solve for r(t)
u, U and a are some constants with unit speed, speed and length resp.

Homework Equations





The Attempt at a Solution


all methods i know fail, I believe there is some trick that I am not aware of. great appreciate for any help:(
 
Physics news on Phys.org
The equation you have can be written as:
<br /> \dot{r}=\pm\frac{u}{a}\sqrt{U^{2}-r^{2}}<br />
Dividing and integrating shows that:
<br /> \int\frac{dr}{\sqrt{U^{2}-r^{2}}}=\pm\frac{u}{a}\int dt<br />
The integral can be solved by the substitution:
<br /> r=U\sin\alpha<br />
I will leave you to slog through the algerbra.
 
hunt_mat said:
The equation you have can be written as:
<br /> \dot{r}=\pm\frac{u}{a}\sqrt{U^{2}-r^{2}}<br />
Dividing and integrating shows that:
<br /> \int\frac{dr}{\sqrt{U^{2}-r^{2}}}=\pm\frac{u}{a}\int dt<br />
The integral can be solved by the substitution:
<br /> r=U\sin\alpha<br />
I will leave you to slog through the algerbra.

oh...thank you very much!
I think i need to brush up my math skills...edit: in fact i type the ODE wrongly, but the method should be similar
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top