๐ Mathematics ยท subject
Mathematics Calculus Syllabus
Every chapter and topic of Calculus examined in Mathematics โ 9 chapters, 0 topics, plus 50 flashcards written against it.
Calculus syllabus โ full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Calculus in Mathematics, not a summary of it.
-
Limits
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Derivatives
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Applications of Derivatives
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Integrals
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Applications of Integrals
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Differential Equations
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Sequences and Series
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Multivariable Calculus
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
-
Vector Calculus
overviewExamined as a single unit within Calculus โ no further topic split in the official outline.
Calculus flashcards for Mathematics
25 of 50 cards from the Calculus deck โ real questions with worked answers.
What is the formal (epsilon-delta) definition of the limit $\lim_{x \to a} f(x) = L$?
For every $\varepsilon > 0$ there exists a $\delta > 0$ such that if $0 < |x - a| < \delta$, then $|f(x) - L| < \varepsilon$.
State the limit definition of the derivative of $f$ at $x$.
$$f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}$$
What does it mean for a function $f$ to be continuous at a point $a$?
$f$ is continuous at $a$ if $\lim_{x \to a} f(x) = f(a)$; this requires $f(a)$ to be defined, the limit to exist, and the two to be equal.
State the Power Rule for differentiation.
For any real number $n$, $\frac{d}{dx} x^{n} = n x^{n-1}$.
State the Product Rule for derivatives.
$$\frac{d}{dx}\big[f(x)g(x)\big] = f'(x)g(x) + f(x)g'(x)$$
State the Quotient Rule for derivatives.
$$\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^{2}}$$
State the Chain Rule for the derivative of a composite function $f(g(x))$.
$$\frac{d}{dx} f(g(x)) = f'(g(x)) \cdot g'(x)$$
What is the derivative of $\sin x$ and of $\cos x$?
$\frac{d}{dx}\sin x = \cos x$ and $\frac{d}{dx}\cos x = -\sin x$.
What is the derivative of $\tan x$?
$\frac{d}{dx}\tan x = \sec^{2} x$.
What is the derivative of $e^{x}$ and of $a^{x}$?
$\frac{d}{dx} e^{x} = e^{x}$ and $\frac{d}{dx} a^{x} = a^{x} \ln a$.
What is the derivative of $\ln x$ and of $\log_a x$?
$\frac{d}{dx}\ln x = \frac{1}{x}$ and $\frac{d}{dx}\log_a x = \frac{1}{x \ln a}$.
What is the derivative of $\arcsin x$?
$\frac{d}{dx}\arcsin x = \frac{1}{\sqrt{1 - x^{2}}}$.
What is the derivative of $\arctan x$?
$\frac{d}{dx}\arctan x = \frac{1}{1 + x^{2}}$.
State the Power Rule for integration (the reverse power rule).
$$\int x^{n}\,dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1$$
What is $\int \frac{1}{x}\,dx$?
$\int \frac{1}{x}\,dx = \ln|x| + C$.
State the formula for integration by parts.
$$\int u\,dv = uv - \int v\,du$$
State the First Fundamental Theorem of Calculus.
If $F(x) = \int_a^x f(t)\,dt$ and $f$ is continuous, then $F'(x) = f(x)$.
State the Second Fundamental Theorem of Calculus (evaluation form).
If $F$ is an antiderivative of a continuous $f$ on $[a,b]$, then $\int_a^b f(x)\,dx = F(b) - F(a)$.
What is the geometric interpretation of the definite integral $\int_a^b f(x)\,dx$?
It is the net signed area between the curve $y = f(x)$ and the $x$-axis from $x = a$ to $x = b$.
What is the limit definition of the definite integral (Riemann sum)?
$$\int_a^b f(x)\,dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^{*})\,\Delta x, \quad \Delta x = \frac{b-a}{n}$$
State L'Hopital's Rule and the indeterminate forms it applies to.
If $\lim \frac{f(x)}{g(x)}$ is of the form $\frac{0}{0}$ or $\frac{\infty}{\infty}$, then $\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}$, provided the latter limit exists.
What is the geometric meaning of the derivative $f'(a)$?
It is the slope of the tangent line to the graph of $f$ at the point $(a, f(a))$; equivalently the instantaneous rate of change of $f$ at $a$.
State the Mean Value Theorem (MVT).
If $f$ is continuous on $[a,b]$ and differentiable on $(a,b)$, then there exists $c \in (a,b)$ such that $f'(c) = \frac{f(b) - f(a)}{b - a}$.
State Rolle's Theorem.
If $f$ is continuous on $[a,b]$, differentiable on $(a,b)$, and $f(a) = f(b)$, then there exists $c \in (a,b)$ with $f'(c) = 0$.
How do you find critical points of a function $f$?
Critical points are values $x$ in the domain where $f'(x) = 0$ or $f'(x)$ does not exist.
Planning Calculus for Mathematics
Calculus is one of 7 subjects in Mathematics โ 0 of 0 topics, spread over 9 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 2 hours.
The heaviest chapters are Limits (0 topics), Derivatives (0 topics), Applications of Derivatives (0 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Calculus (Mathematics) FAQ
What is in the Mathematics Calculus syllabus?
Calculus is split into 9 chapters โ Limits, Derivatives, Applications of Derivatives, Integrals, Applications of Integrals and Differential Equations, and 3 more, containing 0 topics and 0 sub-topics in total.
How many chapters are there in Calculus for Mathematics?
9 chapters. Calculus accounts for about 1% of the topics in the whole Mathematics syllabus (0 of 0).
How long should I spend on Calculus for Mathematics?
Budget around 2 hours for a first pass through Calculus โ about 45 minutes per topic plus 12 minutes per sub-topic across its 0 topics. Add revision cycles on top.
Are there flashcards for Mathematics Calculus?
Yes โ a 50-card Calculus deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.