You can learn calculus from YouTube — real calculus, not just a surface-level impression of it. The resources that exist right now, for free, are genuinely world-class. Professor Leonard at Fresno State records lecture series that students at name-brand universities use as their primary reference. 3Blue1Brown's Essence of Calculus series builds more intuition in eight hours than most textbooks build in 800 pages. MIT posts the actual Gilbert Strang lectures online.
The problem is not that the resources are missing. The problem is that nobody tells you which ones to watch, in what order, or how to handle the gaps. YouTube's algorithm is not a curriculum. It will happily send you from a multivariable lecture into a pop-science video about black holes, and three hours will evaporate.
This guide is a structured roadmap for learning calculus from YouTube — from filling precalculus gaps through single-variable, on into multivariable and differential equations, with specific channels and videos named at each stage. It also covers how to study actively rather than passively so that watching translates into actual retention.
For the broader context of learning mathematics through YouTube, see the guide on best YouTube channels for math. If you are already past calculus and heading into statistics or machine learning, learn statistics from YouTube and learn machine learning from YouTube continue the path.
Stage 0: Closing Precalculus Gaps Before You Start
Calculus has prerequisites that are often understated. Specifically: algebra fluency, trigonometry, and a working understanding of functions. Gaps in any of these will stop you cold mid-calculus, not because calculus is inherently harder than algebra, but because calculus problems are algebraic in execution. If you cannot factor quickly, manipulate fractions, and understand sine and cosine behavior, you will hit a wall.
Where to check: Khan Academy's precalculus course is the most comprehensive free diagnostic available. Work through the units on functions, polynomial manipulation, trigonometric identities, and exponential functions. Do the exercises — not just the videos. The exercises are what expose real gaps.
How long this should take: If you have had precalculus before and just need refreshing, two to three weeks of concentrated review. If you are genuinely starting from scratch, budget six to eight weeks.
Professor Leonard's Precalculus playlist on YouTube is worth knowing about. His style — long, methodical, working many examples — is the same for precalculus as for calculus. If you find yourself needing to build algebra or trigonometry from scratch rather than just refreshing, his playlist is more thorough than Khan Academy and easier to follow than most textbooks.
One specific check before you start Calculus 1: can you graph a sine function from memory and identify its period, amplitude, and phase shift without looking anything up? If not, spend time on trigonometry before proceeding. Derivatives of trigonometric functions appear in Calculus 1 within the first few weeks, and they will not make sense without the underlying functions.
Stage 1: Single-Variable Calculus — Limits and Derivatives
This is where the actual calculus begins. The core concepts are: limits (the foundation of everything), derivatives (measuring instantaneous rates of change), and the rules for computing them.
Primary resource: Professor Leonard's Calculus 1 playlist. This is the most complete free calculus lecture series on YouTube. Leonard teaches the full semester: limits, continuity, derivatives, the chain rule, implicit differentiation, related rates, and optimization. Each lecture is 2-4 hours long and he works through numerous examples. His pacing is slower than a university lecture — which is a feature for self-study, not a bug.
Start with his Lecture 1.1 introduction to limits. The definition of a limit looks abstract at first; Leonard grounds it with graphical and numerical reasoning before introducing the formal epsilon-delta definition. Watch each lecture once at 1.25x speed taking notes, then revisit the examples that tripped you up.
Supplement with 3Blue1Brown's Essence of Calculus. This is an 11-video series that covers the same material at an intuitive level — why derivatives are defined the way they are, what the chain rule is actually expressing geometrically, why the derivative of sin(x) is cos(x) rather than just stating that it is. The Essence of Calculus does not replace worked examples and problem solving, but it provides a conceptual layer that makes the mechanics meaningful. Watch the relevant Essence of Calculus video before starting Professor Leonard's lecture on the same topic.
For detailed notes on the Essence of Calculus series itself, the 3Blue1Brown Essence of Calculus notes guide covers each chapter.
Key milestones for Stage 1:
- Can you evaluate limits using algebraic techniques without a calculator?
- Can you compute derivatives of polynomials, trigonometric, exponential, and logarithmic functions?
- Can you apply the chain rule, product rule, and quotient rule fluently?
- Can you set up and solve an optimization problem (find the maximum or minimum of a function on an interval)?
Do not move to Stage 2 until these feel routine, not just familiar.
Stage 2: Single-Variable Calculus — Integration
Integration is the inverse of differentiation — but understanding why, intuitively, takes more than just learning the antiderivative rules. The Fundamental Theorem of Calculus is the central result of single-variable calculus. It connects the area under a curve to the derivative of its antiderivative, and it is genuinely not obvious.
Professor Leonard's Calculus 1 and 2 playlists cover integration comprehensively. Calculus 1 ends with definite integrals and the Fundamental Theorem. Calculus 2 continues with integration techniques (u-substitution, integration by parts, trigonometric substitution, partial fractions), sequences and series, and parametric equations.
The integration techniques section is where most self-learners stall. Integration by parts and trigonometric substitution require pattern recognition that comes only from working many problems. This is where blackpenredpen becomes essential. His channel is almost entirely worked examples — he solves integration problems on video in real time, and his library is extensive. When Professor Leonard explains a technique, then work through blackpenredpen examples until you can execute the same technique without watching.
3Blue1Brown's Essence of Calculus Episode 8 covers the Fundamental Theorem in a way that makes it feel obvious in retrospect. Watch it before diving into Professor Leonard's integration lectures.
Khan Academy is a useful supplement here for drilling specific integration techniques. Their exercises on integration by parts and u-substitution provide immediate feedback on practice problems.
Key milestones for Stage 2:
- Can you evaluate definite and indefinite integrals using the main techniques?
- Can you set up an integral to compute area between curves, volume of revolution, or arc length?
- Do you understand why the Fundamental Theorem works, not just how to apply it?
- Can you determine convergence or divergence of a series using ratio test, comparison test, or integral test?
Stage 3: Multivariable Calculus
Multivariable calculus extends the machinery of single-variable calculus to functions of two and three variables. This is the mathematics of surfaces, volumes, vector fields, and the theorems (Green's, Stokes', Divergence) that underpin physics and engineering.
Primary resource: Professor Leonard's Calculus 3 playlist. His Calculus 3 series maintains the same methodical quality as his earlier playlists. Topics covered: vectors and vector operations, three-dimensional coordinate systems, partial derivatives, gradients, directional derivatives, multiple integrals (double and triple), line integrals, and the three major theorems of vector calculus.
MIT 18.02 Multivariable Calculus on MIT OpenCourseWare is an excellent alternative or supplement. Denis Auroux's version of the course (available on OCW) is clearly organized and has associated problem sets and exams. If you want exam-level problem practice beyond what Leonard provides, the MIT 18.02 problem sets are the best free source.
3Blue1Brown has relevant material here too. His series on the essence of linear algebra, while technically separate, provides geometric intuition for vectors and linear transformations that pays dividends in multivariable calculus. Gradients, the Jacobian, and differential forms are all rooted in linear algebraic thinking. For a deeper treatment of the linear algebra connection, see the MIT 18.06 linear algebra notes.
What makes multivariable calculus harder than single-variable: it is primarily visualization. You are working in three dimensions, and the concepts — saddle points, flux through a surface, circulation around a curve — require spatial reasoning that takes time to build. Work through as many sketching exercises as you can. Drawing the level curves of a function, sketching a vector field, or visualizing a surface of integration before computing anything is the single habit that most accelerates progress at this stage.
Key milestones for Stage 3:
- Can you compute partial derivatives and the gradient of a function?
- Can you find and classify critical points of a multivariable function?
- Can you set up and evaluate double and triple integrals in Cartesian, polar, cylindrical, and spherical coordinates?
- Do you understand what Green's Theorem, Stokes' Theorem, and the Divergence Theorem are saying geometrically?
Stage 4: Differential Equations
Differential equations are the language of physics, engineering, and applied mathematics. A differential equation is any equation relating a function to its own derivatives. They arise naturally when you are modeling rates of change — population growth, heat flow, electrical circuits, the motion of a pendulum.
Professor Leonard's Differential Equations playlist follows the same format as his calculus series and covers the standard first-year DE curriculum: first-order equations (separable, linear, exact), second-order linear equations, systems of differential equations, Laplace transforms, and series solutions.
MIT 18.03 Differential Equations on MIT OpenCourseWare (Arthur Mattuck's lectures) is a classic alternative. The Mattuck lectures are older but structurally excellent, and the MIT OCW page includes all problem sets and exams.
blackpenredpen again provides worked examples for DE techniques, particularly for the mechanical parts — solving particular solutions via the method of undetermined coefficients, computing Laplace transforms, and working through the steps of reduction of order.
At this stage, the conceptual payoff starts to feel more tangible. Solving a differential equation for simple harmonic motion and watching the sine function emerge naturally from the physics is the moment where a lot of the earlier calculus starts to feel connected rather than isolated.
How Should You Take Notes When Learning Calculus from YouTube?
The failure mode for calculus video learning is passive watching. You follow the instructor's derivation, it makes sense in the moment, and three days later you cannot reproduce any of it. This is not because you lack mathematical ability — it is because watching is not the same as doing.
Active note-taking strategy for calculus:
Take notes by hand for calculus, at least initially. The physical act of working through a derivation step by step, writing each line yourself, engages more of the mathematical reasoning than typing does. This is especially true for chain rule applications, integration technique selection, and multi-step optimization problems — any situation where the sequence of steps matters.
For each video lecture: watch a section, pause, close the video, and try to reproduce the method without looking. When you get stuck, look at your notes (not the video) first. If notes do not solve it, rewatch that specific segment. This forced retrieval is what makes the technique durable.
For conceptual understanding videos (3Blue1Brown, in particular): take notes on the intuition, not the mechanics. Write down what the derivative means geometrically, not the limit definition formula you already know. The Essence of Calculus videos build mental models, and those mental models need to be captured in your own words, not just re-played.
For a complete system for taking notes from YouTube lectures and turning them into study materials, see the take notes from YouTube lecture guide and the YouTube to notes complete guide.
How Long Does This Whole Roadmap Take?
An honest timeline for someone studying consistently for 10-15 hours per week:
- Pre-calculus remediation (if needed): 4-8 weeks
- Calculus 1 (limits and derivatives): 8-10 weeks
- Calculus 2 (integration and series): 10-12 weeks
- Calculus 3 (multivariable): 10-12 weeks
- Differential equations: 8-10 weeks
Total: roughly one to two years of consistent study to go from pre-calculus to differential equations, studying seriously and not just watching videos.
This timeline is not a discouragement — it is a calibration. Calculus is a substantial discipline. The reason university mathematics departments stretch it across multiple semesters is not padding; it is that the material genuinely takes that long to internalize. The advantage of the YouTube route is that you control the pace, can rewind, and can allocate more time to the parts that give you trouble.
For those building calculus as a foundation for machine learning or data science, the most practically important parts are Calculus 1 (derivatives, optimization), the core of Calculus 2 (integration, basic series), and the gradient/partial derivative content from Calculus 3. If your goal is applied ML rather than pure mathematics, you can reach a working level of calculus knowledge faster by prioritizing those sections. See learn machine learning from YouTube for how calculus fits into that path.
Do You Need a Textbook Alongside the Videos?
Short answer: it helps but it is not strictly required if you supplement with problem sets.
The best freely available textbook for self-study calculus is Paul's Online Math Notes (tutorial.math.lamar.edu), which covers precalculus through differential equations with clear explanations and extensive problem sets with solutions. Many self-learners use Paul's Notes as their problem source alongside Professor Leonard's lectures as their instruction source.
MIT's official course textbooks for 18.01 and 18.02 are available through MIT OpenCourseWare. These are more rigorous than Paul's Notes and closer to what you would encounter in a university course. If you are planning to continue into formal mathematics — real analysis, abstract algebra — spending time with the MIT materials builds better proof-reading habits.
For official university-quality problem practice, MIT OpenCourseWare has complete problem sets and exams for all calculus courses, all free.
What Comes After Calculus?
Once you have completed the calculus sequence and differential equations, you have a solid foundation in undergraduate mathematics. The natural next steps depend on your goals:
For machine learning and data science: linear algebra (MIT 18.06 with Gilbert Strang is the gold standard, see MIT 18.06 notes) and probability and statistics (see learn statistics from YouTube).
For physics: the calculus sequence you have built directly enables classical mechanics, electricity and magnetism, and quantum mechanics. MIT OCW has full lecture series for all of these.
For pure mathematics: the gateway is real analysis — a rigorous re-examination of the calculus you have learned, building everything from set theory and the epsilon-delta definition. Harvey Mudd has a real analysis series on YouTube. This is where informal YouTube-based calculus learning meets formal proof-based mathematics.
The tools you have built through this calculus roadmap — especially the habit of active problem-solving rather than passive watching — transfer directly to whatever mathematics you study next.
Calculus is not as hard as its reputation suggests, and it is not as easy as watching the right YouTube videos will make it feel. The gap between following a derivation and being able to produce one yourself is where the real work happens. That work requires problems, not just videos.
Build the roadmap described here, do the problems, and you will have real calculus knowledge — the kind that holds up when you close the browser and try to use it.
Want your calculus lecture notes automatically organized into study materials? Try Notiq free at notiq.study — import any YouTube lecture or problem set and get structured notes and recall questions in minutes.

