Closure Property of Addition <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Sum (or difference) of 2 real numbers equals a real number
Additive Identity
a + 0 = a
Additive Inverse
a + (-a) = 0
Associative of Addition
(a + b) + c = a + (b + c)
Commutative of Addition
a + b = b + a
Definition of Subtraction
a - b = a + (-b)
Closure Property of Multiplication
Product (or quotient if denominator <?xml:namespace prefix = v ns = "urn:schemas-microsoft-com:vml" />0) of 2 reals equals a real number
Multiplicative Identity
a * 1 = a
Multiplicative Inverse
a * (1/a) = 1 (a 0)
(Multiplication times 0)
a * 0 = 0
Associative of Multiplication
(a * b) * c = a * (b * c)
Commutative of Multiplication
a * b = b * a
Distributive Law
a(b + c) = ab + ac
Definition of Division
a / b = a(1/b)
polynomials:
(a+b) 2 = a 2 + 2ab + b 2
(a+b)(c+d) = ac + ad + bc + bd
a 2 - b 2 = (a+b)(a-b) (Difference of squares)
a 3 b 3 = (a b)(a 2 ab + b 2) (Sum and Difference of Cubes)
x 2 + (a+b)x + AB = (x + a)(x + b)
if ax 2 + bx + c = 0 then x = ( -b (b 2 - 4ac) ) / 2a (Quadratic Formula)
exponents:
Powers
x a x b = x (a + b)
x a y a = (xy) a
(x a) b = x (ab)
x (a/b) = bth root of (x a) = ( bth (x) ) a
x (-a) = 1 / x a
x (a - b) = x a / x b
Logarithms
y = logb(x) if and only if x=b y
logb(1) = 0
logb(b) = 1
logb(x*y) = logb(x) + logb(y)
logb(x/y) = logb(x) - logb(y)
logb(x n) = n logb(x)
logb(x) = logb(c) * logc(x) = logc(x) / logc(b)
Post Comments