> For the complete documentation index, see [llms.txt](https://blog.aviumtechnologies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.aviumtechnologies.com/topics/definition-of-axes-and-angles.md).

# Definition of axes and angles

The aerodynamic forces and moments on an aircraft are produced by the relative motion with respect to the air and depend on the orientation of the aircraft with respect to the airflow. Two orientation angles (with respect to the relative wind $$V$$) are needed to specify the aerodynamic forces and moments. These angles are the angle of attack $$\alpha$$and the sideslip angle $$\beta$$. The image below shows the definition of $$\alpha$$and $$\beta$$with respect to the body-fixed coordinate system. The origin of the body-fixed coordinate system coincides with the aircraft's center of gravity and its $$x$$-axis  is parallel to the fuselage reference line and its $$z$$-axis in the (conventional) aircraft plane of symmetry. &#x20;

![Body-fixed coordinate system and aerodynamic angles ](/files/-MgboO0mlL_6yfHa5flS)

The commonly adopted convention is to label rotations about the $$x$$-, $$y$$-, and$$z$$-axes by $$\phi$$, $$\theta$$, and$$\psi$$. The angles are referred to as the roll angle, the pitch angle, and the the yaw angle. Rotation rates about the axes are labeled by $$p$$, $$q$$, $$r$$and are usually measured in radians per second.  Transnational velocities along the $$x$$-, $$y$$-, and$$z$$-axes are labelled by $$u$$, $$v$$, and$$w$$.

### Force and moment coefficients

The force and moments acting on the aircraft are commonly defined in terms of dimensionless aerodynamic coefficients. The coefficients are functions of the two aerodynamic angles, the Mach number, the Reynolds number, the control surface deflection, and the aircraft thrust. The thrust generated by the aircraft engines can affect the aerodynamic coefficients.&#x20;

$$C\_{()}=C\_{()}\left(\alpha,\beta,M,Re,\delta,T\right)$$

Other factors that affect the aerodynamic coefficient are geometry changes such as deployment of landing gears, addition of external fuel tanks, ground proximity effect, etc. The definition of the coefficients with respect to the body-fixed coordinate system is:

| Force/Moment                         | Description                 |
| ------------------------------------ | --------------------------- |
| $$F\_{x}=qS\_{ref}C\_{X}$$           | X-force                     |
| $$F\_{y}=qS\_{ref}C\_{Y}$$           | Y-force                     |
| $$F\_{z}=qS\_{ref}C\_{Z}$$           | Z-force                     |
| $$M\_{x}=l=qS\_{ref}b\_{ref}C\_{l}$$ | X-moment or rolling moment  |
| $$M\_{y}=m=qS\_{ref}c\_{ref}C\_{m}$$ | Y-moment or pitching moment |
| $$M\_{z}=n=qS\_{ref}b\_{ref}C\_{n}$$ | Z-moment or yawing moment   |

In the above equations  $$S\_{ref}$$is the aircraft reference area, $$b\_{ref}$$is the aircraft reference span, $$c\_{ref}$$is the aircraft reference chord (mean aerodynamic chord), and $$q$$is the dynamic pressure ($$q=\frac{1}{2}\rho|\mathbf{V}|^2$$).

{% hint style="info" %}
The Aviumtechnologies Panel Method uses the above definition of the aerodynamic coefficients.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blog.aviumtechnologies.com/topics/definition-of-axes-and-angles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
