when does a system of linear equations not have a solution?
0 0 0 | c; c ≠ 0
when does a system of linear equations have infinite solutions, no unique solutions?
0 0 0 | 0
distance between two points
= √((x2-x1)^2 + (y2-y1)^2)
midpoint of a line segment
(x,y)
x = (x1+x2)/2
y = (y1+y2)/2
when is a line completely vertical? horizontal?
x1 = x2 ⇒ vertical line
y1 = y2 ⇒ horizontal line
when are two lines parallel to each other? perpendicular?
m1 = m2 ⇒ parallel lines
m1m2 = -1 ⇒ perpendicular lines
forms of a linear equation
general form: ax + by + c = 0
slope-intercept form: y = mx + b
slope-point form: y-y1 = m(x-x1)
reciprocal functions
qualities of compostion
inverse function
self-inverse functions
f(x) = f-1(x)
symmetrical across y=x
when does a function f have an inverse function?
if f is a one-to-one function (every two different originals have two different images, monotonic)
a function is not one-to-one => restrict the domain
transformations of functions
translation
y = f(x) + k ⇒ up or down for k units
y = f(x + k) ⇒ left or right for k units
translation for vector (a,b) ⇒ y = f(x - a) + b
reflection
reflection through the x-axis ⇒ f(x) = -f1(x)
reflection through the y-axis ⇒ f(x) = f1(-x)
vertical stretching, shrinking
horizontal stretching, shrinking
absolute value of a function
y = |f(x)| ⇒ reflection of what is in the -y into +y
y = f(|x|) ⇒ reflection of what is in the +x on the -x
squared functions
even/odd functions
Even ⇒ graph is symmetrical across the y-axis → f(-x) = f(x)
Odd ⇒ graph is symmetrical across the origin → f(-x) = -f(x)
vertex of a parabola
forms of a quadratic function
general form: f(x) = ax2 + bx + c
vertex form: f(x) = a(x - h)^2 + k
factorized form: f(x) = a(x - α1)(x - α2)
formula of a polynomial
p(x) = anxn + an-1xn-1 + … + a1x + a0
n is the degree of the polynomial (n∈N)
anxn = leading term (an = leading coefficient)
a0 = constant term
cubic, quadratic, linear term of a polynomial
a3x3 … cubic term
a2x2 … quadratic term
a1x … linear term