High School · 30 classes

Mathematics - Calculus

Each class is a short animated explainer with narration, plus quick checks, an interactive, and a mastery quiz — at a college-prep level. Your progress saves automatically.

▶ Watch class 1 free — no sign-up
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Not startedStartedCompletedMastered
01
What is calculus, and why did Newton and Leibniz both invent it at the same time?
Not started
Start →
02
Limit Laws and Algebraic Techniques
Not started
Start →
03
Continuity, When Functions Behave Nicely
Not started
Start →
04
Limits at Infinity and Asymptotic Behavior
Not started
Start →
05
The Derivative, From Average to Instantaneous Rate of Change
Not started
Start →
06
Basic Differentiation Rules, Power, Constant, and Sum
Not started
Start →
07
Product, Quotient, and Chain Rules
Not started
Start →
08
Derivatives of Trig, Exponential, and Logarithmic Functions
Not started
Start →
09
Implicit Differentiation
Not started
Start →
10
Higher-Order Derivatives and Related Rates
Not started
Start →
11
Increasing, Decreasing, and the First Derivative Test
Not started
Start →
12
Concavity, Inflection Points, and the Second Derivative Test
Not started
Start →
13
Curve Sketching, Putting It All Together
Not started
Start →
14
Optimization, Finding the Best Answer
Not started
Start →
15
L'Hôpital's Rule and Indeterminate Forms
Not started
Start →
16
Riemann Sums and the Definite Integral
Not started
Start →
17
The Fundamental Theorem of Calculus
Not started
Start →
18
Basic Integration Rules and u-Substitution
Not started
Start →
19
Integration of Trig, Exponential, and Logarithmic Functions
Not started
Start →
20
Integration by Parts
Not started
Start →
21
Area Between Curves
Not started
Start →
22
Volumes of Revolution, Disk and Washer Methods
Not started
Start →
23
Improper Integrals, When Limits Go to Infinity
Not started
Start →
24
Introduction to Differential Equations
Not started
Start →
25
Slope Fields and Euler's Method
Not started
Start →
26
Parametric and Polar Calculus, Beyond Cartesian Coordinates
Not started
Start →
27
Taylor and Maclaurin Series, Approximating Functions with Polynomials
Not started
Start →
28
Multivariable Calculus Preview, Functions of More Than One Variable
Not started
Start →
29
Calculus in Physics and Economics, Applications Across Disciplines
Not started
Start →
30
Calculus Capstone, The Two Big Ideas and Everything They Touch
Not started
Start →
See inside a class

Here’s all of Class 1, in full.

Every class is 13 cards · narrated film + illustration · 2 quick checks · an interactive · a 4-question mastery quiz. Nothing hidden — this is the complete text of What is calculus, and why did Newton and Leibniz both invent it at the same time?.

▸ Read the full class — What is calculus, and why did Newton and Leibniz both invent it at the same time?

1. The puzzle

Two problems drove the invention of calculus, and they sound completely unrelated until you see the connection. Problem one: what is the slope of a curve at a single point? A straight line has a constant slope, rise over run, and you can compute it exactly. But a curve, like the path of a thrown ball, has a different slope at every point. At the peak it is zero (momentarily flat). On the way up it is positive. On the way down it is negative. Algebra cannot touch this problem because slope requires two points, and you only have one. Problem two: what is the area under a curve? You can calculate the area of a rectangle, a triangle, a circle. But what about the region trapped between a curve and the x-axis, with no straight edges at all? Ancient Greek mathematicians tried to solve this with the "method of exhaustion", filling the area with smaller and smaller shapes, but they could not make it systematic. Both problems require the same insight: you can get arbitrarily close to the answer by using finer and finer approximations, and the answer is the limit those approximations approach. That insight is calculus.

2. The core idea

