Skip to content
GRE Math overview

Public topic · GRE Math

Calculus Domain Guide

The whole GRE Mathematics calculus domain in one place: derivatives as linear approximation, the fundamental theorem, the series toolkit, gradients and Lagrange multipliers, and the Green/Stokes/divergence family.

Concise answer

Calculus is one idea applied in three settings. The derivative is the best linear approximation to a function at a point; the integral accumulates; and the fundamental theorem says the two are inverse. In one variable that gives differentiation rules, antiderivatives, and Taylor series; in several variables the derivative becomes the gradient and the theorem becomes the Green–Stokes–divergence family, which converts an integral over a region into an integral over its boundary.

Definitions

Derivative
The number f(a)f'(a) for which f(a+h)=f(a)+f(a)h+o(h)f(a + h) = f(a) + f'(a)h + o(h) — the slope of the unique line that matches ff to first order at aa.
Definite integral
The limit of Riemann sums f(xi)Δx\sum f(x_i^*)\,\Delta x; it measures accumulated signed area, so a negative contribution is real and not an error.
Fundamental theorem of calculus
For continuous ff: ddxaxf(t)dt=f(x)\dfrac{d}{dx}\int_a^x f(t)\,dt = f(x), and abf=F(b)F(a)\int_a^b f = F(b) - F(a) for any antiderivative FF.
Gradient
f=(fx,fy,fz)\nabla f = (f_x, f_y, f_z): the vector of partial derivatives. It points in the direction of fastest increase and is orthogonal to the level set through the point.
Radius of convergence
The number RR such that cn(xa)n\sum c_n (x-a)^n converges absolutely for xa<R|x - a| < R and diverges for xa>R|x - a| > R; the endpoints must be tested separately.
Conservative vector field
A field F\vec{F} that equals f\nabla f for some scalar ff. Its line integrals depend only on the endpoints, so every closed-loop integral is zero.

Intuition

Every derivative statement is a statement about linear approximation. The product rule, the chain rule, and implicit differentiation are all bookkeeping for the same question: if each input moves a little, how much does the output move? Reading them that way is what makes multivariable calculus feel like a continuation rather than a new subject — the gradient is just the list of answers to that question, one input at a time.

Every integral theorem in the domain is the same sentence at a different dimension: the total of a derivative over a region equals a total of the original object over the boundary of that region. The fundamental theorem (abF=F(b)F(a)\int_a^b F' = F(b) - F(a), a boundary of two points), Green's theorem (boundary curve), Stokes' theorem (boundary of a surface), and the divergence theorem (boundary surface of a solid) are four readings of it. Memorising them as one pattern is far cheaper than memorising four formulas.

Series questions are almost never asked as computations. They are asked as classifications: does this converge, and if so absolutely or conditionally? That is why the useful memory object is not a proof but an ordered decision list, with the two benchmark families — geometric and pp-series — at the top because everything else is compared to them.

Concept walkthrough

Start with what the exam actually assumes at speed. Derivative rules (product, quotient, chain), the derivatives of the elementary functions, integration by parts and substitution, and the standard antiderivatives are treated as reflexes, not as content. The first real decision point in most items is the fundamental theorem with a variable limit: ddxg(x)h(x)f(t)dt=f(h(x))h(x)f(g(x))g(x)\dfrac{d}{dx}\int_{g(x)}^{h(x)} f(t)\,dt = f(h(x))h'(x) - f(g(x))g'(x). The two chain-rule factors and the minus sign on the lower limit are the whole question in a surprising number of items.

Series is the second block. Fix the two benchmarks first: a geometric series arn\sum ar^n converges exactly when r<1|r| < 1, to a/(1r)a/(1-r); a pp-series np\sum n^{-p} converges exactly when p>1p > 1. Then run a fixed order on anything else. Do the terms fail to approach zero? Divergent, stop. Are the terms positive and rational-looking? Compare (or limit-compare) with a pp-series. Are there factorials or nn-th powers? Ratio or root test. Alternating with decreasing terms tending to zero? Convergent by the alternating series test, at which point the remaining question is whether an\sum |a_n| also converges — if not, the convergence is conditional, and conditional convergence is exactly the situation in which rearranging the terms can change the sum.

Power series then convert the classification skill into a computational one. Once you know ex=xn/n!e^x = \sum x^n/n!, sinx=(1)nx2n+1/(2n+1)!\sin x = \sum (-1)^n x^{2n+1}/(2n+1)!, cosx=(1)nx2n/(2n)!\cos x = \sum (-1)^n x^{2n}/(2n)!, 11x=xn\dfrac{1}{1-x} = \sum x^n for x<1|x| < 1, and ln(1+x)=(1)n+1xn/n\ln(1+x) = \sum (-1)^{n+1} x^n / n for 1<x1-1 < x \le 1, whole categories of limit and integral problems collapse. A limit such as limx0(ex1x)/x2\lim_{x \to 0} (e^x - 1 - x)/x^2 is answered by reading off the leading surviving term (x2/2x^2/2 over x2x^2, so 1/21/2) with no differentiation at all, and an integral such as 01sin(x2)dx\int_0^1 \sin(x^2)\,dx — which has no elementary antiderivative — becomes a series you can truncate.

Multivariable calculus reuses the same machinery with more inputs. Partial derivatives hold the other variables fixed; the gradient collects them; the directional derivative in a unit direction u\vec{u} is Duf=fuD_{\vec{u}}f = \nabla f \cdot \vec{u}, which is largest when u\vec{u} points along f\nabla f and zero when u\vec{u} is tangent to the level set. Unconstrained critical points solve f=0\nabla f = \vec{0} and are classified by the second-derivative test with D=fxxfyyfxy2D = f_{xx}f_{yy} - f_{xy}^2: D>0D > 0 with fxx>0f_{xx} > 0 is a local minimum, D>0D > 0 with fxx<0f_{xx} < 0 a local maximum, D<0D < 0 a saddle, and D=0D = 0 no information. Constrained problems — maximise ff subject to g=cg = c — use Lagrange multipliers: at an extremum the level sets are tangent, so f=λg\nabla f = \lambda \nabla g, and you solve that system together with the constraint.

Multiple integrals are mostly a question of describing the region. Convert to polar when the region is a disc or a sector and remember that dA=rdrdθdA = r\,dr\,d\theta; the factor rr is the Jacobian of the change of variables, and dropping it is the single most common multiple-integral error. In three dimensions the corresponding factors are rr for cylindrical and ρ2sinϕ\rho^2 \sin \phi for spherical coordinates. When the integrand is impossible in the given order, changing the order of integration is usually the intended move, and it requires re-deriving the limits from a sketch rather than swapping them in place.

Vector calculus closes the domain. A line integral CFdr\int_C \vec{F} \cdot d\vec{r} measures work along a path. If F=f\vec{F} = \nabla f the integral is just f(end)f(start)f(\text{end}) - f(\text{start}), so recognising a conservative field is worth more than any parametrisation. On a simply connected domain in the plane, F=(P,Q)\vec{F} = (P, Q) is conservative exactly when Qx=PyQ_x = P_y — and the simple connectivity is a genuine hypothesis, not a formality. For non-conservative fields, Green's theorem trades the loop integral for a double integral over the enclosed region, the divergence theorem trades a closed-surface flux for a triple integral of F\nabla \cdot \vec{F}, and Stokes' theorem trades a loop integral for a flux of ×F\nabla \times \vec{F} through any surface with that loop as its boundary.

After this page, you should be able to

  • Differentiate and integrate the standard library fluently, including the chain-rule factor that appears when the fundamental theorem is used with variable limits.
  • Choose a convergence test from the shape of the terms — factorials and exponentials to the ratio test, nn-th powers to the root test, rational terms to comparison with a pp-series.
  • Reconstruct exe^x, sinx\sin x, cosx\cos x, ln(1+x)\ln(1+x), and 1/(1x)1/(1-x) from memory and use them to evaluate limits and integrals faster than L'Hopital's rule allows.
  • Compute gradients, directional derivatives, and constrained extrema with Lagrange multipliers.
  • Convert between a line integral and a double integral with Green's theorem, and recognise when the divergence theorem or Stokes' theorem is the intended shortcut.
  • Set up double and triple integrals in the coordinate system that makes the region simple, remembering the Jacobian factor each change introduces.

Formulas and assumptions

Fundamental theorem with variable limits

ddxg(x)h(x)f(t)dt=f(h(x))h(x)f(g(x))g(x)\frac{d}{dx}\int_{g(x)}^{h(x)} f(t)\,dt = f(h(x))h'(x) - f(g(x))g'(x)

Variables

  • f: a continuous integrand
  • g, h: differentiable limit functions

Assumptions

  • f is continuous on an interval containing the values of g and h.
  • Each limit contributes its own chain-rule factor; the lower limit enters with a minus sign.

Convergence benchmarks: geometric and p-series

n=0arn=a1r (r<1);n=11np converges    p>1\sum_{n=0}^{\infty} ar^{n} = \frac{a}{1-r}\ (|r|<1); \qquad \sum_{n=1}^{\infty} \frac{1}{n^{p}} \text{ converges} \iff p > 1

Variables

  • r: the common ratio
  • a: the first term of the geometric series
  • p: the exponent of the p-series

Assumptions

  • The geometric sum formula requires the series to start at n = 0; a series starting later needs its first terms subtracted.
  • p = 1 is the harmonic series, which diverges.

Ratio and root tests

ρ=limnan+1an or limnan1/n;ρ<1absolute convergence, ρ>1divergence\rho = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| \ \text{or}\ \lim_{n \to \infty} |a_n|^{1/n}; \quad \rho < 1 \Rightarrow \text{absolute convergence},\ \rho > 1 \Rightarrow \text{divergence}

Variables

  • a_n: the n-th term
  • rho: the limiting ratio or root

Assumptions

  • rho = 1 gives no information; a different test is required.
  • The root test is the stronger of the two and is the natural choice when a_n contains an n-th power.

Maclaurin series library

ex=n0xnn!,sinx=n0(1)nx2n+1(2n+1)!,cosx=n0(1)nx2n(2n)!,11x=n0xn,ln(1+x)=n1(1)n+1xnne^{x} = \sum_{n\ge 0} \frac{x^{n}}{n!}, \quad \sin x = \sum_{n\ge 0} \frac{(-1)^{n}x^{2n+1}}{(2n+1)!}, \quad \cos x = \sum_{n \ge 0} \frac{(-1)^{n}x^{2n}}{(2n)!}, \quad \frac{1}{1-x} = \sum_{n \ge 0} x^{n}, \quad \ln(1+x) = \sum_{n \ge 1} \frac{(-1)^{n+1}x^{n}}{n}

Variables

  • x: the expansion variable

Assumptions

  • The exponential and trigonometric series converge for every real x.
  • The geometric series needs |x| < 1; the logarithm series needs -1 < x <= 1.

Gradient, directional derivative, and tangent plane

Duf=fu,z=f(a,b)+fx(a,b)(xa)+fy(a,b)(yb)D_{\vec{u}}f = \nabla f \cdot \vec{u}, \qquad z = f(a,b) + f_x(a,b)(x-a) + f_y(a,b)(y-b)

Variables

  • grad f: the vector of partial derivatives
  • u: a unit direction vector
  • (a, b): the point of tangency

Assumptions

  • u must be normalised; using an unnormalised direction rescales the answer.
  • f is differentiable at the point, which is stronger than merely having partial derivatives there.

Second-derivative test in two variables

D=fxxfyyfxy2;D>0, fxx>0min,D>0, fxx<0max,D<0saddleD = f_{xx}f_{yy} - f_{xy}^{2}; \quad D>0,\ f_{xx}>0 \Rightarrow \text{min}, \quad D>0,\ f_{xx}<0 \Rightarrow \text{max}, \quad D<0 \Rightarrow \text{saddle}

Variables

  • f_xx, f_yy, f_xy: second partial derivatives at the point

Assumptions

  • Applied only at a point where grad f is the zero vector.
  • The second partials are continuous near the point, so the mixed partials agree.

Lagrange multipliers

f=λgtogether withg(x,y,z)=c\nabla f = \lambda \nabla g \quad \text{together with} \quad g(x,y,z) = c

Variables

  • f: the objective function
  • g = c: the constraint surface
  • lambda: the multiplier

Assumptions

  • grad g is nonzero on the constraint set.
  • The method finds candidates only; compare the values of f at all of them, and check endpoints when the constraint set is not closed.

Green, Stokes, and divergence theorems

C(Pdx+Qdy)=D(QxPy)dA,CFdr=S(×F)ndS,SFndS=E(F)dV\oint_{C} (P\,dx + Q\,dy) = \iint_{D} \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) dA, \qquad \oint_{C} \vec{F}\cdot d\vec{r} = \iint_{S} (\nabla \times \vec{F}) \cdot \vec{n}\,dS, \qquad \oiint_{S} \vec{F} \cdot \vec{n}\,dS = \iiint_{E} (\nabla \cdot \vec{F})\,dV

