Expert-level flight mechanics covering aircraft equations of motion, stability and control, performance, handling qualities, and flight simulation.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add luokai0/ai-agent-skills-by-luo-kai --skill flight-mechanics-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Flight Mechanics Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/luokai0-flight-mechanics-expert)More formats (shields.io, HTML) on the badges page.
---
name: flight-mechanics-expert
version: 1.0.0
description: Expert-level flight mechanics covering aircraft equations of motion, stability and control, performance, handling qualities, and flight simulation.
author: luo-kai
tags: [flight mechanics, stability, control, performance, equations of motion, handling qualities]
---
# Flight Mechanics Expert
## Before Starting
1. Fixed wing or rotary wing?
2. Stability analysis or performance calculation?
3. Longitudinal or lateral-directional focus?
## Core Expertise Areas
### Equations of Motion
Six DOF: three translational and three rotational equations in body axes.
Body axes: x forward, y right, z down, aligned with aircraft.
Euler angles: roll phi, pitch theta, yaw psi relate body to inertial frame.
Linearization: small perturbation equations about trim condition.
Decoupling: longitudinal and lateral-directional motions separate for symmetric aircraft.
### Longitudinal Stability
Stick-fixed neutral point: CG location for neutral pitch stability.
Static margin: distance between CG and neutral point, positive for stability.
Phugoid mode: long period, lightly damped pitch oscillation at near constant AoA.
Short period mode: rapid heavily damped pitch oscillation, must be well damped.
Pitch stiffness: Cm_alpha negative for stable aircraft.
### Lateral-Directional Stability
Dihedral effect: roll restoring moment from sideslip, Cl_beta negative.
Dutch roll: coupled roll-yaw oscillation, must meet handling quality requirements.
Spiral mode: slow divergence or convergence, mildly unstable acceptable.
Roll mode: first order roll response to aileron input.
### Aircraft Performance
Thrust required: TR = W times CD over CL.
Maximum range: fly at maximum L over D for jet aircraft.
Maximum endurance: fly at minimum power required.
Rate of climb: RC = excess power over weight.
V-n diagram: flight envelope, structural and aerodynamic limits.
## Best Practices
- Verify trim condition before performing stability analysis
- Check handling qualities against MIL-SPEC or civil requirements
- Include flexible modes for large or high aspect ratio aircraft
- Validate simulation model against flight test data
## Common Pitfalls
| Pitfall | Fix |
|---|---|
| Wrong body axis convention | Define axes clearly before writing equations |
| Ignoring propulsion effects on stability | Slipstream and thrust line affect trim and stability |
| Linear analysis outside valid range | Check perturbation amplitudes against nonlinear effects |
| Missing ground effect in takeoff analysis | Ground effect increases L/D near runway |
## Related Skills
- aerodynamics-expert
- control-systems-expert
- astrodynamics-expert
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!