The limit is the central idea of calculus. A limit asks: what value does a quantity approach as something else approaches a target value? The key word is "approaches." You are not asking what the quantity equals at the target; you are asking where it is heading. Think of it this way: you are walking toward a door, halving your distance with each step. After infinite steps you have not technically reached the door, but the distance is approaching zero. The limit of your distance is zero. From the limit idea, two operations emerge. Differentiation asks: what is the limit of the slope of a line connecting two points on a curve, as those two points slide together until they are infinitely close? That limit is the derivative, the instantaneous rate of change. Integration asks: what is the limit of the total area of rectangles under a curve, as you use more and more rectangles of smaller and smaller width? That limit is the definite integral — the exact area. The Fundamental Theorem of Calculus then reveals the stunning fact: these two operations are inverses of each other. Differentiation and integration undo each other, the way multiplication and division do. That connection, and the reason for it, is one of the most beautiful results in all of mathematics.

3. Who discovered this

Isaac Newton began developing what he called "the method of fluxions" around 1666, during the plague years when Cambridge University closed and he retreated to his family farm at Woolsthorpe. In eighteen months of isolation; he invented calculus, discovered the laws of motion, and worked out the fundamentals of optics. He did not publish his calculus for decades, partly from perfectionism, partly from an instinct for secrecy that would cause him great trouble later. Gottfried Leibniz, a diplomat, philosopher, and mathematician in Germany, developed his own calculus independently between 1673 and 1676. Crucially, Leibniz published first, in 1684 and 1686, and his notation, dy/dx for the derivative, ∫ for the integral, is the notation we still use today. Newton's supporters accused Leibniz of plagiarism. The resulting priority dispute consumed both men and divided European mathematics for a generation. Modern historians have concluded that the invention was genuinely independent, a case of parallel discovery driven by the same scientific needs. The lesson is not just historical: when a mathematical idea is "ready," multiple people find it at the same time because the same problems are pressing on them from the same directions.

4. How it works

The derivative of a function f at a point x is defined as the limit of the difference quotient. The difference quotient is the slope of the secant line through the points (x, f(x)) and (x + h, f(x + h)) — two points on the curve separated by a horizontal distance h. The slope of that secant line is [f(x + h) − f(x)] / h. Now, let h shrink toward zero. The secant line, which cuts through two nearby points, rotates until it becomes the tangent line, the line that just touches the curve at x without crossing it. The slope of the tangent line is the derivative. This is written f'(x) = lim(h→0) [(f(x + h) − f(x)) / h]. Notice what this formula is doing: it is building an expression for the slope of a secant, then taking the limit as the two points merge. We cannot just plug in h = 0 directly; that would give 0/0, which is undefined. The genius of the limit is that we evaluate the algebraic expression for all h ≠ 0, and then ask where it is heading as h approaches zero. In most cases, the algebra simplifies and the answer emerges cleanly. For example, if f(x) = x², then f(x + h) = (x + h)² = x² + 2xh + h², and the difference quotient simplifies to 2x + h, which approaches 2x as h → 0. So the derivative of x² is 2x, a result you will use constantly throughout this course.

5. The notation

The very core of differential calculus is captured in this single formula, the limit definition of the derivative. Let us unpack it, piece by piece. First, on the left, we see 'limit as h approaches zero'. This is the heart of the limit concept—we are not asking what happens when h *is* zero, but what value the entire expression *gets closer and closer* to as h becomes infinitesimally small. Inside the brackets, the term 'f of x plus h' represents the function's output at a point a tiny horizontal distance, h, away from x. Then, 'f of x plus h minus f of x' gives us the change in output—the vertical 'rise'—as we move that small distance h horizontally. Dividing this 'rise' by h, the 'run', yields the 'difference quotient', which is the slope of the secant line, a line that cuts through two points on our curve. When we take that limit, what we get is 'f prime of x', Lagrange's notation for the derivative. It is the instantaneous rate of change of f at the exact point x, the slope of the tangent line that just touches the curve. You will also frequently see this written as 'dee y dee x', Leibniz's notation. It evokes that 'rise over run' idea, but for infinitely small changes in y and x.

6. Key properties

