Mathwords logoMathwords

Asymmetry — Definition, Formula & Examples

Asymmetry is the absence of symmetry — a shape or graph is asymmetric when no line, point, or fold divides it into identical mirror-image halves.

A figure or function exhibits asymmetry if there exists no axis of symmetry, point of symmetry, or other isometric transformation under which the figure maps onto itself.

How It Works

To check for asymmetry, try folding the shape along every possible line through its center. If no fold produces two matching halves, the shape is asymmetric. For a graph, test whether f(x)=f(x)f(x) = f(-x) (symmetric about the yy-axis) or f(x)=f(x)f(-x) = -f(x) (symmetric about the origin). If neither equation holds for all xx, the graph is asymmetric.

Worked Example

Problem: Determine whether the function f(x) = x³ + x² is symmetric or asymmetric.
Test for y-axis symmetry: Replace x with −x and check if f(−x) = f(x).
f(x)=(x)3+(x)2=x3+x2f(-x) = (-x)^3 + (-x)^2 = -x^3 + x^2
Compare to f(x): Since f(x) = x³ + x², we see that −x³ + x² ≠ x³ + x², so the function is not symmetric about the y-axis.
x3+x2x3+x2-x^3 + x^2 \neq x^3 + x^2
Test for origin symmetry: Check if f(−x) = −f(x). We need −x³ + x² to equal −x³ − x².
x3+x2x3x2-x^3 + x^2 \neq -x^3 - x^2
Answer: The function f(x) = x³ + x² is asymmetric — it has neither y-axis symmetry nor origin symmetry.

Why It Matters

Recognizing asymmetry helps you understand graph behavior. An asymmetric function cannot be simplified using symmetry shortcuts, so you need to analyze its full domain. In science and data analysis, asymmetric distributions (like skewed data sets) require different statistical tools than symmetric ones.

Common Mistakes

Mistake: Assuming a shape is symmetric just because it looks close to symmetric.
Correction: Always test algebraically or by precise measurement. A graph that appears nearly balanced may still fail the symmetry conditions f(x) = f(−x) or f(−x) = −f(x).