Skip to content

Instantly share code, notes, and snippets.

@wizhippo
Last active October 20, 2023 20:11
Show Gist options
  • Save wizhippo/eb83701c7a7d563862ccb84e4a0f87c0 to your computer and use it in GitHub Desktop.
Save wizhippo/eb83701c7a7d563862ccb84e4a0f87c0 to your computer and use it in GitHub Desktop.
pilot quick calc

Desent

Rate of descent standard 3deg

Ground speed * 5 or Ground speed / 2 add zero

Example: 200 * 5 = 1000fpm or 200/2 = 100 * 10 = 1000fpm, I find dividing by 2 faster then multiplying by 5

TOD standard 3deg

Starting alt – Desired alt = delta feet x 3 = distance in feet / 1000 = NM

Example: 20,000ft – 10,000ft = 10,000ft x 3 = 30,000ft / 1000 = 30 NM

1 in 60 Rule

Ground Speed (GS) (knots) / 60 * Climb Gradient (Feet Per Mile)

75 / 60 * 600 = 750ft/min

Distance off track = (number of degrees off course x distance to station) / 60

1nm = (1deg X 60nm) / 60

Maximum drift angle (Max Drift) = Windspeed divided by Groundspeed in miles per minute

10nm / (120nm/h / 60min) = 5deg

Reources:

Climb

Rate of climb

Ground speed / 60 * Gradiant

75kn/h / 60min * 400ft/kmile = 500ft/m

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment