AMC 10 · 2011 · #23
Grade 11 algebraPick an answer.
Writing out f(f(f(f(z)))) as one giant fraction is hopeless. Every map of the shape (pz+q)/(rz+s) is completely described by its four coefficients, and plugging one into another combines those coefficients by a fixed row-times-column rule. Storing the map as four numbers instead of as a fraction turns four nested substitutions into two rounds of the same small computation. Once the four final coefficients are in hand, the condition g(g(z))=z becomes three equations, and looking at their structure shows two of the three are automatic. That leaves a single equation, which splits into two branches; the extreme principle and the triangle inequality then bound |b|, and explicit values of a confirm both ends are actually reached.
Store a map as four numbers
The map lives as four numbers.
A fraction-of-a-line map carries no information beyond its four coefficients, so track those and drop the fraction.
11.A-APR.D.6Organize Information In More WaysThrow out the collapsing case
One degenerate case is thrown out first.
A constant map forgets its input, so no amount of repeating it can hand the input back.
11.A-APR.D.6Eliminate PossibilitiesRun the rule twice
Running it twice keeps the same shape.
Composing four times is composing twice, twice — so do the easy job of squaring the coefficient rule.
9.A-APR.A.1Solve An Easier Related ProblemTurn the identity into equations
The identity condition becomes three equations.
Two different maps of this shape can agree at only a couple of points, so agreeing everywhere forces the coefficients to match.
Two maps of this shape can agree at only a couple of points, so agreeing everywhere forces the coefficients to match.
▸ Why?
When two expressions are equal for every input, each matching coefficient has to be equal too.
▸ Why?
Each map is described by its coefficients alone, so equal maps and equal coefficient sets are the same thing.
Two of the three come free
Two of them follow free from the first.
When two leftover quantities are just R times something, killing R kills them too.
9.A-SSE.A.2Organize Information In More WaysSplit the equation, keep P alive
That splits into two branches.
Solving the equation is half the job; the other half is checking the solution really builds a working map.
9.A-REI.B.4Eliminate PossibilitiesMeasure b on each branch
Sizes run between 1 and the root of three.
Adding a fixed 1 to a point roaming a circle of radius 2 keeps you between 2-1 and 2+1 from the origin.
11.N-CN.A.3Extreme PrincipleShow both ends are reached
Both ends are reached, so the spread is √3-1.
An inequality alone never proves a record is achievable — you have to produce the case that hits it.
11.N-CN.C.7Guess And CheckA map like (z+a)/(z+b) is just its four coefficients, and composing maps multiplies those coefficients like a grid — once you see that, "apply it four times and get z back" shrinks to the single equation (b+1)(b²+2a+1)=0, and |a|=1 then squeezes |b| between 1 and √(3).
- Store a map as four numbers
- Throw out the collapsing case
- Run the rule twice
- Turn the identity into equations
- Two of the three come free
- Split the equation, keep P alive
- Measure b on each branch
- Show both ends are reached