Originally posted by clerick
When i was unpacking some books i ran across an old one that came with Falcon Gold WAY back in the 90's. It's called "Art of the Kill", interesting book but in it the author mentions a formula for turn rate
TR = K G/V
G = the g's the aircraft is pulling in the turn
V = is velocity
but K is only listed as a constant. I would assume that this constant varies from plane to plane. Could any of you explain what K represents and how it is derived?
Hi clerick
That formula is perfectly correct. Pete Bonanni wouldn't get that sort of thing wrong. He is simply using a slightly different definition of the terms than those normally used in order to keep the expression simple in order to focus on the concepts. The value you are looking for is K = 1257 when the speed is in miles per hour.
So if you are turning at 4g and 200mph your turn rate will be:
1257*4/200 = 25 degrees per second (dps)
The more complex formula others have posted would yield 24.3dps. The difference is due to the fact that Bonanni is using Radial G whereas the formula others have posted are actually using the Body axis normal load factor, and not the radial G.
If I use typical spread sheet math symbols and use n for the body axis normal load factor, the radial G can be found by using Pythagoras's theorem as G = SQRT(n^2 - 1). that's where that term under the square root comes from in those other equations.
Hope that helps.
Badboy
Edit, forgot to mention where the 1257 came from:
It's just gravity times a conversion factor to get miles per hour to ft/sec and another conversion factor to get radians per second to degrees per second. Using spread sheet math again it looks like this:
=32.185/(5280/(60*60))*(180/PI()) = 1257.3168
You should be able to see what each of those numbers represents.