Test format & strategy
| Reporting Category | % of Test | Key Topics |
|---|---|---|
| Advanced Number Theory | ~8% | Sequences, integer properties, modular arithmetic, complex numbers |
| Advanced Algebra | ~15% | Polynomial systems, rational equations, logarithms, exponentials |
| Advanced Functions | ~15% | Piecewise, recursive, parametric, function composition chains |
| Advanced Trigonometry | ~10% | Radians, unit circle, identities, inverse trig, law of sines/cosines |
| Pre-Calculus Concepts | ~12% | Limits (informal), sequences/series, conic sections, polar basics |
| Advanced Coordinate Geometry | ~10% | Conic equations, transformations, distance in 3D |
| Advanced Plane Geometry | ~10% | Circle theorems, similarity, 3D solids, geometric proof |
| Statistics, Counting & Probability | ~10% | Permutations, combinations, expected value, normal dist., regression |
ACT Math 2 is an advanced subject-level mathematics course for students who have completed standard ACT Math preparation and wish to extend their skills into pre-calculus territory — the topics that appear in the hardest ACT questions and on ACT subject tests.
This course covers the top-difficulty ACT Math topics: advanced algebra, pre-calculus functions, matrices, advanced trigonometry, and non-routine geometry. It is also ideal preparation for the ACT Subject Test in Mathematics, which tests material through pre-calculus.
Advanced Number Theory
🗻 Advanced Number Theory ~8% · Integer properties · Sequences & series · Modular arithmetic · Complex number operations
Number theory questions on hard ACT items test divisibility rules, prime factorisation, GCD and LCM, modular arithmetic, and properties of integers.
Find LCM(12, 18). \[ 12=2^2\cdot 3,\quad 18=2\cdot 3^2.\quad \text{LCM}=2^2\cdot 3^2=36. \]
Complex numbers revisited
On advanced ACT items, complex numbers appear in equation-solving contexts: \( x^2+4=0 \Rightarrow x=\pm 2i \). The modulus of \( a+bi \) is \( \sqrt{a^2+b^2} \).
An arithmetic sequence: \(a_n = a_1 + (n-1)d\). A geometric sequence: \(a_n = a_1 r^{n-1}\). Modular arithmetic: \(a \equiv b \pmod{m}\) means \(m \mid (a-b)\). Useful for finding last digits (mod 10) or remainders.
What is the units digit of \(7^{2026}\)? Powers of 7 cycle: \(7^1=7, 7^2=49, 7^3=343, 7^4=2401, 7^5=\ldots7\). Cycle length 4. \(2026 \div 4\) remainder \(2\). So units digit = same as \(7^2\) = 9.
Advanced Algebra & Systems
🗻 Advanced Algebra ~15% · Polynomial systems · Rational equations · Logarithms & exponentials · Absolute value in systems
Advanced ACT algebra includes matrices, non-linear systems, and applications of polynomial and rational functions.
Solve the non-linear system: \( y=x^2 \) and \( y=x+2 \). \[ x^2=x+2 \implies x^2-x-2=0 \implies (x-2)(x+1)=0 \implies x=2 \text{ or } x=-1. \]
Key log laws: \(\log_b(xy) = \log_b x + \log_b y\); \(\log_b(x/y) = \log_b x - \log_b y\); \(\log_b(x^n) = n\log_b x\). To solve \(a^{f(x)} = b\): take \(\log\) of both sides. Change of base: \(\log_b x = \dfrac{\ln x}{\ln b}\).
Solve \(\log_2(x+3) + \log_2(x-1) = 5\). \(\log_2[(x+3)(x-1)] = 5 \Rightarrow (x+3)(x-1) = 32 \Rightarrow x^2+2x-35 = 0 \Rightarrow (x+7)(x-5) = 0\). \(x = 5\) (reject \(x=-7\) since \(x-1 > 0\) required). Answer: \(x=5\).
Advanced Functions
🗻 Advanced Functions ~15% · Piecewise & recursive · Parametric · Composition chains · Inverse functions
Pre-calculus functions — rational, piecewise, exponential, and logarithmic — with composition, inverses, and detailed graph analysis.
Find the horizontal asymptote of \( f(x)=\dfrac{3x^2+1}{x^2-4} \). Both numerator and denominator have degree 2; ratio of leading coefficients: \( y=\dfrac{3}{1}=3 \).
| x | y |
|---|
\(f(x)=\dfrac{2}{x-p}+q\) — the denominator vanishing at \(x=p\) makes the vertical asymptote; as \(x\to\pm\infty\), \(f(x)\to q\).
A piecewise function uses different rules for different intervals. A recursive function is defined by its previous terms: e.g. \(a_1 = 2\), \(a_n = 3a_{n-1} - 1\). Parametric equations express \(x\) and \(y\) as separate functions of a parameter \(t\).
Eliminate \(t\) from \(x = t+2\), \(y = t^2 - 1\). From \(x = t+2\): \(t = x-2\). Substitute: \(y = (x-2)^2 - 1 = x^2 - 4x + 3\). Parabola.
Advanced Trigonometry
🗻 Advanced Trigonometry ~10% · Radians & unit circle · Trig identities · Law of sines/cosines · Inverse trig
Beyond SOHCAHTOA — the unit circle, inverse trig functions, sum/difference identities, and solving trig equations over a given interval.
Find all solutions to \( 2\sin\theta-1=0 \) on \( [0,2\pi) \). \[ \sin\theta=\tfrac{1}{2} \implies \theta=\tfrac{\pi}{6} \text{ or } \theta=\tfrac{5\pi}{6}. \]
| quantity | value |
|---|
Law of Sines: \(\dfrac{a}{\sin A} = \dfrac{b}{\sin B} = \dfrac{c}{\sin C}\). Law of Cosines: \(c^2 = a^2+b^2-2ab\cos C\). Key identities: \(\sin^2\theta+\cos^2\theta=1\); \(\sin 2\theta = 2\sin\theta\cos\theta\); \(\cos 2\theta = \cos^2\theta - \sin^2\theta\).
A triangle has sides \(a=7, b=10\) and included angle \(C=60°\). Find side \(c\). \(c^2 = 49 + 100 - 2(7)(10)\cos 60° = 149 - 70 = 79\). \(c = \sqrt{79} \approx 8.89\).
Pre-Calculus Concepts
🗻 Pre-Calculus Concepts ~12% · Limits (informal) · Sequences & series · Conic sections · Polar coordinates
Limits, sequences, series, and polynomial behaviour give students the conceptual scaffolding for calculus — and appear on the hardest ACT questions.
Evaluate \( \displaystyle\sum_{n=1}^{\infty}3\left(\tfrac{1}{2}\right)^{n-1} \). \[ S=\frac{3}{1-\tfrac{1}{2}}=\frac{3}{\tfrac{1}{2}}=6. \]
Informal limit: \(\lim_{x \to a}f(x) = L\) means \(f(x)\) approaches \(L\) as \(x\) approaches \(a\). Conic sections — standard forms: circle \((x-h)^2+(y-k)^2=r^2\); ellipse \(\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1\); hyperbola \(\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1\); parabola \(y=ax^2+bx+c\).
Identify the conic: \(4x^2 + 9y^2 = 36\). Divide by 36: \(\dfrac{x^2}{9}+\dfrac{y^2}{4}=1\). This is an ellipse with \(a=3\) along \(x\)-axis and \(b=2\) along \(y\)-axis, centre \((0,0)\).
Advanced Coordinate Geometry
🗻 Advanced Coordinate Geometry ~10% · Conic equations · Rotations & transformations · Distance in 3D · Locus of points
Conics in standard and general form, transformations, and polar coordinates are tested on advanced ACT and ACT subject items.
Convert the polar point \( \left(4,\dfrac{\pi}{3}\right) \) to Cartesian. \[ x=4\cos\tfrac{\pi}{3}=4\cdot\tfrac{1}{2}=2,\quad y=4\sin\tfrac{\pi}{3}=4\cdot\tfrac{\sqrt3}{2}=2\sqrt3. \]
Completing the square converts a general conic to standard form. 3D distance: \(d = \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2}\). A rotation of axes by \(\theta\) transforms \(x = X\cos\theta - Y\sin\theta\), \(y = X\sin\theta + Y\cos\theta\).
Write \(x^2+y^2-6x+4y-3=0\) in standard form. \((x^2-6x+9)+(y^2+4y+4) = 3+9+4 = 16\). Centre \((3,-2)\), radius \(4\).
Advanced Plane Geometry
🗻 Advanced Plane Geometry ~10% · Circle theorems · Similarity & congruence proofs · 3D solids · Geometric inequalities
Non-routine geometry questions involve multiple theorems applied together — circle inscribed in a triangle, overlapping regions, and proof-based reasoning.
Find the area of a triangle with sides 7, 8, 9. \[ s=12,\quad A=\sqrt{12\cdot5\cdot4\cdot3}=\sqrt{720}=12\sqrt5. \]
| point | x | y |
|---|
C sits anywhere on the major arc — drag the slider and the inscribed angle stays exactly half the central angle, every time.
Key circle theorems: (1) Angle at centre = 2 × angle at circumference. (2) Angles in same segment are equal. (3) Opposite angles in cyclic quadrilateral sum to 180°. (4) Tangent ⊥ radius. Surface area of sphere: \(4\pi r^2\); volume: \(\dfrac{4}{3}\pi r^3\). Cone volume: \(\dfrac{1}{3}\pi r^2 h\).
O is the centre of a circle. Angle \(AOB = 140°\). Find the angle \(ACB\) where \(C\) is on the major arc. Angle at circumference on minor arc \(= 140°/2 = 70°\). \(C\) is on major arc, so \(\angle ACB = 180° - 70° = 110°\) (opposite angles in cyclic quad sum to \(180°\)).
Statistics, Counting & Probability
🗻 Statistics, Counting & Probability ~10% · Permutations & combinations · Expected value · Normal distribution · Regression & residuals
Advanced ACT Math includes combinations, permutations, compound probability, and normal distribution concepts.
How many 3-letter arrangements (order matters) can be made from the word MATH? \[ _4P_3=\frac{4!}{1!}=24. \]
Fundamental counting principle: \(m \times n\) ways for two independent events. Expected value: \(E(X) = \sum x_i P(x_i)\). Standard normal: \(z = \dfrac{x-\mu}{\sigma}\); about 68% of data within \(1\sigma\), 95% within \(2\sigma\), 99.7% within \(3\sigma\).
A game pays $8 if you roll a 6 on a fair die, and you lose $2 otherwise. What is the expected gain per roll? \(E = 8 \cdot \dfrac{1}{6} + (-2) \cdot \dfrac{5}{6} = \dfrac{8-10}{6} = -\dfrac{2}{6} \approx -\$0.33\). The game is unfair — you lose on average 33 cents per roll.
Practice set
Fifty advanced ACT Math problems — pre-algebra and number theory, advanced algebra, functions, trigonometry, coordinate geometry, plane geometry, and statistics — all graded by difficulty.
Simplify \( \dfrac{4!}{2!\cdot2!} \).
BasicFind \( \gcd(48,\,36) \).
BasicExpress \( 0.\overline{27} \) as a fraction.
IntermediateLet \( x=0.\overline{27} \). Then \( 100x=27.\overline{27} \), so \( 99x=27 \).
\[ x=\dfrac{27}{99}=\dfrac{3}{11}. \]A \( 12\% \) annual interest rate is applied to 5000. Find the amount after 2 years with compound interest.
IntermediateFind the LCM of 12 and 18.
BasicSolve \( 3x^2 - 5x - 2 = 0 \).
IntermediateFor what values of \( k \) does \( x^2-kx+9=0 \) have equal roots?
AdvancedDiscriminant \( =k^2-36=0 \).
\[ k=\pm6. \]Simplify \( \dfrac{x^2-x-6}{x^2-4} \).
IntermediateSolve \( \sqrt{x+6}-\sqrt{x}=1 \).
AdvancedSquare both sides after isolating: \( x+6=x+2\sqrt{x}+1 \Rightarrow 5=2\sqrt{x} \Rightarrow x=\tfrac{25}{4} \).
Solve the system: \( x^2-y=3 \) and \( x+y=1 \).
Advanced\( y=1-x \). Then \( x^2-1+x=3\Rightarrow x^2+x-4=0 \Rightarrow x=\dfrac{-1\pm\sqrt{17}}{2} \).
If \( f(x)=|2x-3| \), find \( f(-1) \).
BasicFind the vertical asymptote of \( f(x)=\dfrac{3x}{x^2-4} \).
IntermediateWhat is the horizontal asymptote of \( f(x)=\dfrac{3x^2}{x^2+1} \)?
IntermediateDegrees equal; ratio of leading coefficients.
\[ y=3. \]Is \( f(x)=x^4-2x^2 \) even, odd, or neither?
Intermediate\( f(-x)=x^4-2x^2=f(x) \).
\[ \text{Even.} \]Find the inverse of \( f(x)=\dfrac{2x-1}{x+3} \).
AdvancedSwap \( x,y \) and solve: \( x(y+3)=2y-1 \Rightarrow y(x-2)=-1-3x \).
\[ f^{-1}(x)=\dfrac{-3x-1}{x-2}. \]Find the exact value of \( \sin 135^\circ \).
IntermediateSolve \( 2\sin\theta-1=0 \) for \( 0^\circ\le\theta<360^\circ \).
IntermediateFind the period of \( y=3\sin(2x) \).
IntermediateSimplify \( \dfrac{\tan\theta}{\sin\theta} \).
AdvancedIn triangle \( ABC \), \( a=8 \), \( A=30^\circ \), \( B=45^\circ \). Find \( b \).
AdvancedFind the amplitude and period of \( y=-4\cos\!\left(\dfrac{\pi x}{3}\right) \).
IntermediateConvert \( 210^\circ \) to radians.
IntermediateFind the distance from \( (1,\,-2) \) to \( (5,\,1) \).
BasicFind the midpoint of the segment from \( (-3,\,4) \) to \( (7,\,-2) \).
BasicFind the equation of the ellipse with semi-axes \( a=5 \) and \( b=3 \).
IntermediateFind the focus of the parabola \( y^2=12x \).
Advanced\( 4p=12 \Rightarrow p=3 \).
\[ \text{Focus: }(3,\,0). \]Find the asymptotes of \( \dfrac{x^2}{4}-\dfrac{y^2}{9}=1 \).
AdvancedA line passes through \( (2,3) \) and is parallel to \( 2x-y=5 \). Find its equation.
IntermediateSlope \( =2 \); point-slope: \( y-3=2(x-2) \).
\[ y=2x-1. \]Find the area enclosed by \( y=x^2 \) and \( y=x+2 \). (Use integration concept only.)
AdvancedIntersect at \( x=-1 \) and \( x=2 \).
\[ A=\int_{-1}^{2}(x+2-x^2)\,dx=\left[\tfrac{x^2}{2}+2x-\tfrac{x^3}{3}\right]_{-1}^{2}=\dfrac{9}{2}. \]The vertices of a triangle are \( (0,0) \), \( (4,0) \), \( (0,3) \). Find the area.
BasicFind the exterior angle of a regular hexagon.
IntermediateTwo parallel lines are cut by a transversal. Co-interior angles sum to what?
BasicFind the area of a regular hexagon with side 4.
AdvancedTwo similar triangles have sides in ratio \( 3:5 \). Find the ratio of their areas.
IntermediateA tangent from an external point touches the circle at \( T \). The distance from the external point to the centre is 13 and radius is 5. Find the tangent length.
IntermediateFind the volume of a cone with base radius 6 and height 8.
IntermediateFind the sum of interior angles of a polygon with 9 sides.
IntermediateThe mean of 10 numbers is 15. One number is removed and the new mean is 14. Find the removed number.
IntermediateTotal was 150; new total \( =9\times14=126 \).
\[ 150-126=24. \]A data set has standard deviation 3 and mean 20. All values increase by 5. Find the new mean and new standard deviation.
AdvancedA box has 3 red, 4 white, 5 blue cards. Find \( P(\text{not white}) \).
IntermediateFind \( \lim_{x\to\infty}\dfrac{3x^2+1}{x^2-2} \).
AdvancedHow many arrangements of the letters CALCULUS exist?
Advanced8 letters: C×2, A×1, L×3, U×2.
\[ \dfrac{8!}{2!\cdot1!\cdot3!\cdot2!}=1680. \]Find the parametric point on \( x=2t-1 \), \( y=t^2 \) at \( t=3 \).
IntermediateConvert the polar point \( \left(4,\,\dfrac{\pi}{3}\right) \) to Cartesian coordinates.
IntermediateExpand \( (a+b)^5 \) and find the coefficient of \( a^2b^3 \).
AdvancedA geometric series has \( a_1=5 \) and \( r=0.6 \). Find \( S_\infty \).
IntermediateEvaluate \( \sum_{k=1}^{4}(2k-1) \).
IntermediateA box has 5 red and 3 blue balls. Find the probability that 3 drawn (without replacement) are all red.
AdvancedIf \( P(A)=0.6 \) and \( P(B|A)=0.4 \), find \( P(A\cap B) \).
AdvancedUsing Bayes' theorem: \( P(A)=0.3 \), \( P(B|A)=0.8 \), \( P(B|\overline{A})=0.2 \). Find \( P(A|B) \).
Advanced\( P(B)=0.3\times0.8+0.7\times0.2=0.38 \).
\[ P(A|B)=\dfrac{0.3\times0.8}{0.38}=\dfrac{0.24}{0.38}\approx0.632. \]Test generator
Build a randomised ACT Math 2 mini-test from the question bank, or generate a complete 60-question full-length paper structured exactly like the official ACT Mathematics section — 60 minutes, four answer choices per question.
Full official exam paper
Generates a complete 50-question advanced ACT Mathematics paper formatted like an official timed ACT exam — one section, 60 minutes, calculator permitted.
Downloads
Take the ACT Math 2 material offline. The PDF prints from your browser; the Word packet contains editable OMML equations for classroom customisation.
ACT Math 2 — notes & practice
All eight advanced chapters plus every worked solution — algebra, functions, trig, pre-calc, and statistics.
Native Word packet
Editable .docx with real Word equations (OMML) — all ACT Math 2 topics ready for classroom printing.
Past Papers & Official Tests
Officially released exams and mark schemes from the examining body.
Worksheet Library
8 original ClipSAT worksheets with full answer keys, organized by unit — free to download and print.