Part of ALG-05 — Quadratic Equations

Vieta's Formulas and Symmetric Functions

by Notetube Officialformula_sheet summary290 words12 views

Vieta's formulas for ax2ax^2 + bx + c = 0 with roots alpha, beta: alpha + beta = -b/a (sum) and alpha * beta = ca\frac{c}{a} (product). These extend to higher-degree polynomials: for a cubic with roots alpha, beta, gamma, the elementary symmetric polynomials give sum, sum of pairwise products, and triple product.

The power of Vieta's formulas lies in computing symmetric expressions without finding individual roots. Key identities: alpha2alpha^2 + beta2beta^2 = (alpha+beta)^2 - 2alphabeta. alpha3alpha^3 + beta3beta^3 = (alpha+beta)^3 - 3alphabeta*(alpha+beta). |alpha - beta| = sqrt((alpha+beta)^2 - 4alphabeta) = sqrt(D)/|a|. 1/alpha + 1/beta = alpha+beta(alphabeta)\frac{alpha+beta}{(alpha*beta)}.

Newton's identity provides a recurrence for power sums SkS_k = alphakalpha^k + betakbeta^k: SkS_k = (alpha+beta)S_(k-1) - alphabeta*S_(k-2) with S0S_0 = 2, S1S_1 = alpha+beta. This efficiently computes alphanalpha^n + betanbeta^n for large n without finding the roots.

Transformation of equations: to find the equation whose roots are f(alpha), f(beta), use the substitution method. For roots kalpha, kbeta: replace x by x/k. For roots alpha + h, beta + h: replace x by x - h. For roots 1/alpha, 1/beta: replace x by 1/x and clear fractions. For roots alpha2alpha^2, beta2beta^2: sum = (alpha+beta)^2 - 2alphabeta, product = (alpha*beta)^2.

JEE trap: Students often compute alpha2alpha^2 + beta2beta^2 by finding individual roots and squaring. This is both slower and more error-prone than using (alpha+beta)^2 - 2alphabeta directly from coefficients.

Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.

Sign up free to create your own