🇵🇰 ETEA Engineering Test · subject
ETEA Engineering Test Mathematics Syllabus
Every chapter and topic of Mathematics examined in ETEA Engineering Test — 12 chapters, 35 topics, plus 52 flashcards written against it.
Mathematics syllabus — full chapter and topic list
Expand any chapter to see its topics and sub-topics. This is the whole examinable outline for Mathematics in ETEA Engineering Test, not a summary of it.
-
Number Systems
2 topics- Real and Complex Numbers
- Operations on Complex Numbers
-
Sets, Functions and Groups
3 topics- Sets and Venn Diagrams
- Relations and Functions
- Binary Operations and Groups
-
Matrices and Determinants
3 topics- Algebra of Matrices
- Determinants and Properties
- Inverse of a Matrix and Cramer's Rule
-
Quadratic Equations
3 topics- Solution of Quadratic Equations
- Nature of Roots and Relations
- Partial Fractions
-
Sequences and Series
3 topics- Arithmetic Progression
- Geometric Progression
- Harmonic Progression and Means
-
Permutation, Combination and Probability
3 topics- Permutations
- Combinations
- Probability
-
Mathematical Induction and Binomial Theorem
2 topics- Principle of Mathematical Induction
- Binomial Theorem and Series
-
Trigonometry
4 topics- Trigonometric Identities
- Trigonometric Functions and Graphs
- Solution of Triangles
- Inverse Trigonometric Functions
-
Functions and Limits
2 topics- Types of Functions
- Limits and Continuity
-
Differentiation
3 topics- Derivative and Rules of Differentiation
- Differentiation of Trigonometric and Exponential Functions
- Applications of Derivatives
-
Integration
3 topics- Indefinite Integrals and Methods
- Definite Integrals
- Area Under the Curve and Differential Equations
-
Analytic Geometry and Vectors
4 topics- Straight Line and Pair of Lines
- Conic Sections
- Linear Inequalities and Programming
- Vectors in Space
Mathematics flashcards for ETEA Engineering Test
21 of 52 cards from the Mathematics deck — real questions with worked answers.
What is the standard form of a complex number, and what do its parts represent?
A complex number is written as $z = a + bi$, where $a$ is the real part $\operatorname{Re}(z)$, $b$ is the imaginary part $\operatorname{Im}(z)$, and $i = \sqrt{-1}$ so that $i^{2} = -1$.
How do the natural, integer, rational, irrational, and real number sets relate to one another?
They nest: $\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}$. The irrationals $\mathbb{Q}'$ together with $\mathbb{Q}$ make up $\mathbb{R}$, i.e. $\mathbb{R} = \mathbb{Q} \cup \mathbb{Q}'$, and $\mathbb{Q} \cap \mathbb{Q}' = \varnothing$. All of these sit inside the complex numbers $\mathbb{C}$.
What distinguishes a rational number from an irrational number?
A rational number can be written as $\frac{p}{q}$ with $p,q \in \mathbb{Z}$ and $q \neq 0$ (its decimal terminates or repeats). An irrational number cannot be expressed as such a ratio; its decimal is non-terminating and non-repeating, e.g. $\sqrt{2}$, $\pi$, $e$.
Define the modulus and conjugate of a complex number $z = a + bi$.
The modulus is $|z| = \sqrt{a^{2} + b^{2}}$, and the conjugate is $\bar{z} = a - bi$. They satisfy $z\bar{z} = a^{2} + b^{2} = |z|^{2}$.
How do you divide two complex numbers, e.g. $\frac{a+bi}{c+di}$?
Multiply numerator and denominator by the conjugate of the denominator: $$\frac{a+bi}{c+di} = \frac{(a+bi)(c-di)}{c^{2}+d^{2}} = \frac{(ac+bd)+(bc-ad)i}{c^{2}+d^{2}}.$$
What is the pattern of the powers of $i$?
They cycle with period 4: $i^{1}=i$, $i^{2}=-1$, $i^{3}=-i$, $i^{4}=1$. In general $i^{n}$ depends only on $n \bmod 4$, so e.g. $i^{n}$ for $n \equiv 0$ gives $1$.
State De Moivre's theorem for a complex number in polar form.
If $z = r(\cos\theta + i\sin\theta)$, then for integer $n$: $$z^{n} = r^{n}\big(\cos(n\theta) + i\sin(n\theta)\big).$$
What are the moduli/argument rules for the product and quotient of complex numbers?
For products $|z_1 z_2| = |z_1||z_2|$ and $\arg(z_1 z_2) = \arg z_1 + \arg z_2$; for quotients $\left|\frac{z_1}{z_2}\right| = \frac{|z_1|}{|z_2|}$ and $\arg\!\left(\frac{z_1}{z_2}\right) = \arg z_1 - \arg z_2$.
State the formulas for the union, intersection, and difference of two sets.
$A \cup B = \{x : x \in A \text{ or } x \in B\}$; $A \cap B = \{x : x \in A \text{ and } x \in B\}$; $A \setminus B = \{x : x \in A \text{ and } x \notin B\}$.
State De Morgan's laws for sets.
$$(A \cup B)' = A' \cap B', \qquad (A \cap B)' = A' \cup B'.$$ The complement of a union is the intersection of complements, and vice versa.
What is the formula for the number of elements in the union of two finite sets (inclusion–exclusion)?
$$n(A \cup B) = n(A) + n(B) - n(A \cap B).$$ For three sets: $n(A\cup B\cup C)=n(A)+n(B)+n(C)-n(A\cap B)-n(B\cap C)-n(A\cap C)+n(A\cap B\cap C)$.
How many subsets and how many proper subsets does a set with $n$ elements have?
It has $2^{n}$ subsets in total (the power set) and $2^{n} - 1$ proper subsets (all subsets except the set itself).
Define a relation and a function from set $A$ to set $B$.
A relation from $A$ to $B$ is any subset of the Cartesian product $A \times B$. A function $f : A \to B$ is a relation in which every element of $A$ is paired with exactly one element of $B$.
Distinguish injective, surjective, and bijective functions.
Injective (one-one): distinct inputs give distinct outputs, $f(x_1)=f(x_2)\Rightarrow x_1=x_2$. Surjective (onto): every element of the codomain is an image. Bijective: both injective and surjective, so an inverse $f^{-1}$ exists.
What is the domain and range of a relation, and how do they differ for a function?
The domain is the set of all first components and the range is the set of all second components of the ordered pairs. For a function the domain must include every element of the starting set, each appearing exactly once as a first component.
What four properties define a group $(G, *)$?
1) Closure: $a*b \in G$. 2) Associativity: $(a*b)*c = a*(b*c)$. 3) Identity: there is $e$ with $a*e = e*a = a$. 4) Inverse: each $a$ has $a^{-1}$ with $a*a^{-1} = e$. If $*$ is also commutative, the group is abelian.
What is a binary operation on a set $S$, and what does closure mean?
A binary operation $*$ on $S$ is a rule assigning to each ordered pair $(a,b)$ with $a,b \in S$ a unique element $a*b$. The operation is closed on $S$ if $a*b \in S$ for all $a,b \in S$, i.e. $*: S \times S \to S$.
What is a semigroup, a monoid, and how do they build up to a group?
A semigroup has closure and associativity. A monoid is a semigroup that also has an identity element. A group is a monoid in which every element additionally has an inverse.
How are two matrices added, and what condition must hold?
They must have the same order ($m \times n$). Addition is entrywise: if $A=[a_{ij}]$ and $B=[b_{ij}]$ then $A+B = [a_{ij}+b_{ij}]$.
State the rule for matrix multiplication, including the order requirement.
For $A_{m\times n}$ and $B_{n\times p}$ (inner dimensions equal), the product $C = AB$ is $m\times p$ with $$c_{ij} = \sum_{k=1}^{n} a_{ik} b_{kj}.$$ Matrix multiplication is generally not commutative: $AB \neq BA$.
Define the transpose of a matrix and give the transpose of a product.
The transpose $A^{t}$ swaps rows and columns: $(A^{t})_{ij} = a_{ji}$. For products $(AB)^{t} = B^{t} A^{t}$ (order reverses).
Planning Mathematics for ETEA Engineering Test
Mathematics is about 27% of the ETEA Engineering Test syllabus by topic count — 35 of 130 topics, spread over 12 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 25 hours.
The heaviest chapters are Trigonometry (4 topics), Analytic Geometry and Vectors (4 topics), Sets, Functions and Groups (3 topics) . Front-load those while your energy is high; the short chapters are better revision filler later.
Work top-down: read the chapter, then tick topics off individually rather than marking the whole chapter done. Sub-topics are where silent gaps hide.
Mathematics (ETEA Engineering Test) FAQ
What is in the ETEA Engineering Test Mathematics syllabus?
Mathematics is split into 12 chapters — Number Systems, Sets, Functions and Groups, Matrices and Determinants, Quadratic Equations, Sequences and Series and Permutation, Combination and Probability, and 6 more, containing 35 topics and 0 sub-topics in total.
How many chapters are there in Mathematics for ETEA Engineering Test?
12 chapters. Mathematics accounts for about 27% of the topics in the whole ETEA Engineering Test syllabus (35 of 130).
How long should I spend on Mathematics for ETEA Engineering Test?
Budget around 25 hours for a first pass through Mathematics — about 45 minutes per topic plus 12 minutes per sub-topic across its 35 topics. Add revision cycles on top.
Are there flashcards for ETEA Engineering Test Mathematics?
Yes — a 52-card Mathematics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.