ACT Math Advanced Concepts Sheet

What You Need to Know

ACT Math Advanced Concepts = the “higher-algebra / precalc-lite” skills that show up most often in the hardest third of the test: functions, polynomials, quadratics, radicals/rational exponents, complex numbers, exponentials & logs, sequences, matrices, and trig modeling.

Why it matters: these questions are usually high-point, time-consuming traps unless you recognize the pattern fast and apply the right rule.

Core idea: most problems reduce to one of these moves:

  • Rewrite (factor, common denominator, exponent/log rules)
  • Solve (quadratic, system, exponential/log equation)
  • Interpret (function notation, domain/range, transformations)
  • Model (sequence rule, trig ratio/law)

Critical reminder: the ACT loves extraneous solutions from squaring, taking roots, and using logs. Always plug back if you manipulated the equation.


Step-by-Step Breakdown

1) Quadratics & “quadratic-like” equations
  1. Get to standard form: ax2+bx+c=0ax^2+bx+c=0 (or substitute to make it quadratic-like).
  2. Choose the fastest solve:
    • Factor if easy (integer roots).
    • Otherwise use quadratic formula.
  3. Check domain restrictions (especially if you squared or had radicals/denominators).

Mini example (quadratic-like): Solve x45x2+4=0x^4-5x^2+4=0.

  • Let u=x2u=x^2u25u+4=0u^2-5u+4=0(u1)(u4)=0(u-1)(u-4)=0.
  • u=1u=1 or u=4u=4x2=1x^2=1 or x2=4x^2=4x=±1,±2x=\pm 1,\pm 2.
2) Simplifying radicals & rational exponents
  1. Rewrite roots as exponents: amn=am/n\sqrt[n]{a^m}=a^{m/n}.
  2. Use exponent rules to combine/simplify.
  3. If asked for a simplified radical, pull out perfect powers.

Mini example: Simplify 50\sqrt{50}.

  • 50=252=52\sqrt{50}=\sqrt{25\cdot 2}=5\sqrt{2}.
3) Solving exponential & logarithmic equations

A. Exponential equations

  1. Isolate the exponential expression.
  2. Match bases if possible: af(x)=ag(x)f(x)=g(x)a^{f(x)}=a^{g(x)} \Rightarrow f(x)=g(x) (for a>0a>0, a1a\neq 1).
  3. If bases don’t match, take logs and solve.

B. Log equations

  1. Use log properties to combine into a single log if helpful.
  2. Convert to exponential form: loga(M)=NaN=M\log_a(M)=N \Rightarrow a^N=M.
  3. Apply domain: log arguments must be positive: M>0M>0.

Mini example (log): Solve log2(x1)=3\log_2(x-1)=3.

  • 23=x12^3=x-18=x18=x-1x=9x=9. Check: x1=8>0x-1=8>0 ok.
4) Function questions (notation, composition, inverse, transformations)
  1. Translate notation: f(3)f(3) means plug in x=3x=3.
  2. Composition: (fg)(x)=f(g(x))(f\circ g)(x)=f(g(x)).
  3. Inverse: swap xx and yy, solve for yy, then rename y=f1(x)y=f^{-1}(x).
  4. Transformations (graph shifts/stretches): compare to y=f(x)y=f(x).

Mini example (inverse): Find inverse of f(x)=3x7f(x)=3x-7.

  • Let y=3x7y=3x-7. Swap: x=3y7x=3y-7.
  • Solve: x+7=3yx+7=3yy=x+73y=\dfrac{x+7}{3}.
  • f1(x)=x+73f^{-1}(x)=\dfrac{x+7}{3}.
5) Sequences (arithmetic, geometric, recursive)
  1. Decide type:
    • Constant difference ⇒ arithmetic.
    • Constant ratio ⇒ geometric.
  2. Use the right formula (explicit or recursive).
  3. If asked for a far term, explicit is usually fastest.

Mini example: Arithmetic sequence with a1=5a_1=5 and d=3d=3. Find a20a_{20}.

  • an=a1+(n1)da_n=a_1+(n-1)da20=5+193=62a_{20}=5+19\cdot 3=62.
6) Matrices (when they show up)
  1. For multiplication ABAB, check dimensions: if AA is m×nm\times n and BB is n×pn\times p, product is m×pm\times p.
  2. Multiply row-by-column.
  3. For a 2×22\times 2 inverse, use determinant and swap/negate rule.

Mini example: If A=(1234)A=\begin{pmatrix}1&2\\3&4\end{pmatrix}, then det(A)=1423=2\det(A)=1\cdot 4-2\cdot 3=-2.

7) Trig in advanced concept style
  1. For right triangles: use sin,cos,tan\sin,\cos,\tan definitions.
  2. For non-right triangles: consider Law of Sines / Law of Cosines.
  3. If a question is “height” or “angle of elevation,” set up tan(θ)=oppositeadjacent\tan(\theta)=\dfrac{\text{opposite}}{\text{adjacent}}.

Key Formulas, Rules & Facts

Quadratics & polynomials
Formula / RuleWhen to useNotes
x=b±b24ac2ax=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a}Solve any quadraticDiscriminant Δ=b24ac\Delta=b^2-4ac gives # of real roots
Vertex of y=ax2+bx+cy=ax^2+bx+c: xv=b2ax_v=\dfrac{-b}{2a}Find max/min or vertexThen plug in for yvy_v
Vertex form: y=a(xh)2+ky=a(x-h)^2+kGraph/transform parabolaVertex is (h,k)(h,k)
Factoring pattern: a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b)Difference of squaresVery common time-saver
If p(r)=0p(r)=0 then (xr)(x-r) is a factorFactor theoremUsed with given roots
Remainder theorem: remainder of division by (xc)(x-c) is p(c)p(c)“Remainder when …”Instant plug-in
Sum/product of roots for ax2+bx+cax^2+bx+cIf roots are r,sr,sr+s=bar+s=\dfrac{-b}{a}, rs=cars=\dfrac{c}{a}
Exponents, radicals, rational expressions
RuleWhen to useNotes
aman=am+na^m\cdot a^n=a^{m+n}Combine like basesSame base required
aman=amn\dfrac{a^m}{a^n}=a^{m-n}Simplify quotienta0a\neq 0
(am)n=amn(a^m)^n=a^{mn}Power of a powerWatch parentheses
an=1ana^{-n}=\dfrac{1}{a^n}Negative exponentsMove across fraction bar
am/n=amna^{m/n}=\sqrt[n]{a^m}Convert radicals ↔ exponentsFor even nn, require a0a\ge 0 in real numbers
Rational expression restrictionAny time you have a denominatorDenominator 0\neq 0 (state excluded values)
RationalizingIf answer choices are rationalizedMultiply by conjugate: a+ba+\sqrt{b} with aba-\sqrt{b}
Complex numbers
FactWhen to useNotes
i2=1i^2=-1Simplify powers of iiCycle: i1=ii^1=i, i2=1i^2=-1, i3=ii^3=-i, i4=1i^4=1
a=ia\sqrt{-a}=i\sqrt{a} for a>0a>0Simplify radicals with negativesKeep ii outside
Conjugates: a+bia+bi and abia-biDivision / rationalizing complex denomProduct: (a+bi)(abi)=a2+b2(a+bi)(a-bi)=a^2+b^2
Logs & exponentials
RuleWhen to useNotes
loga(xy)=loga(x)+loga(y)\log_a(xy)=\log_a(x)+\log_a(y)Expand or combine logsRequires x>0,y>0x>0,y>0
loga(xy)=loga(x)loga(y)\log_a\left(\dfrac{x}{y}\right)=\log_a(x)-\log_a(y)Division inside logRequires x>0,y>0x>0,y>0
loga(xk)=kloga(x)\log_a(x^k)=k\log_a(x)Bring exponent downRequires x>0x>0
loga(ax)=x\log_a(a^x)=x and aloga(x)=xa^{\log_a(x)}=xInversesa>0,a1,x>0a>0,a\neq 1, x>0
Change of base: loga(x)=logb(x)logb(a)\log_a(x)=\dfrac{\log_b(x)}{\log_b(a)}Calculator has only log\log or ln\lnChoose b=10b=10 or b=eb=e
Growth/decay: A=A0(1+r)tA=A_0(1+r)^tPercent change over timerr as decimal; decay if r<0r<0
Functions
ConceptWhat it meansNotes
DomainAllowed xx-valuesAvoid zero denominators; even-root radicands 0\ge 0; log arguments >0>0
RangePossible yy-valuesOften from graph or algebra
Composition(fg)(x)=f(g(x))(f\circ g)(x)=f(g(x))Substitute carefully
InverseUndo the functionNot every function has an inverse unless one-to-one (often implied)
Average rate of changef(b)f(a)ba\dfrac{f(b)-f(a)}{b-a}Slope of secant line
Sequences
TypeKey formulasNotes
Arithmetican=a1+(n1)da_n=a_1+(n-1)ddd is common difference
Arithmetic sumSn=n2(a1+an)S_n=\dfrac{n}{2}(a_1+a_n)Or Sn=n2(2a1+(n1)d)S_n=\dfrac{n}{2}(2a_1+(n-1)d)
Geometrican=a1rn1a_n=a_1\cdot r^{n-1}rr is common ratio
Geometric sumSn=a11rn1rS_n=a_1\dfrac{1-r^n}{1-r}For r1r\neq 1
Matrices (most common ACT facts)
OperationRuleNotes
Add/subtractSame dimensions; add entriesOnly defined for same size
MultiplyRow-by-columnDimensions must match
Determinant 2×22\times 2If (abcd)\begin{pmatrix}a&b\\c&d\end{pmatrix}, then adbcad-bcUsed for invertibility
Inverse 2×22\times 2A1=1adbc(dbca)A^{-1}=\dfrac{1}{ad-bc}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}Only if adbc0ad-bc\neq 0
Trig essentials (advanced concept style)
ToolFormulaWhen to use
Right-triangle trigsin(θ)=opphyp\sin(\theta)=\dfrac{\text{opp}}{\text{hyp}}, cos(θ)=adjhyp\cos(\theta)=\dfrac{\text{adj}}{\text{hyp}}, tan(θ)=oppadj\tan(\theta)=\dfrac{\text{opp}}{\text{adj}}Basic trig ratio problems
Pythagorean identitysin2(θ)+cos2(θ)=1\sin^2(\theta)+\cos^2(\theta)=1When given sin\sin or cos\cos and need the other
Law of SinesasinA=bsinB=csinC\dfrac{a}{\sin A}=\dfrac{b}{\sin B}=\dfrac{c}{\sin C}Non-right triangles; AAS/ASA/SSA cases
Law of Cosinesc2=a2+b22abcosCc^2=a^2+b^2-2ab\cos CNon-right triangles; SAS or SSS

