1/15
This set of flashcards provides a dense technical summary of the global K-12 mathematics curriculum, covering Arithmetic Axioms, Algebraic Functions, Analytic Geometry, and Trigonometric Identities.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
What is the Epsilon-Delta $(\epsilon, \delta)$ definition of a limit?
x→alimf(x)=L⟺∀ϵ>0,∃δ>0:0<∣x−a∣<δ⟹∣f(x)−L∣<ϵ
State the Completeness Axiom for the set of real numbers R.
∀S⊆R nonempty and bounded above, ∃sup(S)∈R (Analogous for infimum)
What is the Triangle Inequality for absolute values?
∣∣x∣−∣y∣∣≤∣x±y∣≤∣x∣+∣y∣
Under what condition does the modular inverse [a]−1 exist in Zn?
gcd(a,n)=1
State the Fundamental Theorem of Algebra regarding polynomials.
A polynomial P(x) of degree n has exactly n roots over C, counting multiplicities: P(x)=an∏i=1n(x−ri)
According to Vieta's formulas, what is the sum of the roots ∑ri of a polynomial?
∑ri=−anan−1
What is the limit definition of the constant e?
e=n→∞lim(1+n1)n
How is the eigenstructure of a matrix A defined?
Av=λv, where λ is an eigenvalue found via det(A−λI)=0 and v is the corresponding eigenvector.
What is the iterative formula for Newton's Method for root-finding?
xn+1=xn−f′(xn)f(xn)
In Analytic Geometry, what are the parametric equations for a circle centered at (h,k)?
x=h+rcos(t),y=k+rsin(t)
What does the discriminant Δ=B2−4AC indicate about a general conic section?
Δ<0⟹ellipse; Δ=0⟹parabola; Δ>0⟹hyperbola
What is the formula for the projection of vector u onto vector v (projvu)?
projvu=∣v∣2u⋅vv
State the three forms of the cosine double-angle identity (cos(2θ)).
cos(2θ)=cos2(θ)−sin2(θ)=2cos2(θ)−1=1−2sin2(θ)
What is the Law of Cosines for a triangle with sides a,b,c and angle C?
c2=a2+b2−2abcos(C)
What are the two fundamental trigonometric limits used in calculus?
limx→0xsin(x)=1 and limx→0x1−cos(x)=0
Define the Squeeze Theorem for limits.
If g(x)≤f(x)≤h(x) near a, and limx→ag(x)=limx→ah(x)=L, then limx→af(x)=L