🇬🇧 Sixth Term Examination Paper (STEP) · flashcards

Sixth Term Examination Paper (STEP) Pure Mathematics: Calculus Flashcards

54 question-and-answer cards covering Pure Mathematics: Calculus as it is examined in Sixth Term Examination Paper (STEP). 24 of them are printed below, taken from across the deck — no signup, no paywall on the preview.

54Cards in deck
24Free preview
27Syllabus topics
~127Chars per answer
FreePrice

24 sample cards from the Pure Mathematics: Calculus deck

Sampled from the end of the deck, so these are different cards from the ones shown on the syllabus page.

  1. Give the formula for the area under a parametric curve $x=x(t)$, $y=y(t)$.

    $$A=\int y\,dx=\int_{t_1}^{t_2} y(t)\,\frac{dx}{dt}\,dt$$ with limits taken at the parameter values corresponding to the endpoints.

  2. State the volume of revolution about the $x$-axis for $y=f(x)$ between $x=a$ and $x=b$.

    $$V=\pi\int_a^b y^{2}\,dx=\pi\int_a^b \big(f(x)\big)^{2}\,dx$$

  3. State the volume of revolution about the $y$-axis for a region bounded by $x=g(y)$ between $y=c$ and $y=d$.

    $$V=\pi\int_c^d x^{2}\,dy=\pi\int_c^d \big(g(y)\big)^{2}\,dy$$

  4. Give the formula for the mean (average) value of $f$ over $[a,b]$.

    $$\bar f=\frac{1}{b-a}\int_a^b f(x)\,dx$$

  5. State the arc length formula for $y=f(x)$ from $x=a$ to $x=b$.

    $$s=\int_a^b\sqrt{1+\left(\frac{dy}{dx}\right)^{2}}\,dx$$

  6. Give the arc length formula for a parametric curve $x=x(t)$, $y=y(t)$.

    $$s=\int_{t_1}^{t_2}\sqrt{\left(\frac{dx}{dt}\right)^{2}+\left(\frac{dy}{dt}\right)^{2}}\,dt$$

  7. State the surface area of revolution about the $x$-axis for $y=f(x)$ on $[a,b]$.

    $$S=2\pi\int_a^b y\,\sqrt{1+\left(\frac{dy}{dx}\right)^{2}}\,dx$$

  8. State the trapezium rule for $\int_a^b y\,dx$ with $n$ strips of width $h=\frac{b-a}{n}$.

    $$\int_a^b y\,dx\approx\frac{h}{2}\Big[y_0+y_n+2(y_1+y_2+\cdots+y_{n-1})\Big]$$

  9. State Simpson's rule (with $n$ even strips, $h=\frac{b-a}{n}$).

    $$\int_a^b y\,dx\approx\frac{h}{3}\Big[y_0+y_n+4(y_1+y_3+\cdots)+2(y_2+y_4+\cdots)\Big]$$ with 4× on odd-indexed and 2× on even-indexed interior ordinates.

  10. For a concave-up (convex) function, does the trapezium rule over- or under-estimate the integral?

    It over-estimates: the chords lie above a convex curve, so the trapezia enclose more than the true area. (Concave-down curves are under-estimated.)

  11. How is a differential equation formed from a physical statement like 'rate of growth is proportional to population'?

    Translate the rate into a derivative and the proportionality into a constant: $\frac{dP}{dt}=kP$. More generally, express each described rate as a derivative and equate to the modelled relationship.

  12. Describe the method for solving a first-order separable equation $\frac{dy}{dx}=f(x)g(y)$.

    Separate variables: $\frac{1}{g(y)}\,dy=f(x)\,dx$, then integrate both sides: $\int\frac{dy}{g(y)}=\int f(x)\,dx+c$, and solve for $y$ if possible.

  13. What is the integrating factor for the linear ODE $\frac{dy}{dx}+P(x)y=Q(x)$, and the resulting solution form?

    Integrating factor $\mu=e^{\int P\,dx}$. Then $\frac{d}{dx}(\mu y)=\mu Q$, so $y=\frac{1}{\mu}\left(\int \mu Q\,dx+c\right)$.

  14. For the second-order linear ODE $a y''+b y'+c y=0$, give the auxiliary equation and the form of the general solution when the roots are real and distinct.

    Auxiliary equation $a m^{2}+bm+c=0$. If real distinct roots $m_1,m_2$: $y=Ae^{m_1 x}+Be^{m_2 x}$.

  15. For $a y''+b y'+c y=0$, give the general solution forms for a repeated real root and for complex roots $m=\alpha\pm i\beta$.

    Repeated root $m$: $y=(A+Bx)e^{m x}$. Complex roots $\alpha\pm i\beta$: $y=e^{\alpha x}\big(A\cos\beta x+B\sin\beta x\big)$.

  16. What is the difference between initial conditions and boundary conditions for a differential equation?

    Initial conditions specify the function (and derivatives) at a single value of the independent variable (e.g. $y(0)$ and $y'(0)$); boundary conditions specify values at two or more distinct points (e.g. $y(0)$ and $y(L)$). Both fix the arbitrary constants.

  17. Write the differential equation for Newton's law of cooling and state its solution.

    $\frac{d\theta}{dt}=-k(\theta-\theta_s)$ where $\theta_s$ is ambient temperature; solution $\theta=\theta_s+(\theta_0-\theta_s)e^{-kt}$.

  18. Give the standard ODE for simple harmonic motion and its general solution, and name the model with a damping term.

    SHM: $\ddot x+\omega^{2}x=0$ with $x=A\cos\omega t+B\sin\omega t$. Adding a velocity term $\ddot x+2\gamma\dot x+\omega^{2}x=0$ models damped oscillation.

  19. State the Maclaurin series of a function $f(x)$.

    $$f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^{n}=f(0)+f'(0)x+\frac{f''(0)}{2!}x^{2}+\cdots$$

  20. Write the Maclaurin series for $e^{x}$, $\sin x$ and $\cos x$.

    $e^{x}=\sum_{n\ge0}\frac{x^{n}}{n!}$; $\sin x=\sum_{n\ge0}\frac{(-1)^{n}x^{2n+1}}{(2n+1)!}$; $\cos x=\sum_{n\ge0}\frac{(-1)^{n}x^{2n}}{(2n)!}$.

  21. State the Taylor series of $f$ about a general point $a$.

    $$f(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(a)}{n!}(x-a)^{n}=f(a)+f'(a)(x-a)+\frac{f''(a)}{2!}(x-a)^{2}+\cdots$$

  22. Give the binomial series for $(1+x)^{n}$ valid for $|x|<1$ (non-integer $n$).

    $$(1+x)^{n}=1+nx+\frac{n(n-1)}{2!}x^{2}+\frac{n(n-1)(n-2)}{3!}x^{3}+\cdots$$ and $\ln(1+x)=x-\frac{x^{2}}{2}+\frac{x^{3}}{3}-\cdots$ for $-1<x\le1$.

  23. How can a known series be used to evaluate a limit such as $\lim_{x\to0}\frac{\sin x - x}{x^{3}}$?

    Expand: $\sin x=x-\frac{x^{3}}{6}+\cdots$, so $\sin x-x=-\frac{x^{3}}{6}+\cdots$, giving $\frac{\sin x-x}{x^{3}}\to-\frac{1}{6}$. Substituting leading terms of expansions resolves the indeterminate form.

  24. How do you obtain a series for a product or composite, e.g. $e^{x}\sin x$ or $e^{\sin x}$, by combining known expansions?

    Substitute or multiply the known Maclaurin series and collect terms up to the required power, discarding higher-order terms. E.g. $e^{x}\sin x=(1+x+\tfrac{x^2}{2}+\cdots)(x-\tfrac{x^3}{6}+\cdots)=x+x^{2}+\tfrac{x^{3}}{3}+\cdots$.

What this deck covers

The Pure Mathematics: Calculus deck follows the Sixth Term Examination Paper (STEP) Pure Mathematics: Calculus syllabus — 5 chapters and 27 topics — so questions land on material that is genuinely examinable rather than trivia around it. That works out to roughly 10.8 cards per chapter.

Answers are written to be recallable, not just readable — averaging about 127 characters, which is long enough to carry the reasoning and short enough to say out loud.

A deck like this earns its keep on the second and third pass. Read the syllabus first so you know the shape of the subject, then use the cards to find the specific facts that have not stuck.

Pure Mathematics: Calculus flashcards FAQ

How many Pure Mathematics: Calculus flashcards are in this Sixth Term Examination Paper (STEP) deck?

54 cards. This page previews 24 of them, sampled evenly across the deck so you can judge the difficulty before installing anything.

Are these Sixth Term Examination Paper (STEP) flashcards free?

Yes. The preview here is free to read with no signup, and the full 54-card deck is free inside the Examius app.

What do the Pure Mathematics: Calculus cards cover?

They follow the Sixth Term Examination Paper (STEP) Pure Mathematics: Calculus syllabus — 5 chapters and 27 topics — so the questions track what is actually examinable.

How should I use these flashcards?

Read the syllabus first so you know the shape of the subject, then drill the deck. Examius schedules each card with spaced repetition, so cards you keep missing come back sooner and ones you know drift further apart.