Loading Via Latina...
Loading...Loading Via Latina...
Loading...What is the domain of a function?
easyThe set of all possible input (x) values
What is the range of a function?
easyThe set of all possible output (y) values
What is a polynomial function?
easyA function consisting of terms with non-negative integer exponents (e.g., f(x) = 3x² + 2x - 1)
What is the degree of a polynomial?
easyThe highest power of the variable in the polynomial
For 3x⁴ + 2x - 1, the degree is 4
What does the end behavior of a polynomial depend on?
mediumThe degree (even/odd) and the sign of the leading coefficient
What is a rational function?
mediumA function that is the ratio of two polynomials, f(x) = p(x)/q(x)
What is a vertical asymptote?
mediumA vertical line x = a where the function approaches infinity, occurring where the denominator equals zero
Set the denominator equal to zero
What is a horizontal asymptote?
mediumA horizontal line y = b that the function approaches as x approaches positive or negative infinity
What is an exponential function?
mediumA function of the form f(x) = a·bˣ where b > 0 and b ≠ 1
What is the inverse of an exponential function?
easyA logarithmic function
What is the natural base e approximately equal to?
medium2.71828...
Named after Euler
What is the product rule of logarithms?
mediumlog(ab) = log(a) + log(b)
What is the quotient rule of logarithms?
mediumlog(a/b) = log(a) - log(b)
What is the power rule of logarithms?
mediumlog(aⁿ) = n · log(a)
What is a composition of functions?
medium(f ∘ g)(x) = f(g(x)) — applying one function to the result of another
How do you find the inverse of a function algebraically?
mediumSwap x and y, then solve for y
How many degrees are in a full circle?
easy360 degrees
How many radians are in a full circle?
easy2π radians
What is the formula to convert degrees to radians?
mediumRadians = Degrees × (π/180)
On the unit circle, what are the coordinates at 0° (0 radians)?
easy(1, 0)
On the unit circle, what are the coordinates at 90° (π/2 radians)?
easy(0, 1)
What is sin(30°)?
medium1/2
One of the special angle values
What is cos(60°)?
medium1/2
What is sin(45°)?
medium√2/2
What is the period of the sine function y = sin(x)?
medium2π
What is the amplitude of y = 3sin(x)?
easy3
The coefficient in front of sin
In which quadrants is sine positive?
mediumQuadrants I and II
Remember: All Students Take Calculus
In which quadrants is cosine positive?
mediumQuadrants I and IV
What is the relationship between sin and cos for complementary angles?
mediumsin(θ) = cos(90° - θ) — they are cofunctions
What is the tangent function defined as?
easytan(θ) = sin(θ)/cos(θ)
What is the period of the tangent function?
mediumπ
What are the reciprocal trig functions of sin, cos, and tan?
mediumcsc (cosecant), sec (secant), cot (cotangent)
What is the Pythagorean Identity?
mediumsin²(θ) + cos²(θ) = 1
What is the second Pythagorean Identity?
hard1 + tan²(θ) = sec²(θ)
Divide the first Pythagorean identity by cos²(θ)
What is the double angle formula for sine?
hardsin(2θ) = 2sin(θ)cos(θ)
What is the double angle formula for cosine?
hardcos(2θ) = cos²(θ) - sin²(θ)
There are three equivalent forms
What is the sum formula for sine: sin(A + B)?
hardsin(A)cos(B) + cos(A)sin(B)
What is the sum formula for cosine: cos(A + B)?
hardcos(A)cos(B) - sin(A)sin(B)
What is the Law of Sines?
mediuma/sin(A) = b/sin(B) = c/sin(C)
What is the Law of Cosines?
mediumc² = a² + b² - 2ab·cos(C)
A generalization of the Pythagorean theorem
What is the half-angle formula for sin(θ/2)?
hard±√((1 - cos(θ))/2)
What is the area of a triangle using trigonometry?
mediumArea = (1/2)ab·sin(C), where a and b are sides and C is the included angle
What is an arithmetic sequence?
easyA sequence where each term differs from the previous by a constant (common difference)
What is the formula for the nth term of an arithmetic sequence?
mediumaₙ = a₁ + (n - 1)d
d is the common difference
What is a geometric sequence?
easyA sequence where each term is multiplied by a constant (common ratio)
What is the formula for the nth term of a geometric sequence?
mediumaₙ = a₁ · rⁿ⁻¹
r is the common ratio
What is the sum of the first n terms of an arithmetic series?
mediumSₙ = n(a₁ + aₙ)/2
What is the sum of the first n terms of a geometric series?
hardSₙ = a₁(1 - rⁿ)/(1 - r), where r ≠ 1
When does an infinite geometric series converge?
hardWhen the absolute value of the common ratio is less than 1 (|r| < 1)
What is the sum of an infinite geometric series when |r| < 1?
hardS = a₁/(1 - r)
What is the Binomial Theorem used for?
mediumExpanding expressions of the form (a + b)ⁿ
What is sigma notation (Σ)?
easyA compact way to write the sum of a series using an index variable
What is a limit in mathematics?
mediumThe value a function approaches as the input approaches a particular value
What does it mean for a limit to 'not exist'?
mediumThe function approaches different values from the left and right, or approaches infinity
What is the limit of 1/x as x approaches infinity?
medium0
What is a continuous function?
mediumA function with no breaks, holes, or jumps in its graph — the limit equals the function value at every point
What is the limit of sin(x)/x as x approaches 0?
hard1
A famous limit used in calculus
What is an indeterminate form?
hardAn expression like 0/0 or ∞/∞ where the limit cannot be directly evaluated
What is a removable discontinuity?
hardA 'hole' in the graph where the limit exists but the function is either undefined or has a different value
What is the Intermediate Value Theorem?
hardIf f is continuous on [a,b], then f takes every value between f(a) and f(b)
What are polar coordinates?
easyA coordinate system using distance from origin (r) and angle from positive x-axis (θ)
How do you convert from polar to rectangular: x = ?
mediumx = r·cos(θ)
How do you convert from polar to rectangular: y = ?
mediumy = r·sin(θ)
How do you convert from rectangular to polar: r = ?
mediumr = √(x² + y²)
What polar equation produces a circle centered at the origin?
mediumr = a (constant)
What shape does r = a + b·cos(θ) produce when a = b?
hardA cardioid
What shape does r = a·cos(nθ) produce?
hardA rose curve with n petals (if n is odd) or 2n petals (if n is even)
What are parametric equations?
mediumEquations where x and y are both expressed as functions of a third variable (parameter), usually t
What parametric equations describe a circle of radius r?
mediumx = r·cos(t), y = r·sin(t)
How do you eliminate the parameter to find a rectangular equation?
mediumSolve one parametric equation for t, then substitute into the other
What parametric equations model projectile motion (ignoring air resistance)?
hardx = v₀cos(θ)·t, y = v₀sin(θ)·t - (1/2)gt²
What is the direction of motion in parametric equations?
mediumDetermined by increasing values of the parameter t