How to calculate velocity with target 12 m away vertically and 6 m horizontally?

  • Thread starter Thread starter pill
  • Start date Start date
  • Tags Tags
    Velocity
AI Thread Summary
To calculate the velocity needed to hit a target 12 m away horizontally and 6 m vertically, the angle of launch is specified as 50°. The equations provided include t = 12/Vx, Vy = 6/t + (0.5)(9.81)t, Vx = Vcos(50), and Vy = Vsin(50). The user initially calculated Vx and Vy but found discrepancies in the velocities derived from both equations, indicating a potential error in calculations. To resolve this, it's suggested to eliminate time (t) and express V in terms of known variables. A unique solution requires correctly substituting and solving the equations while maintaining the specified angle.
pill
Messages
11
Reaction score
0
I used an online simulation for this lab. The target is 12 m away horizontally and 6 m vertically. I was to find the velocity needed to hit the target.Since it's an online simulation, I played around with it and got 14.3 m/s. The formula I plan on using is:

Vx=range/time
Vy=√(range*10-(range/time)²)
V=√(Vx)+Vy

My problem is, how do I calculate the range and time when the target is hit? Or do I use the final range and time in the equation?

The range and time of the first black X is: 9.19 m and 1 s.
The final range and time is 21.6 m and 2.4 s.
 
Physics news on Phys.org
I was given these equations and was told to solve for V:

t = 12/Vx
Vy = 6/t + (0.5)(9.81)t
Vx = Vcos(50)
Vy = Vsin(50)

And this is what I got:

t = 12/Vx
2.6=12/Vx
Vx=28.8

Vy = 6/t + (0.5)(9.81)t
Vy=6/2.6+(0.5)(9.81)(2.6)
Vy=14.272

Vx = Vcos(50)
28.8/cos(50)=V
V=29.8456

Vy = Vsin(50)
14.272/sin(50)=V
V= -54.395

The velocity from Vy = 6/t + (0.5)(9.81)t is the same from the simulation, but I think I might have messed up in general. I know V from both equations should be the same, but they're obviously not. Any explanation on what I did wrong and how to fix it?
 
What angle with the horizontal is specified? I see the number 50 in your work but don't see where it came from. Without an angle specified, the problem does not have a unique solution.
 
LawrenceC said:
What angle with the horizontal is specified? I see the number 50 in your work but don't see where it came from. Without an angle specified, the problem does not have a unique solution.

The angle of the cannon is 50°.
 
Take your equations

t = 12/Vx
Vy = 6/t + (0.5)(9.81)t
Vx = Vcos(50)
Vy = Vsin(50)

and rewrite them with V as one of the unknowns. The other unknown is t. Eliminate t and solve for V. Eliminate the Vx and Vy variables because you know them in terms of V which is what you seek.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top