#Solving for alpha in 2d motion

6 messages · Page 1 of 1 (latest)

hushed windBOT
jagged pewter
#

(This is not homework, the transparent numbers in the image are my Discord ID)

#

So far I have solved for S

#
S = v_h * t
S = v_0 * sin(a) * t 
#
-v_v = v_v - g*t
2 * v_v / g = t 
2 * v_0 * cos(a) = t
#
S = v_h * t
S = [V_0 * sin(a)] * [2 * v_0 * cos(a) / g]