Sum of Roots. Vieta's Formulas: Sums and Products of Roots Subtopic Navigator Introduction to Vieta's Formulas Quadratic Equations Cubic Equations Quartic Equations General Polynomials Symmetric Expressions Applications Practice Problems Lesson Objectives Understand the relationship between polynomial coefficients and roots Apply Vieta's formulas to quadratic, cubic, and quartic equations Calculate sums and products of roots without finding individual roots Solve problems using symmetric polynomial expressions Apply Vieta's formulas to real-world mathematical problems Introduction to Vieta's Formulas Vieta's Formulas: Relationships between the coefficients of a polynomial and sums and products of its roots, named after French mathematician François Viète. Key Concept For a polynomial with roots [latex]alpha, beta, gamma, ldots[/latex], Vieta's formulas express symmetric sums of the roots in terms of the polynomial's coefficients. Why Vieta's Formulas are Useful: • Find relationships between roots without solving the equation • Construct equations with given roots • Solve systems of equations involving roots • Prove mathematical identities Quadratic Equations Vieta's Formulas for Quadratic Equations For [latex]ax^2 + bx + c = 0[/latex] with roots [latex]alpha[/latex] and [latex]beta[/latex]: [latex]alpha + beta = -frac{b}{a}[/latex] [latex]alphabeta = frac{c}{a}[/latex] Example 1: Quadratic Application For [latex]2x^2 - 8x + 6 = 0[/latex], find the sum and product of roots. Sum: [latex]alpha + beta = -frac{-8}{2} = 4[/latex] Product: [latex]alphabeta = frac{6}{2} = 3[/latex] Verification: Roots are 1 and 3, sum = 4, product = 3 Quadratic Equations (Exercise) For [latex]x^2 - 5x + 6 = 0[/latex], find [latex]alpha + beta[/latex] and [latex]alphabeta[/latex] If [latex]alpha + beta = 7[/latex] and [latex]alphabeta = 12[/latex], find the quadratic equation For [latex]3x^2 + 9x - 12 = 0[/latex], find [latex]alpha + beta[/latex] and [latex]alphabeta[/latex] Cubic Equations Vieta's Formulas for Cubic Equations For [latex]ax^3 + bx^2 + cx + d = 0[/latex] with roots [latex]alpha, beta, gamma[/latex]: [latex]alpha + beta + gamma = -frac{b}{a}[/latex] [latex]alphabeta + alphagamma + betagamma = frac{c}{a}[/latex] [latex]alphabetagamma = -frac{d}{a}[/latex] Example 2: Cubic Application For [latex]x^3 - 6x^2 + 11x - 6 = 0[/latex], find symmetric sums of roots. Sum: [latex]alpha + beta + gamma = -frac{-6}{1} = 6[/latex] Sum of pairwise products: [latex]alphabeta + alphagamma + betagamma = frac{11}{1} = 11[/latex] Product: [latex]alphabetagamma = -frac{-6}{1} = 6[/latex] Verification: Roots are 1, 2, 3 Cubic Equations (Exercise) For [latex]x^3 - 3x^2 - 4x + 12 = 0[/latex], find the three symmetric sums If [latex]alpha + beta + gamma = 4[/latex], [latex]alphabeta + alphagamma + betagamma = -1[/latex], and [latex]alphabetagamma = -6[/latex], find the cubic equation For [latex]2x^3 + 4x^2 - 6x + 8 = 0[/latex], find all symmetric sums Quartic Equations Vieta's Formulas for Quartic Equations For [latex]ax^4 + bx^3 + cx^2 + dx + e = 0[/latex] with roots [latex]alpha, beta, gamma, delta[/latex]: [latex]alpha + beta + gamma + delta = -frac{b}{a}[/latex] [latex]alphabeta + alphagamma + alphadelta + betagamma + betadelta + gammadelta = frac{c}{a}[/latex] [latex]alphabetagamma + alphabetadelta + alphagammadelta + betagammadelta = -frac{d}{a}[/latex] [latex]alphabetagammadelta = frac{e}{a}[/latex] Example 3: Quartic Application For [latex]x^4 - 10x^3 + 35x^2 - 50x + 24 = 0[/latex], find symmetric sums. Sum: [latex]alpha + beta + gamma + delta = 10[/latex] Sum of pairwise products: [latex]alphabeta + alphagamma + ldots + gammadelta = 35[/latex] Sum of triple products: [latex]alphabetagamma + alphabetadelta + alphagammadelta + betagammadelta = 50[/latex] Product: [latex]alphabetagammadelta = 24[/latex] Verification: Roots are 1, 2, 3, 4 Quartic Equations (Exercise) For [latex]x^4 - 5x^3 + 6x^2 + 4x - 8 = 0[/latex], find all symmetric sums If [latex]alpha + beta + gamma + delta = 8[/latex] and [latex]alphabetagammadelta = 16[/latex], suggest possible roots Find the quartic equation with roots 1, -1, 2, -2 General Polynomials Vieta's Formulas for General Polynomials For [latex]a_nx^n + a_{n-1}x^{n-1} + cdots + a_1x + a_0 = 0[/latex] with roots [latex]alpha_1, alpha_2, ldots, alpha_n[/latex]: [latex]sum alpha_i = -frac{a_{n-1}}{a_n}[/latex] [latex]sum_{i=1}^n alpha_i = -frac{a_{n-1}}{a_n}[/latex] [latex]sum_{1 leq i < j leq n} alpha_ialpha_j = frac{a_{n-2}}{a_n}[/latex] ⋮ [latex]alpha_1alpha_2cdotsalpha_n = (-1)^nfrac{a_0}{a_n}[/latex] Example 4: Pattern Recognition Notice the alternating signs and the pattern: • Sum of roots: coefficient sign = negative • Sum of pairwise products: coefficient sign = positive • Sum of triple products: coefficient sign = negative • And so on, alternating... Symmetric Expressions Common Symmetric Expressions [latex]alpha^2 + beta^2 = (alpha + beta)^2 - 2alphabeta[/latex] [latex]alpha^3 + beta^3 = (alpha + beta)^3 - 3alphabeta(alpha + beta)[/latex] [latex]frac{1}{alpha} + frac{1}{beta} = frac{alpha + beta}{alphabeta}[/latex] [latex](alpha - beta)^2 = (alpha + beta)^2 - 4alphabeta[/latex] Example 5: Symmetric Expressions For [latex]x^2 - 5x + 6 = 0[/latex] with roots 2 and 3: [latex]alpha^2 + beta^2 = (2+3)^2 - 2(2times3) = 25 - 12 = 13[/latex] [latex]frac{1}{alpha} + frac{1}{beta} = frac{2+3}{2times3} = frac{5}{6}[/latex] [latex](alpha - beta)^2 = (2+3)^2 - 4(2times3) = 25 - 24 = 1[/latex] Symmetric Expressions (Exercise) For [latex]x^2 - 4x + 1 = 0[/latex], find [latex]alpha^2 + beta^2[/latex] For [latex]x^2 + 3x - 4 = 0[/latex], find [latex]frac{1}{alpha} + frac{1}{beta}[/latex] For [latex]2x^2 - 6x + 3 = 0[/latex], find [latex](alpha - beta)^2[/latex] Applications Real-World Applications Physics: Solving equations of motion without finding exact roots Engineering: Control systems and stability analysis Economics: Equilibrium points in economic models Computer Science: Algorithm analysis and root-finding methods Statistics: Moment calculations in probability distributions Chemistry: Reaction equilibrium calculations Example 6: Problem Solving Strategy Given: [latex]alpha[/latex] and [latex]beta[/latex] are roots of [latex]x^2 - 5x + 3 = 0[/latex] Find: [latex]alpha^2 + beta^2[/latex] and [latex]alpha^3 + beta^3[/latex] Solution: [latex]alpha + beta = 5[/latex], [latex]alphabeta = 3[/latex] [latex]alpha^2 + beta^2 = (alpha+beta)^2 - 2alphabeta = 25 - 6 = 19[/latex] [latex]alpha^3 + beta^3 = (alpha+beta)^3 - 3alphabeta(alpha+beta) = 125 - 45 = 80[/latex] Cumulative Exercises Find [latex]alpha + beta[/latex] and [latex]alphabeta[/latex] for [latex]2x^2 - 8x + 6 = 0[/latex] If [latex]alpha[/latex] and [latex]beta[/latex] are roots of [latex]x^2 + 4x - 5 = 0[/latex], find [latex]alpha^2 + beta^2[/latex] For the cubic [latex]x^3 - 4x^2 + x + 6 = 0[/latex], find all symmetric sums Construct a quadratic equation with roots [latex]2+sqrt{3}[/latex] and [latex]2-sqrt{3}[/latex] If [latex]alpha + beta + gamma = 6[/latex], [latex]alphabeta + alphagamma + betagamma = 11[/latex], and [latex]alphabetagamma = 6[/latex], find the cubic equation For [latex]3x^2 - 12x + 5 = 0[/latex], find [latex]frac{1}{alpha} + frac{1}{beta}[/latex] Find the sum of reciprocals of roots for [latex]x^2 - 7x + 12 = 0[/latex] If [latex]alpha[/latex] and [latex]beta[/latex] are roots of [latex]2x^2 - 6x + 1 = 0[/latex], find [latex](alpha - beta)^2[/latex] For the quartic [latex]x^4 - 8x^3 + 24x^2 - 32x + 16 = 0[/latex], find all symmetric sums Construct a cubic equation with roots 1, 2, and -3 Show/Hide Answers Complete Solutions to Practice Problems Problem 1: [latex]alpha + beta = 4[/latex], [latex]alphabeta = 3[/latex] Problem 2: [latex]alpha^2 + beta^2 = (alpha+beta)^2 - 2alphabeta = 16 + 10 = 26[/latex] Problem 3: [latex]alpha + beta + gamma = 4[/latex], [latex]alphabeta + alphagamma + betagamma = 1[/latex], [latex]alphabetagamma = -6[/latex] Problem 4: [latex]alpha + beta = 4[/latex], [latex]alphabeta = 1[/latex], Equation: [latex]x^2 - 4x + 1 = 0[/latex] Problem 5: [latex]x^3 - 6x^2 + 11x - 6 = 0[/latex] Problem 6: [latex]frac{1}{alpha} + frac{1}{beta} = frac{alpha + beta}{alphabeta} = frac{4}{5/3} = frac{12}{5}[/latex] Problem 7: [latex]frac{1}{alpha} + frac{1}{beta} = frac{7}{12}[/latex] Problem 8: [latex](alpha-beta)^2 = (alpha+beta)^2 - 4alphabeta = 9 - 2 = 7[/latex] Problem 9: [latex]alpha + beta + gamma + delta = 8[/latex], [latex]alphabeta + alphagamma + ldots + gammadelta = 24[/latex], [latex]alphabetagamma + alphabetadelta + alphagammadelta + betagammadelta = 32[/latex], [latex]alphabetagammadelta = 16[/latex] Problem 10: [latex]x^3 - 0x^2 - 7x + 6 = 0[/latex] or [latex]x^3 - 7x + 6 = 0[/latex] Conclusion/Recap In this lesson on Vieta's Formulas, we've covered: Quadratic Formulas: Sum and product of roots relationships Cubic Formulas: Three symmetric sums of roots Quartic Formulas: Four symmetric sums of roots General Formulas: Pattern for polynomials of any degree Symmetric Expressions: Calculating powers and reciprocals of roots Applications: Constructing equations and solving problems Vieta's Formulas provide powerful tools for working with polynomials without solving for individual roots. Mastering these relationships will enhance your problem-solving skills in algebra and higher mathematics. Clip It! Share your ANSWER in the Chat. Indicate TITLE e.g Linear Equation 1. .....2. e.t.c