๐ต๐ฐ PAF Aeronautical Engineering ยท subject
PAF Aeronautical Engineering Mathematics Syllabus
Every chapter and topic of Mathematics examined in PAF Aeronautical Engineering โ 6 chapters, 24 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 PAF Aeronautical Engineering, not a summary of it.
-
Number Systems
3 topics- Real and Complex Numbers
- Sets, Functions and Groups
- Number Theory Basics
-
Algebra
6 topics- Quadratic Equations
- Matrices and Determinants
- Partial Fractions
- Sequences and Series
- Permutations, Combinations and Probability
- Mathematical Induction and Binomial Theorem
-
Trigonometry
5 topics- Trigonometric Functions and Identities
- Trigonometric Equations
- Inverse Trigonometric Functions
- Solution of Triangles
- Heights and Distances
-
Calculus
4 topics- Limits and Continuity
- Differentiation
- Integration
- Differential Equations
-
Geometry and Vectors
3 topics- Coordinate Geometry
- Analytical Geometry
- Vectors
-
Statistics
3 topics- Measures of Central Tendency
- Measures of Dispersion
- Data Representation
Mathematics flashcards for PAF Aeronautical Engineering
21 of 52 cards from the Mathematics deck โ real questions with worked answers.
Classify the real number system: what are the two disjoint subsets that make up $\mathbb{R}$, and give an example of each.
$\mathbb{R}$ splits into rationals $\mathbb{Q}$ (numbers expressible as $\frac{p}{q}$, $q \neq 0$, e.g. $\frac{3}{4}$) and irrationals (non-terminating, non-repeating decimals, e.g. $\sqrt{2}$ or $\pi$).
What is the standard (rectangular) form of a complex number, and what do its parts represent?
$z = a + bi$, where $a = \operatorname{Re}(z)$ is the real part, $b = \operatorname{Im}(z)$ is the imaginary part, and $i = \sqrt{-1}$ so that $i^{2} = -1$.
Define the complex conjugate of $z = a + bi$ and state one key product identity.
The conjugate is $\bar{z} = a - bi$. Their product is real: $z\bar{z} = a^{2} + b^{2} = |z|^{2}$.
How do you divide complex numbers, e.g. compute $\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}}$.
Evaluate the powers of $i$: what are $i^{1}, i^{2}, i^{3}, i^{4}$, and what is the general pattern?
$i^{1}=i$, $i^{2}=-1$, $i^{3}=-i$, $i^{4}=1$. Powers cycle with period 4, so $i^{n} = i^{n \bmod 4}$.
On the Argand diagram, how is a complex number $z = a + bi$ represented?
As the point $(a, b)$ (or the vector from the origin to that point) in the plane, with the horizontal axis the real axis and the vertical axis the imaginary axis.
Define the modulus and argument of $z = a + bi$.
Modulus: $|z| = \sqrt{a^{2} + b^{2}}$ (distance from origin). Argument: $\theta = \arg(z) = \tan^{-1}\!\left(\frac{b}{a}\right)$ (angle from positive real axis).
Write the polar form of a complex number and state De Moivre's theorem.
Polar form: $z = r(\cos\theta + i\sin\theta)$ with $r = |z|$. De Moivre: $z^{n} = r^{n}(\cos n\theta + i\sin n\theta)$.
What does the modulus identity $|z_1 z_2| = |z_1||z_2|$ tell you, and what is the corresponding rule for arguments?
The modulus of a product equals the product of moduli; the arguments add: $\arg(z_1 z_2) = \arg(z_1) + \arg(z_2)$.
Define a set, and distinguish a subset from a proper subset.
A set is a well-defined collection of distinct objects. $A \subseteq B$ (subset) means every element of $A$ is in $B$; $A \subset B$ (proper subset) additionally requires $A \neq B$.
State De Morgan's laws for sets.
$(A \cup B)' = A' \cap B'$ and $(A \cap B)' = A' \cup B'$.
Define a function, and distinguish injective, surjective and bijective functions.
A function $f: A \to B$ assigns each element of $A$ exactly one element of $B$. Injective (one-to-one): distinct inputs give distinct outputs. Surjective (onto): every element of $B$ is an image. Bijective: both injective and surjective.
What four properties must a set $G$ with binary operation $*$ satisfy to be a group?
Closure, associativity ($a*(b*c)=(a*b)*c$), existence of an identity $e$ ($a*e=e*a=a$), and existence of an inverse for each element ($a*a^{-1}=e$). An abelian group additionally requires commutativity.
State the Fundamental Theorem of Arithmetic.
Every integer greater than 1 can be expressed uniquely (up to order) as a product of prime numbers.
Define the GCD and LCM of two integers and state their relationship.
GCD is the greatest common divisor; LCM is the least common multiple. For positive integers $a, b$: $\gcd(a,b) \times \operatorname{lcm}(a,b) = a \times b$.
State the divisibility rule for 3 and for 9.
An integer is divisible by 3 if the sum of its digits is divisible by 3; it is divisible by 9 if the digit sum is divisible by 9.
What is the general form of a quadratic equation, and what is the quadratic formula for its roots?
General form: $ax^{2} + bx + c = 0$, $a \neq 0$. Roots: $x = \dfrac{-b \pm \sqrt{b^{2} - 4ac}}{2a}$.
Define the discriminant of a quadratic and give its formula.
The discriminant is $\Delta = b^{2} - 4ac$; it determines the nature of the roots of $ax^{2}+bx+c=0$.
Classify the nature of the roots of $ax^{2}+bx+c=0$ based on the discriminant $\Delta = b^{2}-4ac$.
If $\Delta > 0$: two distinct real roots. If $\Delta = 0$: one repeated (equal) real root. If $\Delta < 0$: two complex conjugate (non-real) roots.
When are the roots of a quadratic with rational coefficients rational, and when are they irrational conjugates?
If $\Delta = b^{2}-4ac$ is a perfect square (and $\geq 0$), the roots are rational; if $\Delta > 0$ but not a perfect square, the roots are irrational and occur as conjugate pairs $p \pm \sqrt{q}$.
For $ax^{2}+bx+c=0$ with roots $\alpha$ and $\beta$, state the sum and product of the roots.
Sum: $\alpha + \beta = -\dfrac{b}{a}$. Product: $\alpha\beta = \dfrac{c}{a}$.
Planning Mathematics for PAF Aeronautical Engineering
Mathematics is about 21% of the PAF Aeronautical Engineering syllabus by topic count โ 24 of 112 topics, spread over 6 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 20 hours.
The heaviest chapters are Algebra (6 topics), Trigonometry (5 topics), Calculus (4 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 (PAF Aeronautical Engineering) FAQ
What is in the PAF Aeronautical Engineering Mathematics syllabus?
Mathematics is split into 6 chapters โ Number Systems, Algebra, Trigonometry, Calculus, Geometry and Vectors and Statistics, containing 24 topics and 0 sub-topics in total.
How many chapters are there in Mathematics for PAF Aeronautical Engineering?
6 chapters. Mathematics accounts for about 21% of the topics in the whole PAF Aeronautical Engineering syllabus (24 of 112).
How long should I spend on Mathematics for PAF Aeronautical Engineering?
Budget around 20 hours for a first pass through Mathematics โ about 45 minutes per topic plus 12 minutes per sub-topic across its 24 topics. Add revision cycles on top.
Are there flashcards for PAF Aeronautical Engineering 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.