Registry Synced

flashcards

350 words
2 min read
Performance-driven recall. Format:
front :: back

Week 1: Sets & Functions

  • Power Set cardinality of set A with nn elements :: 2n2^n
  • De Morgan's Law for (AB)(A \cup B)' :: ABA' \cap B'
  • Relation that is Reflexive, Symmetric, and Transitive :: Equivalence Relation
  • Injection condition for x1,x2x_1, x_2 :: f(x1)=f(x2)    x1=x2f(x_1) = f(x_2) \implies x_1 = x_2
  • Surjection condition :: Range = Co-domain
  • Subset of A×BA \times B :: Relation
  • Cardinality of \emptyset :: 00

Week 2: Coordinate Geometry

  • Centroid of triangle with vertices (x1,y1),(x2,y2),(x3,y3)(x1, y1), (x2, y2), (x3, y3) :: (x1+x2+x33,y1+y2+y33)(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3})
  • Slope of a line perpendicular to mm :: 1/m-1/m
  • Distance of point (x1,y1)(x1, y1) from line ax+by+c=0ax + by + c = 0 :: ax1+by1+ca2+b2\frac{|ax_1 + by_1 + c|}{\sqrt{a^2 + b^2}}
  • Distance between parallel lines ax+by+c1=0ax + by + c_1 = 0 and ax+by+c2=0ax + by + c_2 = 0 :: c1c2a2+b2\frac{|c_1 - c_2|}{\sqrt{a^2 + b^2}}
  • Shoelace formula area result sign :: Always use Absolute value
  • Vertical line slope :: Undefined (Division by 0)

Week 3: Quadratics

  • Vertex of ax2+bx+cax^2 + bx + c :: x=b/(2a)x = -b / (2a)
  • Discriminant DD for unique real root :: D=0D = 0
  • Sum of roots of ax2+bx+cax^2 + bx + c :: b/a-b/a
  • Product of roots of ax2+bx+cax^2 + bx + c :: c/ac/a
  • Concavity of parabola if a<0a < 0 :: Downwards (Max value at vertex)
  • Roots of ax2+bx+c=0ax^2 + bx + c = 0 :: b±b24ac2a\frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

Week 4: Polynomials

  • Max turning points of degree nn polynomial :: n1n - 1
  • Behavior of p(x)p(x) with leading term x5-x^5 as xx \to \infty :: -\infty
  • Multiplicity mm is even :: Graph touches/tangent to X-axis
  • Multiplicity mm is odd :: Graph crosses X-axis
  • Definition of a root :: Value of xx where p(x)=0p(x) = 0
  • Remainder Theorem: P(x)P(x) divided by (xa)(x-a) :: Remainder exists as P(a)P(a)

Document Outline
Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.