mekkomhada
- 11
- 0
1) Show that since a body falling freely obeys the differential equation h''=-g[/itex], if it falls from an initial height h(0), it lands with a velocity of -\sqrt{2gh(0)}<br />
<br />
This problem is from a differential equations class and I solved it two different ways:<br />
<br />
<u><b>Method 1</b></u>:<br />
\frac {dh} {dt}=v and \frac {dv} {dt}=a which leads to \int{a dh}=\int{v dv} and solving for v gives you v=\sqrt{2gh}<br />
<br />
<u><b>Method 2</b></u>:<br />
Use KE=PE, so \frac{1}{2}mv^2=mgh<br />
and solve for v which gives you v=\sqrt{2gh}.<br />
<br />
Unfortunately I don't think this is what the instructor is looking for. The wording of the question suggests he wants me to use differential equations techniques. I solved the DE to get h=-\frac{1}{2}gt^2+c_1t+c_2 but I'm not seeing how that will get me to v=-\sqrt{2gh(0)}<br />
<br />
Can anyone help me?