There are many tricks to the AIME that don't show up in a "standard school curriculum." To illustrate, here is an example problem from 2007:
Note that this is in the "hard" set, yet this problem is entirely solvable with regular algebra and even follows the standard logic wanting to isolate by writing the problem as
(some factored polynomial)=0.
However, the specific tricks are unusual; finding them requires practice. This one makes clever use of rearrangement, substitution, and symmetry.
We incidentally can find right away that is a solution:
−1+−1+−1+−1=−4,
so if we find all other solutions are negative, 0 is our answer. (However, we are essentially guaranteed in a competition context given the setup of that there will be a positive root.)
Constants tend to be one of the easiest terms to get rid of; either they can be transformed with substitution (as you'll see later) or they can be "shuffled into" some other part of the algebra. While there's not much possible with the −4 on the right-hand side of the equal sign, is there some potential on the left? Let's see:
There are four terms exactly to go with the 4, so what could happen if did rearrangement and split the 4 up to give 1 to each of the terms? We have
This is a fairly common competition trick: writing (some fraction)+1, (some fraction)−1, or 1−(some fraction) can produce useful results.
Since we're looking for non-zero roots, we can safely divide both sides of the equal sign by
Unfortunately, maneuvering the right side of the equal sign now isn't helpful, so let's look at the terms on the left side instead. There's a definite symmetry pattern going on: −3 and −5 are two apart, and −17 and are two apart. The symmetry isn't quite written in a form useful to us, but we can use substitution to help bring it out.
Let Note that is midway between −3 and as well as −5 and we picked this number specifically to expose symmetry. It also (by "coincidence") happens to match the right side of the equal sign:
Plugging these back into the original equation including the right side which has
It's tempting to note the matching of +8/-8 and +6/-6. Let's do some more rearrangement and combine the terms:
\[\begin{align} \frac{1}{Q + 8} + \frac{1}{Q - 8} + \frac{1}{Q + 6} + \frac{1}{Q -6} &= Q \\ \frac{Q-8}{(Q + 8)(Q-8)} + \frac{Q+8}{(Q + 8)(Q-8)}+
\frac{Q-6}{(Q + 6)(Q-6)} + \frac{Q+6}{(Q + 6)(Q-6)} &= Q \\ \frac{2Q}{Q^2-64} + \frac{2Q}{Q^2-36} &= Q. \end{align}\]
Not forgetting that is a solution to the original problem, divide by on both sides:
We can make the squared terms easier to deal with using another substitution; let's use
Then get all terms on one side of the equal sign:
Let's summarize what was used:
- Rearrangement to move the −4 term, which caused each of the terms on the left hand of the equal sign to get an in the numerator.
- Dividing the out.
- Using a substitution to expose the symmetry that allowed the terms to be more easily combined.
- Using another substitution to avoid dealing with the squared term until necessary.
- Doing standard algebra involving making a quadratic and then using the quadratic formula.
- Back-substituting to solve for the largest real solution for