Iliopsoas muscles

Authors
Affiliations

Doctor of Physical Therapy

B.S. in Kinesiology

Doctor of Physical Therapy

B.A. in Neuroscience

Muscles of the Iliac and Anterior femoral regions1

Muscles of the Iliac and Anterior femoral regions1
Figure 1: Muscles of the Abdomen2
Reading list
  • Psoas major, psoas minor, iliacus muscles3
  • Neuman4
    #| label: tbl-iliopsoas-oian
    #| warning: false
    #| message: false
    #| echo: false
    #| tbl-cap: "Iliopsoas muscle group"

    from pathlib import Path
    import pandas as pd
    from pyprojroot import here
    from IPython.core.display import display, HTML

    # Set the path for the script file
    script_file_path = here("scripts/process_oian_table.py")

    # Check if the script file exists
    if script_file_path.exists():
        import sys
        sys.path.append(str(script_file_path.parent))  # Add the directory of the script to the system path

        from process_oian_table import process_oian_table  # Import the specific function

        # Define the column to filter by and the identifiers to include
        filter_column = 'group_identifier'  # Choose the column you want to filter by
        filter_identifiers = ['iliopsoas_muscles']  # Replace with actual identifiers you want to include

        # Call the function to get the HTML table with filtering
        html_table = process_oian_table(filter_column=filter_column, filter_identifiers=filter_identifiers)

        if html_table:
            # Render the HTML table for display
            display(HTML(html_table))  # Use display to render the HTML properly
    else:
        print("Script file does not exist. Please check the path.")
/var/folders/1l/3yjsq4vn4q92b8_bq89ptr800000gn/T/ipykernel_96987/2050710442.py:10: DeprecationWarning:

Importing display from IPython.core.display is deprecated since IPython 7.14, please import from IPython.display

The iliopsoas is the most powerful hip flexor5.

Manual muscle tests

The iliopsoas muscle group act as synergists during:

Muscle length test (MLT)

Stretches

References

1.
Gray H. Anatomy of the Human Body. 20th ed. (Lewis WH, ed.). Lea & Febiger; 1918. https://www.bartleby.com/107/
2.
Betts JG, Blaker W. Anatomy and Physiology. 2nd ed. OpenStax; 2022. https://openstax.org/details/books/anatomy-and-physiology-2e/?Book%20details
3.
Donnelly JM, Simons DG, eds. Travell, Simons & Simons’ Myofascial Pain and Dysfunction: The Trigger Point Manual. Third edition. Wolters Kluwer Health; 2019.
4.
Neumann DA, Kelly ER, Kiefer CL, Martens K, Grosz CM. Kinesiology of the Musculoskeletal System: Foundations for Rehabilitation. 3rd ed. Elsevier; 2017.
5.
Jones B. B Project Foundations. b Project; 2025.
6.
Weinstock D. NeuroKinetic Therapy: An Innovative Approach to Manual Muscle Testing. North Atlantic Books; 2010.

Citation

For attribution, please cite this work as: