All Practice Exams

Free Practice Questions for BGCSE Additional Mathematics 4037

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

Key Facts: BGCSE Additional Mathematics 4037 Exam

4037

BEC Syllabus Code

Botswana Examinations Council

2 Papers

Written Examination Papers

BEC Exam Structure

2h each

Paper 1 & Paper 2 Duration

BEC Exam Timetable

Grade C

STEM Benchmark

Botswana Tertiary Entrance standard

100

Practice Questions

OpenExamPrep Question Bank

BGCSE Additional Mathematics 4037 is administered by the Botswana Examinations Council (BEC) for upper secondary students. The curriculum prepares candidates for tertiary STEM programs by testing advanced algebra, trigonometry, calculus, and mechanics. This 100-question practice bank provides comprehensive step-by-step worked solutions across all 10 core syllabus domains.

Sample BGCSE Additional Mathematics 4037 Practice Questions

Try these sample questions to review concepts for the BGCSE Additional Mathematics 4037 exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the domain of the real-valued function f(x) = √(2x - 6)?
A.x ≥ 3
B.x > 3
C.x ≥ 6
D.x ≤ 3
Explanation: For a real-valued square root function, the expression under the radical must be non-negative: 2x - 6 ≥ 0. Solving for x gives 2x ≥ 6, which simplifies to x ≥ 3. Therefore, the domain of f(x) is x ≥ 3.
2Given f(x) = 3x² - 2x + 1, evaluate f(4).
A.41
B.39
C.49
D.33
Explanation: Substitute x = 4 into f(x): f(4) = 3(4)² - 2(4) + 1 = 3(16) - 8 + 1 = 48 - 8 + 1 = 41. Thus, f(4) = 41.
3Find the discriminant of the quadratic equation 2x² - 5x + 3 = 0.
A.1
B.-1
C.49
D.24
Explanation: The discriminant Δ of a quadratic equation ax² + bx + c = 0 is given by Δ = b² - 4ac. Here a = 2, b = -5, c = 3, so Δ = (-5)² - 4(2)(3) = 25 - 24 = 1. Since Δ > 0, the equation has two distinct real roots.
4Express x² - 6x + 11 in completed square form (x - a)² + b and state its minimum value.
A.(x - 3)² + 2, minimum value = 2
B.(x - 3)² + 11, minimum value = 11
C.(x + 3)² + 2, minimum value = 2
D.(x - 6)² + 11, minimum value = 11
Explanation: Completing the square: x² - 6x + 11 = (x - 3)² - (-3)² + 11 = (x - 3)² - 9 + 11 = (x - 3)² + 2. Since (x - 3)² ≥ 0 for all real x, the minimum value is 2, occurring when x = 3.
5Find the inverse function f⁻¹(x) for f(x) = (2x + 3) / (x - 1), where x ≠ 1.
A.f⁻¹(x) = (x + 3) / (x - 2), x ≠ 2
B.f⁻¹(x) = (x - 3) / (x + 2), x ≠ -2
C.f⁻¹(x) = (x - 1) / (2x + 3), x ≠ -3/2
D.f⁻¹(x) = (2x - 3) / (x + 1), x ≠ -1
Explanation: Set y = (2x + 3) / (x - 1). Rearranging gives y(x - 1) = 2x + 3 ⇒ yx - y = 2x + 3 ⇒ yx - 2x = y + 3 ⇒ x(y - 2) = y + 3 ⇒ x = (y + 3) / (y - 2). Substituting x back gives f⁻¹(x) = (x + 3) / (x - 2) for x ≠ 2.
6If f(x) = 2x - 1 and g(x) = x² + 3, find the composite function gf(x).
A.4x² - 4x + 4
B.2x² + 5
C.4x² + 4
D.2x² + 2
Explanation: To find gf(x), evaluate g at f(x): gf(x) = g(2x - 1) = (2x - 1)² + 3 = (4x² - 4x + 1) + 3 = 4x² - 4x + 4.
7Find the values of k for which the quadratic equation x² + kx + 9 = 0 has real and equal roots.
A.k = ±6
B.k = 6 only
C.k = ±36
D.-6 < k < 6
Explanation: Equal roots occur when the discriminant Δ = b² - 4ac = 0. Here a = 1, b = k, c = 9, so k² - 4(1)(9) = 0 ⇒ k² - 36 = 0 ⇒ k² = 36 ⇒ k = ±6.
8Solve the quadratic inequality x² - 5x - 14 < 0.
A.-2 < x < 7
B.x < -2 or x > 7
C.-7 < x < 2
D.x < -7 or x > 2
Explanation: Factorise the quadratic: x² - 5x - 14 = (x - 7)(x + 2). The roots of the boundary equation are x = 7 and x = -2. Since the parabola y = (x - 7)(x + 2) opens upwards, it is negative (< 0) between the roots: -2 < x < 7.
9The function f is defined by f(x) = x² - 4x + 7 for domain x ≥ 2. State the domain of f⁻¹ and find f⁻¹(x).
A.Domain of f⁻¹ is x ≥ 3; f⁻¹(x) = 2 + √(x - 3)
B.Domain of f⁻¹ is x ≥ 2; f⁻¹(x) = 2 + √(x - 3)
C.Domain of f⁻¹ is x ≥ 3; f⁻¹(x) = 2 - √(x - 3)
D.Domain of f⁻¹ is x ≥ 7; f⁻¹(x) = √(x - 7) + 2
Explanation: Complete the square: f(x) = (x - 2)² + 3. For domain x ≥ 2, the range of f is y ≥ 3. Therefore, the domain of f⁻¹ is x ≥ 3. Set y = (x - 2)² + 3 ⇒ y - 3 = (x - 2)² ⇒ x - 2 = √(y - 3) (since x ≥ 2) ⇒ x = 2 + √(y - 3). Thus f⁻¹(x) = 2 + √(x - 3).
10Find the values of k for which the straight line y = kx - 4 is a tangent to the curve y = x² - 2x.
A.k = 2 or k = -6
B.k = -2 or k = 6
C.k = 4 or k = -4
D.k = 0 or k = 4
Explanation: Equate line and curve: kx - 4 = x² - 2x ⇒ x² - (k + 2)x + 4 = 0. For the line to be tangent, the quadratic must have equal roots, so discriminant Δ = 0: [-(k + 2)]² - 4(1)(4) = 0 ⇒ (k + 2)² - 16 = 0 ⇒ (k + 2)² = 16 ⇒ k + 2 = ±4. Thus k = 4 - 2 = 2 or k = -4 - 2 = -6.

