OCR Y420/01 Core Pure
2026/2027
PART I: THE PRIMER
Mastery of the OCR Y420/01 Core Pure specification separates automated-calculator
dependents from elite mathematical architects. In the 2026/2027 professional arena,
synthesizing abstract algebra and multivariate calculus forms the absolute bedrock of
fault-tolerant quantum computing, 6G signal infrastructure, and advanced structural matrix
modeling.
The "Panic Button" Cheat Sheet:
● Roots of Polynomials: \sum \alpha = -\frac{b}{a}, \sum \alpha\beta = \frac{c}{a}, \prod
\alpha = (-1)^n \frac{z}{a}.
● Matrix Inverse (Exact): \mathbf{M}^{-1} = \frac{1}{\det(\mathbf{M})} \mathbf{C}^T.
● Integrating Factor: I(x) = e^{\int P(x) dx}.
● Hyperbolic Inverse Form: \text{arcosh}(x) = \ln(x + \sqrt{x^2 - 1}) for x \ge 1.
PART II: THE ELITE TEST BANK
Q1: A 6G THz signal phase optimization protocol requires extracting the roots of z^5 =
32i. Under the "detailed reasoning" mandate, what is the mandatory analytical initiation
step before deploying De Moivre's theorem? A) Input the equation into the Casio fx-CG50
polynomial solver to extract decimal roots. B) Divide the equation by i to isolate z. C) Express
32i in exponential form as 32e^{i\pi/2}. D) Factorize the polynomial into linear and quartic
components.
● The Answer: C) Express 32i in exponential form as 32e^{i\pi/2}.
● Distractor Analysis: Option A triggers an automatic zero-mark response under OCR's
detailed reasoning protocol, as an explicit audit trail is required. Options B and D are
algebraic dead-ends for extracting high-power complex roots.
● The Mentor's Analysis: Professional intuition dictates that complex roots are universally
handled in modulus-argument form. By converting 32i to 32e^{i(\pi/2 + 2k\pi)}, the
framework to apply De Moivre's theorem (z = 2e^{i(\pi/10 + 2k\pi/5)}) is established, a
foundational requirement in 2027 telecommunications signal processing.
Q2: During spatial analysis of two operational drone flight planes, \Pi_1: 2x - y + 2z = 5
and \Pi_2: x + 2y + z = 8 , the acute angle of intersection must be calculated. Which vector
operation initiates this procedure? A) The cross product of the position vectors. B) The scalar
dot product of the normal vectors \mathbf{n}_1 and \mathbf{n}_2. C) The determinant of the
combined 3 \times 3 matrix. D) The vector equation of the intersecting line.
● The Answer: B) The scalar dot product of the normal vectors \mathbf{n}_1 and
\mathbf{n}_2.
● Distractor Analysis: Option A yields a vector parallel to the line of intersection, not the
, angle. Option C checks for coplanarity. Option D generates unnecessary operational
overhead.
● The Mentor's Analysis: The angle between two planes is identical to the angle between
their normal vectors. Utilizing \cos \theta = \frac{|\mathbf{n}_1 \cdot
\mathbf{n}_2|}{|\mathbf{n}_1||\mathbf{n}_2|} is computationally optimal. Failing to apply
the modulus occasionally yields the obtuse angle, which fails the specification criteria.
Q3: Evaluating the telescoping series \sum_{r=1}^{n} \frac{1}{r(r+1)} using the method of
differences requires a visible audit trail. What is the correct algebraic decomposition? A)
\frac{1}{r} + \frac{1}{r+1} B) \frac{1}{r^2} - \frac{1}{r} C) \frac{1}{r} - \frac{1}{r+1} D) \frac{r+1}{r} - 1
● The Answer: C) \frac{1}{r} - \frac{1}{r+1}.
● Distractor Analysis: Option A fails to produce the negative sign necessary for diagonal
cancellation. Options B and D represent mathematically invalid decompositions of the
original fraction.
● The Mentor's Analysis: The method of differences demands partial fraction
decomposition. Establishing \frac{1}{r} - \frac{1}{r+1} and writing out the first and last few
terms visually anchors the diagonal cancellation. The surviving terms are exactly 1 -
\frac{1}{n+1}, simplifying efficiently to \frac{n}{n+1}.
Q4: In a civil engineering structural stiffness matrix , a 3 \times 3 matrix \mathbf{M} must
be inverted analytically. The hardware calculator displays an inverse with infinite decimal
expansions. How is the exact inverse rigorously defined? A) Write the decimals to 3
significant figures. B) Calculate \frac{1}{\det(\mathbf{M})} \mathbf{C}^T, where \mathbf{C} is the
matrix of cofactors. C) Use the transpose matrix \mathbf{M}^T directly. D) Multiply the main
diagonal by the identity matrix.
● The Answer: B) Calculate \frac{1}{\det(\mathbf{M})} \mathbf{C}^T, where \mathbf{C} is
the matrix of cofactors.
● Distractor Analysis: Option A loses accuracy marks; exact fractions/surds are
mandatory. Option C only functions if \mathbf{M} is an orthogonal matrix. Option D is
mathematically illogical.
● The Mentor's Analysis: In 2027 structural analysis, truncation errors propagate
catastrophic failures in finite element models. The determinant must be calculated
manually, minors derived, the alternating sign matrix applied for cofactors, and
transposed. Hardware is strictly reserved for verifying final exact fractions.
Q5: A polynomial equation [span_12](start_span)[span_12](end_span)2z^3 - 5z^2 + cz - 4
= 0 features roots \alpha, \beta, \gamma. Given that \sum \alpha\beta = 6, what is the value
of the constant c? A) 12 B) -12 C) 6 D) -6
● The Answer: A) 12.
● Distractor Analysis: Selecting Option C indicates a failure to multiply by the leading
coefficient a=2. Option B misapplies the negative sign associated with the sum of the
roots formula (\sum \alpha).
● The Mentor's Analysis: The fundamental relationship between roots and coefficients
defines \sum \alpha\beta = \frac{c}{a}. Given a=2 and \sum \alpha\beta = 6, the equation
resolves to 6 = \frac{c}{2}, yielding c=12. Mastery of these relationships bypasses the
need for full polynomial resolution.
Q6: To model the locus of an AI-driven drone maintaining a constant distance from two
6G transmission towers located at z_1 = 2+i and z_2 = 4-3i, which complex equation is
deployed? A) |z - (2+i)| = |z - (4-3i)| B) \arg(z - (2+i)) = \arg(z - (4-3i)) C) |z - (2+i)| + |z - (4-3i)| =
k D) |z - (2+i)| \times |z - (4-3i)| = 1
● The Answer: A) |z - (2+i)| = |z - (4-3i)|.
, ● Distractor Analysis: Option B defines a line passing through both points. Option C
defines an ellipse. Option D defines a Cassini oval.
● The Mentor's Analysis: A perpendicular bisector locus is defined by equal moduli from
two fixed points. In a 2027 context, this mathematical boundary dictates automated
handovers between cell towers. The geometric interpretation of |z - a| = |z - b| represents
the exact boundary of equidistance.
Q7: Expanding \ln(1 + \sin x) up to the term in x^3 utilizes standard Maclaurin series.
Which substitution protocol prevents algebraic bloat and compounding errors? A)
Differentiate the composite function three times manually. B) Substitute u = \sin x \approx x -
\frac{x^3}{6} into the series for \ln(1+u) and immediately discard terms higher than O(x^3). C)
Multiply the series for \ln(1+x) and \sin x together. D) Substitute u = x and add the sequential
derivatives.
● The Answer: B) Substitute u = \sin x \approx x - \frac{x^3}{6} into the series for \ln(1+u)
and immediately discard terms higher than O(x^3).
● Distractor Analysis: Option A functions but violates the constraint of using standard
series, exhausting time. Option C is algebraically invalid for composite functions. Option D
is mathematically unfounded.
● The Mentor's Analysis: Processing efficiency is a graded metric. The standard series
substitution protocol requires defining u, substituting it into u - \frac{u^2}{2} + \frac{u^3}{3},
and strictly ignoring any expansion term exceeding power 3. This prevents cascading
arithmetic errors.
Q8: Integrating improper fractions is standard in signal decay models. When evaluating
\int_{1}^{\infty} \frac{1}{x^2 + 4} dx, what is the mandatory formal notation to secure
marks? A) Evaluate directly using \infty as a numeric limit. B) Replace \infty with t, evaluate the
integral, and apply \lim_{t \to \infty}. C) Use the integration function to output \pi/4. D) Assume
the integral diverges due to the infinite upper limit.
● The Answer: B) Replace \infty with t, evaluate the integral, and apply \lim_{t \to \infty}.
● Distractor Analysis: Option A utilizes sloppy syntax penalized by examiners. Option C
fails the "detailed reasoning" mandate. Option D represents a false assumption; rational
functions with a denominator degree >1 converge.
● The Mentor's Analysis: Improper integrals require a rigorous limit definition. The
antiderivative \frac{1}{2} \arctan(\frac{x}{2}) must be shown, limits 1 to t applied, and a
formal statement verifying that as t \to \infty, \arctan(t/2) \to \pi/2. This formalizes the
convergence proof.
Q9: A 2D transformation matrix \mathbf{T} = \begin{pmatrix} 1 & 2 \\ 0 & 1 \end{pmatrix}
represents a shear. What is the line of invariant points under this transformation? A) y = x
B) x = 0 C) y = 0 D) y = -x
● The Answer: C) y = 0.
● Distractor Analysis: Attempting to set up \mathbf{T}\mathbf{v} = \lambda\mathbf{v}
causes confusion due to the repeated eigenvalue. The correct deterministic approach is
\mathbf{T}\begin{pmatrix} x \\ y \end{pmatrix} = \begin{pmatrix} x \\ y \end{pmatrix}.
● The Mentor's Analysis: Solving x + 2y = x and y = y immediately yields 2y = 0, hence y =
0 (the x-axis). Invariant points remain completely static during transformation. In visual
graphics processing , a shear parallel to the x-axis leaves the x-axis structurally invariant.
Q10: Solving the differential equation \frac{dy}{dx} + \frac{2}{x}y = x^2 requires an
integrating factor. What is the correct expression for I(x)? A) e^{2/x} B) 2 \ln x C) x^2 D)
e^{x^2}
● The Answer: C) x^2.