math

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/404

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:18 AM on 7/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

405 Terms

1
New cards

x

Standard independent variable

2
New cards

y

Standard dependent variable

3
New cards

z

Standard spatial variable (3D)

4
New cards

t

Standard parametric or time variable

5
New cards

θ

Standard symbol for an unknown angle

6
New cards

r

Radius or distance from pole in polar coordinates

7
New cards

Less than or equal to

8
New cards

Greater than or equal to

9
New cards

Not equal to

10
New cards

Approximately equal to

11
New cards

Identically equal to / equivalence

12
New cards

Element of; set membership

13
New cards

Not an element of

14
New cards

Proper subset

15
New cards

Subset (proper or equal)

16
New cards

"For all" universal quantifier

17
New cards

"There exists" existential quantifier

18
New cards

Therefore (logical shorthand)

19
New cards

Because (logical shorthand)

20
New cards

Function composition operator (f ∘ g)(x)

21
New cards

Σ

Summation operator; sum a sequence

22
New cards

Π

Product operator; multiply a sequence

23
New cards

|A|

Absolute value of a scalar or determinant of matrix A

24
New cards

‖v‖

Magnitude (norm) of vector v

25
New cards

Real Number System

Hierarchy: Natural ⊂ Whole ⊂ Integers ⊂ Rational ⊂ Real (includes irrational)

26
New cards

Order of Operations

PEMDAS: Parentheses, Exponents, Multiplication/Division (L→R), Addition/Subtraction (L→R)

27
New cards

Product Rule for Exponents

a^m · a^n = a^(m+n)

28
New cards

Quotient Rule for Exponents

a^m / a^n = a^(m-n)

29
New cards

Power Rule for Exponents

(a^m)^n = a^(mn)

30
New cards

Zero Exponent Rule

a^0 = 1 (a ≠ 0)

31
New cards

Negative Exponent Rule

a^(-n) = 1/(a^n)

32
New cards

Power of a Product Rule

(ab)^n = a^n b^n

33
New cards

Power of a Quotient Rule

(a/b)^n = a^n / b^n

34
New cards

Interval Notation

[a,b] includes endpoints; (a,b) excludes; [a,b) half-open; unbounded uses ∞ or -∞

35
New cards

Inequality Notation

Use

36
New cards

Compound Inequalities

"And" (intersection) means both conditions must hold; "Or" (union) means at least one holds

37
New cards

Absolute Value Inequality (less than)

|x| < a ⇔ -a < x < a

38
New cards

Absolute Value Inequality (greater than)

|x| > a ⇔ x < -a or x > a

39
New cards

Difference of Squares

a² - b² = (a-b)(a+b)

40
New cards

Perfect Square Trinomial (sum)

a² + 2ab + b² = (a+b)²

41
New cards

Perfect Square Trinomial (difference)

a² - 2ab + b² = (a-b)²

42
New cards

Completing the Square

Rewrite ax²+bx+c as a(x-h)²+k by adding/subtracting (b/(2a))²

43
New cards

Quadratic Formula

x = (-b ± √(b²-4ac))/(2a)

44
New cards

Discriminant

D = b² - 4ac; D>0: 2 real roots; D=0: 1 real root; D<0: 2 complex conjugate roots

45
New cards

Polynomial Long Division

Divide polynomials similarly to numeric long division; yields quotient and remainder

46
New cards

Synthetic Division

Shortcut for dividing polynomial by x-c: bring down coefficients, multiply-add

47
New cards

Remainder Theorem

If polynomial f(x) is divided by x-c, remainder = f(c)

48
New cards

Factor Theorem

x-c is a factor of f(x) ⇔ f(c) = 0

49
New cards

Rational Root Theorem

Possible rational roots p/q where p divides constant term, q divides leading coefficient

50
New cards

Descartes' Rule of Signs

Number of positive real roots ≤ number of sign changes in f(x); negative roots from f(-x). Subtract multiples of 2

51
New cards

Multiplicity of Roots

If root r has multiplicity m: m odd → graph crosses x-axis; m even → graph touches and turns

52
New cards

Polynomial End Behavior

Leading coefficient test: sign and degree determine behavior as x → ±∞

53
New cards

Fundamental Theorem of Algebra

Every nonconstant polynomial with complex coefficients has at least one complex root; degree n polynomial has exactly n complex roots (counting multiplicity)

54
New cards

Domain Definition

The set of all possible input values (x) for which a function is defined

55
New cards

Range Definition

The set of all possible output values (y) a function can produce

56
New cards

Increasing/Decreasing Intervals

Function is increasing where slope > 0, decreasing where slope < 0 (over x-intervals)

57
New cards

Even Function Condition

f(-x) = f(x); symmetric about y-axis

58
New cards

Odd Function Condition

f(-x) = -f(x); symmetric about the origin

59
New cards

One-to-One Function

A function where each y-value corresponds to exactly one x-value; passes horizontal line test

60
New cards

Inverse Function Condition

f(f⁻¹(x)) = x and f⁻¹(f(x)) = x; domain and range swap

61
New cards

Vertical Asymptote

A vertical line x = a where f(x) → ±∞; occurs where denominator = 0 (non-removable)

62
New cards

Horizontal Asymptote

A horizontal line y = L where f(x) → L as x → ±∞

63
New cards

x and y Intercepts

x-intercept(s): set y=0, solve for x; y-intercept: set x=0, evaluate f(0)

64
New cards

Linear Graph Identification

Graph of y = mx + b is a straight line

65
New cards

Quadratic Graph Identification

Graph of y = ax²+bx+c is a parabola opening up if a>0, down if a<0

66
New cards

Cubic Graph Identification

Graph of y = ax³+bx²+cx+d is an S-shaped curve with one or two turns

67
New cards

Polynomial Graphs Domain & Range

Domain all real numbers; range: all reals if odd degree, bounded below/above if even degree

68
New cards

Square Root Graph Identification

Graph of y = √x starts at origin and increases gradually in first quadrant

69
New cards

Square Root Graph Domain & Range

Domain [0,∞), Range [0,∞)

70
New cards

Absolute Value Graph Identification

Graph of y = |x| is V-shaped with vertex at origin

71
New cards

Absolute Value Graph Domain & Range

Domain all reals, Range [0,∞) for standard vertex; general range [k,∞) for y = a|x-h|+k with a>0

72
New cards

Absolute Value Graph Symmetry

Standard y = |x| is an even function, symmetric about y-axis

73
New cards

Reciprocal Graph Identification

Graph of y = 1/x is a hyperbola with two branches in QI and QIII

74
New cards

Reciprocal Graph Asymptotes

Vertical asymptote x=0, Horizontal asymptote y=0

75
New cards

Reciprocal Squared Graph Identification

Graph of y = 1/x² has two branches both above x-axis, symmetric

76
New cards

Reciprocal Squared Graph Symmetry

y = 1/x² is an even function, symmetric about y-axis

77
New cards

Exponential Graph Identification

y = b^x (b>1) grows rapidly to right, approaches 0 to left; 0<b<1 decays

78
New cards

Exponential Graph Domain & Range

Domain all reals, Range (0,∞)

79
New cards

Exponential Graph Asymptotes

Horizontal asymptote y = 0

80
New cards

Exponential Graph End Behavior

As x→∞, y→∞ (b>1) or y→0 (0

81
New cards

Logarithmic Graph Identification

y = log_b x is reflection of exponential across y=x, passing through (1,0)

82
New cards

Logarithmic Graph Domain & Range

Domain (0,∞), Range all reals

83
New cards

Logarithmic Graph Asymptotes

Vertical asymptote x = 0

84
New cards

Logistic Graph Identification

S-shaped curve with two horizontal asymptotes, often y = 0 and y = L (carrying capacity)

85
New cards

Logistic Graph Asymptotes

Two horizontal asymptotes (typically y=0 and y=L)

86
New cards

Step Graphs Identification

Graph of floor function (⌊x⌋) steps down; ceiling (⌈x⌉) steps up

87
New cards

Piecewise Functions

Functions defined by different expressions over different intervals; can have jumps

88
New cards

Vertical Shift

f(x) + k shifts graph up (k>0) or down (k<0)

89
New cards

Horizontal Shift

f(x - h) shifts graph right (h>0) or left (h<0)

90
New cards

Vertical Stretch/Compression

a f(x) stretches vertically if |a|>1, compresses if 0<|a|<1; negative a reflects across x-axis

91
New cards

Horizontal Stretch/Compression

f(b x) compresses horizontally if |b|>1, stretches if 0<|b|<1; negative b reflects across y-axis

92
New cards

Reflection across x-axis

-f(x) reflects graph over x-axis

93
New cards

Reflection across y-axis

f(-x) reflects graph over y-axis

94
New cards

Logarithm Definition

y = log_b x ⇔ b^y = x (b>0, b≠1, x>0)

95
New cards

Product Rule for Logs

log_b(MN) = log_b M + log_b N

96
New cards

Quotient Rule for Logs

log_b(M/N) = log_b M - log_b N

97
New cards

Power Rule for Logs

log_b(M^p) = p log_b M

98
New cards

Change of Base Formula

log_b a = (log_c a) / (log_c b)

99
New cards

e (Euler's Number)

e ≈ 2.71828; the natural exponential base, limit of (1+1/n)^n

100
New cards

Continuous Compounding

A = P e^(rt) (P principal, r annual rate, t years)