πΊπΈ ACT (American College Testing) Β· subject
ACT (American College Testing) Mathematics Syllabus
Every chapter and topic of Mathematics examined in ACT (American College Testing) β 5 chapters, 23 topics and 53 sub-topics, plus 50 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 ACT (American College Testing), not a summary of it.
-
Number and Quantity
4 topics- Real Number System
- Integers, rationals, and irrationals
- Absolute value and number line operations
- Order of operations
- Exponents and Radicals
- Integer and rational exponents
- Simplifying radical expressions
- Scientific notation
- Complex Numbers
- Imaginary unit i and powers of i
- Operations with complex numbers
- Vectors and Matrices
- Matrix addition, subtraction, and scalar multiplication
- Basic vector operations
- Real Number System
-
Algebra
5 topics- Linear Equations and Inequalities
- Solving one-variable linear equations
- Solving and graphing linear inequalities
- Absolute value equations and inequalities
- Systems of Equations
- Substitution and elimination methods
- Graphical interpretation of solutions
- Polynomials and Factoring
- Adding, subtracting, and multiplying polynomials
- Factoring quadratics and special products
- Quadratic Equations
- Solving by factoring, completing the square, and the quadratic formula
- The discriminant and nature of roots
- Expressions and Word Problems
- Translating verbal statements into expressions
- Rates, ratios, and proportions
- Linear Equations and Inequalities
-
Functions
5 topics- Function Notation and Evaluation
- Evaluating f(x) for given inputs
- Domain and range
- Composition of functions
- Linear and Quadratic Functions
- Slope-intercept and point-slope forms
- Parabolas, vertex, and axis of symmetry
- Polynomial, Radical, and Rational Functions
- Identifying graphs and key features
- Asymptotes of rational functions
- Exponential and Logarithmic Functions
- Growth and decay models
- Logarithm rules and conversions
- Transformations of Graphs
- Shifts, reflections, and stretches
- Function Notation and Evaluation
-
Geometry
5 topics- Plane Geometry
- Angles, lines, and triangles
- Polygons and their properties
- Congruence and similarity
- Circles
- Arc length, sector area, and central angles
- Equation of a circle in the coordinate plane
- Perimeter, Area, and Volume
- Composite two-dimensional figures
- Surface area and volume of solids
- Coordinate Geometry
- Distance and midpoint formulas
- Slopes of parallel and perpendicular lines
- Right Triangles and the Pythagorean Theorem
- Special right triangles
- Applications in measurement problems
- Plane Geometry
-
Statistics and Probability
4 topics- Data Interpretation
- Reading tables, charts, and graphs
- Two-way frequency tables
- Measures of Center and Spread
- Mean, median, mode
- Range and standard deviation concepts
- Probability
- Simple and compound events
- Counting principles, permutations, and combinations
- Expected value
- Trigonometry
- SOH-CAH-TOA in right triangles
- Trigonometric values and the unit circle
- Law of Sines and Law of Cosines
- Graphs of trigonometric functions
- Data Interpretation
Mathematics flashcards for ACT (American College Testing)
21 of 50 cards from the Mathematics deck β real questions with worked answers.
What are the subsets of the real number system, from most to least restrictive?
Natural numbers (counting), whole numbers (naturals plus 0), integers (whole numbers plus negatives), rationals (ratios of integers), and irrationals (non-repeating, non-terminating decimals). Rationals and irrationals together make up all real numbers.
What distinguishes a rational number from an irrational number?
A rational number can be written as a fraction a/b of two integers (its decimal terminates or repeats); an irrational number cannot (its decimal is non-terminating and non-repeating), e.g., pi, e, sqrt(2).
State the product and quotient rules for exponents.
Product: x^a * x^b = x^(a+b). Quotient: x^a / x^b = x^(a-b). Same base, add exponents to multiply and subtract to divide.
What do a zero exponent, a negative exponent, and a fractional exponent each mean?
x^0 = 1 (x not 0); x^(-n) = 1/x^n; x^(m/n) = the n-th root of x^m = (n-th root of x)^m.
How do you simplify a radical like sqrt(72)?
Factor out the largest perfect square: 72 = 36*2, so sqrt(72) = sqrt(36)*sqrt(2) = 6*sqrt(2).
How do you rationalize a denominator such as 1/sqrt(3)?
Multiply numerator and denominator by the radical: 1/sqrt(3) * sqrt(3)/sqrt(3) = sqrt(3)/3.
What is the imaginary unit i, and what is i^2?
i is defined as sqrt(-1), so i^2 = -1.
What is the cycle of powers of i?
i^1 = i, i^2 = -1, i^3 = -i, i^4 = 1, then it repeats every 4. To evaluate i^n, find n mod 4.
How do you multiply complex numbers, e.g., (2 + 3i)(1 - 4i)?
Use FOIL then replace i^2 with -1: 2 - 8i + 3i - 12i^2 = 2 - 5i + 12 = 14 - 5i.
How do you add two matrices, and what is required?
Add corresponding entries. The matrices must have the same dimensions (same number of rows and columns).
What is the condition for multiplying matrix A by matrix B, and what are the result's dimensions?
The number of columns of A must equal the number of rows of B. If A is m x n and B is n x p, the product is m x p.
How do you add vectors and multiply a vector by a scalar (in component form)?
Add vectors component-wise: <a,b> + <c,d> = <a+c, b+d>. Scalar multiply each component: k<a,b> = <ka, kb>.
How do you solve a linear equation like 3x + 7 = 22?
Isolate the variable using inverse operations: subtract 7 (3x = 15), then divide by 3 (x = 5).
What happens to an inequality's sign when you multiply or divide both sides by a negative number?
The inequality sign reverses direction (e.g., < becomes >).
What are the two main algebraic methods for solving a system of linear equations?
Substitution (solve one equation for a variable and plug into the other) and elimination (add/subtract equations to cancel a variable).
How can you tell whether a system of two linear equations has no solution or infinitely many?
No solution if the lines are parallel (same slope, different intercepts); infinitely many if the lines are identical (same slope and intercept). One solution if slopes differ.
What does the FOIL method expand, and what is (x + a)(x + b)?
FOIL multiplies two binomials (First, Outer, Inner, Last): (x + a)(x + b) = x^2 + (a+b)x + ab.
State the difference of squares and the perfect-square trinomial factoring patterns.
Difference of squares: a^2 - b^2 = (a + b)(a - b). Perfect square: a^2 + 2ab + b^2 = (a + b)^2.
What is the quadratic formula?
For ax^2 + bx + c = 0, x = (-b plus or minus sqrt(b^2 - 4ac)) / (2a).
What does the discriminant b^2 - 4ac tell you about a quadratic's roots?
Positive: two distinct real roots. Zero: one repeated real root. Negative: two complex (non-real) roots.
What are the sum and product of the roots of ax^2 + bx + c = 0?
Sum of roots = -b/a; product of roots = c/a.
Planning Mathematics for ACT (American College Testing)
Mathematics is about 32% of the ACT (American College Testing) syllabus by topic count β 23 of 71 topics, spread over 5 chapters. At roughly 45 minutes per topic plus 12 minutes per sub-topic, a first pass runs to about 30 hours.
The heaviest chapters are Algebra (5 topics), Functions (5 topics), Geometry (5 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 (ACT (American College Testing)) FAQ
What is in the ACT (American College Testing) Mathematics syllabus?
Mathematics is split into 5 chapters β Number and Quantity, Algebra, Functions, Geometry and Statistics and Probability, containing 23 topics and 53 sub-topics in total.
How many chapters are there in Mathematics for ACT (American College Testing)?
5 chapters. Mathematics accounts for about 32% of the topics in the whole ACT (American College Testing) syllabus (23 of 71).
How long should I spend on Mathematics for ACT (American College Testing)?
Budget around 30 hours for a first pass through Mathematics β about 45 minutes per topic plus 12 minutes per sub-topic across its 23 topics. Add revision cycles on top.
Are there flashcards for ACT (American College Testing) Mathematics?
Yes β a 50-card Mathematics deck. Sample cards are printed on this page, and the full deck is free in the Examius app with spaced repetition scheduling.