Andromeda
Note

Graph Symmetry

Definition

Symmetry describes the geometric balance of a graph, where one part is a reflection or rotation of another across a specific axis or point.

Why It Matters

Identifying symmetry halves the amount of work needed to analyze a system. It shows where behavior is redundant, allowing for drastic simplifications in integration and complex engineering modeling.

Core Concepts

  • xx-axis symmetry: Equation unchanged when yy is replaced by y-y.
    • How to read: “Replace y with negative y; equation remains unchanged.”
    • Meaning: Graph mirrors across the xx-axis — for every (x,y)(x,y), (x,y)(x,-y) is also present (usually not a function).
  • yy-axis symmetry: Equation unchanged when xx is replaced by x-x.
    • How to read: “Replace x with negative x; equation remains unchanged.”
    • Meaning: Graph mirrors across the yy-axis — denotes an even function.
  • Origin symmetry: Equation unchanged when both xx and yy are replaced by their opposites.
    • How to read: “Replace x with negative x and y with negative y.”
    • Meaning: 180° rotational symmetry about the origin — denotes an odd function.

Connected Concepts