Advanced Functions Unit 1
Factoring
Common Factoring
f(x) = ax^2 + bx (factor out commonality in each term)
Factoring Simple Trinomials
f(x) = x^2 + bx + c (where a = 1)
Factoring less simple trinomials
f(x) = ax^2 + bx +c (where a =/ 1) (DON'T FORGET TO GROUP FACTOR)
Difference of Squares
f(x) = a^2 - b^2 = (a+b)(a-b)
Difference of Cubes
f(x) = a^3 - b^3 = (a-b)(a^2 + ab + b^2)
Sum of Cubes
f(x) = a^3 + b^3 = (a + b)(a^2 - ab + b^2)
Polynomial Functions in general form:
f(x) = a(nx)^n + a(n-1)x^(n-1) + a(n-2)x^(n-2) + ... a(3)x^3 + a(2)x^2 + a(1)x + a
Notes: -
Polynomial Functions
Linear
f(x) = ax
Quadratic
f(x) = ax^2
Cubic
f(x) = ax^3
Quartic
f(x) = ax^4
Quintic
f(x) = ax^5