$1.$ A ball is hit with an initial horizontal velocity of 33 ft/sec and initial vertical velocity of 51 ft/ sec. How long does it take for the ball to go from its max height to the ground?
My attempt: I assume I only need to worry about vertical velocity to solve this and gravity is -32 ft/sec. Thus I determined:
$\int -32 dt = v_y = -32t + c$
Given the initial vertical velocity of 33, then $v_y = -32t + 33$. Then to get vertical distance we integrate again which gives us $-16t^2 + 33t = d_y$ (y distance). Plug $0$ in for $d_y$ and you get $t=1.44$. I'm not sure if this is the correct time though. Is this just the total time the ball is in flight?
$2.$ A ball takes 3 seconds to travel from its max height to the ground. The initial horizontal velocity of the ball is 27 m/s.
a. What is the angle at which the ball takes off?
b. What is the initial vertical velocity of the ball?
If I could find the initial vertical velocity, I could do $arctan(v_{yo}/v_{xo})$, but not sure how to find it. Thanks for any help :)