Finding muzzle velocity using range and height of barrel

AI Thread Summary
To determine the muzzle velocity of a projectile fired from an air cannon, the angle of the barrel, height of the muzzle, and distance traveled are essential parameters. The total time of flight can be calculated using the equations involving initial muzzle velocity and gravitational acceleration, while the distance traveled relates to the horizontal component of the velocity. To isolate the initial muzzle velocity (v0), the time variable must be substituted into the distance equation. This process allows for the calculation of muzzle velocity for multiple pressure settings, ignoring drag and friction. The final goal is to implement this calculation in an Excel spreadsheet for efficiency.
physicsisrad
Messages
2
Reaction score
0

Homework Statement


Ok, so pretty much, I built an air cannon for my physics assignment. I need to determine the muzzle velocity. I know the angle of the barrel, the height of the muzzle about the ground and the distance the projectile covered. I fired projectile at multiple pressures in order to determine the effect of pressure of muzzle velocity. I am ignoring drag and friction for these equations.

Homework Equations


Let v0 = Initial muzzle velocity
o = angle of barrel = (33.82 Degrees if this is neccessarY)
Height of barrel = h = 1.13m

The Attempt at a Solution


Total time of flight= t = v0sin(o)/9.8^2+ (v0sin(o)^2/9.8^2 - 2*h/9.8)^0.5
Distance traveled = v0cos(o) * t
= v0cos(o) * (v0sin(o)/9.8^2+ (v0sin(o)^2/9.8^2 - 2*h/9.8)^0.5)
I need the rearrange this equation so v0 is the subject so I can implement this in an excel spreadsheet as I have literally hundreds of these to determine.

 
Physics news on Phys.org
What is your question?

If you are trying to find muzzle velocity, you have to solve these equations for time:

(1) x = v_0\cos\theta t

(2) y = v_0\sin\theta t - \frac{1}{2}gt^2

Find the muzzle velocity by substituting t into (1).

AM
 
Last edited:
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