What’s the general equation of a polynomial?
P(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₀
When do you use long division for polynomials?
Dividing P(x) by D(x), where the degree of D(x) is >= 2
What are the formulas for long division of polynomials?
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
What are the steps for long division?
What is the remainder theorem?
When P(x) is divided by (ax - b), the remainder is P(b/a)
What is the factor theorem?
If (ax - b) is a factor of P(x), then P(b/a) = 0
What is the rational zero theorem?
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.
What are the steps to factor polynomials?
State the properties of even order roots, odd order roots, and order of 1 roots
Even order roots: Bounce
Odd order roots: Wiggle
Order of 1 roots: Cross/cut
State the end behaviour for an even and odd degree polynomial
Even degree polynomial: Both ends go up in the same direction
Odd order polynomial: Ends go in opposite directions
State the 4 possible end behaviours given the degree of the polynomial and the sign of the leading coefficient.
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 do you solve polynomial inequalities?
Method 1: Graphing
Method 2: Factor table using critical points
What is a critical point?
A point on the graph where the function’s behaviour changes, specifically related to local maximum and minimum values or changes in concavity
What is the sum of roots for a polynomial of degree n?
-a(subscript n-1) / a(subscript n)
What is the product of roots for a polynomial of degree n?
(-1)^n times a(subscript 0) / a(subscript n)
When a polynomial has a degree of n, how many roots does it have?
It has n roots
How do you use pascal’s triangle for binomial expansion?
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