How Do You Calculate Initial Velocity Components Given Angle and Distance?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
gsg822
Messages
4
Reaction score
0

Homework Statement


I need help finding the x and y components of initial velocity being given the angle the trajectory was fired at and the distance the projectile traveled. For this example I'm using an angle of 15° and the projectile travels 0.534m. I'm not sure if I'm going in the right direction in trying to solve this problem.

Homework Equations


Vx = Vcos(angle)
Vy = Vsin(angle)

x -x initial = Vx * t

The Attempt at a Solution


Solved those to get: Vx = Vcos(15) and Vy = Vsin(15).

After pluggin Vx into the equation, I'm having trouble figuring out where to go from here. Any help is appreciated.
 
Physics news on Phys.org
welcome to pf!

hi gsg822! welcome to pf! :smile:

(try using the X2 button just above the Reply box :wink:)
gsg822 said:
… I'm using an angle of 15° and the projectile travels 0.534m.

Solved those to get: Vx = Vcos(15) and Vy = Vsin(15).

After pluggin Vx into the equation, I'm having trouble figuring out where to go from here. Any help is appreciated.

use the x equation to find t (as a function of V), then use that value of t in the y equation …

show us what you get :smile:
 
When you say to use the y equation are you referring to y = y0 + voy * t - 0.5 * g * t2. I've tried using this equation and I get stuck when I try and simplify it down.

I solved the x equation for time and got t = 0.534m / (V * sin(15))
 
gsg822 said:
I solved the x equation for time and got t = 0.534m / (V * sin(15))

yup! :smile:
When you say to use the y equation are you referring to y = y0 + voy * t - 0.5 * g * t2. I've tried using this equation and I get stuck when I try and simplify it down.

if I'm reading the question correctly, y = yo :wink:
 
I have two variables, V and Voy.

0 = Voy(0.534m / Vsin(15)) - (1/2)(9.8m/s2)(0.534m / Vsin(15))2

(1/2)(9.8m/s2)(0.285m / (Vsin(15)2) = Voy(0.534m / Vsin(15))

2.79m2/s2 / ( Vsin(15)2) = 2Voy(0.534m / Vsin(15))

2.79m2/s2 / ( Vsin(15)) = 2Voy(0.534m)

I get stuck here and don't know where to take it from here. I'm also not really sure if this work I did is even right. Am I heading in the right direction?
 
I forgot that I could substitue Vsin(15) for Voy.

I think I may have gotten the answer.

Vsin(15) = 5.2 / 2Vcos(15)

Rearranged that to V2 = 5.2 / (2sin(15)cos(15))

V = sqrt(5.2 / (2sin(15)cos(15)))

V = 3.22 m/s

Plug that value back into the Vox and Voy equations to get:

Vox = 3.11 /s
Voy = 0.833 m/s

Could you verify if this is correct?