Poly Eqns
Poly Eqns
J Robert Buchanan
Department of Mathematics
Fall 2022
Objectives
Definition
Quadratic equations are equations of the form
ax 2 + bx + c = 0
Remark: when only 0 is on one side of the equation, we will say the
quadratic equation is in standard form.
Zero-Factor Property
Wrong Right
x 3 = 25x x 3 = 25x
x3 25x x 3 − 25x = 0
=
x x x(x 2 − 25) = 0
2
x = 25 x(x + 5)(x − 5) = 0
x = ±5 x = 0, ±5
Finding an Equation Given the Roots
Theorem
If x = c is a root of a polynomial equation in the form P(x) = 0, then
x − c is a factor of the polynomial P(x).
Example
3
x = −2 and x =
2
then the equation can be factored as
3
(x − (−2)) x − =0
2
3
(x + 2) x − =0
2
3
(x + 2)(2) x − = (2)(0)
2
(x + 2)(2x − 3) = 0
2x 2 + x − 6 = 0
Consecutive Integers
Definition
Integers are consecutive if each is 1 more than the previous integer.
Three consecutive integers can be represented as n, n + 1, and n + 2.
Consecutive Integers
Definition
Integers are consecutive if each is 1 more than the previous integer.
Three consecutive integers can be represented as n, n + 1, and n + 2.
Definition
Even integers are consecutive if each is 2 more than the previous
even integer.
Three consecutive even integers can be represented as n, n + 2, and
n + 4.
Consecutive Integers
Definition
Integers are consecutive if each is 1 more than the previous integer.
Three consecutive integers can be represented as n, n + 1, and n + 2.
Definition
Even integers are consecutive if each is 2 more than the previous
even integer.
Three consecutive even integers can be represented as n, n + 2, and
n + 4.
Definition
Odd integers are consecutive if each is 2 more than the previous odd
integer.
Three consecutive odd integers can be represented as n, n + 2, and
n + 4.
Example
n(n + 2) = 168
n2 + 2n = 168
n2 + 2n − 168 = 0
(n + 14)(n − 12) = 0
hypotenuse leg
leg
Pythagorean Theorem
Theorem (Pythagorean)
In a right triangle, the square of the hypotenuse is equal to the sum of
the squares of the legs.
c a
a2 + b 2 = c 2