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

AI Thread Summary
To calculate the initial velocity components of a projectile given an angle of 15° and a distance of 0.534m, the equations Vx = Vcos(15) and Vy = Vsin(15) are used. The time of flight can be derived from the x-direction equation, leading to t = 0.534m / (Vsin(15)). Substituting this time into the y-direction equation allows for the determination of the initial vertical velocity component. The final calculations yield an initial velocity of approximately 3.22 m/s, with components Vx = 3.11 m/s and Vy = 0.833 m/s. This approach effectively combines kinematic equations to solve for the desired components.
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?
 
Voy = Vcos15° :wink:

(and you could have divided the whole of that equation by t, since you had 0 on the LHS)

and now I'm off to bed :zzz:
 
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?
 
hi gsg822! :smile:

(i'm sorry for the delay :redface:)

where did this come from? …
gsg822 said:
Vsin(15) = 5.2 / 2Vcos(15)
 
Back
Top