Solving Polynomial Equations By Factoring and Using Synthetic Division

The Organic Chemistry Tutor
14 Feb 201814:19

Summary

TLDRThis tutorial focuses on solving polynomial equations using various methods, including factoring by grouping, substitution, and the rational zero theorem with synthetic division. The instructor demonstrates how to factor polynomials, identify common factors, and solve for real and imaginary roots. Examples include solving cubic and quartic polynomials, and the tutorial emphasizes recognizing patterns such as the difference of perfect squares. By the end, viewers will understand multiple techniques for solving polynomial equations, equipping them with practical methods for tackling different types of polynomial problems.

Takeaways

  • 🔢 The tutorial focuses on solving polynomial equations using various methods.
  • 📐 Factoring by grouping is a technique used when the ratios of the coefficients of the first two terms match those of the last two terms.
  • 🔄 Factoring involves taking out the greatest common factor (GCF) from each group of terms.
  • 🔄 After factoring, if possible, further factor the expression, such as a difference of squares, to completely factor the polynomial.
  • 🔍 When factoring by grouping is not possible, consider reducing the polynomial to a quadratic form using substitution.
  • 🔄 Substitute x<sup>n</sup> with a variable (like 'a') to transform the polynomial into a quadratic form that can be factored.
  • 🔢 For polynomials that cannot be factored by grouping or reduced to quadratic form, use the rational zero theorem to list possible rational zeros.
  • 🔄 Synthetic division is used to find the remaining zeros of a polynomial after identifying one zero.
  • 🔄 Imaginary numbers can be used to factor polynomials with a sum of perfect squares.
  • 📝 The tutorial provides step-by-step examples for each method, demonstrating how to solve specific polynomial equations.

Q & A

  • What method can be used to solve the equation x³ + 3x² - 4x - 12 = 0?

    -The equation can be solved by factoring by grouping because the ratio of the first two coefficients (1 and 3) is the same as the ratio of the last two coefficients (-4 and -12).

  • How is the equation x³ + 3x² - 4x - 12 factored?

    -First, group the terms and factor out the greatest common factors. The equation is factored as (x + 3)(x² - 4). Then, factor x² - 4 as a difference of squares to get (x + 3)(x + 2)(x - 2).

  • What are the solutions to the equation x³ + 3x² - 4x - 12 = 0?

    -The solutions are x = -3, x = -2, and x = 2.

  • How can you solve the equation x⁴ - 5x² - 36 = 0?

    -This equation can be solved by substitution. Let a = x², then solve the resulting quadratic equation a² - 5a - 36 = 0, which factors to (a - 9)(a + 4).

  • What are the real and imaginary solutions to x⁴ - 5x² - 36 = 0?

    -The real solutions are x = ±3, and the imaginary solutions are x = ±2i.

  • How do you solve x³ - 3x² - 6x + 8 = 0 using the Rational Root Theorem?

    -First, list all possible rational zeros using the factors of the constant term and the leading coefficient. Then, use synthetic division to test each possible zero. After finding one root, use synthetic division to simplify the equation and find the remaining roots.

  • What are the solutions to the equation x³ - 3x² - 6x + 8 = 0?

    -The solutions are x = 1, x = 4, and x = -2.

  • How do you apply synthetic division to find the remaining zeros after identifying one zero in a cubic equation?

    -After identifying one zero using the Rational Root Theorem, apply synthetic division by dividing the original polynomial by (x - root). The quotient will be a quadratic equation that can be solved using factoring or other methods to find the remaining zeros.

  • How can you factor the polynomial x⁴ - 7x³ + 7x² + 35x - 60?

    -Start by using the Rational Root Theorem to find a root. Once a root is identified, use synthetic division to simplify the polynomial and then factor the resulting expression.

  • What are the solutions to the polynomial equation x⁴ - 7x³ + 7x² + 35x - 60 = 0?

    -The solutions are x = 3, x = 4, x = ±√5.

Outlines

00:00

🔍 Solving Polynomial Equations with Factor by Grouping

In this paragraph, the focus is on solving a cubic polynomial equation through factor by grouping. The example given is \( x^3 + 3x^2 - 4x - 12 = 0 \), where the ratios of the coefficients suggest using grouping. By extracting the greatest common factor (GCF) in both parts of the polynomial, the expression simplifies, and further factoring leads to the equation's solutions: \( x = -3 \), \( x = -2 \), and \( x = 2 \). This method emphasizes the efficiency of factoring when the ratio of coefficients aligns.

05:01

🔧 Using Substitution to Solve Higher-Degree Polynomials

