Robert D. answered 04/03/19
Math/MATLAB/Electrical Engineering Tutor
step1 : Understand the given input data
h=-16*t^2+64*t+2
The general form of this equation is -(1/2)g.t^2+v*t+h0
g-The acceleration( gravitational).ft/sec^2. In the equation it gets negative sign because it is pulling the ball down..
v- the velocity .ft/sec.
h0- ft The initial height from the ground level.
Step 2: Determining the time ,maximum height reached.
To get the maximum speed.
determine dh/dt dh/dt=-32t+64
equate it to zero -32t+64=0
solve for t t=64/32=2 seconds.
step 3. Determining the max height.
h(2)=-16*2^2+64*2+2=-64+128+2=66 ft.
step 4 The range determination.
The ball can reach a minimum height h=0.i.e ground level.
So the range is [0,66] ft.
the time it reaches ground can be determined byequation h to zero.
-16t^2+64t+2=0
t(h=0)=(-64-sqrt(64^2+4*2*16))/(-32)= 4.0310 seconds
t(h=0)=(-64+sqrt(64^2+4*2*16))/(-32)= -0.0310 seconds
Time cannot be negative so t(h=0)=4.031 is chosen.
This is the total time of the movement.