OMPT-D mock exam

OMPT-D mock exam — with sample questions & answers.

Six OMPT-D sample questions in the exam's open-ended style, every solution fully worked and open to read — no signup, no PDF hunt. Then a free full-length interactive mock at the real OMPT-D format: 21 questions, 180 minutes, scored by topic. Built for the maths-heavy programmes that typically ask for the OMPT-D — advanced STEM tracks at universities like Radboud, Maastricht and UvA.

The answers below are free for everyone. The full mock needs a free account — takes a minute, no card.

The exact OMPT-D format the mock reproduces.

Same question count, same clock, same answer mechanics as the real test.

Questions & time21 questions · 180 minutes
PaceAround 8–9 minutes per question — few questions, each long, open-ended and multi-step
Answer styleYou type your maths and it is checked symbolically by a CAS — exact forms and signs matter
CalculatorYour own is not allowed; a scientific on-screen calculator is provided in the platform
Syllabus242 topics: the algebra prerequisites plus the full calculus track (Dutch Wiskunde B level) — no statistics section
Recommended prepAround 120 hours (less if your calculus is already strong)
LanguagesEnglish and Dutch
Official fee€270 per attempt on the official omptest.org — a strong reason to rehearse before you book
Preparing a different variant? The general OMPT mock exam page covers all seven formats, and the full OMPT-D guide has the syllabus, pass marks and universities in detail.

Sample OMPT-D questions with answers.

Six original questions in the exam's open-ended style, spread like the official topic weighting — two in the heaviest group (functions, equations and inequalities, 30%), one each in differentiation, geometry, trigonometry and integration. Solutions fully worked, right below each question.

Exponentials & logarithms · equations

Solve for x:  log₂(x) + log₂(x − 6) = 4.

Worked solution

  1. Domain first: both logarithms must have positive arguments, so x > 0 and x − 6 > 0, i.e. x > 6.
  2. Combine the logarithms: log₂(x(x − 6)) = 4, so x(x − 6) = 2⁴ = 16.
  3. Expand and solve the quadratic: x² − 6x − 16 = 0, which factors as (x − 8)(x + 2) = 0, giving x = 8 or x = −2.
  4. Apply the domain: x = −2 is rejected (it is not greater than 6). Check x = 8: log₂(8) + log₂(2) = 3 + 1 = 4. ✓

Answer: x = 8.

Note the shape of an OMPT-D question: the log laws are the surface, but the marks hide in the domain check and in the quadratic — a prerequisite chapter, examined rather than assumed.

Functions · inverse functions

Let f(x) = (2x + 1)/(x − 3) for x ≠ 3. Find a formula for the inverse function f⁻¹(x).

Worked solution

  1. Write y = (2x + 1)/(x − 3) and solve for x. Multiply both sides by (x − 3): y(x − 3) = 2x + 1.
  2. Expand and collect the x-terms on one side: xy − 3y = 2x + 1, so xy − 2x = 3y + 1.
  3. Factor out x: x(y − 2) = 3y + 1, hence x = (3y + 1)/(y − 2).
  4. Swap the variable name: f⁻¹(x) = (3x + 1)/(x − 2), defined for x ≠ 2. Quick check: f(4) = 9/1 = 9 and f⁻¹(9) = 28/7 = 4. ✓

Answer: f⁻¹(x) = (3x + 1)/(x − 2),  x ≠ 2.

Differentiation · chain rule & tangent lines

Let f(x) = √(3x² + 4). Find the equation of the tangent line to the graph of f at x = 2.

Worked solution

  1. The point of tangency: f(2) = √(3 · 4 + 4) = √16 = 4, so the line passes through (2, 4).
  2. Differentiate with the chain rule: f(x) = (3x² + 4)^(1/2), so f′(x) = ½(3x² + 4)^(−1/2) · 6x = 3x/√(3x² + 4).
  3. The slope at x = 2: f′(2) = 6/√16 = 6/4 = 3/2.
  4. Point–slope form: y − 4 = (3/2)(x − 2), which simplifies to y = (3/2)x + 1.

Answer: y = (3/2)x + 1.

On the real test you would type the exact fraction 3/2, not 1.5 — the CAS checks form, and working in exact values is the habit to build.

Trigonometry · equations

Solve 2sin²(x) − sin(x) − 1 = 0 for 0 ≤ x < 2π. Give exact answers.

Worked solution

  1. Substitute s = sin(x): the equation becomes 2s² − s − 1 = 0.
  2. Factor: (2s + 1)(s − 1) = 0, so s = −1/2 or s = 1.
  3. Case sin(x) = 1: on [0, 2π) the only solution is x = π/2.
  4. Case sin(x) = −1/2: sine is −1/2 in the third and fourth quadrants, with reference angle π/6, giving x = π + π/6 = 7π/6 and x = 2π − π/6 = 11π/6.

