I was just working out formulas to calculate BC, one using the Chairgun method, the other using the Pyramyd air method (this sites calculator uses this method as well). Are any of you familiar with either? If not here is a quick peak:
PyramydAir (and the calculator here) uses a very simplified formula from Steve_NC IIRC:
bc = -(100000*(Distance)/(8000*LN(FarVelocity/NearVelocity))/100000
While Chairgun uses:
bc = (AirDensity* Distance) / ( SQRT(FarVelocity) - SQRT(NearVelocity))
Both give similar yet quite different results.
At 50 yards distance between measured velocities, 876 near and 762 far fps, the first formula gives a bc of .0448, while the second formula gives a bc of .0407 using my air density data through Chairgun. Even with more standardized air density, Chairgun calculates .049 bc with the above given data.
Anyone with thoughts or input?
I'd suspect the second formula is more appropriate but maybe someone here knows something I do not.
Oh, and what my air density method formula looks like in excel if you want a headache, (or to integrate it into your own spreadsheet) For GA bc
Temp in F, altitude in Ft, Humidity as RH %, Velocity in FPS.
=round((ROUND((((((101325 * EXP(-9.80665 * 0.0289644 * (Altitude*0.3048)/(8.31432 * ((Temp- 32) * 5/9 + 273.15)))-Humidity/100*6.112*EXP((17.67*(Temp- 32) * 5/9 + 273.15-273.15)/((Temp - 32) * 5/9 + 273.15-273.15+243.5))*100)/(287.05*((Temp- 32) * 5/9 + 273.15))+(Humidity/100*6.112*EXP((17.67*(Temp- 32) * 5/9 + 273.15-273.15)/((Temp- 32) * 5/9 + 273.15-273.15+243.5))*100/(461.5*((Temp - 32) * 5/9 + 273.15))))+(Humidity/100*6.112*EXP((17.67*(Temp - 32) * 5/9 + 273.15-273.15)/((Temp- 32) * 5/9 + 273.15-273.15+243.5))*100/(461.5*((Temp - 32) * 5/9 + 273.15))))*0.062428)*0.026068* DistanceYards) / ( SQRT(Near Velocity) - SQRT(Far Velocity)),5)),4)
-Matt
Attached is the above BC calculation which includes air density: Also works with a few other drag laws.
PyramydAir (and the calculator here) uses a very simplified formula from Steve_NC IIRC:
bc = -(100000*(Distance)/(8000*LN(FarVelocity/NearVelocity))/100000
While Chairgun uses:
bc = (AirDensity* Distance) / ( SQRT(FarVelocity) - SQRT(NearVelocity))
Both give similar yet quite different results.
At 50 yards distance between measured velocities, 876 near and 762 far fps, the first formula gives a bc of .0448, while the second formula gives a bc of .0407 using my air density data through Chairgun. Even with more standardized air density, Chairgun calculates .049 bc with the above given data.
Anyone with thoughts or input?
I'd suspect the second formula is more appropriate but maybe someone here knows something I do not.
Oh, and what my air density method formula looks like in excel if you want a headache, (or to integrate it into your own spreadsheet) For GA bc
Temp in F, altitude in Ft, Humidity as RH %, Velocity in FPS.
=round((ROUND((((((101325 * EXP(-9.80665 * 0.0289644 * (Altitude*0.3048)/(8.31432 * ((Temp- 32) * 5/9 + 273.15)))-Humidity/100*6.112*EXP((17.67*(Temp- 32) * 5/9 + 273.15-273.15)/((Temp - 32) * 5/9 + 273.15-273.15+243.5))*100)/(287.05*((Temp- 32) * 5/9 + 273.15))+(Humidity/100*6.112*EXP((17.67*(Temp- 32) * 5/9 + 273.15-273.15)/((Temp- 32) * 5/9 + 273.15-273.15+243.5))*100/(461.5*((Temp - 32) * 5/9 + 273.15))))+(Humidity/100*6.112*EXP((17.67*(Temp - 32) * 5/9 + 273.15-273.15)/((Temp- 32) * 5/9 + 273.15-273.15+243.5))*100/(461.5*((Temp - 32) * 5/9 + 273.15))))*0.062428)*0.026068* DistanceYards) / ( SQRT(Near Velocity) - SQRT(Far Velocity)),5)),4)
-Matt
Attached is the above BC calculation which includes air density: Also works with a few other drag laws.
Attachments
Last edited: