Higher Order Polynomials Flashcards

(17 cards)

1
Q

What’s the general equation of a polynomial?

A

P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₀

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When do you use long division for polynomials?

A

Dividing P(x) by D(x), where the degree of D(x) is >= 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the formulas for long division of polynomials?

A

P(x) = D(x)Q(x) + R(x)
P(x) / D(x) = Q(x) + R(x) / D(x)

P(x) is the dividend, D(x) is the divisor, Q(x) is the quotient, R(x) is the remainder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the steps for long division?

A
  1. Divide leading term of P(x) by leading term of D(x)
  2. Multiply divisor by result
  3. Subtract that product from the dividend
  4. Repeat until the remainder’s degree is less than the divisor’s degree
  5. Practice
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the remainder theorem?

A

When P(x) is divided by (ax - b), the remainder is P(b/a)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the factor theorem?

A

If (ax - b) is a factor of P(x), then P(b/a) = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the rational zero theorem?

A

If (ax - b) is a rational zero of P(x), then b is a factor of the constant term and a is a factor of the leading coefficient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the steps to factor polynomials?

A
  1. List all possible factors of the constant term and leading coefficient
  2. Substitute b/a into P(x) until it is equal to 0
  3. Divide P(x) by ax-b
  4. Final answer in factored form
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

State the properties of even order roots, odd order roots, and order of 1 roots

A

Even order roots: Bounce
Odd order roots: Wiggle
Order of 1 roots: Cross/cut

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

State the end behaviour for an even and odd degree polynomial

A

Even degree polynomial: Both ends go up in the same direction
Odd order polynomial: Ends go in opposite directions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

State the 4 possible end behaviours given the degree of the polynomial and the sign of the leading coefficient.

A

Even degree + positive l.c: Both ends up
Even degree + negative l.c: Both ends down
Odd degree + positive l.c: Left falls, right rises
Odd degree + negative l.c: Left rises, right falls

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you solve polynomial inequalities?

A

Method 1: Graphing
Method 2: Factor table using critical points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a critical point?

A

A point on the graph where the function’s behaviour changes, specifically related to local maximum and minimum values or changes in concavity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the sum of roots for a polynomial of degree n?

A

-a(subscript n-1) / a(subscript n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the product of roots for a polynomial of degree n?

A

(-1)^n times a(subscript 0) / a(subscript n)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When a polynomial has a degree of n, how many roots does it have?

A

It has n roots

17
Q

How do you use pascal’s triangle for binomial expansion?

A

For (a + b)^n, there are 2 key patterns
1. Powers of a decrease from n to 0, by 1 each time
2. Powers of b increase from 0 to n, by 1 each time