This paragraph explains how to solve a quartic polynomial, \( x^4 - 5x^2 - 36 = 0 \), by reducing it to quadratic form through substitution. By substituting \( a = x^2 \), the equation becomes a trinomial, which is then factored. After factoring and substituting back for \( x \), the real solutions (\( x = -3, 3 \)) and imaginary solutions (\( x = \pm 2i \)) are determined, emphasizing the versatility of substitution for higher-degree polynomials.

10:02

⚖️ Solving Cubic Polynomials Using Rational Zeros and Synthetic Division

Here, a cubic equation \( x^3 - 3x^2 - 6x + 8 = 0 \) is tackled. Since factor by grouping is not viable, the rational zero theorem is used to list possible rational roots, starting with \( x = 1 \), which is verified. Synthetic division simplifies the equation to a quadratic form, allowing it to be factored, revealing the three real solutions: \( x = 4, -2, 1 \). The method showcases rational zeros and synthetic division for non-factorable polynomials.

📐 Factoring a Quartic Polynomial Using Grouping and Synthetic Division

This paragraph demonstrates solving a fourth-degree polynomial \( x^4 - 7x^3 + 7x^2 + 35x - 60 = 0 \). After testing potential rational zeros using the rational zero theorem, \( x = 3 \) is found to be a solution. Synthetic division reduces the equation, and grouping is used to factor the remaining terms. The final solutions include real numbers and irrational roots (\( x = 4, \pm \sqrt{5} \)). The paragraph highlights the effectiveness of multiple factoring techniques.

Mindmap

Keywords

💡Polynomial Equations

A polynomial equation is a mathematical expression consisting of variables and coefficients, where the variables are raised to integer powers. In the video, the speaker solves different polynomial equations, such as x^3 + 3x^2 - 4x - 12 = 0, by factoring and using various algebraic techniques.

💡Factoring by Grouping

Factoring by grouping is a method for simplifying a polynomial by grouping terms that share common factors and factoring them out. This is used in the video when solving the equation x^3 + 3x^2 - 4x - 12 = 0, where the speaker groups terms to factor the expression more efficiently.

💡Greatest Common Factor (GCF)

The greatest common factor (GCF) is the largest factor that divides two or more terms. In the video, the GCF is used to factor out terms from grouped polynomial expressions, such as when factoring x^3 + 3x^2 into x^2(x + 3).

💡Difference of Perfect Squares

This is a factoring technique used when an expression is the difference between two squares. It can be factored into the form (a + b)(a - b). In the video, this is applied to factor x^2 - 4 into (x + 2)(x - 2).

💡Quadratic Form

A quadratic form is a type of polynomial that can be rewritten as a quadratic equation, usually after substitution. In the video, x^4 - 5x^2 - 36 = 0 is reduced to a quadratic form using substitution, where a = x^2, allowing it to be solved more easily.

💡Rational Zero Theorem

The Rational Zero Theorem is used to find possible rational roots of a polynomial equation by considering the factors of the constant term and the leading coefficient. In the video, this theorem is used to identify potential zeros in equations like x^3 - 3x^2 - 6x + 8 = 0.

💡Synthetic Division

Synthetic division is a shortcut method for dividing polynomials when one of the factors is linear. In the video, synthetic division is applied after identifying one of the zeros (e.g., x = 1) to find other solutions for the polynomial.

💡Imaginary Numbers

Imaginary numbers are numbers that involve the square root of negative one, denoted as i. In the video, when solving x^2 + 4, the speaker introduces imaginary numbers to factor it as (x + 2i)(x - 2i), leading to imaginary solutions.

💡Zeros of a Function

The zeros of a function are the values of x that make the function equal to zero. In the video, finding the zeros of a polynomial equation is the goal, and the speaker finds both real and imaginary zeros by factoring and using the Rational Zero Theorem.

💡Trinomial

A trinomial is a polynomial with three terms. In the video, the speaker works with trinomials like x^2 - 5x - 36, factoring them by identifying numbers that multiply to give the constant term and add to give the coefficient of the middle term.

Highlights

Introduction to solving polynomial equations using factoring techniques.

Illustrating how to factor by grouping when the ratio of the first two coefficients is the same as the ratio of the last two.

Step-by-step breakdown of factoring x^3 + 3x^2 - 4x - 12 by grouping.

Explanation of the difference of perfect squares used to factor x^2 - 4 into (x + 2)(x - 2).

Introduction of a second polynomial equation reducible to a quadratic form, x^4 - 5x^2 - 36 = 0, using substitution.

Detailed breakdown of factoring a quadratic form and how substitution simplifies complex polynomials.

