1/125
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Absolute Maximum
The largest value a function attains over its entire domain or a specified interval; also called the global maximum.
Similar definitions: Global Maximum
Example: "On [0, 2π], f(x) = sin(x) has an of 1 at x = π/2."
Absolute Minimum
The smallest value a function attains over its entire domain or a specified interval; also called the global minimum.
Similar definitions: Global Minimum
Example: "f(x) = x² has an of 0 at x = 0."
Acceleration
The instantaneous rate of change of velocity with respect to time: a(t) = v'(t) = s''(t). Positive acceleration indicates increasing velocity; negative acceleration indicates decreasing velocity.
Example: "If v(t) = 3t², then is a(t) = 6t, so at t = 2, a = 12 m/s²."
Accumulation Function
A function defined by a definite integral with a variable upper limit, F(x) = ∫ₐˣ f(t) dt; by the Fundamental Theorem of Calculus, F'(x) = f(x).
Similar definitions: Integral function
Example: "F(x) = ∫₀ˣ t² dt is an whose derivative equals x²."
Antiderivative
A function F(x) such that F'(x) = f(x); the reverse operation of differentiation. Because the derivative of any constant is zero, antiderivatives include an arbitrary constant C.
Similar definitions: Indefinite integral, Primitive function
Example: "An of f(x) = 2x is F(x) = x² + C."
Area Between Curves
The definite integral of the difference of two functions over an interval, ∫ₐᵇ [f(x) − g(x)] dx, where f(x) ≥ g(x), representing the enclosed area between the curves.
Example: "The y = x² and y = x on [0,1] is ∫₀¹ (x − x²) dx = 1/6."
Asymptote
A line that a curve approaches arbitrarily closely but may never reach. Asymptotes can be horizontal, vertical, or oblique.
Example: "The line y = 0 is a horizontal of f(x) = 1/x."
Average Rate of Change
The change in a function's output divided by the change in input over an interval: [f(b) − f(a)] / (b − a). It equals the slope of the secant line through (a, f(a)) and (b, f(b)).
Example: "The of f(x) = x² on [1, 3] is (9 − 1)/(3 − 1) = 4."
Average Value of a Function
The mean output of a function over a closed interval [a, b], computed as (1/(b−a)) ∫ₐᵇ f(x) dx.
Example: "The of f(x) = x² on [0, 3] is (1/3)∫₀³ x² dx = 3."
Chain Rule
A differentiation rule for composite functions: if h(x) = f(g(x)), then h'(x) = f'(g(x)) · g'(x). In Leibniz notation: dy/dx = (dy/du)(du/dx).
Example: "By the , d/dx[sin(x²)] = cos(x²) · 2x."
Closed Interval
An interval that includes both its endpoints, written [a, b]. The Extreme Value Theorem guarantees absolute extrema for continuous functions on closed intervals.
Example: "The EVT applies to f(x) = x² on the [−2, 3]."
Composite Function
A function formed by applying one function to the output of another: h(x) = f(g(x)). The Chain Rule is used to differentiate composite functions.
Example: "h(x) = (3x + 1)⁵ is a where f(u) = u⁵ and g(x) = 3x + 1."
Concave Downward
A function is concave downward (concave down) on an interval where its second derivative is negative (f''(x) < 0), meaning the curve bends like an upside-down bowl.
Similar definitions: Concave down
Example: "f(x) = −x² is everywhere because f''(x) = −2 < 0."
Concave Upward
A function is concave upward (concave up) on an interval where its second derivative is positive (f''(x) > 0), meaning the curve bends like a bowl opening upward.
Similar definitions: Concave up
Example: "f(x) = x² is everywhere because f''(x) = 2 > 0."
Concavity
The property describing whether a curve bends upward (f'' > 0) or downward (f'' < 0). Changes in concavity occur at inflection points.
Example: "Analyzing of f(x) = x³ reveals it is concave down for x < 0 and concave up for x > 0."
Constant of Integration
The arbitrary constant C added to every indefinite integral, representing the family of all antiderivatives of a function.
Example: "∫ 2x dx = x² + C, where C is the ."
Constant Rule
The derivative of a constant function is zero: d/dx[c] = 0.
Example: "By the , d/dx[7] = 0."
Continuity
A function f is continuous at x = c if: f(c) is defined, lim_{x→c} f(x) exists, and lim_{x→c} f(x) = f(c). A continuous function has no holes, jumps, or vertical asymptotes at that point.
Example: "f(x) = x² has at every real number because no breaks exist."
Continuous on an Interval
A function is continuous on an interval if it is continuous at every point in that interval (including one-sided continuity at endpoints for closed intervals).
Example: "f(x) = √x is [0, ∞) since it has no breaks on that interval."
Critical Number
A value x = c in the domain of f where f'(c) = 0 or f'(c) is undefined. Critical numbers are candidates for local extrema.
Similar definitions: Critical value
Example: "f(x) = x³ − 3x has s at x = 1 and x = −1, where f'(x) = 0."
Critical Point
A point (c, f(c)) on the graph of f where f'(c) = 0 or f'(c) is undefined; these are the locations where local maxima, local minima, or inflection points may occur.
Example: "(0, 0) is a of f(x) = x³ because f'(0) = 0."
Decreasing Function
A function is decreasing on an interval if f'(x) < 0 for all x in that interval; as x increases, f(x) decreases.
Example: "f(x) = −x is on (−∞, ∞) because f'(x) = −1 < 0."
Definite Integral
The signed area under a curve f(x) from x = a to x = b, denoted ∫ₐᵇ f(x) dx. Evaluated using the Fundamental Theorem of Calculus as F(b) − F(a), where F is any antiderivative of f.
Example: "The ∫₀² x² dx = [x³/3]₀² = 8/3."
Derivative
The instantaneous rate of change of a function at a point, defined as f'(x) = lim_{h→0} [f(x+h) − f(x)] / h. Geometrically, it is the slope of the tangent line to the curve at that point.
Example: "The of f(x) = x³ is f'(x) = 3x²."
Derivative of Inverse Function
If f and g are inverses, then g'(x) = 1 / f'(g(x)), provided f'(g(x)) ≠ 0. This allows finding the derivative of an inverse without explicitly solving for it.
Example: "Using the formula, if f(x) = x³ and g = f⁻¹, then g'(8) = 1/f'(2) = 1/12."
Difference Quotient
The expression [f(x+h) − f(x)] / h, which represents the average rate of change of f over [x, x+h] and whose limit as h→0 defines the derivative.
Example: "The of f(x) = x² simplifies to 2x + h, which approaches 2x as h → 0."
Difference Rule
The derivative of the difference of two functions equals the difference of their derivatives: d/dx[f(x) − g(x)] = f'(x) − g'(x).
Example: "By the , d/dx[x³ − sin x] = 3x² − cos x."
Differentiable
A function is differentiable at x = c if its derivative exists at that point; the function must be continuous and have no corner, cusp, or vertical tangent at c.
Example: "f(x) = |x| is not at x = 0 because there is a corner."
Differential Equation
An equation relating a function to one or more of its derivatives; in AP Calculus AB, separable differential equations and exponential growth/decay models are primary focuses.
Similar definitions: ODE (Ordinary Differential Equation)
Example: "dy/dx = ky is a whose solution is y = Ce^(kx)."
Differentials
Infinitesimally small changes in variables, written dx and dy, related by dy = f'(x) dx. Used in linear approximations and integral notation.
Example: "For y = x², dy = 2x dx; if x = 3 and dx = 0.01, then dy ≈ 0.06."
Differentiation
The process of computing the derivative of a function using differentiation rules such as the power rule, product rule, quotient rule, and chain rule.
Example: " of f(x) = x⁴ + 3x² yields f'(x) = 4x³ + 6x."
Discontinuous
A function is discontinuous at x = c if it fails any of the three conditions for continuity: f(c) undefined, limit does not exist, or limit ≠ f(c).
Example: "f(x) = 1/x is at x = 0 because f(0) is undefined."
Displacement
The net change in position of a particle over a time interval: displacement = ∫ₐᵇ v(t) dt. Unlike total distance, displacement accounts for direction and can be negative.
Example: "If v(t) = t − 2 on [0, 4], the is ∫₀⁴ (t − 2) dt = 0."
Domain
The set of all input values (x-values) for which a function is defined.
Example: "The of f(x) = √x is [0, ∞) since the square root requires a non-negative input."
dy/dx
Leibniz notation for the derivative of y with respect to x, representing the instantaneous rate of change of y as x changes. Equivalent to f'(x) when y = f(x).
Similar definitions: Leibniz notation for derivative
Example: "For y = x³, = 3x²."
Epsilon-Delta Definition of a Limit
The formal definition: lim_{x→c} f(x) = L means that for every ε > 0, there exists δ > 0 such that 0 < |x − c| < δ implies |f(x) − L| < ε.
Example: "Using the , one can rigorously prove that lim_{x→2} (3x) = 6."
Euler's Method
A numerical procedure for approximating solutions to differential equations using the tangent line: y_{n+1} = y_n + f(x_n, y_n) · Δx, stepping from an initial value.
Example: "Using with step size 0.1 on dy/dx = y, y(0) = 1 gives y(0.1) ≈ 1.1."
Exponential Decay
A decrease modeled by y = Ce^(kt) with k < 0; the quantity decreases at a rate proportional to its current value. Governed by the differential equation dy/dt = ky.
Example: "Radioactive substances undergo , halving at regular time intervals."
Exponential Function
A function of the form f(x) = aˣ (a > 0, a ≠ 1); the most important case in calculus is f(x) = eˣ, whose derivative equals itself: d/dx[eˣ] = eˣ.
Example: "The f(x) = eˣ is its own derivative and its own antiderivative (up to a constant)."
Exponential Growth
An increase modeled by y = Ce^(kt) with k > 0; the quantity grows at a rate proportional to its current value, governed by dy/dt = ky.
Example: "A population exhibiting doubles at regular time intervals."
Exponential Growth and Decay
A family of models y = Ce^(kt) satisfying dy/dt = ky. When k > 0 the quantity grows; when k < 0 it decays. C is the initial value at t = 0.
Example: "Newton's Law of Cooling is an model: dT/dt = k(T − T_env)."
Extreme Value Theorem
If f is continuous on a closed interval [a, b], then f attains both an absolute maximum and an absolute minimum on [a, b].
Example: "The guarantees f(x) = sin x achieves a max and min on [0, 2π]."
Extremum
A general term for a maximum or minimum value of a function, either local or global.
Similar definitions: Extreme value
Example: "Every local maximum and local minimum is an of the function."
f'(x) Notation
Prime notation for the derivative of a function f with respect to x, read as "f prime of x." Equivalent to dy/dx in Leibniz notation.
Similar definitions: Prime notation
Example: "If f(x) = x⁴, then = 4x³."
Fermat's Theorem
If f has a local extremum at an interior point c and f is differentiable at c, then f'(c) = 0. This is the basis for finding extrema using critical numbers.
Example: "By , any differentiable local max or min occurs where f'(c) = 0."
First Derivative Test
A method to classify critical numbers: if f' changes from positive to negative at c, then f has a local maximum at c; if f' changes from negative to positive, there is a local minimum; if f' does not change sign, there is neither.
Example: "The shows f(x) = x³ − 3x has a local max at x = −1 and local min at x = 1."
First Fundamental Theorem of Calculus
If f is continuous on [a, b] and F(x) = ∫ₐˣ f(t) dt, then F'(x) = f(x). This theorem links differentiation and integration as inverse processes.
Example: "By the , d/dx[∫₀ˣ cos(t) dt] = cos(x)."
Fundamental Theorem of Calculus
The theorem linking differentiation and integration. Part 1: d/dx[∫ₐˣ f(t) dt] = f(x). Part 2: ∫ₐᵇ f(x) dx = F(b) − F(a), where F is any antiderivative of f.
Example: "The allows evaluating ∫₁⁴ 2x dx as [x²]₁⁴ = 16 − 1 = 15."
General Solution
The complete family of solutions to a differential equation, expressed with an arbitrary constant C. A specific solution is obtained by applying an initial condition.
Example: "The of dy/dx = 2x is y = x² + C."
Higher-Order Derivative
A derivative of a derivative; the second derivative f''(x) measures concavity, the third derivative f'''(x) measures the rate of change of concavity, and so on.
Example: "The f''(x) of f(x) = x⁴ is 12x²."
Hole (Removable Discontinuity)
A removable discontinuity at x = c where lim_{x→c} f(x) exists but either f(c) is undefined or f(c) ≠ the limit. The graph has a "hole" at that point.
Example: "f(x) = (x² − 1)/(x − 1) has a at x = 1 because f(1) is undefined but the limit is 2."
Horizontal Asymptote
A horizontal line y = L that a function approaches as x → ∞ or x → −∞, i.e., lim_{x→±∞} f(x) = L.
Example: "f(x) = (2x)/(x + 1) has a at y = 2 as x → ∞."
Implicit Differentiation
A technique for differentiating equations where y is not explicitly solved for in terms of x; differentiate both sides with respect to x, treating y as a function of x and applying the chain rule to y-terms.
Example: "Using on x² + y² = 25 gives dy/dx = −x/y."
Increasing Function
A function is increasing on an interval if f'(x) > 0 for all x in that interval; as x increases, f(x) increases.
Example: "f(x) = eˣ is an on (−∞, ∞) since its derivative eˣ is always positive."
Indefinite Integral
The general antiderivative of a function, written ∫f(x) dx = F(x) + C, representing the family of all functions whose derivative is f.
Example: "The of f(x) = 3x² is x³ + C."
Indeterminate Form
A limit expression whose value cannot be determined by direct substitution alone; common types are 0/0 and ∞/∞, which can often be resolved with L'Hôpital's Rule or algebraic manipulation.
Example: "lim_{x→0} (sin x)/x is an of type 0/0, evaluated as 1."
Infinite Limit
A limit in which the function grows without bound as x approaches a value or as x → ±∞; written lim_{x→c} f(x) = ∞ or lim_{x→∞} f(x) = L.
Example: "lim_{x→0⁺} (1/x) is an equal to +∞."
Inflection Point
A point on a curve where the concavity changes (from concave up to concave down or vice versa); occurs where f''(x) = 0 or f''(x) is undefined, provided the sign of f'' actually changes.
Example: "f(x) = x³ has an at x = 0 where concavity changes from down to up."
Initial Condition
A known value of the solution to a differential equation at a specific input, used to determine the arbitrary constant C in the general solution.
Example: "Given dy/dx = 2x and the y(0) = 3, the solution is y = x² + 3."
Initial Value Problem
A differential equation paired with an initial condition; the goal is to find the unique particular solution satisfying both the equation and the given starting value.
Example: "Solving the dy/dx = 3x², y(1) = 2 gives y = x³ + 1."
Instantaneous Rate of Change
The derivative f'(x) at a specific point; the limiting value of the average rate of change as the interval shrinks to zero. It equals the slope of the tangent line at that point.
Example: "The of f(x) = x² at x = 3 is f'(3) = 6."
Integrand
The function being integrated in an integral expression; in ∫f(x) dx, the integrand is f(x).
Example: "In ∫ (x² + 1) dx, the is x² + 1."
Integration
The process of finding the antiderivative (indefinite integral) or computing the accumulated area (definite integral) of a function.
Example: " of f(x) = 2x gives F(x) = x² + C."
Integration by Substitution
A technique for evaluating integrals by substituting u = g(x), du = g'(x) dx to simplify the integral into a basic form. Also called u-substitution.
Similar definitions: u-substitution, change of variables
Example: "Using with u = x², ∫ 2x·cos(x²) dx = sin(x²) + C."
Intermediate Value Theorem
If f is continuous on [a, b] and N is any value between f(a) and f(b), then there exists at least one c in (a, b) with f(c) = N. Guarantees that continuous functions hit every intermediate value.
Example: "By the , f(x) = x³ − x − 1 has a root between 1 and 2 since f(1) < 0 and f(2) > 0."
Inverse Function
A function g such that g(f(x)) = x and f(g(x)) = x; the graph of the inverse is a reflection of the original graph across y = x. The derivative of an inverse can be found using the inverse function derivative formula.
Example: "The of f(x) = eˣ is g(x) = ln x."
Jump Discontinuity
A discontinuity where the left-hand and right-hand limits both exist but are not equal; the function "jumps" from one value to another.
Example: "The greatest integer function has a at every integer."
L'Hôpital's Rule
If lim_{x→c} f(x)/g(x) is an indeterminate form 0/0 or ∞/∞, then lim_{x→c} f(x)/g(x) = lim_{x→c} f'(x)/g'(x), provided the latter limit exists.
Example: "Using , lim{x→0} (sin x)/x = lim{x→0} (cos x)/1 = 1."
Left Riemann Sum
An approximation of a definite integral using rectangles whose heights are determined by the function value at the left endpoint of each subinterval.
Example: "A with 4 equal subintervals overestimates ∫₀⁴ (−x + 4) dx because the function is decreasing."
Left-Hand Limit
The value that f(x) approaches as x approaches c from the left (x < c), written lim_{x→c⁻} f(x).
Example: "For f(x) = |x|/x, the as x → 0 is −1."
Leibniz Notation
The notation dy/dx for the derivative and ∫f(x) dx for the integral, emphasizing the relationship between infinitesimal changes. Widely used for implicit differentiation, related rates, and integration.
Example: "In , the chain rule is written dy/dx = (dy/du)(du/dx)."
Limit
The value that a function f(x) approaches as x gets arbitrarily close to a particular value c; written lim_{x→c} f(x) = L. The function need not be defined at c itself.
Example: "lim_{x→2} (x² − 4)/(x − 2) = 4, found by factoring; this is the of the expression."
Limit at Infinity
The value a function approaches as x increases or decreases without bound: lim_{x→∞} f(x) or lim_{x→−∞} f(x). Used to identify horizontal asymptotes.
Example: "lim_{x→∞} (3x²)/(x² + 1) = 3 is a that reveals the horizontal asymptote y = 3."
Linear Approximation
The approximation of f(x) near x = a using the tangent line: L(x) = f(a) + f'(a)(x − a). Valid for x close to a when f is differentiable at a.
Similar definitions: Linearization, Tangent line approximation
Example: "The of f(x) = √x at x = 4 is L(x) = 2 + (1/4)(x − 4)."
Local Maximum
A function value f(c) that is greater than or equal to f(x) for all x in some open interval around c; the function has a "peak" at that point.
Similar definitions: Relative maximum
Example: "f(x) = −x² + 4 has a of 4 at x = 0."
Local Minimum
A function value f(c) that is less than or equal to f(x) for all x in some open interval around c; the function has a "valley" at that point.
Similar definitions: Relative minimum
Example: "f(x) = x² − 4 has a of −4 at x = 0."
Logarithmic Differentiation
A technique that simplifies differentiation of products, quotients, or powers by taking the natural log of both sides, differentiating implicitly, and solving for dy/dx.
Example: "Using , d/dx[xˣ] is found by writing ln y = x ln x and differentiating implicitly."
Lower Sum
A Riemann sum approximation that uses the minimum function value on each subinterval as the rectangle height, giving an underestimate for positive functions.
Example: "The for an increasing function uses left endpoints for rectangle heights."
Mean Value Theorem
If f is continuous on [a, b] and differentiable on (a, b), then there exists c in (a, b) where f'(c) = [f(b) − f(a)] / (b − a); the instantaneous rate of change equals the average rate of change at some interior point.
Example: "The guarantees a point on f(x) = x² where the slope equals (4 − 0)/(2 − 0) = 2, which occurs at x = 1."
Mean Value Theorem for Integrals
If f is continuous on [a, b], then there exists c in (a, b) such that f(c) = (1/(b−a)) ∫ₐᵇ f(x) dx; i.e., a continuous function attains its average value at some point in the interval.
Example: "The guarantees f(c) = 3 for f(x) = x² on [0, 3] at some c in (0, 3)."
Midpoint Riemann Sum
An approximation of a definite integral using rectangles whose heights are determined by the function value at the midpoint of each subinterval.
Example: "A generally gives a better approximation than left or right sums for the same number of subintervals."
Multiplication by Constant Rule
The derivative of a constant times a function equals the constant times the derivative: d/dx[c·f(x)] = c·f'(x).
Example: "By the , d/dx[5x³] = 5 · 3x² = 15x²."
Natural Logarithm
The logarithm with base e, written ln x = log_e x; defined for x > 0. Its derivative is d/dx[ln x] = 1/x, and its antiderivative rule gives ∫(1/x) dx = ln|x| + C.
Example: "The satisfies d/dx[ln x] = 1/x."
Net Area
The value of a definite integral interpreted as signed area: regions above the x-axis are positive, regions below are negative. Net area may be less than the total area.
Example: "∫₀^{2π} sin x dx = 0 because the above and below the x-axis cancel out."
Net Change Theorem
The integral of a rate of change gives the net change of the quantity: ∫ₐᵇ F'(x) dx = F(b) − F(a). It connects the definite integral with total accumulation.
Example: "The states that ∫₀³ v(t) dt gives the net displacement of a particle from t = 0 to t = 3."
Newton's Method
An iterative numerical method for approximating zeros of a function using the formula x_{n+1} = x_n − f(x_n)/f'(x_n), based on the tangent line approximation.
Example: " can approximate √2 by applying the iteration to f(x) = x² − 2."
Normal Line
The line perpendicular to the tangent line at a point on a curve; if the tangent slope is m ≠ 0, the normal line has slope −1/m.
Example: "At x = 1 on f(x) = x², the tangent slope is 2, so the has slope −1/2."
One-Sided Limit
A limit evaluated as x approaches c from only one direction: the left-hand limit lim_{x→c⁻} f(x) or the right-hand limit lim_{x→c⁺} f(x). The two-sided limit exists only if both one-sided limits are equal.
Example: "The from the right of f(x) = |x|/x at x = 0 equals +1."
Optimization
The process of finding the absolute maximum or minimum of a function on a given domain by analyzing critical points and endpoints; widely applied in real-world problems.
Example: " is used to find the dimensions of a rectangle with fixed perimeter that maximize area."
Particle Motion
The analysis of a moving particle's position s(t), velocity v(t) = s'(t), and acceleration a(t) = v'(t) using derivatives and integrals. Speed is |v(t)|.
Example: "In , a particle moves right when v(t) > 0 and left when v(t) < 0."
Particular Solution
The unique solution to a differential equation that satisfies a given initial condition, obtained by substituting the initial condition into the general solution to find the value of C.
Example: "Given dy/dx = 2x and y(0) = 5, the is y = x² + 5."
Piecewise Function
A function defined by different formulas on different parts of its domain; limits and continuity at the boundary points require special care.
Example: "f(x) = x² for x < 0 and f(x) = x for x ≥ 0 is a ."
Position Function
A function s(t) giving the location of a particle at time t; its derivative is velocity v(t) = s'(t) and its second derivative is acceleration a(t) = s''(t).
Example: "If the is s(t) = t³ − 6t², then v(t) = 3t² − 12t."
Power Rule (Differentiation)
The derivative of xⁿ is nxⁿ⁻¹: d/dx[xⁿ] = nxⁿ⁻¹, valid for any real number n.
Example: "By the , d/dx[x⁵] = 5x⁴."
Power Rule (Integration)
The integral of xⁿ (n ≠ −1) is xⁿ⁺¹/(n+1) + C: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C.
Example: "By the , ∫x³ dx = x⁴/4 + C."
Product Rule
The derivative of a product of two functions: d/dx[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).
Example: "By the , d/dx[x² sin x] = 2x sin x + x² cos x."
Quotient Rule
The derivative of a quotient of two functions: d/dx[f(x)/g(x)] = [f'(x)g(x) − f(x)g'(x)] / [g(x)]².
Example: "Using the , d/dx[sin x / x] = (x cos x − sin x) / x²."
Rate of Change
A measure of how quickly one quantity changes relative to another; instantaneous rate of change is the derivative, while average rate of change is the difference quotient over an interval.
Example: "The of volume with respect to time describes how fast a tank fills."
Related Rates
Problems in which two or more quantities are related by an equation, and their rates of change with respect to time are linked by implicit differentiation of that equation.
Example: "A problem: given a ladder sliding down a wall, find how fast the base moves using x² + y² = L²."
Relative Extremum
A local maximum or local minimum; a function value that is the highest or lowest in some neighborhood of the point, though not necessarily over the entire domain.
Similar definitions: Local extremum
Example: "f(x) = x³ − 3x has s at x = ±1."