Powersx 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 ylogb(1) = 0logb(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)
_____________________________________________________
Polynomial Identities
(a+b) 2 = a 2 + 2ab + b 2
(a+b)(c+d) = ac + ad + bc + bda 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)
________________________________________________________
Closure Property of Addition
Sum (or difference) of 2 real numbers equals a real numberAdditive Identity
a + 0 = aAdditive Inverse
a + (-a) = 0Associative of Addition
(a + b) + c = a + (b + c)Commutative of Addition
a + b = b + aDefinition of Subtraction
a - b = a + (-b)
Closure Property of Multiplication
Product (or quotient if denominator 0) of 2 reals equals a real numberMultiplicative Identity
a * 1 = aMultiplicative Inverse
a * (1/a) = 1 (a 0)(Multiplication times 0)
a * 0 = 0Associative of Multiplication
(a * b) * c = a * (b * c)Commutative of Multiplication
a * b = b * aDistributive Law
a(b + c) = ab + acDefinition of Division
a / b = a(1/b)_________________________________________________________
CONIC SECTION
By changing the angle and location of intersection, we can produce a circle, ellipse, parabola or hyperbola; or in the special case when the plane touches the vertex: a point, line or 2 intersecting lines.
The type of section can be found from the sign of: B2 - 4AC
The Conic Sections. For any of the below with a center (j, k) instead of (0, 0), replace each x term with (x-j) and each y term with (y-k).
|
Conic Sections (see also Conic Sections) | Point x^2 + y^2 = 0 | Circle x^2 + y^2 = r^2 |
Ellipse x^2 / a^2 + y^2 / b^2= 1 | Ellipse x^2 / b^2 + y^2 / a^2= 1 | Hyperbola x^2 / a^2 - y^2 / b^2= 1 |
Parabola 4px = y^2 | Parabola 4py = x^2 | Hyperbola y^2 / a^2 - x^2 / b^2= 1 |
For any of the above with a center at (j, k) instead of (0,0), replace each x term with (x-j) and each y term with (y-k) to get the desired equation. |
No comments:
Post a Comment