Higher Order Functions Flashcards
1
Q
Division Statement
A
- f(x)/d(x) = q(x) + r(x)/d(x)
- f(x) = q(x) * d(x) + r(x)
2
Q
Division Statement Symbols
A
- q(x): Dividend
- d(x): Divisor
- r(x): Remainder
3
Q
Properties of r(x)
A
Has at least one degree less than d(x)
4
Q
Remainder Theorem
A
f(x)/(ax - b) → remainder = f(b/a)
5
Q
Integral Zero Theorem
A
- f(b/a) = 0
- a is factor of leading coefficient
- b is factor of constant
6
Q
Behavior of (x - h)^1
A
Crosses the x-axis
7
Q
Behavior of (x - h)^n, n > 1 and is even
A
Tangent to the x-axis
8
Q
Behavior of (x - h)^n, n > 1 and is odd
A
Tangent to and crosses the x-axis
9
Q
Sum and Root (Cubic Function)
A
- Sum = -b/a = l + m + n
- Product = -d/a = lmn
- c/a = lm + mn + ln
10
Q
Unique Roots Property
A
- r1 = a + bz, r2 = a - bz
- Where z is an imaginary number or rational exponent
11
Q
Odd or Even Order Function
A
- Highest degree of function is either even or odd
- Even: Even order function
- Odd: Odd order function