CELE Engineering Mathematics — Advanced Engineering MathematicsStudy Notes
Full study notes for Advanced Engineering Mathematics — built specifically for the CELE 2026. These notes cover every concept, definition, formula, and worked example you need for the Engineering Mathematics subtest of the CELE, structured in the order Professional Regulation Commission (PRC) — Board of Civil Engineering typically tests them.
Exam context
On the CELE 2026, the Engineering Mathematics subtest carries a "Core" weight in Professional Regulation Commission (PRC) — Board of Civil 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 Engineering Mathematics on a typical CELE paper.
Advanced Engineering Mathematics - Study Notes
Advanced Engineering Mathematics bridges fundamental calculus and practical engineering problem-solving. For civil engineering professionals preparing for the PRC Licensure Examination, mastery of complex numbers, matrices, determinants, and vector operations is essential. These tools underpin structural analysis, finite element methods, AC circuit calculations, and three-dimensional design work. This chapter develops competency in manipulating complex quantities in both rectangular and polar forms, solving systems of linear equations using determinant methods, and applying vector algebra to force systems and geometric problems—all at the board-exam level required by the Professional Regulation Commission (PRC).
Summary
Advanced Engineering Mathematics provides the computational foundation for modern civil engineering practice. Complex numbers, essential for AC circuit analysis and frequency-domain studies, can be manipulated in rectangular, polar, or exponential forms depending on the operation. Matrix algebra and determinants enable systematic solution of coupled equations—fundamental in finite element analysis, structural stiffness methods, and systems analysis. Cramer's Rule offers an elegant determinant-based method for solving linear systems, though limited to square systems with non-singular coefficients. Vector algebra—particularly dot and cross products—translates three-dimensional physical phenomena (forces, moments, stresses) into mathematical form. Direction cosines and unit vectors provide systematic frameworks for specifying orientation in 3D space, critical for analyzing complex structures like offshore platforms, high-rise buildings, and space frames. Mastery of these tools at the level required for the PRC Civil Engineer Licensure Examination enables professionals to formulate and solve complex design and analysis problems with confidence and rigor.
Sections
A complex number z represents a two-dimensional quantity in the form z = a + bi, where a is the real part, b is the imaginary part, and i² = −1. In engineering, complex numbers model AC quantities (voltage, current, impedance) and oscillatory systems. Understanding multiple representations of the same number is crucial for efficient computation. **Rectangular Form:** z = a + bi - a = Re(z) (real component) - b = Im(z) (imaginary component) - Useful for addition and subtraction **Polar Form:** z = r∠θ = r(cos θ + i sin θ) - r = |z| = magnitude (modulus) - θ = argument (angle from positive real axis, measured counterclockwise) - Useful for multiplication, division, and powers **Exponential Form:** z = re^(iθ) (Euler's formula) - Compact representation, simplifies exponential operations - Connection: e^(iθ) = cos θ + i sin θ **Conversion Formulas:** Magnitude: |z| = √(a² + b²) Argument: θ = arctan(b/a), with careful attention to quadrant - If a > 0, b > 0: First quadrant, θ = arctan(b/a) - If a < 0, b > 0: Second quadrant, θ = 180° − arctan|b/a| - If a < 0, b < 0: Third quadrant, θ = 180° + arctan|b/a| - If a > 0, b < 0: Fourth quadrant, θ = 360° − arctan|b/a| or −arctan|b/a| From polar to rectangular: - a = r cos θ - b = r sin θ **Engineering Context:** In AC circuit analysis per IEEE and PRC standards, impedance Z = R + jX (using j for the imaginary unit in engineering) combines resistance R and reactance X. The magnitude |Z| gives the total impedance, while the angle determines the phase shift between voltage and current.
Heading
1. Complex Numbers: Fundamentals and Forms
Examples
Problem
Convert z = 3 + 4i to polar form.
Solution
Step 1: Calculate magnitude. |z| = √(3² + 4²) = √(9 + 16) = √25 = 5 Step 2: Calculate argument. θ = arctan(4/3) = arctan(1.333) = 53.13° Step 3: Write in polar form. z = 5∠53.13° or z = 5(cos 53.13° + i sin 53.13°) or z = 5e^(i53.13°) Verification: 5 cos(53.13°) = 5 × 0.6 = 3 ✓, 5 sin(53.13°) = 5 × 0.8 = 4 ✓
Problem
Convert z = 2∠120° to rectangular form.
Solution
Step 1: Apply conversion formulas. a = r cos θ = 2 cos(120°) = 2 × (−0.5) = −1 b = r sin θ = 2 sin(120°) = 2 × (√3/2) = √3 ≈ 1.732 Step 2: Write in rectangular form. z = −1 + 1.732i Verification: |z| = √((−1)² + (1.732)²) = √(1 + 3) = 2 ✓
Problem
An AC circuit has impedance Z = 40 + 30j Ω. Find magnitude and phase angle.
Solution
Step 1: Calculate magnitude (total impedance). |Z| = √(40² + 30²) = √(1600 + 900) = √2500 = 50 Ω Step 2: Calculate phase angle (phase shift). φ = arctan(30/40) = arctan(0.75) = 36.87° Step 3: Interpretation. The impedance has magnitude 50 Ω and leads by 36.87°. In polar form, Z = 50∠36.87° Ω. This tells the engineer that if voltage is applied, current will lead voltage by 36.87° (capacitive circuit).
Key Points
- Complex number z = a + bi has real part a and imaginary part b
- Magnitude |z| = √(a² + b²) represents the distance from origin in the complex plane
- Argument θ = arctan(b/a) is the angle from the positive real axis; must check quadrant
- Polar form r∠θ = r(cos θ + i sin θ) is ideal for multiplication and division
- Exponential form re^(iθ) is equivalent to polar form; uses Euler's formula
- Conversion requires careful attention to quadrant for correct argument determination
- In AC circuit analysis, complex impedance Z = R + jX combines resistance and reactance
Operations on complex numbers follow rules that depend on the form used. In general, rectangular form is preferred for addition and subtraction (combine real and imaginary parts separately), while polar form is preferred for multiplication and division (multiply/divide magnitudes, add/subtract angles). **Addition and Subtraction (Rectangular):** z₁ ± z₂ = (a₁ ± a₂) + i(b₁ ± b₂) Example: (3 + 4i) + (1 − 2i) = 4 + 2i Example: (5 − 3i) − (2 + i) = 3 − 4i **Multiplication:** Rectangular method: (a + bi)(c + di) = ac − bd + i(ad + bc) This follows FOIL, remembering that i² = −1. Polar method (superior for most engineering calculations): z₁ · z₂ = r₁r₂∠(θ₁ + θ₂) Multiply magnitudes, add angles. **Division:** Rectangular method (requires rationalization by conjugate): (a + bi)/(c + di) = [(a + bi)(c − di)]/[(c + di)(c − di)] = [(ac + bd) + i(bc − ad)]/(c² + d²) Polar method (superior for engineering): z₁/z₂ = (r₁/r₂)∠(θ₁ − θ₂) Divide magnitudes, subtract angles. **De Moivre's Theorem (Powers and Roots):** For integer power n: zⁿ = [r∠θ]ⁿ = rⁿ∠(nθ) For the n-th root (n distinct values): z^(1/n) = r^(1/n)∠[(θ + 360°k)/n], where k = 0, 1, 2, ..., n−1 This is fundamental for solving equations like "find all fifth roots" or analyzing vibration modes with complex eigenvalues. **Conjugate Operations:** Complex conjugate of z = a + bi is z* = a − bi Properties: |z*| = |z|, arg(z*) = −arg(z), z · z* = |z|² Used in division and in phasor analysis for AC circuits.
Heading
2. Operations with Complex Numbers
Examples
Problem
Multiply (2 + 3i)(1 − 2i) using rectangular form, then convert result to polar form.
Solution
Step 1: Expand using FOIL and i² = −1. (2 + 3i)(1 − 2i) = 2(1) + 2(−2i) + 3i(1) + 3i(−2i) = 2 − 4i + 3i − 6i² = 2 − 4i + 3i − 6(−1) = 2 − 4i + 3i + 6 = 8 − i Step 2: Convert result to polar form. |z| = √(8² + (−1)²) = √(64 + 1) = √65 ≈ 8.062 θ = arctan(−1/8) = −7.13° (fourth quadrant, negative angle) Result: 8.062∠(−7.13°) or 8.062∠352.87° Alternative using polar form throughout: (2 + 3i) = √13∠56.31° (1 − 2i) = √5∠(−63.43°) Product: √13 · √5∠(56.31° − 63.43°) = √65∠(−7.12°) ✓
Problem
Divide (6 + 8i) by (1 + 2i) and express in rectangular form.
Solution
Step 1: Multiply numerator and denominator by the conjugate of denominator. The conjugate of (1 + 2i) is (1 − 2i). (6 + 8i)/(1 + 2i) = [(6 + 8i)(1 − 2i)]/[(1 + 2i)(1 − 2i)] Step 2: Calculate numerator. (6 + 8i)(1 − 2i) = 6(1) + 6(−2i) + 8i(1) + 8i(−2i) = 6 − 12i + 8i − 16i² = 6 − 12i + 8i + 16 = 22 − 4i Step 3: Calculate denominator. (1 + 2i)(1 − 2i) = 1² − (2i)² = 1 − 4i² = 1 + 4 = 5 Step 4: Simplify. (22 − 4i)/5 = 4.4 − 0.8i Verification using polar form: (6 + 8i) = 10∠53.13°, (1 + 2i) = √5∠63.43° Quotient: (10/√5)∠(53.13° − 63.43°) = √20∠(−10.3°) = 4.472∠(−10.3°) Converting back: 4.472 cos(−10.3°) + i·4.472 sin(−10.3°) ≈ 4.4 − 0.8i ✓
Problem
Find all cube roots of 8 (i.e., solve z³ = 8).
Solution
Step 1: Express 8 in polar form. 8 = 8∠0° (or 8∠(0° + 360°k) for any integer k) Step 2: Apply the cube root formula. z = 8^(1/3)∠[(0° + 360°k)/3] for k = 0, 1, 2 z = 2∠[120°k] Step 3: Calculate three distinct roots. For k = 0: z₀ = 2∠0° = 2 + 0i (real root) For k = 1: z₁ = 2∠120° = 2(cos 120° + i sin 120°) = 2(−0.5 + i√3/2) = −1 + i√3 For k = 2: z₂ = 2∠240° = 2(cos 240° + i sin 240°) = 2(−0.5 − i√3/2) = −1 − i√3 Verification: (2)³ = 8 ✓ (−1 + i√3)³: First, |−1 + i√3| = 2, so magnitude cubed gives 8 ✓ All three roots satisfy z³ = 8.
Problem
In an AC circuit, current I = 5∠30° A and impedance Z = 8∠45° Ω. Find the voltage V = I · Z.
Solution
Step 1: Use polar multiplication (multiply magnitudes, add angles). V = I · Z = 5∠30° · 8∠45° = (5 × 8)∠(30° + 45°) = 40∠75° V Step 2: Convert to rectangular form if needed. V = 40 cos(75°) + i·40 sin(75°) = 40(0.2588) + i·40(0.9659) = 10.35 + 38.64i V Interpretation: The voltage has magnitude 40 V and leads the reference by 75°. In engineering practice, this tells the technician how to set instrumentation and understand phase relationships in the circuit.
Key Points
- Addition/subtraction: Use rectangular form, combine real and imaginary parts separately
- Multiplication in polar form is simpler: multiply magnitudes, add angles
- Division in polar form: divide magnitudes, subtract angles
- De Moivre's Theorem: zⁿ = rⁿ∠(nθ) for powers
- Complex conjugate z* = a − bi is used in division and circuit analysis
- The n-th root of a complex number has exactly n distinct values
- Polar form is preferred for multiplication, division, and powers in engineering practice
A matrix is a rectangular array of numbers organized in rows and columns. For civil engineering applications, matrices organize data in structural analysis (stiffness matrices), finite element methods, transformation matrices for coordinate changes, and solution of simultaneous equations. **Matrix Notation and Dimensions:** A matrix A with m rows and n columns is denoted A(m×n) or Aₘₙ. Element in row i, column j is denoted aᵢⱼ. Example 3×2 matrix: A = [1 2] [3 4] [5 6] **Types of Matrices:** - Square matrix: m = n (important for determinants and eigenvalues) - Identity matrix I: diagonal matrix with 1's on diagonal, 0's elsewhere I₃ = [1 0 0] [0 1 0] [0 0 1] - Zero matrix: all elements are 0 - Diagonal matrix: non-zero only on main diagonal - Symmetric matrix: A = Aᵀ (transpose equals original; common in structural stiffness) - Skew-symmetric matrix: A = −Aᵀ **Matrix Addition and Subtraction:** Only matrices of same dimensions can be added/subtracted. Add/subtract element-wise. A + B = [aᵢⱼ + bᵢⱼ] Example: [1 2] + [4 0] = [5 2] [3 4] [1 2] [4 6] **Scalar Multiplication:** cA = [c·aᵢⱼ] (multiply each element by scalar c) Example: 2·[1 2] = [2 4] [3 4] [6 8] **Matrix Multiplication:** Product AB is defined only if number of columns in A equals number of rows in B. If A is (m×n) and B is (n×p), then AB is (m×p). Element (AB)ᵢⱼ = Σₖ aᵢₖ·bₖⱼ (dot product of row i of A with column j of B) CRITICAL: Matrix multiplication is NOT commutative. AB ≠ BA in general. Example: A(2×3) · B(3×2) = C(2×2) A = [1 2 3], B = [4 5] [4 5 6] [6 7] [8 9] C₁₁ = (1)(4) + (2)(6) + (3)(8) = 4 + 12 + 24 = 40 C₁₂ = (1)(5) + (2)(7) + (3)(9) = 5 + 14 + 27 = 46 C₂₁ = (4)(4) + (5)(6) + (6)(8) = 16 + 30 + 48 = 94 C₂₂ = (4)(5) + (5)(7) + (6)(9) = 20 + 35 + 54 = 109 C = [40 46] [94 109] **Transpose of a Matrix:** Aᵀ is obtained by swapping rows and columns. If A is (m×n), then Aᵀ is (n×m). In structural analysis, transpose is used when converting between different coordinate systems. **Determinant (for Square Matrices Only):** The determinant det(A) or |A| is a scalar that provides critical information: - If det(A) ≠ 0: Matrix is invertible (has unique solution in systems of equations) - If det(A) = 0: Matrix is singular (no unique solution) - Magnitude relates to volume scaling in transformations **2×2 Determinant:** det([a b]) = ad − bc [c d] **3×3 Determinant (Cofactor Expansion along first row):** det(A) = a₁₁·det([a₂₂ a₂₃]) − a₁₂·det([a₂₁ a₂₃]) + a₁₃·det([a₂₁ a₂₂]) [a₃₂ a₃₃] [a₃₁ a₃₃] [a₃₁ a₃₂] **Properties of Determinants:** - det(AB) = det(A)·det(B) - det(Aᵀ) = det(A) - Swapping two rows changes sign of determinant - Multiplying a row by scalar c multiplies determinant by c - If two rows are identical, determinant is 0 - det(I) = 1 (identity matrix) **Matrix Inverse:** For square matrix A with det(A) ≠ 0: A·A⁻¹ = A⁻¹·A = I For 2×2 matrix: A⁻¹ = (1/det A)·[d -b] [-c a] where A = [a b] [c d] For larger matrices, use cofactor method, row reduction, or numerical software. **Engineering Significance:** In finite element analysis and structural stiffness methods, the global stiffness matrix K is square and (if properly constrained) has non-zero determinant, allowing unique solution K·D = F (stiffness × displacement = force).
Heading
3. Matrices: Definitions, Operations, and Properties
Examples
Problem
Given A = [2 3] and B = [1 0], calculate AB and BA to show non-commutativity. [1 4] [2 1]
Solution
Step 1: Calculate AB (2×2)(2×2) = 2×2. AB = [2 3] [1 0] = [(2)(1)+(3)(2) (2)(0)+(3)(1)] [1 4] [2 1] [(1)(1)+(4)(2) (1)(0)+(4)(1)] = [2+6 0+3] = [8 3] [1+8 0+4] [9 4] Step 2: Calculate BA (2×2)(2×2) = 2×2. BA = [1 0] [2 3] = [(1)(2)+(0)(1) (1)(3)+(0)(4)] [2 1] [1 4] [(2)(2)+(1)(1) (2)(3)+(1)(4)] = [2+0 3+0] = [2 3] [4+1 6+4] [5 10] Step 3: Compare results. AB = [8 3], BA = [2 3] [9 4] [5 10] AB ≠ BA. This demonstrates that matrix multiplication is NOT commutative. In structural analysis, the order of applying transformation matrices is critical.
Problem
Calculate the determinant of A = [3 5 2] [1 0 1] [2 1 4]
Solution
Step 1: Use cofactor expansion along first row. det(A) = 3·det([0 1]) − 5·det([1 1]) + 2·det([1 0]) [1 4] [2 4] [2 1] Step 2: Calculate 2×2 determinants. det([0 1]) = (0)(4) − (1)(1) = 0 − 1 = −1 [1 4] det([1 1]) = (1)(4) − (1)(2) = 4 − 2 = 2 [2 4] det([1 0]) = (1)(1) − (0)(2) = 1 − 0 = 1 [2 1] Step 3: Substitute back. det(A) = 3(−1) − 5(2) + 2(1) = −3 − 10 + 2 = −11 Since det(A) = −11 ≠ 0, matrix A is invertible and a system Ax = b would have a unique solution.
Problem
Find the inverse of A = [2 3] [1 4]
Solution
Step 1: Calculate determinant. det(A) = (2)(4) − (3)(1) = 8 − 3 = 5 Since det(A) ≠ 0, inverse exists. Step 2: Apply 2×2 inverse formula. A⁻¹ = (1/det A)·[d -b] [-c a] = (1/5)·[4 -3] [-1 2] = [4/5 -3/5] [-1/5 2/5] = [0.8 -0.6] [-0.2 0.4] Step 3: Verify A·A⁻¹ = I. A·A⁻¹ = [2 3] [0.8 -0.6] [1 4] [-0.2 0.4] = [(2)(0.8)+(3)(-0.2) (2)(-0.6)+(3)(0.4)] [(1)(0.8)+(4)(-0.2) (1)(-0.6)+(4)(0.4)] = [1.6-0.6 -1.2+1.2] = [1 0] = I ✓ [0.8-0.8 -0.6+1.6] [0 1]
Problem
In a simple truss, the element stiffness matrix for a bar is ke = [2 -2; -2 2] (in units of kN/mm). The global stiffness matrix for three such bars arranged in series is K = [2 -2 0; -2 4 -2; 0 -2 2]. Calculate det(K) and explain its significance.
Solution
Step 1: Calculate 3×3 determinant using cofactor expansion along first row. det(K) = 2·det([4 -2]) − (-2)·det([-2 -2]) + 0·det([-2 4]) [-2 2] [0 2] [0 -2] Step 2: Calculate 2×2 minors. det([4 -2]) = (4)(2) − (-2)(-2) = 8 − 4 = 4 [-2 2] det([-2 -2]) = (-2)(2) − (-2)(0) = −4 − 0 = −4 [0 2] Step 3: Substitute back. det(K) = 2(4) − (−2)(−4) + 0 = 8 − 8 = 0 Significance: det(K) = 0 means the stiffness matrix is singular. This indicates rigid body motion (all nodes move together without internal deformation) because there is no external constraint. In practice, boundary conditions (fixed supports) must be applied to remove rows/columns corresponding to constrained degrees of freedom, resulting in a non-singular matrix with unique solution.
Key Points
- Matrix dimensions (m×n): m rows, n columns; must match for addition/subtraction
- Matrix multiplication: AB requires columns of A = rows of B; not commutative
- Determinant: defined only for square matrices; zero determinant means singular (non-invertible)
- 2×2 determinant formula: det = ad − bc
- Transpose Aᵀ swaps rows and columns; used in coordinate transformations
- Inverse A⁻¹ exists only if det(A) ≠ 0; satisfies A·A⁻¹ = I
- In structural analysis, global stiffness matrix requires non-zero determinant for unique solution
Cramer's Rule provides an elegant determinant-based method for solving systems of linear equations Ax = b, where A is the coefficient matrix, x is the unknown vector, and b is the right-hand side vector. This method is particularly useful for 2×2 and 3×3 systems common in structural analysis and circuit problems. **General Form of Linear System:** a₁₁x₁ + a₁₂x₂ + ... + a₁ₙxₙ = b₁ a₂₁x₁ + a₂₂x₂ + ... + a₂ₙxₙ = b₂ ... aₙ₁x₁ + aₙ₂x₂ + ... + aₙₙxₙ = bₙ In matrix form: Ax = b **Cramer's Rule:** If det(A) ≠ 0 (matrix is non-singular), then: xᵢ = det(Aᵢ)/det(A) where Aᵢ is the matrix obtained by replacing the i-th column of A with the vector b. **Conditions for Use:** 1. System must have exactly as many equations as unknowns (square system) 2. det(A) ≠ 0 (ensures unique solution) 3. If det(A) = 0 and det(Aᵢ) ≠ 0 for some i: no solution exists 4. If det(A) = 0 and det(Aᵢ) = 0 for all i: infinitely many solutions (system is dependent) **Advantages:** - Conceptually elegant; shows each unknown as ratio of determinants - Useful for hand calculation of small systems - Reveals when unique solution exists (det(A) ≠ 0) **Disadvantages:** - Computationally expensive for large systems (many determinants to calculate) - Numerically unstable with ill-conditioned matrices - For large systems, Gaussian elimination is preferred **Engineering Applications:** - Finding unknown forces in indeterminate trusses (method of joints) - Analyzing multi-loop circuits using node voltage method - Solving for unknown reactions and internal forces in beams - Finite element analysis with small element matrices
Heading
4. Cramer's Rule: Solving Systems of Linear Equations
Examples
Problem
Solve the system using Cramer's Rule: 2x + 3y = 8 x + 4y = 9
Solution
Step 1: Set up coefficient matrix A and constant vector b. A = [2 3], b = [8] [1 4] [9] Step 2: Calculate det(A). det(A) = (2)(4) − (3)(1) = 8 − 3 = 5 Since det(A) ≠ 0, unique solution exists. Step 3: Calculate det(A₁) for x (replace column 1 with b). A₁ = [8 3] [9 4] det(A₁) = (8)(4) − (3)(9) = 32 − 27 = 5 Step 4: Calculate det(A₂) for y (replace column 2 with b). A₂ = [2 8] [1 9] det(A₂) = (2)(9) − (8)(1) = 18 − 8 = 10 Step 5: Apply Cramer's Rule. x = det(A₁)/det(A) = 5/5 = 1 y = det(A₂)/det(A) = 10/5 = 2 Step 6: Verify. 2(1) + 3(2) = 2 + 6 = 8 ✓ 1 + 4(2) = 1 + 8 = 9 ✓
Problem
Solve using Cramer's Rule: 3x + y + 2z = 11 x + 2y + z = 8 2x + y + 3z = 12
Solution
Step 1: Set up coefficient matrix A and constant vector b. A = [3 1 2], b = [11] [1 2 1] [8] [2 1 3] [12] Step 2: Calculate det(A) using cofactor expansion along first row. det(A) = 3·det([2 1]) − 1·det([1 1]) + 2·det([1 2]) [1 3] [2 3] [2 1] = 3(6−1) − 1(3−2) + 2(1−4) = 3(5) − 1(1) + 2(−3) = 15 − 1 − 6 = 8 Since det(A) = 8 ≠ 0, unique solution exists. Step 3: Calculate det(A₁) (replace column 1 with b). A₁ = [11 1 2] [8 2 1] [12 1 3] det(A₁) = 11·det([2 1]) − 1·det([8 1]) + 2·det([8 2]) [1 3] [12 3] [12 1] = 11(6−1) − 1(24−12) + 2(8−24) = 11(5) − 12 + 2(−16) = 55 − 12 − 32 = 11 Step 4: Calculate det(A₂) (replace column 2 with b). A₂ = [3 11 2] [1 8 1] [2 12 3] det(A₂) = 3·det([8 1]) − 11·det([1 1]) + 2·det([1 8]) [12 3] [2 3] [2 12] = 3(24−12) − 11(3−2) + 2(12−16) = 3(12) − 11(1) + 2(−4) = 36 − 11 − 8 = 17 Step 5: Calculate det(A₃) (replace column 3 with b). A₃ = [3 1 11] [1 2 8] [2 1 12] det(A₃) = 3·det([2 8]) − 1·det([1 8]) + 11·det([1 2]) [1 12] [2 12] [2 1] = 3(24−8) − 1(12−16) + 11(1−4) = 3(16) − 1(−4) + 11(−3) = 48 + 4 − 33 = 19 Step 6: Apply Cramer's Rule. x = det(A₁)/det(A) = 11/8 = 1.375 y = det(A₂)/det(A) = 17/8 = 2.125 z = det(A₃)/det(A) = 19/8 = 2.375 Verification (check first equation): 3(1.375) + 2.125 + 2(2.375) = 4.125 + 2.125 + 4.75 = 11 ✓
Problem
In a simple three-node truss subjected to loads, the equilibrium equations are: 4F₁ − F₂ = 10 (kN, horizontal) −F₁ + 3F₂ = 5 (kN, vertical) where F₁ and F₂ are unknown forces. Use Cramer's Rule to find F₁ and F₂.
Solution
Step 1: Set up coefficient matrix and constant vector. A = [4 -1], b = [10] [-1 3] [5] Step 2: Calculate det(A). det(A) = (4)(3) − (−1)(−1) = 12 − 1 = 11 Since det(A) ≠ 0, unique solution exists. Step 3: Calculate det(A₁) for F₁. A₁ = [10 -1] [5 3] det(A₁) = (10)(3) − (−1)(5) = 30 + 5 = 35 Step 4: Calculate det(A₂) for F₂. A₂ = [4 10] [-1 5] det(A₂) = (4)(5) − (10)(−1) = 20 + 10 = 30 Step 5: Apply Cramer's Rule. F₁ = det(A₁)/det(A) = 35/11 ≈ 3.18 kN F₂ = det(A₂)/det(A) = 30/11 ≈ 2.73 kN Step 6: Physical interpretation. Both forces are positive, indicating they act in the assumed directions. The 35/11 and 30/11 represent exact symbolic solutions; decimal approximations are used for practical design.
Key Points
- Cramer's Rule: xᵢ = det(Aᵢ)/det(A), where Aᵢ replaces column i with vector b
- Requires square coefficient matrix A with det(A) ≠ 0
- If det(A) = 0: either no solution or infinitely many solutions
- Ideal for 2×2 and 3×3 hand calculations; inefficient for large systems
- Each unknown is expressed as ratio of two determinants
- Useful for teaching and understanding solution behavior
- In structural problems, det(A) = 0 often indicates missing constraints
Vectors are mathematical quantities with both magnitude and direction. In civil engineering, vectors represent forces, displacements, velocities, and stress resultants. Two primary vector operations—dot product and cross product—are essential for force equilibrium, moment calculations, and three-dimensional geometry. **Vector Representation:** A vector in 3D space is written as: v = (vₓ, vᵧ, vᵢ) or v = vₓi + vᵧj + vᵢk where i, j, k are unit vectors along x, y, z axes respectively. Magnitude (length): |v| = √(vₓ² + vᵧ² + vᵢ²) **Dot Product (Scalar Product):** The dot product of vectors a and b produces a scalar (single number): a · b = aₓbₓ + aᵧbᵧ + aᵢbᵢ (component form) Alternatively: a · b = |a||b|cos(θ) where θ is the angle between the vectors. **Properties of Dot Product:** - Commutative: a · b = b · a - Distributive: a · (b + c) = a · b + a · c - If a · b = 0: vectors are perpendicular (θ = 90°) - If a · b > 0: acute angle (θ < 90°) - If a · b < 0: obtuse angle (θ > 90°) - a · a = |a|² (magnitude squared) **Engineering Applications of Dot Product:** - Finding component of force in a given direction: F_dir = (F · u)u, where u is unit vector - Determining if forces/displacements are perpendicular - Calculating work: W = F · d = |F||d|cos(θ) - Finding angle between two members in a structure **Cross Product (Vector Product):** The cross product of vectors a and b produces a vector perpendicular to both: a × b = |i j k | |aₓ aᵧ aᵢ | |bₓ bᵧ bᵢ | Expanding: a × b = (aᵧbᵢ − aᵢbᵧ)i − (aₓbᵢ − aᵢbₓ)j + (aₓbᵧ − aᵧbₓ)k Alternatively: |a × b| = |a||b|sin(θ) where θ is the angle between vectors. Direction: Use right-hand rule. If fingers curl from a to b, thumb points in direction of a × b. **Properties of Cross Product:** - Non-commutative: a × b = −(b × a) - Distributive: a × (b + c) = a × b + a × c - If a × b = 0: vectors are parallel or antiparallel (θ = 0° or 180°) - |a × b| equals area of parallelogram formed by a and b - Perpendicular to both a and b - i × j = k, j × k = i, k × i = j **Engineering Applications of Cross Product:** - Calculating moment (torque): M = r × F (position × force) - Finding area of irregular surfaces - Determining normal to a plane defined by two vectors - Analyzing three-dimensional stress and strain states - Determining whether forces cause rotation about a point **Angle Between Two Vectors:** From dot product definition: cos(θ) = (a · b)/(|a||b|) θ = arccos[(a · b)/(|a||b|)] This is useful for finding angles between members in trusses or angle of incidence in wind load analysis.
Heading
5. Vector Algebra: Dot Product and Cross Product
Examples
Problem
Find the dot product and angle between vectors a = (3, 4, 0) and b = (1, 0, 2).
Solution
Step 1: Calculate dot product using component form. a · b = (3)(1) + (4)(0) + (0)(2) = 3 + 0 + 0 = 3 Step 2: Calculate magnitudes. |a| = √(3² + 4² + 0²) = √(9 + 16 + 0) = √25 = 5 |b| = √(1² + 0² + 2²) = √(1 + 0 + 4) = √5 ≈ 2.236 Step 3: Find angle using dot product formula. cos(θ) = (a · b)/(|a||b|) = 3/(5 × 2.236) = 3/11.18 ≈ 0.268 θ = arccos(0.268) ≈ 74.5° Interpretation: Vectors a and b form an acute angle of 74.5°. The positive dot product confirms the angle is less than 90°.
Problem
Find the component of force F = (12, 5, 0) N in the direction of unit vector u = (0.6, 0.8, 0).
Solution
Step 1: Recognize that u is a unit vector (|u| = 1). Verify: |u| = √(0.6² + 0.8²) = √(0.36 + 0.64) = √1 = 1 ✓ Step 2: Calculate dot product F · u. F · u = (12)(0.6) + (5)(0.8) + (0)(0) = 7.2 + 4.0 + 0 = 11.2 Step 3: Interpret result. The component of F in the direction of u is 11.2 N. This means if you project force F onto the direction u, the magnitude of that projection is 11.2 N. Alternative verification: |F| = √(12² + 5² + 0²) = 13 N Angle: cos(θ) = 11.2/13 ≈ 0.862, so θ ≈ 30.5° Component = |F|cos(θ) = 13(0.862) ≈ 11.2 N ✓
Problem
A moment is created by applying force F = (0, 0, 50) N at point P relative to point O, where position vector r = (2, 3, 0) m. Calculate the moment vector M = r × F.
Solution
Step 1: Set up cross product formula. M = r × F = |i j k | |2 3 0 | |0 0 50 | Step 2: Expand determinant along first row. M = i(3·50 − 0·0) − j(2·50 − 0·0) + k(2·0 − 3·0) = i(150) − j(100) + k(0) = 150i − 100j + 0k Step 3: Write in component form. M = (150, −100, 0) N·m Step 4: Calculate magnitude of moment. |M| = √(150² + (−100)² + 0²) = √(22500 + 10000) = √32500 ≈ 180.3 N·m Verification using |M| = |r||F|sin(θ): |r| = √(2² + 3² + 0²) = √13 ≈ 3.606 m |F| = 50 N Since r is in xy-plane and F is along z-axis, angle between them is 90°, so sin(90°) = 1. |M| = 3.606 × 50 × 1 ≈ 180.3 N·m ✓ Physical interpretation: The moment is perpendicular to both r and F (points in the xy-plane). This is characteristic of a moment vector in the right-hand sense about the z-axis.
Problem
For structural analysis, find the cross product of two member vectors: v₁ = (1, 2, 0) (member direction) and v₂ = (0, 1, 3) (another member direction). Interpret the result.
Solution
Step 1: Set up cross product. v₁ × v₂ = |i j k | |1 2 0 | |0 1 3 | Step 2: Expand determinant. v₁ × v₂ = i(2·3 − 0·1) − j(1·3 − 0·0) + k(1·1 − 2·0) = i(6) − j(3) + k(1) = 6i − 3j + 1k = (6, −3, 1) Step 3: Calculate magnitude. |v₁ × v₂| = √(6² + (−3)² + 1²) = √(36 + 9 + 1) = √46 ≈ 6.78 Step 4: Find angle between members. |v₁| = √(1² + 2² + 0²) = √5 |v₂| = √(0² + 1² + 3²) = √10 sin(θ) = |v₁ × v₂|/(|v₁||v₂|) = 6.78/(√5 × √10) = 6.78/√50 = 6.78/7.071 ≈ 0.959 θ = arcsin(0.959) ≈ 73.4° Interpretation: The two members are at an angle of 73.4° in 3D space. The cross product vector (6, −3, 1) is normal to the plane containing both members. In structural design, such normal vectors are useful for defining faces of complex joint regions.
Key Points
- Dot product a · b = aₓbₓ + aᵧbᵧ + aᵢbᵢ produces scalar (single number)
- Dot product = 0 means vectors are perpendicular
- a · b = |a||b|cos(θ); useful for finding angle between vectors
- Cross product a × b produces vector perpendicular to both a and b
- Cross product = 0 means vectors are parallel or antiparallel
- |a × b| = |a||b|sin(θ); magnitude equals area of parallelogram
- Moment calculation: M = r × F (position vector × force vector)
- Right-hand rule determines direction of cross product
Understanding vector magnitude and direction is fundamental for translating physical quantities into mathematical form. Direction cosines provide a systematic way to express vector direction in 3D space, essential for analyzing loads on inclined surfaces and member orientations in 3D trusses. **Vector Magnitude:** For vector v = (vₓ, vᵧ, vᵢ): |v| = √(vₓ² + vᵧ² + vᵢ²) Magnitude is always non-negative and represents the "length" of the vector in physical units (forces in kN, displacements in mm, etc.). **Unit Vector:** A unit vector has magnitude 1 and indicates direction only. Any vector can be converted to a unit vector by dividing by its magnitude: û = v/|v| = (vₓ/|v|, vᵧ/|v|, vᵢ/|v|) Unit vector is dimensionless and purely directional. Unit vectors along coordinate axes: i = (1, 0, 0), j = (0, 1, 0), k = (0, 0, 1) **Direction Cosines:** For a vector v making angles α, β, γ with the positive x, y, z axes respectively: cos(α) = vₓ/|v| = component of unit vector in x-direction cos(β) = vᵧ/|v| = component of unit vector in y-direction cos(γ) = vᵢ/|v| = component of unit vector in z-direction These are called direction cosines. They satisfy the fundamental relationship: cos²(α) + cos²(β) + cos²(γ) = 1 This identity is crucial for checking if direction is properly specified; if the sum of squares doesn't equal 1, direction specification is incomplete or inconsistent. **Converting Between Forms:** 1. From vector components to direction cosines: Calculate |v|, then divide each component by magnitude. 2. From direction cosines to vector: If direction cosines are known and magnitude |v| is known: vₓ = |v|cos(α) vᵧ = |v|cos(β) vᵢ = |v|cos(γ) 3. From two points to direction: If vector extends from point A(x₁, y₁, z₁) to B(x₂, y₂, z₂): v = (x₂−x₁, y₂−y₁, z₂−z₁) Then calculate magnitude and direction cosines as above. **Engineering Applications:** - Specifying cable or member orientation in 3D structures - Determining components of inclined loads (e.g., wind on sloped roof) - Converting between local and global coordinate systems - Analyzing strut forces in space frames - Finite element orientation matrices
Heading
6. Vector Magnitude, Unit Vectors, and Direction Cosines
Examples
Problem
Find the magnitude, unit vector, and direction cosines of v = (3, 4, 12).
Solution
Step 1: Calculate magnitude. |v| = √(3² + 4² + 12²) = √(9 + 16 + 144) = √169 = 13 Step 2: Find unit vector. û = v/|v| = (3/13, 4/13, 12/13) = (0.231, 0.308, 0.923) Step 3: Calculate direction cosines. cos(α) = vₓ/|v| = 3/13 ≈ 0.231 cos(β) = vᵧ/|v| = 4/13 ≈ 0.308 cos(γ) = vᵢ/|v| = 12/13 ≈ 0.923 Step 4: Find angles. α = arccos(0.231) ≈ 76.6° β = arccos(0.308) ≈ 72.1° γ = arccos(0.923) ≈ 22.6° Step 5: Verify identity. cos²(α) + cos²(β) + cos²(γ) = (3/13)² + (4/13)² + (12/13)² = (9 + 16 + 144)/169 = 169/169 = 1 ✓ Interpretation: The vector points mostly along the z-axis (angle γ = 22.6° is smallest) and less so along the x-axis (angle α = 76.6° is largest).
Problem
A cable in a 3D truss extends from point A(0, 0, 0) to point B(6, 8, 10) meters. Find the cable unit vector and direction cosines. If the cable has a tensile force of 50 kN, find the force vector.
Solution
Step 1: Find vector from A to B. v_AB = B − A = (6−0, 8−0, 10−0) = (6, 8, 10) m Step 2: Calculate magnitude (cable length). |v_AB| = √(6² + 8² + 10²) = √(36 + 64 + 100) = √200 = 10√2 ≈ 14.142 m Step 3: Find unit vector (direction of cable). û = (6, 8, 10)/14.142 = (0.424, 0.566, 0.707) Step 4: Calculate direction cosines. cos(α) = 6/14.142 ≈ 0.424, so α ≈ 64.9° cos(β) = 8/14.142 ≈ 0.566, so β ≈ 55.0° cos(γ) = 10/14.142 ≈ 0.707, so γ ≈ 45.0° Step 5: Find force vector (magnitude × unit vector). F = 50 kN × û = 50(0.424, 0.566, 0.707) = (21.2, 28.3, 35.4) kN Interpretation: The cable pulls with 50 kN total force distributed as 21.2 kN in x-direction, 28.3 kN in y-direction, and 35.4 kN in z-direction. Sum of squares: 21.2² + 28.3² + 35.4² = 2500 = 50², confirming the calculation.
Problem
Given that direction cosines of a vector are cos(α) = 0.6, cos(β) = 0.8, and the vector has magnitude 20 units, find: (a) the third direction cosine, (b) the vector components, (c) verify the identity.
Solution
Step 1: Find cos(γ) using the fundamental identity. cos²(α) + cos²(β) + cos²(γ) = 1 (0.6)² + (0.8)² + cos²(γ) = 1 0.36 + 0.64 + cos²(γ) = 1 cos²(γ) = 0 cos(γ) = 0 Note: This means γ = 90°, so the vector lies entirely in the xy-plane. Step 2: Find vector components. vₓ = |v| cos(α) = 20(0.6) = 12 vᵧ = |v| cos(β) = 20(0.8) = 16 vᵢ = |v| cos(γ) = 20(0) = 0 Vector: v = (12, 16, 0) Step 3: Verify magnitude. |v| = √(12² + 16² + 0²) = √(144 + 256) = √400 = 20 ✓ Step 4: Verify identity. cos²(α) + cos²(β) + cos²(γ) = 0.36 + 0.64 + 0 = 1 ✓ Interpretation: The vector lies in the xy-plane at an angle of arctan(16/12) = arctan(1.333) ≈ 53.1° from the x-axis.
Key Points
- Magnitude |v| = √(vₓ² + vᵧ² + vᵢ²) is always non-negative
- Unit vector û = v/|v| has magnitude 1 and shows direction only
- Direction cosines: cos(α) = vₓ/|v|, cos(β) = vᵧ/|v|, cos(γ) = vᵢ/|v|
- Fundamental identity: cos²(α) + cos²(β) + cos²(γ) = 1
- Unit vectors along axes: i = (1,0,0), j = (0,1,0), k = (0,0,1)
- Vector between two points: v = (x₂−x₁, y₂−y₁, z₂−z₁)
- Direction cosines provide systematic way to express 3D orientation
Previous chapter
Differential Equations
Next chapter
Engineering Data Analysis (Probability and Statistics)
Ready to practise for the CELE 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CELE exam date.