Variables

  • C: a positively oriented simple closed curve
  • D: the plane region C encloses
  • S: a surface with boundary curve C, or the closed boundary of the solid E

Assumptions

  • The component functions have continuous partial derivatives on an open set containing the region.
  • Orientation matters: reversing the traversal of C, or the outward normal on S, flips the sign.

Polar and spherical area/volume factors

dA=rdrdθ,dV=rdrdθdz,dV=ρ2sinϕdρdϕdθdA = r\,dr\,d\theta, \qquad dV = r\,dr\,d\theta\,dz, \qquad dV = \rho^{2}\sin\phi \,d\rho\,d\phi\,d\theta

Variables

  • r: distance from the axis (polar/cylindrical)
  • rho: distance from the origin (spherical)
  • phi: angle measured down from the positive z-axis

Assumptions

  • These are the Jacobian factors of the coordinate change; omitting them silently changes the integral.
  • The spherical convention here takes phi in [0, pi] as the polar angle.

Worked example

One line integral, two ways

Let CC be the circle x2+y2=4x^2 + y^2 = 4 traversed once counterclockwise. Evaluate C(3ydx+5xdy)\displaystyle \oint_C (3y\,dx + 5x\,dy).

  1. 1Identify the pieces: P=3yP = 3y and Q=5xQ = 5x. Both have continuous partial derivatives everywhere, and CC is a positively oriented simple closed curve bounding the disc DD of radius 22, so Green's theorem applies.
  2. 2Green's theorem replaces the loop integral by D(QxPy)dA\displaystyle \iint_D \left( \frac{\partial Q}{\partial x} - \frac{\partial P}{\partial y} \right) dA.
  3. 3Compute the integrand: Q/x=5\partial Q / \partial x = 5 and P/y=3\partial P / \partial y = 3, so the integrand is the constant 53=25 - 3 = 2. Note that the field is not conservative — if it were, the answer would be 00 and there would be nothing to compute.
  4. 4A constant integrand factors out of the double integral: the value is 2×area(D)=2π(2)2=8π2 \times \operatorname{area}(D) = 2 \pi (2)^2 = 8\pi.
  5. 5Check by direct parametrisation: x=2costx = 2\cos t, y=2sinty = 2 \sin t, so dx=2sintdtdx = -2 \sin t\,dt and dy=2costdtdy = 2 \cos t\,dt. The integrand becomes 3(2sint)(2sint)+5(2cost)(2cost)=12sin2t+20cos2t3(2\sin t)(-2 \sin t) + 5(2 \cos t)(2\cos t) = -12 \sin^2 t + 20 \cos^2 t.
  6. 6Integrate over [0,2π][0, 2\pi] using 02πsin2tdt=02πcos2tdt=π\int_0^{2\pi} \sin^2 t\,dt = \int_0^{2\pi} \cos^2 t\,dt = \pi: the result is 12π+20π=8π-12\pi + 20\pi = 8\pi, matching the Green's theorem value.

