100% found this document useful (1 vote)
262 views5 pages

1-5. Vieta's Formula

This document discusses Vieta's Formulas, which relate the coefficients of polynomials to the sums and products of their roots, facilitating the solving of polynomial equations. It provides specific formulas for quadratic and cubic equations, as well as a general form for higher-degree polynomials, and includes several examples and applications. Additionally, it presents a series of problems for practice related to the concepts covered.

Uploaded by

pikavalorant3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
262 views5 pages

1-5. Vieta's Formula

This document discusses Vieta's Formulas, which relate the coefficients of polynomials to the sums and products of their roots, facilitating the solving of polynomial equations. It provides specific formulas for quadratic and cubic equations, as well as a general form for higher-degree polynomials, and includes several examples and applications. Additionally, it presents a series of problems for practice related to the concepts covered.

Uploaded by

pikavalorant3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Algebra 5

Vieta’s Formula

y
nl
Charles Yang (quanxinyang@gmail.com)

O
27 Dec 2024

e
Us
§1 Introduction

al
rn
Today, we will explore Vieta’s Formulas, a critical set of relationships in algebra that connect the coefficients of
a polynomial to sums and products of its roots. Mastering these formulas can greatly simplify the process of

te
solving polynomials and understanding their properties, which is invaluable for competitive math contests like

In
the AMC.

§2 Overview of Vieta’s Formulas

n
io
Vieta’s Formulas are derived from the coefficients of a polynomial and provide a direct way to relate these
at
coefficients to the roots (solutions) of the polynomial without actually solving it.
uc

§2.1 Formulas for Quadratic Equations


Ed

For a quadratic equation of the form:


ax2 + bx + c = 0,
l
na

with roots r1 and r2 , Vieta’s formulas state that:

ˆ The sum of the roots r1 + r2 = − ab ,


io
at

ˆ The product of the roots r1 · r2 = ac .


rn

§2.2 Formulas for Cubic Equations


te

For a cubic equation ax3 + bx2 + cx + d = 0 with roots r1 , r2 , r3 :


In

ˆ The sum of the roots: r1 + r2 + r3 = − ab ,


ok

ˆ The sum of the products of the roots taken two at a time: r1 r2 + r2 r3 + r3 r1 = ac ,


lo

ˆ The product of the roots: r1 · r2 · r3 = − ad .


ut

§2.3 General Form for Higher Degree Polynomials


O

Vieta’s Formulas are not limited to quadratic or cubic equations but extend to polynomials of any degree. For a
polynomial of degree n:
P (x) = an xn + an−1 xn−1 + . . . + a1 x + a0 = 0,
with roots r1 , r2 , . . . , rn , Vieta’s Formulas relate the coefficients of the polynomial to the sums and products of
the roots in systematic ways:
1
Charles Yang (quanxinyang@gmail.com) — 27 Dec 2024 Algebra 5

ˆ The sum of the roots taken one at a time (with sign) is:
an−1
r1 + r2 + . . . + rn = −
an
ˆ The sum of the products of the roots taken two at a time is:
an−2

y
r1 r2 + r1 r3 + . . . + rn−1 rn =
an

nl
ˆ The sum of the products of the roots taken three at a time is:

O
an−3
r1 r2 r3 + . . . + rn−2 rn−1 rn = −
an

e
Us
ˆ This pattern continues, alternating in sign, until the product of all n roots, which is:
a0
r1 r2 . . . rn = (−1)n

al
an

rn
These relationships are powerful tools in algebra, particularly useful in symmetric polynomial problems and
situations where the roots themselves are difficult to calculate directly but their sum or product is needed.

te
In
§3 Applications of Vieta’s Formulas

n
Vieta’s Formulas allow us to quickly determine relationships between roots without solving the equation. They
io
are especially useful in symmetric functions of roots and for creating new equations.
at
Example 3.1
uc

Given a quadratic equation x2 − 5x + 6 = 0, find the sum and product of its roots.
Ed

Solution.
The sum of the roots is − −5
1 = 5, and the product of the roots is
6
= 6.
l

1
na
io

Example 3.2
at

If the roots of x2 + px + q = 0 are 4 and 1, find the values of p and q.


rn

Solution.
te

By Vieta’s Formulas, the sum of the roots 4 + 1 = −p gives p = −5, and the product of the roots 4 · 1 = q
In

gives q = 4.
ok

Example 3.3
Find the sum and product of the roots for the polynomial x4 − 3x3 + 5x2 − 2x + 7 = 0.
lo
ut

Solution.
O

Using Vieta’s formulas:


ˆ The sum of the roots r1 + r2 + r3 + r4 = − −3
1 = 3.

ˆ The product of all four roots taken at once r1 r2 r3 r4 = (−1)4 × 7


1 = 7.

2
Charles Yang (quanxinyang@gmail.com) — 27 Dec 2024 Algebra 5

Example 3.4
Given that r, s, and t are the roots of the polynomial x3 − 6x2 + 11x − 6 = 0, find the value of r2 + s2 + t2 .