Three properties of limits and derivatives define the landscape of calculus. First: the limit of a function at a point may exist even when the function is undefined there. The function sin(x)/x is undefined at x = 0 (division by zero), but its limit as x → 0 is exactly 1, a result provable from geometry. This is not a trick or a workaround; it is the genuine content of the limit concept. Second: the derivative is itself a function. When you differentiate f(x), you get a new function f'(x) that gives the slope of f at every point simultaneously. Differentiating f'(x) gives the second derivative f''(x), which tells you how the slope is changing — and in motion problems; that is acceleration. Third, and most profound: the Fundamental Theorem of Calculus says that if you differentiate the accumulation of f from a to x, you get f(x) back. Integration and differentiation are inverses. This is not obvious. The area under a curve and the slope of a curve seem like completely unrelated ideas. The theorem says they are not, they are two faces of the same coin, linked through the limit.

7. Worked example

Now, let us walk through a complete example of finding a derivative using the limit definition. We want to find the derivative of f of x equals x squared. This function is a parabola, and its slope changes constantly. First, we find f of x plus h. Replace every x in f of x with x plus h. So, f of x plus h becomes the quantity x plus h squared. Expanding that, we get x squared plus two x h plus h squared. This is the first piece of our difference quotient. Next, we subtract f of x from f of x plus h. So, we have x squared plus two x h plus h squared, and we subtract x squared. The x squared terms cancel out, leaving us with two x h plus h squared. Now, we divide that expression by h. We have two x h plus h squared, all divided by h. Since h is a common factor in the numerator, we can divide it out, simplifying the expression to two x plus h. Remember, h approaches zero but is never actually zero in this process. Finally, we take the limit as h approaches zero of our simplified expression, two x plus h. As h gets infinitesimally small, the plus h term vanishes. This leaves us with two x. So, the derivative of f of x equals x squared is f prime of x equals two x. This new function, two x, tells us the instantaneous slope of the original parabola at any point x. For instance, if we want the slope of the tangent line to y equals x squared where x equals three, we just plug three into our derivative. Two times three is six. At x equals three, the parabola is rising with a slope of six.

8. Limitations

Calculus, for all its power, rests on assumptions that are not always met. The derivative exists at a point only if the function is differentiable there, which requires the function to be continuous and to have no sharp corner or cusp at that point. The absolute value function |x| is continuous everywhere but not differentiable at x = 0, because the graph has a sharp V-shape corner there and no unique tangent line exists. Continuous functions can be everywhere non-differentiable, Weierstrass constructed such a function in 1872, shocking a mathematical community that assumed all continuous functions were differentiable almost everywhere. Integration has its own limitations. Some functions simply do not have antiderivatives expressible in terms of elementary functions — e^(−x²), for example, which appears constantly in probability and statistics, has no closed-form antiderivative. Numerical methods must be used instead. Perhaps most importantly, the calculus developed in this course is single-variable calculus. The real world is multivariable: temperature is a function of position, time, and atmospheric pressure simultaneously. Multivariable calculus extends all these ideas but requires a new framework and a new set of tools.

9. Related ideas

Calculus belongs to a family of related mathematical theories that all deal with change, infinity, and approximation. Real analysis is the rigorous version of calculus; it proves all the results that calculus assumes using precise epsilon-delta definitions of limits. Every result in this course has a corresponding proof in real analysis, though the proofs require more mathematical maturity than this course demands. Differential equations extend calculus to equations that relate a function to its own derivative, the mathematical language of every natural law. Newton's second law F = ma is a differential equation; so is the equation for a vibrating string, the heat equation for temperature diffusion, and the Black-Scholes equation in finance. Linear algebra is calculus's algebraic partner: while calculus studies how functions change, linear algebra studies transformations of space, and together they underpin modern machine learning and data science. Complex analysis applies calculus to complex-valued functions and discovers a world of strange beauty, functions that are differentiable in the complex sense turn out to be infinitely smooth, a fact with no real-valued analogue. Wherever you go in mathematics or its applications, calculus is the foundation.

10. Common mistakes

