Domain
Set of possible inputs of a function
Range
Set of possible outputs of a function
Complete the square x^2 + bx + c
(x+b/2)^2 + c - (b/2)^2
If f(x) = a(x+p)^2 + q
Turning ppointat (-p, q)
Discriminant
b^2-4ac
b^2-4ac < 0 (no real roots)
b^2-4ac = 0 (repeated roots)
b^2-4ac > 0 (two distinct root)