Introduction to imaginary numbers when factoring x^2 + 4 using complex numbers (2i and -2i).

Application of the Rational Zero Theorem to find possible rational solutions for higher-degree polynomials.

Using synthetic division to evaluate potential rational zeros and simplify the polynomial.

Demonstrating how synthetic division is applied to the equation x^3 - 3x^2 - 6x + 8 = 0 to find all real solutions.

Further example of polynomial solving using Rational Zero Theorem and synthetic division on a fourth-degree polynomial, x^4 - 7x^3 + 7x^2 + 35x - 60.

Explanation of factoring by grouping to simplify the equation into x^2 terms.

Factoring x^2 - 5 using difference of perfect squares, resulting in complex and real roots.

General rule: for a polynomial of degree n, there should be n solutions, including real and complex numbers.

Summary of techniques: factoring by grouping, factoring by substitution, the Rational Zero Theorem, and synthetic division to solve polynomial equations.

Transcripts

play00:00

in this tutorial i'm going to focus on

play00:02

solving polynomial equations

play00:05

so let's start with this one

play00:08

x cubed plus

play00:10

3x squared

play00:13

minus 4x minus 12

play00:15

is equal to zero

play00:17

go ahead and solve this particular

play00:18

equation

play00:21

now

play00:22

notice that

play00:24

the ratio

play00:26

of the first two coefficients is the

play00:28

same as the ratio of the last two

play00:31

so for example

play00:34

one and three

play00:35

has the same ratio

play00:37

as negative four and negative twelve

play00:40

negative twelve divided by negative four

play00:42

is equal to three

play00:43

and 3 divided by 1 is 3.

play00:46

whenever you see that

play00:47

you can factor by grouping

play00:50

and in fact that's the best way or the

play00:51

fastest way to get the answer

play00:53

so let's take out the gcf in the first

play00:55

two terms

play00:57

the greatest common factor is x squared

play00:59

x cubed divided by x squared is x

play01:04

and three x squared divided by x squared

play01:07

is three

play01:09

now in the last two terms let's take out

play01:11

the gcf as well

play01:13

the greatest common factor is negative

play01:14

four

play01:15

negative four x divided by negative four

play01:17

is x

play01:18

negative twelve divided by negative four

play01:21

is plus three

play01:24

and so if you see this common factor

play01:27

then

play01:28

you're on or by track so let's take out

play01:30

x plus three

play01:31

so this whole thing divided by x plus

play01:34

three

play01:34

is x squared and this whole thing

play01:37

divided by x plus three is negative four

play01:42

now we're not done yet we can still

play01:44

factor x squared minus four

play01:46

it's a difference of perfect squares

play01:51

the square root of x squared is x the

play01:54

square root of four is two

play01:56

one is going to be positive and the

play01:57

other will be negative

play01:59

so now

play02:00

the polynomial expression

play02:02

has been completely factored at this

play02:05

point we can set each factor equal to

play02:07

zero

play02:10

and so we're going to get three answers

play02:12

so x is equal to negative three

play02:15

it's equal to negative two

play02:17

and positive two as well

play02:21

so that's how you can solve this

play02:22

particular polynomial equation

play02:25

now let's move on to our next example

play02:29

so let's say that

play02:30

x to the fourth

play02:32

minus 5x squared

play02:34

minus 36 is equal to zero

play02:38

how can we solve this particular

play02:39

polynomial equation

play02:42

notice that

play02:43

this equation is reducible

play02:46

to a quadratic form so we can

play02:49

factor it using substitution

play02:51

let's say that a is equal to x squared

play02:54

so that means that a squared is equal to

play02:57

x to the fourth so let's replace x to

play02:59

the fourth with a squared

play03:01

and x squared with a so now we have a

play03:04

trinomial with a leading coefficient of

play03:06

one

play03:07

so what two numbers multiply to negative

play03:09

36 but add to negative five

play03:13

so this is going to be

play03:15

nine and four but negative 9 and

play03:17

positive 4.

play03:19

negative 9 times 4 is negative 36 but

play03:22

negative 9 plus 4 is negative 5.

play03:25

so to factor it's going to be a minus 9

play03:28

and a plus 4.

play03:30

so at this point i'm gonna replace a

play03:32

with x squared so it's the same as x

play03:34

squared minus nine

play03:36

times x squared plus four

play03:40

now you can factor x squared minus nine

play03:42

it's going to be x plus three

play03:45

and x minus 3 if you have a difference

play03:47

of perfect squares

play03:49

if you have a sum of perfect squares you

play03:51

can factor using imaginary numbers

play03:55

so it's going to be x plus 2i

play03:58

and x minus 2i

