What is that,
exactly?
Plain, precise explanations of the concepts behind every quiz. Read before. Review after.
75 concepts Β· 9 categories Β· always growing
High School / Foundations
12 concepts
What is
a Function?
The fundamental building block of all mathematics β an input-output machine with rules.
What is
Domain and Range?
Where a function lives: the set of allowed inputs and the outputs they produce.
What is
a Polynomial?
Expressions built from variables and coefficients β the workhorses of algebra.
What is
a Quadratic Equation?
A degree-2 polynomial equation β parabolas, the quadratic formula, and discriminants.
What is
an Exponent?
Repeated multiplication made compact β and the gateway to exponential growth.
What is
a Logarithm?
The inverse of exponentiation β asking "what power gives me this number?"
What is
a Sequence?
An ordered list of numbers following a pattern β arithmetic, geometric, and beyond.
What is
a Series?
What happens when you add all the terms of a sequence β finite or infinite.
What is
Absolute Value?
Distance from zero β stripping a number of its sign to reveal its magnitude.
What is
Trigonometry?
The mathematics of angles, triangles, and the waves that describe the world.
What is
the Unit Circle?
A circle of radius 1 that encodes all trigonometric values in one elegant diagram.
What is
a Complex Number?
Numbers that escape the real line β combining real and imaginary parts to unlock new math.
Calculus I
13 concepts
What is
a Limit?
The value a function approaches as its input gets arbitrarily close to a point.
What is
Continuity?
When a function has no jumps, holes, or breaks β and why that matters for calculus.
What is
a Derivative?
The instantaneous rate of change β the slope of a curve at a single point.
What is
the Chain Rule?
How to differentiate a function inside another function β composition made computable.
What is
the Product Rule?
Differentiating two functions multiplied together β it's not just multiplying derivatives.
What is
the Quotient Rule?
The formula for differentiating one function divided by another.
What is
Implicit Differentiation?
Finding derivatives when y can't be isolated β differentiating both sides at once.
What is
a Critical Point?
Where a function's derivative is zero or undefined β the candidates for maxima and minima.
What is
Concavity?
Whether a curve bends upward or downward β and what the second derivative reveals.
What is
the Mean Value Theorem?
At some point on any smooth curve, the tangent slope equals the average slope.
What is
L'HΓ΄pital's Rule?
Resolving indeterminate forms like 0/0 by differentiating numerator and denominator.
What is
an Asymptote?
Lines that a curve approaches but never quite reaches β vertical, horizontal, or oblique.
What is
Optimization?
Using calculus to find the best possible value β maximum profit, minimum cost, shortest path.
Calculus II
10 concepts
What is
an Integral?
The accumulation of infinitely many infinitesimal quantities β area, volume, and much more.
What is
the Fundamental Theorem of Calculus?
The bridge connecting differentiation and integration β the most important theorem in calculus.
What is
Integration by Parts?
The product rule in reverse β a technique for integrating products of functions.
What is
U-Substitution?
The chain rule reversed β simplifying integrals by swapping in a new variable.
What is
Partial Fractions?
Breaking a complex rational function into simpler pieces that are easy to integrate.
What is
an Improper Integral?
Integrals over infinite intervals or with discontinuities β when limits do the heavy lifting.
What is
a Taylor Series?
Representing any smooth function as an infinite polynomial β one of calculus's crown jewels.
What is
a Maclaurin Series?
A Taylor series centered at zero β the special case that handles most common functions.
What is
Convergence?
When an infinite sum settles on a finite value β and the tests that tell us when it does.
What is
a Differential Equation?
An equation involving a function and its derivatives β the language of change in science.
Calculus III
8 concepts
What is
a Partial Derivative?
Differentiating a multivariable function with respect to one variable at a time.
What is
a Gradient?
A vector pointing in the direction of steepest ascent β the compass of multivariable calculus.
What is
a Double Integral?
Integrating over a 2D region β volumes, masses, and areas in the plane.
What is
a Triple Integral?
Extending integration into three dimensions β for volumes, densities, and beyond.
What is
a Vector Field?
Assigning a vector to every point in space β wind maps, fluid flow, and electric fields.
What is
the Divergence Theorem?
Relating the flow out of a closed surface to what's happening inside the volume.
What is
a Parametric Equation?
Describing curves by a third variable β tracing paths that ordinary functions can't express.
What is
a Polar Coordinate?
Describing position by distance and angle instead of x and y β circles become simple.
Linear Algebra
7 concepts
What is
a Matrix?
A rectangular array of numbers that encodes linear transformations and systems of equations.
What is
a Vector?
A quantity with both magnitude and direction β the fundamental object of linear algebra.
What is
a Linear Transformation?
A function between vector spaces that preserves addition and scalar multiplication.
What is
an Eigenvalue?
A scalar that reveals how a matrix stretches or shrinks along a special direction.
What is
a Determinant?
A single number summarizing a matrix β encoding area, volume, and invertibility.
What is
a Vector Space?
An abstract structure where vectors can be added and scaled β the arena of linear algebra.
What is
Gaussian Elimination?
The systematic algorithm for solving systems of linear equations using row operations.
Differential Equations
5 concepts
What is
an ODE?
An ordinary differential equation β relating a function to its own derivatives.
What is
a PDE?
A partial differential equation β involving multiple variables and their partial derivatives.
What is
a Homogeneous Equation?
A differential equation where the right-hand side is zero β pure structure, no forcing.
What is
the Laplace Transform?
Converting differential equations into algebra by switching to the frequency domain.
What is
an Initial Value Problem?
A differential equation paired with a starting condition β finding one specific solution.
Probability & Statistics
5 concepts
What is
Probability?
Measuring the likelihood of events β from coin flips to complex statistical inference.
What is
a Random Variable?
A variable whose value is determined by a random process β discrete or continuous.
What is
a Normal Distribution?
The bell curve β nature's favorite shape, appearing everywhere from test scores to physics.
What is
Expected Value?
The long-run average outcome of a random variable β the center of gravity of a distribution.
What is
Standard Deviation?
How spread out a dataset is β measuring the typical distance from the mean.
Discrete Math
5 concepts
What is
a Set?
A collection of distinct objects β the foundational language of all modern mathematics.
What is
a Graph?
A structure of nodes and edges β modeling networks, relationships, and paths.
What is
Proof by Induction?
Proving a statement holds for all integers by a domino-style chain of reasoning.
What is
Combinatorics?
The mathematics of counting β arrangements, selections, and their underlying patterns.
What is
a Logic Gate?
The building blocks of digital circuits β AND, OR, NOT, and the algebra of truth.
Complex Analysis
5 concepts
What is
a Complex Number?
Numbers beyond the real line β combining real and imaginary parts into a richer system.
What is
an Analytic Function?
A complex function that is differentiable everywhere in its domain β miraculously well-behaved.
What is
a Contour Integral?
Integrating a complex function along a path in the complex plane.
What is
a Residue?
The coefficient that captures a function's singular behavior β the key to contour integration.
What is
the Cauchy-Riemann Equations?
The conditions that make a complex function analytic β connecting its real and imaginary parts.
Numerical Analysis
5 concepts
What is
Newton's Method?
An iterative algorithm for finding roots β using tangent lines to zero in on solutions.
What is
Numerical Integration?
Approximating integrals with finite sums β when exact solutions are out of reach.
What is
Interpolation?
Estimating values between known data points β fitting curves through a set of points.
What is
a Taylor Approximation?
Using the first few terms of a Taylor series to approximate a function near a point.
What is
Error Analysis?
Measuring and bounding the inaccuracy of numerical methods β how wrong can we be?