Four mistakes appear so reliably in every calculus course that they deserve naming before you start. First: treating the limit notation as division. When you see lim(h→0) [(f(x+h) − f(x)) / h], the h in the denominator does not "cancel" mechanically, the algebraic simplification must happen first, before the limit is taken. Second: confusing a function's value with its limit. The limit of f(x) as x → 2 is not necessarily f(2). If the function has a hole at x = 2, the limit might be 7 while f(2) is undefined or has a different value. Third: applying differentiation rules to sums that should use the product rule. d/dx [f(x) · g(x)] is not f'(x) · g'(x). It is f'(x) · g(x) + f(x) · g'(x). The derivative of a product is not the product of the derivatives — a mistake that will cost you points on every exam where it appears. Fourth: forgetting the Chain Rule when differentiating composite functions. d/dx [sin(x²)] is not cos(x²). It is cos(x²) · 2x, the derivative of the outer function, evaluated at the inner, times the derivative of the inner. These mistakes all stem from the same source: applying rules mechanically without understanding why they work.

11. Tools

Desmos remains the most accessible graphing tool for building intuition: type f(x) = x², then type f'(x) = 2x to see the derivative graphed alongside the original and watch how the slope of f relates to the value of f'. GeoGebra's calculus tools let you visualize tangent lines, Riemann sums, and areas under curves interactively, drag a point along a curve and watch the tangent line rotate. Wolfram Alpha understands natural-language calculus queries: "derivative of sin(x²)" or "integral of x·eˣ from 0 to 1", use it to check your work, not to replace your thinking. Wolfram Mathematica and Python with SymPy are the professional-grade tools: both can compute symbolic derivatives and integrals, plot in three dimensions, and solve differential equations. For this course, the most important tool is paper and a pencil. Calculus requires manipulation of algebraic expressions, and the only way to become fluent is to do many problems by hand. Technology should augment that fluency, not substitute for it. A student who can only evaluate a derivative by typing it into Wolfram Alpha is not doing calculus; they are asking a computer to do it for them.

12. Try this

Before the next class, do this experiment in Desmos: type f(x) = x³ as your first function. Now manually apply the limit definition. Set up the difference quotient: [(x + h)³ − x³] / h. Expand (x + h)³ using the binomial theorem: x³ + 3x²h + 3xh² + h³. Subtract x³ and divide by h. You should get 3x² + 3xh + h². As h → 0, this approaches 3x². So the derivative of x³ is 3x². Now in Desmos, type g(x) = 3x² and compare it to f(x) = x³. Notice how wherever f is steeply rising (near x = 2 or x = −2), g has a large positive value. Wherever f is flat (near x = 0), g is near zero. Now ask yourself: do you see the pattern? The derivative of x¹ is 1x⁰ = 1. The derivative of x² is 2x. The derivative of x³ is 3x². What do you guess the derivative of x⁴ is? Try to verify it with the limit definition — or at minimum, check it in Desmos.

13. Recap

**Key takeaways:** - Calculus was invented in the 1660s–1670s independently by Newton and Leibniz, driven by the physical need to describe motion and the geometric need to measure curved areas. - The central idea is the limit: the value a quantity approaches as something else approaches a target. - Differentiation uses limits to define the instantaneous rate of change, the slope of a curve at a single point. - Integration uses limits to define the exact area under a curve, the accumulation of a quantity over an interval. The Fundamental Theorem of Calculus connects these two operations, showing they are inverses of each other. The limit definition of the derivative is f'(x) = lim(h→0) [(f(x+h) − f(x)) / h]. Applying this to f(x) = x² gives f'(x) = 2x, the slope of the parabola at any point x. This course will build the derivative toolkit, the integral toolkit, and the applications that make calculus one of the most practically powerful subjects ever developed.

Mastery quiz

  1. What does 'limit as h approaches zero' mean in the derivative definition?
    • We set h exactly equal to zero and divide
    • We find the value the expression gets closer and closer to as h becomes infinitesimally small
    • We make h as large as possible
    • We ignore h entirely
  2. In the worked example, after simplifying [(x+h)^2 - x^2] / h, what expression remains before the limit is taken?
    • 2x + h
    • x^2 + h
    • 2xh
    • 2x
  3. Why can the common factor h be divided out of the numerator 2xh + h^2 during the process?
    • Because h is exactly zero
    • Because h is a common factor and h approaches zero but is never actually zero
    • Because x equals h
    • Because the limit forces h to equal 1
  4. Which pair of notations both represent the derivative of f at x?
    • f(x+h) and rise over run
    • f'(x) and dy/dx
    • limit and secant
    • x^2 and 2x only
HomePracticeFeedBlogMe