Examples & Applications

Example 1: Discriminant / number of real solutions

How many real solutions does 2x2+3x+5=02x^2+3x+5=0 have?

  • Compute Δ=b24ac=324(2)(5)=940=31\Delta=b^2-4ac=3^2-4(2)(5)=9-40=-31.
  • Since Δ<0\Delta<0, 0 real solutions (two complex).

ACT angle: often asks “no real solutions / one / two” without solving.

Example 2: Radical equation (extraneous risk)

Solve x+5=x1\sqrt{x+5}=x-1.

  • Domain: need x10x-1\ge 0x1x\ge 1.
  • Square both sides: x+5=(x1)2=x22x+1x+5=(x-1)^2=x^2-2x+1.
  • 0=x23x4=(x4)(x+1)0=x^2-3x-4=(x-4)(x+1)x=4x=4 or x=1x=-1.
  • Check domain: only x=4x=4 works.

ACT angle: one choice is the extraneous root.

Example 3: Log properties / solve

Solve log3(x)+log3(x2)=2\log_3(x)+\log_3(x-2)=2.

  • Combine: log3(x(x2))=2\log_3(x(x-2))=2.
  • Convert: x(x2)=32=9x(x-2)=3^2=9x22x9=0x^2-2x-9=0.
  • x=2±4+362=1±10x=\dfrac{2\pm\sqrt{4+36}}{2}=1\pm\sqrt{10}.
  • Domain: x>0x>0 and x2>0x-2>0x>2x>2 ⇒ only x=1+10x=1+\sqrt{10}.
Example 4: Function composition & interpretation

Given f(x)=x21f(x)=x^2-1 and g(x)=2x+3g(x)=2x+3, find (fg)(2)(f\circ g)(2).

  • First: g(2)=22+3=7g(2)=2\cdot 2+3=7.
  • Then: f(7)=721=48f(7)=7^2-1=48.