play04:01

so because it's

play04:03

a polynomial of degree 4 there's gonna

play04:05

be four answers but in this case

play04:08

two of them are real numbers and the

play04:09

other two are imaginary numbers

play04:12

so x is equal to negative 3

play04:16

3

play04:17

negative 2i

play04:19

and 2i so you can write it this way x is

play04:21

equal to plus or minus 3 or

play04:24

plus or minus 2i

play04:27

so those are the four answers for this

play04:29

problem

play04:33

let's try this one x cubed minus three x

play04:36

squared

play04:37

minus six x plus eight

play04:39

is equal to zero

play04:42

find all the zeros of the function go

play04:44

ahead and solve for the value of x

play04:47

now we can't factor by grouping

play04:50

because

play04:52

the first two terms do not have the same

play04:53

ratio as the last two

play04:55

negative three divided by one

play04:58

is not the same as eight divided by

play04:59

negative six

play05:01

which reduces to negative four thirds

play05:03

so we can't factor by grouping

play05:05

and we can't reduce it to quadratic form

play05:08

so the last method that we can use

play05:11

is we need to list all the possible

play05:13

rational zeros using the rational zero

play05:15

theorem and then use synthetic division

play05:18

to find out the other zeros

play05:24

so p

play05:25

represents the factors of the constant

play05:27

term eight

play05:29

so factors of eight are one

play05:31

two

play05:32

four and eight

play05:34

q

play05:35

represents the factors of one the lean

play05:37

coefficient

play05:39

so

play05:41

let's evaluate the function at x equals

play05:43

one let's see if that is a possible

play05:46

answer

play05:48

one to the third minus three times one

play05:50

squared minus six times one

play05:54

plus eight let's see if it's equal to

play05:57

zero

play05:58

so one to the third is one three times

play06:01

one squared is three

play06:03

and then we have six plus eight

play06:05

so one minus three is negative two

play06:08

and negative two minus six is negative

play06:10

eight negative eight plus eight is equal

play06:12

to zero

play06:13

because it's equal to zero

play06:15

that means that this is one of the

play06:17

answers x

play06:19

is equal to one

play06:23

now let's find the other answers

play06:28

so let's use synthetic division

play06:30

the coefficients are one

play06:33

negative three negative six and eight

play06:35

so let's bring down the one

play06:37

one times one

play06:39

is one

play06:40

negative three plus one is negative two

play06:43

and then one times negative two is

play06:45

negative two

play06:47

negative 6 plus negative 2 is negative 8

play06:50

and then 1 times negative 8

play06:52

is

play06:53

negative 8 and 8 plus negative 8 is 0.

play06:56

if this is not a 0 then

play06:58

a mistake occurred

play07:00

so this is going to be 1x squared which

play07:02

is 1 degree lower than this one

play07:05

minus 2x minus 8.

play07:08

and let's set that equal to 0.

play07:10

now let's see if we can factor this

play07:12

expression two numbers that multiply to

play07:14

8 but add to the middle coefficient of

play07:16

negative two

play07:18

are going to be negative four and

play07:19

positive two

play07:21

so to factor it's going to be x minus

play07:22

four

play07:24

times x plus two

play07:26

so x is equal to four

play07:28

and negative two

play07:31

so we have three real solutions

play07:33

four

play07:34

negative two and one

play07:38

here's another problem that we could try

play07:40

x to the fourth power

play07:42

minus seven x cubed

play07:46

plus seven x squared

play07:49

plus thirty five x

play07:51

minus sixty

play07:53

go ahead and solve this particular

play07:54

polynomial equation

play07:57

so using the rational zero theorem

play08:01

the factors of 60 are going to be 1

play08:04

2

play08:05

3

play08:06

4

play08:07

5

play08:09

6

play08:11

seven and eight doesn't go into 60 but

play08:13

10 goes into it

play08:14

uh 12

play08:16

15

play08:18

30 and 60 and 20 as well

play08:21

and then the leading coefficient is one

play08:23

so there's a lot of factors

play08:26

but let's start with one

play08:28

let's see if f of one is equal to zero

play08:32

so that's gonna be one to the fourth

play08:34

power

play08:35

minus seven times one cubed

play08:37

plus seven times 1 squared

play08:40

plus 35 times 1 minus 60.

play08:43

so this is going to be 1 minus 7 plus 7

play08:46

plus 35 minus 60.

play08:49

negative 7 plus 7 is 0. and 35 minus 60

play08:53

is negative 25

play08:55

so negative 24 is not equal to zero so

play08:58

this

play08:59

doesn't work

play09:01

let's try the next number two

play09:09

