Free fall far away from Earth (integral substitution problem)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
sanitykey
Messages
93
Reaction score
0
[SOLVED] Free fall far away from Earth (integral substitution problem)

Homework Statement



Given:

[tex]v(x) = -v_1\sqrt{\left(\frac{R}{x} - \frac{R}{h}\right)}[/tex]

Find the time t.

Homework Equations



Listed above where [tex]v_1 , R , h[/tex] are all constant.

The Attempt at a Solution




[tex]v(x) = \frac{dx}{dt}[/tex]

[tex]dt = \frac{dx}{\left[-v_1\sqrt{\left(\frac{R}{x} - \frac{R}{h}\right)}\right]}[/tex]

[tex]t = -\frac{1}{v_1}\int\frac{dx}{\left[\sqrt{\left(\frac{R}{x} - \frac{R}{h}\right)}\right]}[/tex]

I'm stuck on this integral but I'm convinced it's some kind of trigonometric substitution although i can't figure out which one. I've spent hours searching the internet for help and couldn't find anything so any help would be appreciated.

Perhaps if someone could at least point out which trigonometric substitution (if any at all) i should be trying to work with i'd be extremely grateful.

Thanks in advance.
 
Physics news on Phys.org
R/x - R/h =R(h-x)/hx.

The integrand becomes [1/(sqrt R)]*sqrt(hx)dx/sqrt(h-x). Put x = h*(sin^2 u).

It is now solved very easily. In the num, there is only sin^2u*du.
 
Thanks a lot that seemed to solve it for me ^_^