Powers of are one of the fastest skills in the topic once the pattern is recognised. Because , repeated powers of cycle every four steps: , , , , then back to again. Large powers that look intimidating therefore collapse quickly if the exponent is reduced modulo four. This is one of the best examples in Year 12 mathematics of structure beating brute force.
The cycle begins from the definition. Since , multiplying by again gives , and one more multiplication gives . From that point the pattern restarts because multiplying by again returns to . Remembering this cycle removes the need to expand or multiply repeatedly in most questions.
Powers of rarely appear alone forever. They are often embedded inside sums or products. The same reduction idea still applies: simplify each power first, then combine the resulting real and imaginary terms. This keeps the expression readable and prevents unnecessary expansion.
The reason modulo four appears is that the cycle length is four. Any exponent can be written as a multiple of four plus a remainder. The multiple-of-four part contributes a factor of , so only the remainder matters. This is a very nice bridge between algebra and number structure: the large exponent looks hard until you realise only one of four cases can occur.
Powers of appear everywhere in the topic. They show up in multiplication, powers of more complicated expressions, and some equation-solving contexts. If the cycle is automatic, many later problems shorten dramatically. That is why this is one of the best return-on-effort skills in complex numbers. A few seconds of structure recognition often save several lines of messy algebra.
In revision, practise writing the cycle from memory until it is immediate: . Once that is stable, large powers become routine. It also helps to state the remainder explicitly each time you reduce modulo four, because that keeps the reasoning visible and easy to check.
Another useful habit is to classify the final answer as real or imaginary after simplification. This gives an extra sense-check and strengthens your understanding of how the cycle moves between those two types of output.