Help with Projectile Motion problem (including air friction)

AI Thread Summary
The discussion centers on calculating the maximum distance a BB from an airsoft pistol can travel, factoring in air resistance. The user has provided specific details about the BB's mass, diameter, and muzzle velocity, and is attempting to incorporate air resistance into their projectile motion equations. They initially used the drag equation but struggled with the correct application of acceleration due to drag. Clarifications were provided on how to properly account for drag in both the x and y directions, emphasizing the need to differentiate between the forces of gravity and drag. The conversation highlights the importance of correctly applying the equations of motion to achieve accurate results in projectile motion with air resistance.
CopperHead4750
Messages
4
Reaction score
0
Hopefully you smart guys can understand this post

I recently have bought an airsoft pistol that shoots 302fps and I thought it would be fun to calculate the max distance & stuff for the bb including air resistance. The problem is including air resistance into the equation.

Here's the stats:
mass of bb= .12g
diameter of bb= 6mm (.006m)
muzzle velocity for .12g bb = 302fps (92.0496m/s)

After reading stuff on the net, I aparently need the equation D=(pCA)/2, where p is the density of air (about 1.2101 kg/m3), C is drag coefficient (around .47 probably?), and A is the area of the bb looking at front (pi*r2 = pi*(.003m)2 = 2.8274*10-5 m2)
When I plug the numbers in, D= 8.04046*10-6

I'm sort of lost after this step, aparently Acceleration=-DV2 --> Ax=-DV(Vx) and Ay=-DV(Vy)

I tried plugging the numbers in but the answer was only somewhere around .04 which I'm pretty sure isn't right at all.

My main goal is to put it into a parametric function so I can see it visually with distance and time:

SO, what I'm sure is right (without air resistance):
X1T=92.0496cos(35)
Y1T=92.0496sin(35)-(1/2)9.8T2


What is the air resistance acceleration and how do I plug it into that equation?
 
Physics news on Phys.org
For small velocities (velocities less than 328 ft/s), air resistance is (approximately) proportional to velocity, rather than the square of velocity.

Change it to DV from DV² and see if that helps.
 
Changing it to DV instead of DV2 makes the number even smaller (around .00074).

After reading some more... Acc(drag)=DV2/(mass) and after what you said, should I change that to DV/(mass)? This would make it around 6.168m/s2

So when I plug it into my equation, is this accurate:
X1T=92.0496cos(35)-(8.04046*10-6*92.0496cos(35)/.00012)T2
Y1T=92.0496sin(35)-(1/2)9.8T2-(8.04046*10-6*92.0496sin(35)/.00012)T2

I know I must be doing something wrong. Please help
 
I'm sorry, I can't tell which equations of motion you are using. I would recommend using s = ut + \frac{1}{2}at^2. You will need to know the inital height to solve for t, but this is easy to measure.

Regards,
-Hoot
 
Sorry, that's the equation I was using, I just forgot to put the T in after the first velocities.

That equation still doesn't include air friction though.
 
Okay, it seems that you have determined the [negative] acceleration due to air resistance. Now in the x - direction this is the only acceleration experience by the bb round, thus in the x-direction we have;

s_{x} = ut + \frac{1}{2}\cdot - a_{drag} t^2

However, in the y - direction, there are two forces acting, gravity and drag but it is important to observe that in this case they are acting in opposite directions. The force of gravity it acting in the same direction as velocity (down) therefore the acceleration will be positive. The drag force is acting in the opposite direction to the velcoity (up). Therefore we can say that;

a_{total} = g - a_{drag}

Thus the kinematic equation in the y-direction becomes;

s_{y} = ut + \frac{1}{2} (g - a_{drag})t^2

Do you follow?

~Hoot
 
I understand that part. The only problem is that I'm not sure if my adrag calculations are correct.

Lets work backwards. What's the equation for adrag?
 
The relationship for drag is given by (as you correctly stated above);

F_{drag} = - \frac{1}{2}C\rho Av^2

For a sphere c = 0.5, the density of air is approximately 1.25 kg/m^3.

Regards,
~Hoot
 
Back
Top