350 words
2 min read
View
Mathematics I Flashcards
Performance-driven recall. Format:
front :: backWeek 1: Sets & Functions
- Power Set cardinality of set A with n elements :: 2n
- De Morgan's Law for (A∪B)′ :: A′∩B′
- Relation that is Reflexive, Symmetric, and Transitive :: Equivalence Relation
- Injection condition for x1,x2 :: f(x1)=f(x2)⟹x1=x2
- Surjection condition :: Range = Co-domain
- Subset of A×B :: Relation
- Cardinality of ∅ :: 0
Week 2: Coordinate Geometry
- Centroid of triangle with vertices (x1,y1),(x2,y2),(x3,y3) :: (3x1+x2+x3,3y1+y2+y3)
- Slope of a line perpendicular to m :: −1/m
- Distance of point (x1,y1) from line ax+by+c=0 :: a2+b2∣ax1+by1+c∣
- Distance between parallel lines ax+by+c1=0 and ax+by+c2=0 :: a2+b2∣c1−c2∣
- Shoelace formula area result sign :: Always use Absolute value
- Vertical line slope :: Undefined (Division by 0)
Week 3: Quadratics
- Vertex of ax2+bx+c :: x=−b/(2a)
- Discriminant D for unique real root :: D=0
- Sum of roots of ax2+bx+c :: −b/a
- Product of roots of ax2+bx+c :: c/a
- Concavity of parabola if a<0 :: Downwards (Max value at vertex)
- Roots of ax2+bx+c=0 :: 2a−b±b2−4ac
Week 4: Polynomials
- Max turning points of degree n polynomial :: n−1
- Behavior of p(x) with leading term −x5 as x→∞ :: −∞
- Multiplicity m is even :: Graph touches/tangent to X-axis
- Multiplicity m is odd :: Graph crosses X-axis
- Definition of a root :: Value of x where p(x)=0
- Remainder Theorem: P(x) divided by (x−a) :: Remainder exists as P(a)