It's been many years since I had to do a problem like this...how close am I to being correct?
Let's say I'm launching a projectile with initial velocity V, initial height of zero, at an angle of A° (Where 0<A<90) and I want to know how far the cat will travel.
First step is to break V into two parts--horizontal (Vx) and vertical (Vy)
Vx is constant and is cos(A) * V
Vy starts at sin (A) * V and is constantly decreasing at a rate of -9.8 (m/s)/s
Uh...so yeah, what's the answer here for the distance in terms of V and A?
Let's say I'm launching a projectile with initial velocity V, initial height of zero, at an angle of A° (Where 0<A<90) and I want to know how far the cat will travel.
First step is to break V into two parts--horizontal (Vx) and vertical (Vy)
Vx is constant and is cos(A) * V
Vy starts at sin (A) * V and is constantly decreasing at a rate of -9.8 (m/s)/s
Uh...so yeah, what's the answer here for the distance in terms of V and A?