so it's going to be 2 to the fourth

play09:11

minus 7 times 2 to the third

play09:15

plus 7

play09:16

times 2 squared plus

play09:19

35 times 2 minus sixty

play09:22

so two to the fourth that's two times

play09:24

two times two times two

play09:27

two times two is four times two is eight

play09:29

times two is sixteen

play09:32

and then two to the third is eight

play09:35

two squared is

play09:37

four

play09:39

thirty five times two is seventy

play09:44

and then

play09:46

seven times eight is fifty six

play09:51

seven times four is twenty eight

play09:54

and seventy minus sixty is ten

play09:57

now sixteen minus fifty six

play10:00

that's negative forty

play10:02

and twenty eight plus 10

play10:04

is 38

play10:05

negative 40 plus 38 is negative two

play10:08

which is not zero

play10:11

so that doesn't work either

play10:18

now let's try three

play10:21

so three to the fourth power

play10:24

minus seven times three to the third

play10:27

plus seven

play10:29

times three

play10:30

squared plus thirty five times three

play10:33

minus sixty

play10:34

let's see if this gives us a zero three

play10:36

to the fourth power is eighty one

play10:39

three to the third is twenty seven

play10:41

and three squared

play10:43

is nine

play10:45

now thirty five times three thirty times

play10:46

three is ninety three times five is

play10:49

fifteen ninety and fifteen is one of

play10:51

five

play10:54

now seven times twenty seven

play10:56

seven times twenty is one forty

play10:59

times 7 is 49 so 140 and 49 that's going

play11:03

to be 189

play11:05

7 times 9 is 63 and 105 minus 60 is 45.

play11:11

so 81 minus 189 that's going to be

play11:14

negative

play11:16

108

play11:17

and 63 plus 45 is positive 108. so this

play11:21

adds up to zero

play11:22

which means

play11:24

x is equal to three

play11:26

so that's one of the answers

play11:30

now let's use synthetic division to find

play11:32

the other ones

play11:36

so the coefficients are 1

play11:38

negative 7

play11:40

7

play11:41

35 and negative 60.

play11:43

so let's bring down the one three times

play11:45

one is three

play11:46

negative seven plus three is negative

play11:48

four

play11:48

three times negative four is negative

play11:50

twelve

play11:51

seven plus negative twelve is negative

play11:53

five

play11:54

three times negative 5 is

play11:56

negative 15

play11:58

35 minus 15 is 20 and 3 times 20 is 60.

play12:02

so if you get a 0 that's a good sign

play12:05

so we started with degree 4 now it's

play12:07

going to be a degree 3 function so it's

play12:10

x cubed minus four x squared

play12:12

minus five x plus twenty

play12:15

so notice that we can factor by grouping

play12:18

negative four divided by one is negative

play12:19

four

play12:21

twenty divided by negative five is also

play12:23

negative 4.

play12:25

so let's take out the gcf which is going

play12:26

to be x squared

play12:30

so x cubed divided by x squared is x

play12:33

negative 4x squared divided by x squared

play12:35

is negative 4.

play12:37

and then let's take out a negative 5.

play12:40

negative 5x divided by negative 5 is x

play12:43

20 divided by negative 5 is

play12:46

negative 4.

play12:48

so it's going to be x minus 4

play12:50

times x squared minus 5

play12:53

and all of that

play12:54

is equal to 0.

play12:58

now let's factor x squared minus 5

play13:01

using the difference of perfect squares

play13:03

technique

play13:04

so the square root of x squared is x the

play13:06

square root of 5 is

play13:08

the square root of 5.

play13:12

and so there's going to be 4 answers in

play13:14

total

play13:17

so we could set x minus 4 equal to 0

play13:21

x plus the square root of 5 equal to 0

play13:24

and x minus the square root of 5 equal

play13:26

to 0.

play13:27

so x is equal to 4

play13:30

negative square root 5

play13:32

and positive square root five

play13:36

so here's the first answer

play13:38

the second one

play13:39

the third one and the fourth

play13:41

so you should have four answers for

play13:44

a fourth degree polynomial and that's it

play13:46

so now you know how to solve polynomial

play13:48

equations by factoring by grouping

play13:51

factoring by substitution

play13:53

and using the rational zero theorem

play13:54

along with synthetic division thanks

play13:56

again for watching

play14:18

you

Rate This

5.0 / 5 (0 votes)

Étiquettes Connexes
Polynomial EquationsFactoringSubstitutionSynthetic DivisionAlgebra TutorialQuadratic FormImaginary NumbersMathematicsRational Zero TheoremPerfect Squares
Besoin d'un résumé en anglais ?