
Ben K. answered 12/20/15
Tutor
4.9
(223)
JHU Grad specializing in Math and Science
First, we should convert that 36 inch height to feet, which is 3 feet.
Now, we should recognize that the variable s is a position variable in feet, V0 is the initial velocity and s0 is the initial position, which is 0, because the player starts on the ground. The goal of this problem is to find a value for 'g', and use that for the full equation for s(t).
Next, we take the derivative of the position function with respect to time
s(t) = -(1/2)gt2 + V0t +s0
s'(t) = v)t) = -gt +V0
What is his velocity at the maximum height? The vertical velocity of any object when it reaches the top is 0.
So now we plug that in, along with the initial velocity, and solve for t
0 = 8√3 - gt
gt = 8√3
t = 8√(3) / g
Now plug this time into the position function, recognizing that the max heigh the player jumped was 3 feet
s(t) = -(1/2) g (8√(3) / g)^2 + 8√3 * (8√(3) / g) = 3
3 = -(1/2)*g*64*3/g2 + 64*3/g
3 = -(1/2)*64*3/g + 64*3/g note that we have something like -(1/2)*A + A, which is equal to (1/2)A
3 = (1/2)*64*3/g divide both sides by 3
1 = (1/2)*64/g multiply both sides by g
g = (1/2)*64
g = 32
So now we have our value for g, which is excellent, because g is just about 32 ft/s^2 in the real world. We can plug this back into the original s(t) equation, along with the initial velocity and initial position.
s(t) = -(1/2)*32*t2 + 8√(3)*t + 0
s(t) = -16t2 + 8√(3) * t
Note that the right-most t is outside of the radical. It's tough to show that in this format. I hope this helps!