Remark — Computing power sums: Newton's identities

Having defined pk=r1k+r2k++rnkp_k = r_1^k+r_2^k+\cdots+r_n^k (the sum of the kk-th powers of the roots), Newton’s recurrences hold: p1=σ1,p2=σ1p12σ2,p3=σ1p2σ2p1+3σ3, p_1 = \sigma_1, \quad p_2 = \sigma_1 p_1 - 2\sigma_2, \quad p_3 = \sigma_1 p_2 - \sigma_2 p_1 + 3\sigma_3,\ \ldots They allow one to compute rik\sum r_i^k without knowing the roots: extremely useful in olympiad problems.

Newton’s identities connect the power sums pkp_k to the elementary symmetric functions σk\sigma_k (the same as in Vieta’s relations). For the historical origin of these recurrences, as a bridge between seventeenth-century symbolic algebra and the modern theory of symmetric functions, see Stillwell.

Topics: Complex numbers
Concepts: Newton’s identities · Vieta’s relations
Skills: Using formulae
People: Isaac Newton