Answer: x = π/2,  x = 7π/6,  x = 11π/6.

Integration · substitution

Evaluate the integral of x(x² + 1)³ with respect to x, between x = 0 and x = 2.

Worked solution

  1. Substitute u = x² + 1, so du = 2x dx, i.e. x dx = ½ du.
  2. Change the limits: x = 0 gives u = 1; x = 2 gives u = 5.
  3. The integral becomes ½ ∫ u³ du from u = 1 to u = 5, which is ½ · [u⁴/4] from 1 to 5.
  4. Evaluate: (5⁴ − 1⁴)/8 = (625 − 1)/8 = 624/8 = 78.

Answer: 78.

Geometry · circles & lines

A circle has equation x² + y² − 6x + 4y − 12 = 0. Find its centre and radius, and the length of the chord that the line 3x + 4y − 21 = 0 cuts off on the circle.

Worked solution

  1. Complete the square: (x² − 6x + 9) + (y² + 4y + 4) = 12 + 9 + 4, so (x − 3)² + (y + 2)² = 25. Centre (3, −2), radius 5.
  2. Distance from the centre to the line: |3(3) + 4(−2) − 21| / √(3² + 4²) = |9 − 8 − 21| / 5 = 20/5 = 4.
  3. Since 4 < 5, the line cuts the circle. Half the chord, by Pythagoras in the radius–distance–half-chord triangle: √(5² − 4²) = √9 = 3.
  4. The full chord is twice that: 2 · 3 = 6.

Answer: centre (3, −2), radius 5, chord length 6.

What these six are — and aren't. They are original questions written to the chapters of the official OMPT-D syllabus, at a realistic multi-step level; the real exam's items are confidential and these are not them. If they felt comfortable, the open question is whether you stay that accurate for 21 of them in a row, on a clock, typing every answer — which is exactly what the mock measures.

The sample PDF vs an interactive mock.

Search for an OMPT-D mock exam and most results lead to the same document: the official Sample of the OMPT-A Mock Exam — 8 questions over 3 pages, with space to write your answers by hand — re-uploaded across third-party document sites, sometimes behind a signup. It's a fair first look at the question style, but it samples the OMPT-A syllabus, not the OMPT-D calculus track.

More importantly, the real OMPT-D isn't a paper test. You type your answers into a platform that checks them symbolically, with only an on-screen scientific calculator and a countdown running. A static PDF trains none of that: no timer, no maths-entry practice, no calculator constraint, no per-topic score at the end. The official omptest.org sells its own practice modules and mock test; ours is simply free, full-length at the OMPT-D's real format, and corrected instantly.

Whatever materials you use, do at least one full-length, timed run before booking the €270 attempt. Pacing and typed entry are skills, and a PDF can't train them.

Two free ways to start.

A quick placement first, or straight into the full rehearsal.

10-question practice testFull OMPT-D mock exam
Length10 questions, ~15 minutes21 questions · 180 minutes
AccountNone neededFree account — no card
JobQuick placement: see where you standFull rehearsal: pacing, typed answers, on-screen calculator

FAQ

Is there an official OMPT-D mock exam PDF?

The sample PDF most searches surface is the official Sample of the OMPT-A Mock Exam — 8 questions over 3 pages — and it samples the OMPT-A syllabus, not the OMPT-D calculus track. The official omptest.org also sells its own practice modules and mock test. For the OMPT-D specifically, the six worked questions on this page are free to read, and the full-length interactive mock is free to sit.

How long is the OMPT-D mock exam?

The same as the real OMPT-D: 21 questions in 180 minutes — around 8 to 9 minutes per question. The questions are open-ended and multi-step, so there are few of them but each one is long. The mock runs on the real clock and scores you by topic at the end.

Are these real OMPT-D exam questions?

No — real exam items are confidential. These are original questions written to the chapters of the official OMPT-D syllabus, in the exam's open-ended style and spread like the official topic weighting, with every solution fully worked. Treat them as a fair sample of the level, not as leaked papers.

Do I need an account to see the answers?

No. All six worked solutions are on this page, open to everyone. The 10-question practice test needs no account either. Only the full-length mock exam asks for a free account — it takes a minute and no card is needed.

Can I use my own calculator on the OMPT-D?

No. On the real OMPT-D your own calculator is not allowed; a scientific digital calculator is provided inside the test platform. The long calculus questions are designed to be solved by hand, with the on-screen calculator only for final arithmetic — the mock trains you under the same constraint.

Six down. Twenty-one to go.

The full OMPT-D mock: real length, real clock, scored by topic. Free account required — no card.

Start the OMPT-D mock exam →