Global K-12 Mathematics Curriculum Framework

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

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.

Last updated 10:56 AM on 7/17/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

What is the Epsilon-Delta $(\epsilon, \delta)$ definition of a limit?

limxaf(x)=L    ϵ>0,δ>0:0<xa<δ    f(x)L<ϵ\lim_{x \to a} f(x) = L \iff \forall \epsilon > 0, \exists \delta > 0 : 0 < |x - a| < \delta \implies |f(x) - L| < \epsilon

2
New cards

State the Completeness Axiom for the set of real numbers R\mathbb{R}.

SR\forall S \subseteq \mathbb{R} nonempty and bounded above, sup(S)R\exists \sup(S) \in \mathbb{R} (Analogous for infimum)

3
New cards

What is the Triangle Inequality for absolute values?

xyx±yx+y||x| - |y|| \leq |x \pm y| \leq |x| + |y|

4
New cards

Under what condition does the modular inverse [a]1[a]^{-1} exist in Zn\mathbb{Z}_n?

gcd(a,n)=1\text{gcd}(a, n) = 1

5
New cards

State the Fundamental Theorem of Algebra regarding polynomials.

A polynomial P(x)P(x) of degree nn has exactly nn roots over C\mathbb{C}, counting multiplicities: P(x)=ani=1n(xri)P(x) = a_n \prod_{i=1}^n (x - r_i)

6
New cards

According to Vieta's formulas, what is the sum of the roots ri\sum r_i of a polynomial?

ri=an1an\sum r_i = -\frac{a_{n-1}}{a_n}

7
New cards

What is the limit definition of the constant ee?

e=limn(1+1n)ne = \lim_{n \to \infty} (1 + \frac{1}{n})^n

8
New cards

How is the eigenstructure of a matrix AA defined?

Av=λvA\mathbf{v} = \lambda \mathbf{v}, where λ\lambda is an eigenvalue found via det(AλI)=0\det(A - \lambda I) = 0 and v\mathbf{v} is the corresponding eigenvector.

9
New cards

What is the iterative formula for Newton's Method for root-finding?

xn+1=xnf(xn)f(xn)x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}

10
New cards

In Analytic Geometry, what are the parametric equations for a circle centered at (h,k)(h, k)?

x=h+rcos(t),y=k+rsin(t)x = h + r \cos(t), y = k + r \sin(t)

11
New cards

What does the discriminant Δ=B24AC\Delta = B^2 - 4AC indicate about a general conic section?

Δ<0    ellipse\Delta < 0 \implies \text{ellipse}; Δ=0    parabola\Delta = 0 \implies \text{parabola}; Δ>0    hyperbola\Delta > 0 \implies \text{hyperbola}

12
New cards

What is the formula for the projection of vector u\mathbf{u} onto vector v\mathbf{v} (projvu\text{proj}_\mathbf{v} \mathbf{u})?

projvu=uvv2v\text{proj}_\mathbf{v} \mathbf{u} = \frac{\mathbf{u} \cdot \mathbf{v}}{ |\mathbf{v}|^2 } \mathbf{v}

13
New cards

State the three forms of the cosine double-angle identity (cos(2θ)\cos(2\theta)).

cos(2θ)=cos2(θ)sin2(θ)=2cos2(θ)1=12sin2(θ)\cos(2\theta) = \cos^2(\theta) - \sin^2(\theta) = 2\cos^2(\theta) - 1 = 1 - 2\sin^2(\theta)

14
New cards

What is the Law of Cosines for a triangle with sides a,b,ca, b, c and angle CC?

c2=a2+b22abcos(C)c^2 = a^2 + b^2 - 2ab \cos(C)

15
New cards

What are the two fundamental trigonometric limits used in calculus?

limx0sin(x)x=1\lim_{x \to 0} \frac{\sin(x)}{x} = 1 and limx01cos(x)x=0\lim_{x \to 0} \frac{1 - \cos(x)}{x} = 0

16
New cards

Define the Squeeze Theorem for limits.

If g(x)f(x)h(x)g(x) \leq f(x) \leq h(x) near aa, and limxag(x)=limxah(x)=L\lim_{x \to a} g(x) = \lim_{x \to a} h(x) = L, then limxaf(x)=L\lim_{x \to a} f(x) = L