Skip to main content
Revision NotesGELE · MathematicsReal content

GELE MathematicsAdvanced Engineering MathematicsRevision Notes

Revision notes for GELE Mathematics — Advanced Engineering Mathematics. Short, focused, and designed for the week before exam day. Use these when you are already familiar with the chapter and need a quick refresh on the high-yield items Professional Regulation Commission (PRC) — Board of Geodetic Engineering tests.

Exam context

On the GELE 2026, the Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Geodetic Engineering's pattern. Advanced Engineering Mathematics lands at position 8th out of 10 in the standard review order. Target score is 70% weighted average, no sub-test below 50%, and roughly a meaningful share of items come from Mathematics on a typical GELE paper.

Advanced Engineering Mathematics - Revision Notes

This chapter consolidates three high-yield topics for the PRC Civil Engineer Licensure Examination: complex numbers, matrices and determinants (with Cramer's rule), and vectors. These tools appear across surveying computations, structural analysis, and AC-circuit analogies in engineering practice. Master the formulas, polar-form conversions, and systematic solution procedures presented here to maximise your board-exam score.

Sections

Formulas

Example

z = 3 + 4i → |z| = √(9 + 16) = √25 = 5

Formula

|z| = √(a² + b²)

Variables

a = real part, b = imaginary part

Application

Converting rectangular form to polar; computing magnitude of impedance or force vectors expressed as complex numbers.

Example

z = −3 + 4i → reference angle = tan⁻¹(4/3) = 53.13°; since a < 0, b > 0 (Quadrant II) → θ = 180° − 53.13° = 126.87°

Formula

θ = tan⁻¹(b/a) [adjusted for quadrant]

Variables

a = real part, b = imaginary part

Application

Finding the argument (phase angle) of a complex number.

Example

(2∠30°)(3∠45°) = 6∠75°

Formula

z₁ · z₂ = r₁r₂ ∠ (θ₁ + θ₂)

Variables

r₁, r₂ = magnitudes; θ₁, θ₂ = arguments

Application

Multiplying complex numbers in polar form — faster than expanding in rectangular form on the board exam.

Example

(1 + i)^8: r = √2, θ = 45° → (√2)^8 ∠ (8×45°) = 16∠360° = 16∠0° = 16 + 0i = 16

Formula

z^n = r^n ∠ nθ (De Moivre's Theorem)

Variables

n = integer exponent, r = modulus, θ = argument

Application

Computing high powers of complex numbers efficiently.

Example

Cube roots of 8∠0°: r^(1/3) = 2; angles = 0°, 120°, 240° → roots: 2∠0°, 2∠120°, 2∠240°

Formula

z^(1/n) = r^(1/n) ∠ [(θ + 360°k)/n], k = 0, 1, …, n−1

Variables

n = root index, k = root counter (0 to n−1)

Application

Finding all distinct n-th roots of a complex number; board exams often ask for cube roots or square roots.

Exam Tips

  • Memorise the 5 special angles and their exact cos/sin values for quick polar-to-rectangular conversions (0°, 30°, 45°, 60°, 90°).
  • When the problem asks for the 'modulus' or 'absolute value', compute |z| = √(a² + b²) immediately.
  • For multiplication or division of two complex numbers given in rectangular form, convert to polar first to save time.
  • Check: sum of all n-th root angles = (n−1)×180° — a quick self-verification trick.
  • Board exams frequently pair De Moivre with binomial expansion questions — recognise the shortcut.

Key Points

  • A complex number z = a + bi consists of a real part (a) and an imaginary part (b), where i = √(−1).
  • Three equivalent representations: Rectangular (a + bi), Polar (r∠θ), and Exponential (re^(iθ)).
  • Magnitude (modulus): |z| = √(a² + b²).
  • Argument (angle): θ = tan⁻¹(b/a) — always verify the correct quadrant by checking signs of a and b.
  • Multiplication is easiest in polar form: multiply magnitudes, add angles.
  • Division in polar form: divide magnitudes, subtract angles.
  • De Moivre's Theorem for powers: z^n = r^n ∠ nθ.
  • n-th roots: z^(1/n) = r^(1/n) ∠ [(θ + 360°k)/n], for k = 0, 1, …, n−1 — this gives exactly n distinct roots.
  • Complex conjugate of z = a + bi is z* = a − bi; product z·z* = |z|² = a² + b².
  • Euler's formula: e^(iθ) = cos θ + i sin θ — fundamental link between exponential and polar forms.

Definitions

Term

Imaginary unit (i)

Definition

Defined by i² = −1; represents the square root of negative one.

Importance

Foundation of all complex-number algebra; appears in AC-circuit phasor analysis and eigenvalue problems.

Term

Modulus (|z|)

Definition

The distance of the complex number from the origin in the Argand (complex) plane; always a non-negative real number.

Importance

Used in magnitude calculations, stability checks, and converting between forms.

Term

Argument (arg z)

Definition

The angle θ (in degrees or radians) that z makes with the positive real axis, measured counterclockwise.

Importance

Critical for polar and exponential forms; wrong quadrant assignment is the most common board-exam error.

Term

De Moivre's Theorem

Definition

States that (r∠θ)^n = r^n ∠ nθ for any real or integer n.

Importance

Enables rapid computation of powers and roots of complex numbers without repeated multiplication.

Term

Complex Conjugate (z*)

Definition

For z = a + bi, the conjugate z* = a − bi; reflects z across the real axis.

Importance

Used to rationalise division of complex numbers and appears in root theorems.

Section Title

Complex Numbers

Common Mistakes

  • Ignoring quadrant when computing θ — always check signs of a and b before applying tan⁻¹.
  • Using θ in degrees when formula requires radians (or vice versa) — be consistent throughout a problem.
  • Forgetting to include ALL n distinct n-th roots — a cube root always has 3 answers.
  • Multiplying complex numbers in rectangular form when polar form is faster and less error-prone.
  • Treating i² as +1 instead of −1 when expanding products in rectangular form.

Formulas

Example

A = [[2,3],[1,4]] → det = (2)(4) − (3)(1) = 8 − 3 = 5

Formula

det(A) = ad − bc for 2×2 matrix [[a,b],[c,d]]

Variables

a, b, c, d = matrix elements

Application

Evaluating whether a system has a unique solution; used as denominator in Cramer's rule.

Example

A = [[1,2],[3,5]] → det = 5−6 = −1 → A⁻¹ = (1/−1)[[5,−2],[−3,1]] = [[−5,2],[3,−1]]

Formula

A⁻¹ = (1/det A) × [[d, −b],[−c, a]]

Variables

det A ≠ 0; a, b, c, d = elements of 2×2 matrix

Application

Solving matrix equations AX = B via X = A⁻¹B.

Example

For [[1,0,2],[3,1,0],[0,4,1]]: det = 1(1·1 − 0·4) − 0 + 2(3·4 − 1·0) = 1 + 0 + 24 = 25

Formula

3×3 det by expansion along Row 1: det = a₁₁(a₂₂a₃₃ − a₂₃a₃₂) − a₁₂(a₂₁a₃₃ − a₂₃a₃₁) + a₁₃(a₂₁a₃₂ − a₂₂a₃₁)

Variables

aᵢⱼ = element in row i, column j

Application

Solving 3×3 linear systems using Cramer's rule; structural analysis involving three unknowns.

Exam Tips

  • For 2×2 problems, det = ad − bc is the fastest computation — do it first before anything else.
  • When expanding a 3×3 determinant, choose the row or column with the most zeros to minimise arithmetic.
  • Double-check matrix dimensions before multiplying — incompatible dimensions is a common error that wastes time.
  • Memorise the 2×2 inverse formula exactly; it appears in 3–5 board-exam problems per subject cycle.
  • If det A = 0 is found during Cramer's rule, immediately state 'no unique solution exists' and verify if the system is consistent or inconsistent.

Key Points

  • A matrix is a rectangular array of numbers; its size is described as m×n (m rows, n columns).
  • 2×2 determinant formula: det A = ad − bc for A = [[a, b], [c, d]].
  • 3×3 determinant is computed by cofactor expansion along any row or column (choose the row/column with the most zeros).
  • Matrix multiplication: (m×n)(n×p) = (m×p); the inner dimensions must match.
  • Matrix multiplication is NOT commutative in general: AB ≠ BA.
  • Identity matrix I satisfies AI = IA = A for any square matrix A.
  • 2×2 inverse: A⁻¹ = (1/det A) × [[d, −b], [−c, a]].
  • A matrix is singular (no inverse) when det A = 0.
  • Transpose A^T is obtained by swapping rows and columns: (A^T)ᵢⱼ = Aⱼᵢ.
  • Row operations (scaling, swapping, adding multiples of rows) are used in Gaussian elimination to solve systems.

Definitions

Term

Determinant

Definition

A scalar value computed from a square matrix that encodes information about the matrix's invertibility and the scaling factor of the linear transformation it represents.

Importance

det A = 0 means no unique solution; det A ≠ 0 means unique solution exists — critical check before applying Cramer's rule.

Term

Singular Matrix

Definition

A square matrix whose determinant equals zero; it has no inverse and the corresponding linear system is either inconsistent or has infinitely many solutions.

Importance

Applying Cramer's rule to a singular system is invalid — a pitfall tested on board exams.

Term

Matrix Inverse (A⁻¹)

Definition

The unique matrix such that A·A⁻¹ = A⁻¹·A = I, the identity matrix. Exists only when det A ≠ 0.

Importance

Used for solving simultaneous linear equations in matrix form AX = B.

Term

Cofactor

Definition

The cofactor Cᵢⱼ = (−1)^(i+j) × Mᵢⱼ, where Mᵢⱼ is the minor (determinant of the submatrix formed by deleting row i and column j).

Importance

Building block for computing 3×3 and higher-order determinants by cofactor expansion.

Section Title

Matrices and Determinants

Common Mistakes

  • Reversing the elements when computing the 2×2 inverse — memorise the swap: main diagonal swaps, off-diagonal elements negate.
  • Confusing matrix multiplication order: (AB)ᵢⱼ = Σ aᵢₖ bₖⱼ; always row-of-first times column-of-second.
  • Forgetting that AB ≠ BA in general for matrices.
  • Sign errors in cofactor expansion — the checkerboard sign pattern (+−+/−+−/+−+) must be applied correctly.
  • Attempting Cramer's rule when det A = 0 — system has no unique solution.

Formulas

Example

System: 2x + 3y = 8, x + 4y = 9 → det A = (2)(4)−(3)(1) = 5; det Aₓ = (8)(4)−(3)(9) = 32−27 = 5; x = 5/5 = 1; det A_y = (2)(9)−(8)(1) = 10; y = 10/5 = 2

Formula

xᵢ = det(Aᵢ) / det(A)

Variables

A = coefficient matrix; Aᵢ = A with its i-th column replaced by b; b = constant (RHS) vector

Application

Solving 2×2 or 3×3 linear systems in structural analysis, force equilibrium, and circuit analogies.

Exam Tips

  • Always compute det(A) FIRST — if it equals zero, stop and re-examine the problem.
  • When the problem asks only for x (or only for y), compute only det(A) and det(Aₓ) — no need to find all unknowns.
  • Write the system in standard form (all unknowns on the left, constants on the right) before forming the matrices.
  • Label your matrices clearly (A, A₁, A₂) to avoid substitution errors under time pressure.

Key Points

  • Cramer's rule solves a linear system Ax = b by expressing each unknown as a ratio of determinants.
  • xᵢ = det(Aᵢ) / det(A), where Aᵢ is obtained by replacing the i-th column of A with the constant vector b.
  • Valid ONLY when det(A) ≠ 0 (non-singular system).
  • For a 2×2 system: two determinant computations give x and y directly.
  • For a 3×3 system: four determinant computations (det A, det A₁, det A₂, det A₃) give x, y, z.
  • Cramer's rule is elegant but computationally intensive for large systems — on board exams, it is almost always tested at the 2×2 or 3×3 level.
  • Preferred over elimination when the problem explicitly asks for ONE specific unknown — compute only the required determinant ratio.

Definitions

Term

Coefficient Matrix (A)

Definition

The matrix formed by the coefficients of the unknowns in the linear system, excluding the right-hand side constants.

Importance

The determinant of A determines whether Cramer's rule is applicable.

Term

Augmented Matrix

Definition

The coefficient matrix A with the constant vector b appended as an extra column — written as [A | b].

Importance

Used in Gaussian elimination; also helps identify the replacement columns in Cramer's rule.

Section Title

Cramer's Rule

Common Mistakes

  • Replacing the wrong column when forming Aᵢ — always replace column i (the column corresponding to the unknown xᵢ) with vector b.
  • Computing det(A) = 0 and still proceeding with Cramer's rule — the rule is undefined in this case.
  • Arithmetic sign errors when computing 3×3 determinants under exam pressure — use the expansion method systematically.
  • Mixing up which unknown corresponds to which column when setting up A₁, A₂, A₃.

Formulas

Example

v = (1, 2, 2) → |v| = √(1+4+4) = √9 = 3

Formula

|v| = √(vₓ² + vy² + vz²)

Variables

vₓ, vy, vz = x, y, z components of vector v

Application

Computing the resultant of a 3D force or displacement vector.

Example

a = (1,2,2), b = (2,0,1) → a·b = 2+0+2 = 4; |a|=3, |b|=√5 → cos θ = 4/(3√5) = 4/6.708 = 0.5963 → θ ≈ 53.39°

Formula

a · b = aₓbₓ + ayby + azbz = |a||b|cos θ

Variables

aₓ, ay, az = components of a; bₓ, by, bz = components of b; θ = angle between vectors

Application

Finding the angle between two vectors; projections; checking perpendicularity.

Example

a=(1,0,0), b=(0,1,0) → a×b = |i j k; 1 0 0; 0 1 0| = i(0·0−0·1) − j(1·0−0·0) + k(1·1−0·0) = (0,0,1) = k

Formula

a × b = |i j k; aₓ ay az; bₓ by bz| (determinant expansion)

Variables

i, j, k = unit vectors along x, y, z axes; aₓ, ay, az and bₓ, by, bz = vector components

Application

Finding a vector perpendicular to two given vectors; computing moment (torque) M = r × F in mechanics.

Example

|a×b| = 0 confirms a = (1,2,3) and b = (2,4,6) are parallel (b = 2a)

Formula

|a × b| = |a||b|sin θ

Variables

θ = angle between a and b; equals area of parallelogram

Application

Area calculations; checking parallel vectors (|a×b|=0 implies parallel); in mechanics, magnitude of moment.

Example

a=(1,2,2), b=(2,0,1) → cos θ = 4 / (3·√5) ≈ 0.5963 → θ ≈ 53.4°

Formula

cos θ = (a · b) / (|a| |b|)

Variables

a · b = dot product; |a|, |b| = magnitudes

Application

Computing the angle between two structural members, vectors, or force directions.

Exam Tips

  • When asked to find the angle between two vectors, use the dot product formula — it directly gives cos θ.
  • When asked whether two vectors are perpendicular, compute the dot product: if it equals zero, they are perpendicular.
  • For cross product computation, write out the 3×3 determinant explicitly to avoid sign errors.
  • The area of a parallelogram = |a × b|; the area of a triangle = ½|a × b| — common geometry problem variation.
  • Memorise: dot product → scalar, result tells angle; cross product → vector, magnitude tells area.

Key Points

  • A vector has both magnitude and direction; in 3D: v = vₓi + vyj + vzk or written as (vₓ, vy, vz).
  • Magnitude: |v| = √(vₓ² + vy² + vz²).
  • Unit vector: v̂ = v / |v| — always has magnitude 1.
  • Dot product (scalar product): a · b = aₓbₓ + ayby + azbz = |a||b|cos θ.
  • Dot product is zero if and only if the two vectors are perpendicular (orthogonal).
  • Cross product (vector product): a × b = determinant expansion using i, j, k unit vectors.
  • Magnitude of cross product: |a × b| = |a||b|sin θ — equals the area of the parallelogram formed by a and b.
  • Cross product is zero if and only if the vectors are parallel (or one is the zero vector).
  • Cross product is anticommutative: a × b = −(b × a).
  • Scalar triple product: a · (b × c) = volume of the parallelepiped formed by the three vectors.

Definitions

Term

Dot Product (Scalar Product)

Definition

A · B = |A||B|cos θ; results in a scalar. Measures the projection of one vector onto another.

Importance

Zero dot product confirms perpendicularity — used in checking orthogonal components in structural analysis.

Term

Cross Product (Vector Product)

Definition

A × B results in a vector perpendicular to both A and B, with magnitude |A||B|sin θ.

Importance

Computes moment (torque) in engineering mechanics; determines normal vectors in surveying and geometry.

Term

Unit Vector

Definition

A vector with magnitude equal to 1, obtained by dividing a vector by its magnitude: v̂ = v/|v|.

Importance

Used to express direction independently of magnitude; essential for resolving forces into components.

Term

Scalar Triple Product

Definition

a · (b × c) — a scalar representing the volume of the parallelepiped formed by three vectors.

Importance

Equals zero if the three vectors are coplanar — a geometric test occasionally tested on board exams.

Section Title

Vectors

Common Mistakes

  • Confusing dot product (scalar result) with cross product (vector result) — always identify what the problem is asking for.
  • Computing cross product components with wrong signs — use the determinant method systematically to avoid sign errors.
  • Forgetting that a × b ≠ b × a — cross product is anticommutative (b × a = −a × b).
  • Using 2D magnitude formula √(a²+b²) for a 3D vector with three components.
  • Dividing by zero when computing unit vectors — always check |v| ≠ 0 first.

Connections

  • Complex numbers → Phasor analysis in AC circuits and vibration analysis in structural dynamics: impedance is expressed as a complex number Z = R + jX.
  • Matrices and Cramer's rule → Structural analysis (stiffness method, method of joints for trusses): simultaneous equilibrium equations are solved using matrix methods.
  • Vectors → Engineering mechanics (force resolution, moment computation M = r × F, unit normal vectors in plane geometry).
  • Determinants → Area and volume calculations in analytic geometry; testing linear independence of vectors or equations.
  • De Moivre's Theorem → Relates to Fourier analysis and signal processing, where rotating phasors are represented as complex exponentials.
  • Dot product → Work done by a force W = F · d; identifying perpendicular members in truss analysis.
  • Cross product → Torque/moment in rotational mechanics; normal vector to a plane in 3D coordinate geometry.
  • Matrix inverse → Solving structural stiffness equations [K]{d} = {F} in finite element analysis.
  • Complex number magnitude → Represents the resultant of two perpendicular harmonic components — directly analogous to the Pythagorean theorem.

Exam Strategy

In the PRC board exam, Advanced Engineering Mathematics problems typically come from three clusters: (1) complex number conversion and De Moivre (2–3 items), (2) matrix determinants and Cramer's rule (3–4 items), and (3) vector dot/cross product (2–3 items). Time-saving strategy: For complex numbers, always convert to polar before multiplying, dividing, or raising to powers. For Cramer's rule, compute det(A) FIRST — if it is zero, you cannot proceed and must re-read the problem. For vectors, identify immediately whether the problem needs a scalar answer (use dot product) or a vector answer (use cross product). Allocate about 90 seconds per item. Practice the 2×2 determinant and polar conversion until they are automatic — these sub-computations appear as steps in almost every problem in this chapter.

Quick Review Questions

Convert z = −4 + 4i to polar form.

|z| = √(16+16) = √32 = 4√2. Reference angle = tan⁻¹(4/4) = 45°. Since a < 0 and b > 0 (Quadrant II), θ = 180° − 45° = 135°.

Compute (2∠60°)³ using De Moivre's Theorem.

Apply De Moivre: r³ = 2³ = 8; angle = 3 × 60° = 180°. In rectangular: 8cos180° + 8isin180° = −8 + 0i.

Find all square roots of z = 4∠90°.

r^(1/2) = 4^(1/2) = 2. For k=0: angle = 90°/2 = 45°. For k=1: angle = (90°+360°)/2 = 225°. Two roots: 2∠45° and 2∠225°.

Evaluate the determinant of A = [[3, 1], [2, 5]].

det = (3)(5) − (1)(2) = 15 − 2 = 13. Since det ≠ 0, A is non-singular and has a unique inverse.

Find the inverse of A = [[2, 1], [5, 3]].

det A = (2)(3)−(1)(5) = 6−5 = 1. A⁻¹ = (1/1)[[3,−1],[−5,2]] = [[3,−1],[−5,2]].

Use Cramer's rule to solve: 3x + y = 7, 2x + 5y = 1.

det A = (3)(5)−(1)(2) = 13. det Aₓ = (7)(5)−(1)(1) = 34. det Ay = (3)(1)−(7)(2) = 3−14 = −11. x = 34/13, y = −11/13.

What is the dot product of a = (2, −1, 3) and b = (1, 4, 2)?

a · b = (2)(1) + (−1)(4) + (3)(2) = 2 − 4 + 6 = 4. Since result ≠ 0, vectors are NOT perpendicular.

Find the angle between a = (1, 0, 0) and b = (1, 1, 0).

a · b = 1. |a| = 1. |b| = √2. cos θ = 1/√2 → θ = 45°.

Given a = (1, 2, 0) and b = (0, 3, 1), compute a × b.

Using the 3×3 determinant expansion: i component = (2·1 − 0·3) = 2; j component = −(1·1 − 0·0) = −1; k component = (1·3 − 2·0) = 3. Result: (2, −1, 3).

What does it mean if the cross product a × b = 0?

|a × b| = |a||b|sin θ. This equals zero when sin θ = 0, i.e., θ = 0° or 180°, meaning the vectors point in the same or opposite directions — they are parallel or anti-parallel.

Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the GELE 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target GELE exam date.