Invariants Formula

Invariants are quantities or properties that remain unchanged during a process, operation, or transformation—values that stay the same no matter how the.

The Formula

If TT is a transformation, then PP is an invariant when P(before)=P(after T)P(\text{before}) = P(\text{after } T)

When to use: Rearranging an equation keeps both sides equal—equality is the invariant.

Quick Example

Area is invariant under translation. Perimeter is invariant under rotation.

Notation

An invariant is a property PP that satisfies P(x)=P(T(x))P(x) = P(T(x)) for all valid inputs

What This Formula Means

Quantities or properties that remain unchanged during a process, operation, or transformation—values that stay the same no matter how the system is rearranged or acted upon.

Rearranging an equation keeps both sides equal—equality is the invariant.

Formal View

I is an invariant of T    xD:I(T(x))=I(x)I \text{ is an invariant of } T \iff \forall x \in D: I(T(x)) = I(x)

Worked Examples

Example 1

medium
A sequence starts at 1 and each term is 3 times the previous minus 2: an+1=3an2a_{n+1} = 3a_n - 2. Show that the quantity an1a_n - 1 grows by a factor of 3 each step (i.e., an1=3n1(a11)a_n - 1 = 3^{n-1}(a_1 - 1) is an invariant structure).

Answer

an=1a_n = 1 for all nn; fixed point is an invariant

First step

1
Define bn=an1b_n = a_n - 1. Then bn+1=an+11=(3an2)1=3an3=3(an1)=3bnb_{n+1} = a_{n+1} - 1 = (3a_n - 2) - 1 = 3a_n - 3 = 3(a_n-1) = 3b_n.

See the full worked solution + why-it-works coaching

SetupKey insightWhy it worksCommon pitfallConnection

Unlock answer keys One Family plan — every worked solution, all subjects

Example 2

hard
In a game, you can add 3 or subtract 5 from a number. Starting at 0, can you reach 1? Use an invariant (parity or modular) argument.

Example 3

medium
The sum of digits of a number doesn't change modulo 9 when you add 9. Verify: 47 → 47+9=56. Is the digit sum invariant mod 9?

Common Mistakes

  • Assuming any unchanged-looking quantity is the invariant - verify PP(before)=P=P(after) for the actual transformation.
  • Confusing the invariant with the thing being transformed - the invariant is what survives, not what moves.
  • Overlooking parity or count invariants - sometimes what's preserved is a remainder or oddness, not an obvious total.

Why This Formula Matters

Spotting invariants is a powerful proof and problem-solving move (parity, conservation, equality through algebra steps): if a target state violates a preserved quantity, it's impossible, and recognizing this turns hard problems into one-line arguments. Recognizing it by "Is there a property that holds equal before and after the transformation?" — rather than by familiar numbers — is what lets a student tell it apart from variable and constant of proportionality and balance principle in a mixed problem set.

Frequently Asked Questions

What is the Invariants formula?

Quantities or properties that remain unchanged during a process, operation, or transformation—values that stay the same no matter how the system is rearranged or acted upon.

How do you use the Invariants formula?

Rearranging an equation keeps both sides equal—equality is the invariant.

What do the symbols mean in the Invariants formula?

An invariant is a property PP that satisfies P(x)=P(T(x))P(x) = P(T(x)) for all valid inputs

Why is the Invariants formula important in Math?

Spotting invariants is a powerful proof and problem-solving move (parity, conservation, equality through algebra steps): if a target state violates a preserved quantity, it's impossible, and recognizing this turns hard problems into one-line arguments. Recognizing it by "Is there a property that holds equal before and after the transformation?" — rather than by familiar numbers — is what lets a student tell it apart from variable and constant of proportionality and balance principle in a mixed problem set.

What do students get wrong about Invariants?

The procedure for invariants is the easy part; the trap is assuming any unchanged-looking quantity is the invariant. Asking "Is there a property that holds equal before and after the transformation?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Invariants formula?

Before studying the Invariants formula, you should understand: equal.