> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/e3d-user-manual/analysis/toc161394055/toc161394058.md).

# P-Delta (P-Δ) vs. P-delta (P-δ)

Understand the difference between P-Delta and P-delta second order effects and how ENERCALC 3D models them.

The P-Delta (P-Δ) refers to the second order effect associated with the lateral translation of the members \[Ref. 10, 11, 12]. Consider the moment M at the bottom of the column in the figure below.

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-c364e5d3d7284b8049314c996d8239e6f2097362%2FFASTFR~1_img260.png?alt=media)

If the effect of the axial force on bending is ignored, M = H \* L. However, if the effect of the axial force on bending is considered, M = H \* L + P \* Δ. The increase in moment in turn increases the deflection Δ, which further increases M, and so on. An equilibrium will eventually be reached unless the axial load P exceeds the column critical buckling load.

P-delta (P-δ) refers to the second order effect associated with the member curvature \[Ref. 10, 11, 12]. Consider the moment M at the middle of the column in the figure below.

A secondary moment P \* δ is induced by the axial load acted upon the lateral defection of the column. This additional moment will cause more lateral deflection, which in turn will induce more secondary moment, and so on. An equilibrium will eventually be reached unless the axial load P exceeds the column critical buckling load.

The presence of the axial force in effect reduces the column bending stiffness. The member geometric stiffness accounts for this reduction. The P-Delta analysis in the program is capable of handling both P-Δ and P-δ effects. In order to account for the P-δ component, however, you must split compression members (columns) into several segments. Normally four segments for each column are enough. The program provides the command Edit > Split Members to automatically split members.

As an example \[Ref. 13], assume in the figure above, the beam-column is of L = 12 ft in length, and is subjected to an axial compressive load of P = 100 kips and a transverse load of Q = 6 kips at midspan. The member section: 4 x 4 inches, I = 21.33 in4, A = 16 in2. The material: E = 30000 ksi, υ = 0.30. Theoretical results are calculated as follows:

Linear (bending only):![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-1399d723244083ba502a976da8df10bd9f8332b1%2Fclip0039.jpg?alt=media) ft-kips; ![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-bd18e452f003d12ea9ecc3bf3d7b29395193e08d%2Fclip0040.jpg?alt=media) in

P-δ (bending and axial load): ![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-81ea4485485d878dbf4b435daee7aad258e81beb%2Fclip0041.jpg?alt=media) radian (or 51.57o)

![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-91341bdfa178f18d404f47004001e19d4e6c5a36%2Fclip0042.jpg?alt=media)ft-kips; ![](https://560001759-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWNe8U6EBBBdUJHdb2X9G%2Fuploads%2Fgit-blob-5299a7524db7d07f6fb79880ab4b7f18a9d6b4f9%2Fclip0043.jpg?alt=media) in

To solve this problem in the program, we can create one linear load combination and one P-Delta load combination. Since the problem involves the P-δ effects, the beam-column must be modeled with multiple elements (4 beam elements generally sufficient). The results from the program are compared with the theoretical results below:

The moments and deflections at the midspan for linear and P-δ behaviors

| **Analysis Type**          | **Effects**           | **ENERCALC 3D** | **Theoretical** |
| -------------------------- | --------------------- | --------------- | --------------- |
| **Linear**                 | **δ\*\*\*\*mid** (in) | 0.5832          | 0.583           |
| **M\*\*\*\*mid** (ft-kips) | 18                    | 18              |                 |
| **P-δ**                    | **δ\*\*\*\*mid** (in) | 0.8643          | 0.864           |
| **M\*\*\*\*mid** (ft-kips) | 25.203                | 25.2            |                 |


---

# 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://docs.enercalc.com/e3d-user-manual/analysis/toc161394055/toc161394058.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.
