- May 6, 2004
- 440
- 0
- 0
I am having trouble figuring out what to do, and what this question is exactly asking to do. This question is from Chapter 3.2 #10
-----------------------------------------------------------
10. An object thrown vertically with a speed v0 reches a height h at time t, where:
h=v0*t-0.5*g*t^2
Write and test a function that computes the time t required to reach a specified height h, for a given value of v0. The function's inputs should be h, v0, and g. Test your function for the case where h=100m, v0=50m/s, and g=9.81m/s^2. Interpret both answers.
-----------------------------------------------------------
I could take the derivative maybe and that would give me acceleration I believe. I might could use the equation v=v0+g*t then maybe... I am really just totally lost on this one. Any help whatsoever will be appreciated!
-Seth
-----------------------------------------------------------
10. An object thrown vertically with a speed v0 reches a height h at time t, where:
h=v0*t-0.5*g*t^2
Write and test a function that computes the time t required to reach a specified height h, for a given value of v0. The function's inputs should be h, v0, and g. Test your function for the case where h=100m, v0=50m/s, and g=9.81m/s^2. Interpret both answers.
-----------------------------------------------------------
I could take the derivative maybe and that would give me acceleration I believe. I might could use the equation v=v0+g*t then maybe... I am really just totally lost on this one. Any help whatsoever will be appreciated!
-Seth