C(3ydx+5xdy)=8π\displaystyle \oint_C (3y\,dx + 5x\,dy) = 8\pi. Traversed clockwise instead, the same integral would be 8π-8\pi.

Common traps

  • Concluding a series converges because its terms approach zero. The harmonic series 1/n\sum 1/n has terms tending to zero and still diverges; the term test can only prove divergence.
  • Reading ρ=1\rho = 1 in the ratio test as divergence. It is the one outcome that decides nothing, and it is exactly what every pp-series produces.
  • Dropping a chain-rule factor when differentiating 0x2f(t)dt\int_0^{x^2} f(t)\,dt: the answer is f(x2)2xf(x^2)\cdot 2x, not f(x2)f(x^2).
  • Forgetting the factor rr in dA=rdrdθdA = r\,dr\,d\theta, or ρ2sinϕ\rho^2 \sin\phi in spherical coordinates. The change of variables is not just a relabelling.
  • Ignoring orientation in Green's or Stokes' theorem. A clockwise traversal contributes the negative of the counterclockwise value.
  • Declaring a planar field conservative from Qx=PyQ_x = P_y alone. On the punctured plane, F=(yx2+y2,xx2+y2)\vec{F} = \left( \dfrac{-y}{x^2+y^2}, \dfrac{x}{x^2+y^2} \right) satisfies Qx=PyQ_x = P_y everywhere it is defined, yet its integral once counterclockwise around the unit circle is 2π2\pi, not 00 — the domain is not simply connected.
  • Using the gradient as a tangent direction. f\nabla f is orthogonal to the level set, which is why the directional derivative along a level curve is zero.
  • Treating D=0D = 0 in the second-derivative test as 'no extremum'. It means the test failed and a different argument is needed.

Question depth and domain coverage vary by exam. Practice answers are checked after submission.

Sources

  1. GRE Subject Test Content and StructureETS. Accessed 2026-07-06. Use as a cited source for exam facts; do not imply affiliation or reproduce protected test material.
  2. Calculus Volume 1, Section 2.3: The Limit LawsOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.
  3. Calculus Volume 2, Section 5.3: The Divergence and Integral TestsOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.
  4. Calculus Volume 2, Section 5.6: Ratio and Root TestsOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.
  5. Calculus Volume 2, Section 6.3: Taylor and Maclaurin SeriesOpenStax. Accessed 2026-08-03. OpenStax textbook content is CC BY-NC-SA 4.0; attribute and avoid verbatim reuse beyond short cited references.

Sources and corrections

Sources last checked 2026-08-15

Every source cited on this page was checked on the date shown, and we update the page when a source changes. If something looks wrong, tell us and we'll recheck it.