About the BGCSE Additional Mathematics 4037 Exam

The Botswana General Certificate of Secondary Education (BGCSE) Additional Mathematics 4037 examination assesses advanced secondary mathematics concepts including functions, quadratic equations, simultaneous equations, indices, surds, polynomials, logarithms, coordinate geometry, circular measure, trigonometry identities and equations, calculus (differentiation and integration), and vectors with kinematics.

Exam sponsor: Botswana Examinations Council (BEC). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Two written papers: 4037/12 (2 hours) and 4037/22 (2 hours), both requiring worked solutions

Time Limit

4037/12: 2 hours; 4037/22: 2 hours

Passing Score

Grades A* to G (U = ungraded); Grade C or better is a credit

Exam / Certification Fees

P82.00 once-off plus P247.00 per syllabus (2026 BGCSE private candidates)

Exam sponsor website

Reported exam pass rate: Not published by BEC. estimated candidates achieving Grade C or above Exam sponsor website

Fees, eligibility, and exam policies can change. Confirm them with the exam sponsor before applying or paying.

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

15%

Functions & Quadratic Equations

Domain, range, composite and inverse functions, completing the square, roots of quadratic equations, discriminant conditions, and quadratic inequalities.

15%

Algebraic Techniques & Polynomials

Simultaneous linear and non-linear equations, modulus equations/inequalities, polynomial division, Remainder Theorem, and Factor Theorem.

15%

Indices, Surds & Logarithmic Functions

Laws of indices, simplifying surds, rationalising denominators, logarithmic laws, change of base, and reduction of non-linear equations to linear form.

15%

Coordinate Geometry & Circular Measure

Straight line equations, parallel and perpendicular lines, perpendicular bisectors, distance/midpoint formulas, radian measure, arc length, and sector/segment areas.

15%

Trigonometry Identities & Equations

Trigonometric ratios in all quadrants, exact values, graphs of trig functions, fundamental identities (sin^2 x + cos^2 x = 1, tan x = sin x / cos x), and solving trig equations.

25%

Calculus, Vectors & Kinematics

Differentiation rules (chain, product, quotient), tangents/normals, stationary points, integration of polynomials, area under curves, 2D vectors, displacement, velocity, and acceleration.

Preparing for the BGCSE Additional Mathematics 4037 Exam

What You Need to Know

  • Passing score: Grades A* to G (U = ungraded); Grade C or better is a credit
  • Assessment: Two written papers: 4037/12 (2 hours) and 4037/22 (2 hours), both requiring worked solutions
  • Time limit: 4037/12: 2 hours; 4037/22: 2 hours
  • Exam / certification fees: P82.00 once-off plus P247.00 per syllabus (2026 BGCSE private candidates) Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

BGCSE Additional Mathematics 4037: Suggested Study Strategy

1Master algebraic manipulations: completing the square, factorising quadratics, rationalising surds, and applying logarithm rules accurately.
2Memorize and practice calculus rules: chain rule, product rule, quotient rule, and definite integrals for area under curves.
3Work in radians for circular measure problems: ensure calculator is in radian mode when solving $s = r\theta$ and $A = \frac{1}{2}r^2\theta$.
4Practice trigonometric equations systematically: identify all solutions within the given interval ($0^\circ \le \theta \le 360^\circ$ or $0 \le \theta \le 2\pi$).
5Understand kinematics connections: differentiate displacement $s(t)$ to get velocity $v(t)$ and acceleration $a(t)$, and integrate acceleration/velocity to reverse the process.

Frequently Asked Questions

What is BGCSE Additional Mathematics 4037?

BGCSE Additional Mathematics (Syllabus 4037) is an advanced senior secondary mathematics qualification in Botswana, administered by the Botswana Examinations Council (BEC).

How is BGCSE Additional Mathematics structured?

The examination consists of two written papers (Paper 1 and Paper 2), each lasting 2 hours, testing advanced algebra, trigonometry, calculus, geometry, and kinematics.

What topics are covered in the 4037 syllabus?

The syllabus covers functions, quadratic theory, simultaneous equations, surds, polynomials, logarithms, straight line graphs, circular measure, trigonometry identities, differentiation, integration, vectors, and linear kinematics.

Are calculators allowed during the BGCSE Additional Mathematics exam?

Yes, scientific calculators are permitted for papers according to official BEC examination guidelines.

What grade is required for entry into tertiary STEM programs?

A grade of C or higher in BGCSE Additional Mathematics is widely recognized by universities and A-level programs for entry into engineering, physical sciences, and computer science degrees.