Making Long Computations Short
Partial fractions turn into , so the sum telescopes: .
In plain terms. Write each term as a difference; everything in the middle cancels.
Example. .
When each state comes from the previous ones — like — compute forward from the base cases rather than hunting for a formula.
In plain terms. Build the answer step by step; ten steps of arithmetic beat an hour of algebra.
Example. Climbing 5 stairs taking 1 or 2 at a time: — there are ways (a Fibonacci-type recursion).
Ptolemy's theorem ( in a cyclic quadrilateral) and the Power of a Point ( for chords through ) often chain together in one problem.
In plain terms. In circle problems, name the theorem each length fact comes from and the algebra falls out.
Example. Cyclic with diameter , , , , : Ptolemy gives .