ACT angle: many students mistakenly compute (gf)(2)(g\circ f)(2) instead.


Common Mistakes & Traps

  1. Forgetting domain restrictions

    • Wrong: solving and keeping values that make a denominator 00, a log argument 0\le 0, or an even root radicand <0<0.
    • Fix: write restrictions early (excluded values), and re-check at the end.
  2. Dropping parentheses in exponent/radical problems

    • Wrong: treating (3)2(-3)^2 as 32-3^2.
    • Fix: remember 32=(32)=9-3^2=-(3^2)=-9 but (3)2=9(-3)^2=9.
  3. Creating extraneous solutions by squaring

    • Wrong: solving   \sqrt{\; } equations and keeping all algebraic roots.
    • Fix: after squaring, plug back into the original equation.
  4. Misusing log rules

    • Wrong: log(a+b)=log(a)+log(b)\log(a+b)=\log(a)+\log(b).
    • Fix: logs split only for multiplication/division, not addition/subtraction.
  5. Composition/inverse confusion

    • Wrong: (fg)(x)=f(x)g(x)(f\circ g)(x)=f(x)\circ g(x) or swapping order.
    • Fix: do it inside-out: compute g(x)g(x) first, then feed into ff.
  6. Assuming every function has an inverse on all real numbers

    • Wrong: inverting a parabola without restricting domain.
    • Fix: if the problem doesn’t state a restriction, it usually gives a one-to-one function (often linear). If it’s not one-to-one, look for “restricted domain” in the prompt.
  7. Sequence indexing errors

    • Wrong: using an=a1+nda_n=a_1+nd instead of an=a1+(n1)da_n=a_1+(n-1)d.
    • Fix: check with n=1n=1; your formula must return a1a_1.
  8. Matrix multiplication order

    • Wrong: assuming AB=BAAB=BA.
    • Fix: matrices generally do not commute; follow the order given.

Memory Aids & Quick Tricks

Trick / MnemonicHelps you rememberWhen to use
SOH-CAH-TOAsin=opphyp\sin=\dfrac{\text{opp}}{\text{hyp}}, cos=adjhyp\cos=\dfrac{\text{adj}}{\text{hyp}}, tan=oppadj\tan=\dfrac{\text{opp}}{\text{adj}}Right-triangle trig setups
Discriminant signΔ>0\Delta>0 two real, Δ=0\Delta=0 one real (double), Δ<0\Delta<0 none real“How many real solutions?”
“Swap & solve” for inverseSwap xx and yy, solve for yyInverse function problems
i-power cycle (1, i, -1, -i)Fast simplify ini^nComplex numbers
Check with n=1n=1Fix sequence off-by-oneAny explicit sequence formula
Conjugate cleanup(a+b)(ab)=a2b(a+\sqrt{b})(a-\sqrt{b})=a^2-b and (a+bi)(abi)=a2+b2(a+bi)(a-bi)=a^2+b^2Rationalizing radicals/complex division

Quick Review Checklist

  • You can solve quadratics by factoring or x=b±b24ac2ax=\dfrac{-b\pm\sqrt{b^2-4ac}}{2a} and use Δ=b24ac\Delta=b^2-4ac to count real roots.
  • You simplify radicals by pulling out perfect squares and convert between   n\sqrt[n]{\;} and rational exponents am/na^{m/n}.
  • You solve exponential equations by matching bases or using logs; you solve log equations by rewriting in exponential form and enforcing argument>0\text{argument}>0.
  • You handle functions: evaluate f(a)f(a), compose (fg)(x)(f\circ g)(x), and find inverses by swapping x,yx,y.
  • You know arithmetic vs geometric sequences and can use an=a1+(n1)da_n=a_1+(n-1)d or an=a1rn1a_n=a_1r^{n-1}.
  • You can do basic matrix operations and know det(abcd)=adbc\det\begin{pmatrix}a&b\\c&d\end{pmatrix}=ad-bc.
  • You can set up trig using SOH-CAH-TOA and use Law of Sines/Cosines when it’s not a right triangle.
  • You always check for extraneous solutions after squaring or using logs.

One last pass through these rules and you’ll pick up a lot of “hard” points quickly.