🇬🇧 Sixth Term Examination Paper (STEP) · flashcards

Sixth Term Examination Paper (STEP) Pure Mathematics: Vectors and Matrices Flashcards

50 question-and-answer cards covering Pure Mathematics: Vectors and Matrices 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.

50Cards in deck
24Free preview
16Syllabus topics
~140Chars per answer
FreePrice

24 sample cards from the Pure Mathematics: Vectors and Matrices deck

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

  1. State the multiplicative property of determinants for a product of square matrices.

    $\det(AB) = \det(A)\det(B)$. Also $\det(A^{-1}) = \dfrac{1}{\det(A)}$ and $\det(A^{T})=\det(A)$.

  2. Give the formula for the inverse of a $2\times 2$ matrix $A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}$.

    $A^{-1} = \dfrac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix}$, valid when $ad-bc \neq 0$.

  3. Describe the general method for finding the inverse of an invertible $3\times 3$ matrix using cofactors.

    $A^{-1} = \dfrac{1}{\det(A)}\,\mathrm{adj}(A)$, where the adjugate is the transpose of the cofactor matrix (each cofactor $C_{ij} = (-1)^{i+j}M_{ij}$, with $M_{ij}$ the minor).

  4. How can the matrix inverse be used to solve the simultaneous system $A\vec{x} = \vec{b}$?

    If $A$ is invertible, $\vec{x} = A^{-1}\vec{b}$. This gives the unique solution when $\det(A)\neq 0$.

  5. What does $\det(A)=0$ imply about the solutions of the linear system $A\vec{x}=\vec{b}$?

    The system has either no solutions (inconsistent) or infinitely many solutions; it does not have a unique solution. The associated geometry is parallel or coincident planes/lines.

  6. Which matrix represents a rotation about the origin through angle $\theta$ anticlockwise in the plane?

    $\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}$.

  7. Which matrix represents a reflection in the line $y = x\tan\theta$ (line through the origin at angle $\theta$)?

    $\begin{pmatrix} \cos 2\theta & \sin 2\theta \\ \sin 2\theta & -\cos 2\theta \end{pmatrix}$.

  8. Give the matrices for an enlargement scale factor $k$ about the origin and for reflection in the $x$-axis.

    Enlargement: $\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix}$. Reflection in the $x$-axis: $\begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}$.

  9. What does the determinant of a $2\times 2$ transformation matrix represent geometrically?

    Its absolute value is the area scale factor of the transformation; a negative sign indicates that orientation is reversed (a reflection is involved).

  10. If transformation $A$ is applied first and then transformation $B$, what single matrix represents the composite?

    The product $BA$ (the second transformation's matrix on the left). Order matters because matrix multiplication is not commutative.

  11. Define an invariant point of a linear transformation represented by matrix $M$.

    A point with position vector $\vec{r}$ such that $M\vec{r} = \vec{r}$; it is mapped to itself. The origin is always invariant for a linear transformation.

  12. What is an invariant line of a transformation, and how does it differ from a line of invariant points?

    An invariant line is mapped onto itself as a whole ($M$ sends points of the line to other points of the same line). A line of invariant points has every individual point fixed, which is stronger.

  13. Define an eigenvalue and eigenvector of a square matrix $A$.

    A nonzero vector $\vec{v}$ is an eigenvector with eigenvalue $\lambda$ if $A\vec{v} = \lambda\vec{v}$. The direction of $\vec{v}$ is preserved (scaled by $\lambda$) under $A$.

  14. State the characteristic equation used to find the eigenvalues of $A$.

    $\det(A - \lambda I) = 0$. Its roots are the eigenvalues.

  15. Once an eigenvalue $\lambda$ is known, how do you find a corresponding eigenvector?

    Solve $(A - \lambda I)\vec{v} = \vec{0}$ for a nonzero vector $\vec{v}$; the solution space gives the eigenvectors for that $\lambda$.

  16. How is a diagonalisable matrix $A$ expressed in terms of its eigenvalues and eigenvectors?

    $A = PDP^{-1}$, where $D$ is diagonal containing the eigenvalues and the columns of $P$ are the corresponding eigenvectors. Then $A^{n} = PD^{n}P^{-1}$.

  17. Define $\cosh x$, $\sinh x$ and $\tanh x$ in terms of exponentials.

    $\cosh x = \dfrac{e^{x}+e^{-x}}{2}$, $\sinh x = \dfrac{e^{x}-e^{-x}}{2}$, $\tanh x = \dfrac{\sinh x}{\cosh x} = \dfrac{e^{x}-e^{-x}}{e^{x}+e^{-x}}$.

  18. State the fundamental hyperbolic identity and the derivatives of $\sinh x$ and $\cosh x$.

    Identity: $\cosh^{2}x - \sinh^{2}x = 1$. Derivatives: $\dfrac{d}{dx}\sinh x = \cosh x$ and $\dfrac{d}{dx}\cosh x = \sinh x$.

  19. State Osborn's rule for converting trigonometric identities to hyperbolic ones, with an example.

    Replace each trig function with its hyperbolic counterpart, but change the sign of any product (or implied product) of two sines. Example: $\cos 2x = 1 - 2\sin^{2}x$ becomes $\cosh 2x = 1 + 2\sinh^{2}x$.

  20. Give the logarithmic form of the inverse hyperbolic function $\operatorname{arsinh} x$.

    $\operatorname{arsinh} x = \ln\!\left(x + \sqrt{x^{2}+1}\right)$, valid for all real $x$.

  21. What are the $n$th roots of unity, and how are they expressed?

    The solutions of $z^{n}=1$: $z_k = e^{2\pi i k/n} = \cos\dfrac{2\pi k}{n} + i\sin\dfrac{2\pi k}{n}$ for $k = 0,1,\dots,n-1$. They lie equally spaced on the unit circle.

  22. What is the sum of all $n$th roots of unity (for $n>1$), and what geometric/algebraic fact explains it?

    The sum is $0$. The roots are the vertices of a regular $n$-gon centred at the origin, and they are the roots of $z^{n}-1=0$ whose coefficient of $z^{n-1}$ is zero (sum of roots $=0$).

  23. How can the series $\sum_{r=0}^{n-1}\cos(r\theta)$ be summed using complex numbers?

    Take the real part of the geometric series $\sum_{r=0}^{n-1} e^{ir\theta} = \dfrac{1-e^{in\theta}}{1-e^{i\theta}}$; $\sum\cos(r\theta)$ is its real part and $\sum\sin(r\theta)$ its imaginary part.

  24. In polar coordinates, state the formula for the area enclosed by the curve $r = f(\theta)$ between $\theta = \alpha$ and $\theta = \beta$.

    $A = \dfrac{1}{2}\displaystyle\int_{\alpha}^{\beta} r^{2}\,d\theta = \dfrac{1}{2}\int_{\alpha}^{\beta} \big(f(\theta)\big)^{2}\,d\theta$.

What this deck covers

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

Answers are written to be recallable, not just readable — averaging about 140 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: Vectors and Matrices flashcards FAQ

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

50 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 50-card deck is free inside the Examius app.

What do the Pure Mathematics: Vectors and Matrices cards cover?

They follow the Sixth Term Examination Paper (STEP) Pure Mathematics: Vectors and Matrices syllabus — 3 chapters and 16 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.