All Practice Exams

100+ Free WACE ATAR Mathematics Specialist Practice Questions

WACE Year 12 ATAR Mathematics Specialist (Western Australia) practice questions are available now; exam metadata is being verified.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

Same family resources

Explore More Australia and New Zealand Academic Entrance Exams

Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.

2026 Statistics

Key Facts: WACE ATAR Mathematics Specialist Exam

45%

Weight of external ATAR examination in total course grade

SCSA Mathematics Specialist ATAR Syllabus

2.5 hours

Total duration of external examination (50 min paper 1 + 100 min paper 2)

SCSA Examination Timetable

6 topics

Core curriculum topics across Units 3 and 4

SCSA Mathematics Specialist ATAR Syllabus

55%

Weight of school-based assessment (tests, assignments, investigations)

SCSA Mathematics Specialist ATAR Syllabus

WACE ATAR Mathematics Specialist is WA's advanced Year 12 mathematics course assessed 50% school-based and 50% via a 2.5-hour external ATAR exam (Section 1 Calculator-free and Section 2 Calculator-assumed). Covering Units 3 and 4, key areas include complex numbers, 3D vector geometry, advanced integration, differential equations, mechanics, and sample mean confidence intervals. This 100-question practice set offers authentic worked calculations and complete step-by-step explanations.

Sample WACE ATAR Mathematics Specialist Practice Questions

Try these sample questions to test your WACE ATAR Mathematics Specialist exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the polar form r cis(theta) of the complex number z = -sqrt(3) + i?
A.2 cis(2pi/3)
B.2 cis(5pi/6)
C.2 cis(7pi/6)
D.4 cis(5pi/6)
Explanation: The modulus is r = sqrt((-sqrt(3))^2 + 1^2) = sqrt(3 + 1) = 2. Since z lies in the second quadrant (Re(z) < 0, Im(z) > 0), the principal argument is theta = pi - arctan(1/sqrt(3)) = pi - pi/6 = 5pi/6. Thus, z = 2 cis(5pi/6).
2Given z1 = 3 cis(pi/4) and z2 = 2 cis(pi/3), what is the product z1 * z2 in polar form?
A.6 cis(pi/12)
B.6 cis(7pi/12)
C.5 cis(7pi/12)
D.6 cis(pi/7)
Explanation: By the properties of multiplication in polar form, the moduli multiply and the arguments add: r = r1 * r2 = 3 * 2 = 6, and theta = theta1 + theta2 = pi/4 + pi/3 = 3pi/12 + 4pi/12 = 7pi/12. Thus, z1 * z2 = 6 cis(7pi/12).
3Simplify the complex expression z = (2 + 3i) / (1 - 2i) into Cartesian form a + bi.
A.0.8 + 1.4i
B.-4 + 7i
C.-0.8 - 1.4i
D.-0.8 + 1.4i
Explanation: Multiply numerator and denominator by the complex conjugate of the denominator (1 + 2i): z = ((2 + 3i)(1 + 2i)) / ((1 - 2i)(1 + 2i)) = (2 + 4i + 3i + 6i^2) / (1^2 + 2^2) = (2 - 6 + 7i) / 5 = (-4 + 7i) / 5 = -0.8 + 1.4i.
4Using de Moivre's theorem, evaluate (1 + i)^10.
A.-32i
B.32
C.32i
D.-32
Explanation: In polar form, 1 + i = sqrt(2) cis(pi/4). Applying de Moivre's theorem: (1 + i)^10 = (sqrt(2))^10 cis(10 * pi/4) = 32 cis(5pi/2). Since 5pi/2 = 2pi + pi/2, cis(5pi/2) = cis(pi/2) = i. Thus, (1 + i)^10 = 32i.
5Simplify the expression (cis(pi/3))^4 / (cis(pi/6))^2.
A.1
B.-1
C.i
D.-i
Explanation: Using de Moivre's theorem and quotient properties: (cis(pi/3))^4 = cis(4pi/3) and (cis(pi/6))^2 = cis(2pi/6) = cis(pi/3). Dividing gives cis(4pi/3 - pi/3) = cis(pi) = cos(pi) + i sin(pi) = -1.
6Find the principal solution (in the range -pi < theta <= pi) for the complex root equation z^3 = 8i.
A.sqrt(3) + i
B.-sqrt(3) + i
C.2i
D.sqrt(3) - i
Explanation: In polar form, 8i = 8 cis(pi/2). The cube roots are z = 8^(1/3) cis((pi/2 + 2k*pi)/3) for k = 0, 1, 2. For k = 0, the principal root is z0 = 2 cis(pi/6) = 2(cos(pi/6) + i sin(pi/6)) = 2(sqrt(3)/2 + i/2) = sqrt(3) + i.
7If omega = cis(2pi/5) is a non-real fifth root of unity, what is the value of 1 + omega + omega^2 + omega^3 + omega^4?
A.1
B.0
C.5
D.-1
Explanation: The sum of all n n-th roots of unity is 0. Alternatively, using geometric series summation: 1 + omega + omega^2 + omega^3 + omega^4 = (1 - omega^5)/(1 - omega). Since omega^5 = 1 and omega != 1, the numerator is 1 - 1 = 0.
8Find the complete set of solutions to the polynomial equation z^4 + 5z^2 + 4 = 0 in C.
A.{i, -i, 2i, -2i}
B.{1, -1, 2, -2}
C.{1+i, 1-i, 2+i, 2-i}
D.{sqrt(2)i, -sqrt(2)i, 2i, -2i}
Explanation: Let u = z^2. The equation becomes u^2 + 5u + 4 = 0, which factors as (u + 1)(u + 4) = 0. Thus u = -1 or u = -4. Solving z^2 = -1 yields z = +-i. Solving z^2 = -4 yields z = +-2i. The complete solution set is {i, -i, 2i, -2i}.
9A cubic polynomial P(z) with real coefficients has roots z = 2 and z = 3 - i. What is the expanded polynomial P(z)?
A.z^3 - 5z^2 + 16z - 20
B.z^3 - 8z^2 + 22z - 20
C.z^3 - 8z^2 + 16z - 10
D.z^3 - 6z^2 + 10z - 20
Explanation: Since P(z) has real coefficients, complex roots occur in conjugate pairs. Thus, the third root must be z = 3 + i. The polynomial is P(z) = (z - 2)(z - (3 - i))(z - (3 + i)) = (z - 2)((z - 3)^2 - i^2) = (z - 2)(z^2 - 6z + 9 + 1) = (z - 2)(z^2 - 6z + 10) = z^3 - 6z^2 + 10z - 2z^2 + 12z - 20 = z^3 - 8z^2 + 22z - 20.
10Describe the locus defined by the equation |z - (2 + 3i)| = 5 in the complex plane.
A.A circle centered at (-2, -3) with radius 5
B.A straight line passing through (2, 3) with gradient 5
C.A circle centered at (2, 3) with radius 5
D.An ellipse centered at (2, 3) with major axis 10
Explanation: The equation |z - z0| = r represents the locus of points z whose distance from the fixed complex number z0 = 2 + 3i is equal to r = 5. In Cartesian coordinates (x, y), this is (x - 2)^2 + (y - 3)^2 = 25, which is a circle centered at (2, 3) with radius 5.

About the WACE ATAR Mathematics Specialist Practice Questions

Verified exam format metadata for WACE Year 12 ATAR Mathematics Specialist (Western Australia) is pending. The practice questions above remain available while official exam length, timing, passing score, fee, and administrator details are reviewed.