Syllabus-1
Syllabus-1
January
The present document outlines the mathematical concepts that may be neces-
sary for participating in ETEAM.
Unless explicitly stated otherwise, the results listed below are expected to be
known by middle school and high school students.
Contents
1 Arithmetic 2
1.1 Numbers and Operations . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Exponents and Roots . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2 Algebra 3
2.1 Polynomials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.3 Systems of Equations and Inequalities . . . . . . . . . . . . . . . . . 3
2.4 Matrices and Determinants . . . . . . . . . . . . . . . . . . . . . . . 3
3 Geometry 4
3.1 Plane Geometry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2 Coordinate Geometry . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.3 Trigonometry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.4 Vectors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
4 Calculus 5
4.1 Sequences and Series . . . . . . . . . . . . . . . . . . . . . . . . . . 5
4.2 Derivatives . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1
4.3 Integration (Introductory Level) . . . . . . . . . . . . . . . . . . . . 6
6 Discrete Mathematics 7
6.1 Graph Theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
7 Complex Numbers 8
8 Mathematical Reasoning 8
8.1 Logic and Propositions . . . . . . . . . . . . . . . . . . . . . . . . . 8
8.2 Set theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
8.3 Methods of Proof . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1 Arithmetic
1.1 Numbers and Operations
• Types of numbers: natural numbers, whole numbers, integers, rational num-
bers, irrational numbers, and real numbers.
2
2 Algebra
2.1 Polynomials
• Definition, degree, and standard form of a polynomial.
• Roots of polynomials: Factor theorem.
• Solving quadratic equations (factoring, completing the square, quadratic for-
mula).
• Relationship between roots and coefficients (Vieta’s formulas).
2.2 Functions
• Definition of a function and basic notions (domain, range, injectivity, surjec-
tivity, bijectivity).
• Linear, quadratic, and polynomial functions.
• Exponential and logarithmic functions (basic properties and solving equa-
tions).
• Composition of functions and inverse functions.
3
3 Geometry
3.1 Plane Geometry
• Properties of triangles, circles, quadrilaterals, and polygons.
• Equation of a circle.
3.3 Trigonometry
• Trigonometric ratios (sine, cosine, tangent) and solving right triangles.
3.4 Vectors
• Definition and representation in 2D and 3D.
4
4 Calculus
3.1. Limits and Continuity (Introductory Level)
• Definition of a limit.
• Definition of a subsequence.
• Arithmetic Sequences:
• Geometric Sequences:
• Special Sequences:
• Properties of Sequences:
• Series:
5
– Definition of a series as the sum of the terms of a sequence.
– Sigma notation: nk=1 ak .
P
4.2 Derivatives
• Definition of the derivative as a rate of change or slope of the tangent.
• Differentiation rules: power rule, product rule, quotient rule, chain rule.
5.2 Statistics
• Measures of central tendency: mean, median, mode.
6
6 Discrete Mathematics
6.1 Graph Theory
• Basic Definitions:
• Types of Graphs:
• Trees:
7
• Graph Representations:
– Adjacency matrix: A square matrix where the entry aij represents the
presence (or weight) of an edge between vertices i and j.
– Adjacency list: A list of vertices where each vertex has a list of its
neighbors.
– Edge list: A list of all edges, each represented by its two endpoints (and
possibly weights).
7 Complex Numbers
• Definition and representation of complex numbers.
8 Mathematical Reasoning
Warning ! We recall that a mathematical sentence uses words. A proof can’t be
just a sequence of mathematical symbols.
• Logical Connectives:
8
• Truth Tables: Constructing truth tables to determine the validity of logical
statements.
• Quantifiers:
Types of Sets
Set Operations
• Union (∪): A ∪ B = {x | x ∈ A or x ∈ B}
Venn Diagrams
9
Cartesian Product & Relations
• Mathematical Induction:
– Basis step: Show the statement is true for the initial value (e.g., n = 1).
– Inductive step: Assume the statement is true for n = k and prove it is
true for n = k + 1.
10