Solution.
Using Vieta’s formulas, we know:

y
nl
r + s + t = 6, rs + rt + st = 11, rst = 6.

O
The expression r2 + s2 + t2 can be rewritten using the identity:

e
r2 + s2 + t2 = (r + s + t)2 − 2(rs + rt + st).

Us
Substituting the values from Vieta’s formulas:

al
r2 + s2 + t2 = 62 − 2 × 11 = 36 − 22 = 14.

rn
te
In
Example 3.5
A quartic polynomial f (x) = x4 − 2x3 − 7x2 + 8x − 4 has roots a, b, c, and d. Using Vieta’s formulas, compute

n
ab + ac + ad + bc + bd + cd. io
at
Solution.
uc

From Vieta’s formulas:


Ed

a + b + c + d = 2, ab + ac + ad + bc + bd + cd = −7.

Thus, the requested sum is −7.


l
na
io

Example 3.6
Determine the sum of the reciprocals of the roots of the polynomial x2 − 7x + 10 = 0.
at
rn

Solution.
te

Let the roots be α and β. Then:


α + β = 7, αβ = 10.
In

The sum of the reciprocals is:


1 1 α+β 7
ok

+ = = .
α β αβ 10
lo
ut

Example 3.7
O

Find the sum of the squares of the roots of x2 − 4x + 3 = 0.

3
Charles Yang (quanxinyang@gmail.com) — 27 Dec 2024 Algebra 5

Solution.
Using Vieta’s:
α + β = 4, αβ = 3.
The sum of squares of the roots is:

α2 + β 2 = (α + β)2 − 2αβ = 42 − 2 · 3 = 10.

y
nl
O
e
Us
al
rn
te
In
§4 Assignment

n
Problem 4.1. The quadratic equation x2 + mx + n has roots twice those of x2 + px + m, and none of m, n,
and p is zero. What is the value of n/p?
(A) 1 (B) 2 (C) 4 (D) 8 (E) 16
io
at
uc
Ed

Problem 4.2. The sum of the zeros, the product of the zeros, and the sum of the coefficients of the function
f (x) = ax2 + bx + c are equal. Their common value must also be which of the following?
(A) the coefficient of x2
l
na

(B) the coefficient of x


(C) the y-intercept of the graph of y = f (x)
io

(D) one of the x-intercepts of the graph of y = f (x)


at

(E) the mean of the x-intercepts of the graph of y = f (x)


rn
te

Problem 4.3. The polynomial x3 − ax2 + bx − 2010 has three positive integer roots. What is the smallest
In

possible value of a?
(A) 78 (B) 88 (C) 98 (D) 108 (E) 118
ok
lo

Problem 4.4. If the roots of the quadratic 3x2 + 6x − 5 are r and s, find r3 + s3 .
ut

(A) − 28 (B) − 18 (C) − 8 (D) 9 (E) 16


O

Problem 4.5. Find the sum and product of the roots of the quadratic equation 2x2 − 24x + 17 = 0.

4
Charles Yang (quanxinyang@gmail.com) — 27 Dec 2024 Algebra 5

Problem 4.6. There are two values of a for which the equation 4x2 + ax + 8x + 9 = 0 has only one solution for
x. What is the sum of those values of a?
(A) − 16 (B) − 8 (C) 0 (D) 8 (E) 20

y
1 1
Problem 4.7. Let a and b be the roots of the equation x2 − mx + 2 = 0. Suppose that a + and b + are the

nl
b a
roots of the equation x2 − px + q = 0. What is q?

O
(A) 25 (B) 72 (C) 4 (D) 92 (E) 8

e
Us
2003 1
Problem 4.8. What is the sum of the reciprocals of the roots of the equation 2004 x +1+ x = 0?
(A) − 2004 (B) − 1 (C) 2003 (D) 1 2004
(E) 2003

al
2003 2004

rn
te
x
Problem 4.9. Let f be a function for which f = x2 + x + 1. Find the sum of all values of z for which

In
3
f (3z) = 7.
(A) − 1/3 (B) − 1/9 (C) 0 (D) 5/9 (E) 5/3

n
io
at
Problem 4.10. What is the sum of all real numbers x for which |x2 − 12x + 34| = 2?
uc

(A) 12 (B) 15 (C) 18 (D) 21 (E) 25


Ed

Problem 4.11. Suppose that a and b are nonzero real numbers, and that the equation x2 + ax + b = 0 has
l
na

solutions a and b. Then the pair (a, b) is


(A) (−2, 1) (B) (−1, 2) (C) (1, −2) (D) (2, −1) (E) (4, 4)
io
at
rn

Problem 4.12. Let a, b, and c be three distinct one-digit numbers. What is the maximum value of the sum of
the roots of the equation (x − a)(x − b) + (x − b)(x − c) = 0 ?
te

(A) 15 (B) 15.5 (C) 16 (D)16.5 (E) 17


In
ok
lo
ut
O

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy