ACT Math Formulas

What You Need to Know

ACT Math is mostly about recognizing the type of problem fast and grabbing the right formula. You’re rarely deriving anything—you’re plugging in cleanly, tracking units, and avoiding traps.

Key idea: most questions reduce to one of these buckets:

  • Algebra (linear/quadratic/exponents/radicals)
  • Coordinate geometry (slope, distance, lines)
  • Plane geometry (area/perimeter/angles)
  • Solid geometry (volume/surface area)
  • Trigonometry (right triangles, special triangles, basic trig)
  • Stats & probability (mean/median, counting, probability)

Critical reminder: ACT does not provide a formula sheet. You must know the common ones cold.

Step-by-Step Breakdown

A fast “formula triage” method
  1. Identify what the question is asking for (length, area, volume, angle, probability, equation, xx-value, etc.).
  2. List what you’re given (draw/label a diagram, write known values next to variables).
  3. Choose the category:
    • Length on a coordinate plane → distance/midpoint/slope
    • Circle/polygon → circumference/area/angle rules
    • 3D figure → volume/surface area
    • Exponents/radicals → exponent/radical rules
    • “How many ways” → counting/permutations/combinations
  4. Write the formula before you plug in (prevents mixing up radius/diameter, etc.).
  5. Solve and sanity-check:
    • Units: area should be units2\text{units}^2, volume units3\text{units}^3
    • Magnitude: does it roughly make sense?
Mini worked walkthrough (coordinate geometry)

Problem type: Find distance between (2,3)(-2,3) and (4,1)(4,-1).

  1. Recognize: coordinate length → distance formula.
  2. Use d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}.
  3. Compute: d=(4(2))2+(13)2=62+(4)2=52=213d=\sqrt{(4-(-2))^2+(-1-3)^2}=\sqrt{6^2+(-4)^2}=\sqrt{52}=2\sqrt{13}.

Key Formulas, Rules & Facts

Algebra essentials
Formula / ruleWhen to useNotes
a(b+c)=ab+aca(b+c)=ab+acDistributeCommon in simplifying
aman=am+na^m\cdot a^n=a^{m+n}Multiply same baseBase must match
aman=amn\frac{a^m}{a^n}=a^{m-n}Divide same basea0a\neq 0
(am)n=amn(a^m)^n=a^{mn}Power of a powerWatch parentheses
(ab)n=anbn(ab)^n=a^n b^nPower of a productAlso (ab)n=anbn(\frac{a}{b})^n=\frac{a^n}{b^n}
a0=1a^0=1Zero exponenta0a\neq 0
an=1ana^{-n}=\frac{1}{a^n}Negative exponentMoves to denominator
ab=ab\sqrt{ab}=\sqrt{a}\sqrt{b}Radical simplifyFor a,b0a,b\ge 0
a2=a\sqrt{a^2}=|a|Radical of squareThe absolute value trap
1a=aa\frac{1}{\sqrt{a}}=\frac{\sqrt{a}}{a}Rationalize denomUseful with answer choices
ax+b=cx=cbaax+b=c \Rightarrow x=\frac{c-b}{a}Linear equationKeep signs straight
m=y2y1x2x1m=\frac{y_2-y_1}{x_2-x_1}SlopeUndefined if denominator 00
y=mx+by=mx+bSlope-intercept formbb is yy-intercept
yy1=m(xx1)y-y_1=m(x-x_1)Point-slope formQuick from point + slope
ax+by=cax+by=cStandard formEasy intercepts if needed
Quadratics & polynomials
Formula / ruleWhen to useNotes
x2+bx+c=(x+p)(x+q)x^2+bx+c=(x+p)(x+q) with p+q=b, pq=cp+q=b,\ pq=cFactoring monic quadraticsWorks when leading coefficient is 11
ax2+bx+c=0x=b±b24ac2aax^2+bx+c=0 \Rightarrow x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}Quadratic formulaMemorize perfectly
Δ=b24ac\Delta=b^2-4acDiscriminantΔ>0\Delta>0 two real, Δ=0\Delta=0 one, Δ<0\Delta<0 none real
Axis of symmetry: x=b2a\text{Axis of symmetry: } x=\frac{-b}{2a}Vertex/graph questionsPlug into quadratic to get vertex yy
a2b2=(ab)(a+b)a^2-b^2=(a-b)(a+b)Difference of squaresShows up constantly
(a+b)2=a2+2ab+b2(a+b)^2=a^2+2ab+b^2Perfect squareRecognize patterns
(ab)2=a22ab+b2(a-b)^2=a^2-2ab+b^2Perfect squareSign in middle matters
Ratios, proportions, percent
Formula / ruleWhen to useNotes
ab=cdad=bc\frac{a}{b}=\frac{c}{d} \Rightarrow ad=bcProportionsCross-multiply
percent=partwhole\text{percent} = \frac{\text{part}}{\text{whole}}Percent problemsConvert percent to decimal
new=old(1±r)\text{new} = \text{old}(1\pm r)Percent increase/decreaserr as decimal (e.g., 0.150.15)
Coordinate geometry
Formula / ruleWhen to useNotes
d=(x2x1)2+(y2y1)2d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}DistancePythagorean in the plane
(x1+x22,y1+y22)\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)MidpointAverage coordinates
m1m2=1m_1m_2=-1Perpendicular linesSlopes are negative reciprocals
m1=m2m_1=m_2Parallel linesSame slope
Plane geometry (perimeter/area/angles)
Area & perimeter
ShapeFormulaNotes
RectangleA=lwA=lw, P=2l+2wP=2l+2w
SquareA=s2A=s^2, P=4sP=4s
TriangleA=12bhA=\frac{1}{2}bhHeight is perpendicular to base
Equilateral triangleA=34s2A=\frac{\sqrt{3}}{4}s^2Useful with 30-60-9030\text{-}60\text{-}90
ParallelogramA=bhA=bhHeight ⟂ base
TrapezoidA=12(b1+b2)hA=\frac{1}{2}(b_1+b_2)hBases are parallel sides
CircleC=2πr=πdC=2\pi r=\pi d, A=πr2A=\pi r^2Don’t mix rr and dd
Arc lengths=θ3602πrs=\frac{\theta}{360}\cdot 2\pi rθ\theta in degrees
Sector areaA=θ360πr2A=\frac{\theta}{360}\cdot \pi r^2Degree-based on ACT
Angle facts
FactFormula / ruleNotes
Straight line180180^\circLinear pair sums to 180180^\circ
Full circle360360^\circ
Triangle sumA+B+C=180A+B+C=180^\circAny triangle
Exterior angleext=remote int1+remote int2\text{ext} = \text{remote int}_1+\text{remote int}_2Triangle exterior angle theorem
Polygon interior sum(n2)180(n-2)\cdot 180^\circnn sides
Regular polygon interior angle(n2)180n\frac{(n-2)\cdot 180^\circ}{n}Each angle equal
Regular polygon exterior angle360n\frac{360^\circ}{n}Fast for nn
Parallel linesalternate interior angles equalAlso corresponding equal
Solid geometry (volume & surface area)
SolidVolumeSurface areaNotes
Rectangular prismV=lwhV=lwhSA=2(lw+lh+wh)SA=2(lw+lh+wh)
CubeV=s3V=s^3SA=6s2SA=6s^2
CylinderV=πr2hV=\pi r^2hSA=2πr2+2πrhSA=2\pi r^2+2\pi rhTwo bases + lateral
ConeV=13πr2hV=\frac{1}{3}\pi r^2hSA=πr2+πrSA=\pi r^2+\pi r\ell\ell is slant height
SphereV=43πr3V=\frac{4}{3}\pi r^3SA=4πr2SA=4\pi r^2Classic ACT favorite
Right triangles & trigonometry
ConceptFormulaNotes
Pythagorean theorema2+b2=c2a^2+b^2=c^2cc is hypotenuse
45-45-90legs =x=x, hyp =x2=x\sqrt{2}Ratio 1:1:21:1:\sqrt{2}
30-60-90short =x=x, long =x3=x\sqrt{3}, hyp =2x=2xRatio 1:3:21:\sqrt{3}:2
SOHCAHTOAsinθ=opphyp\sin\theta=\frac{\text{opp}}{\text{hyp}}, cosθ=adjhyp\cos\theta=\frac{\text{adj}}{\text{hyp}}, tanθ=oppadj\tan\theta=\frac{\text{opp}}{\text{adj}}Right triangles (degrees)
Sequences
TypeGeneral termSum (common ACT)Notes
Arithmetican=a1+(n1)da_n=a_1+(n-1)dSn=n2(a1+an)S_n=\frac{n}{2}(a_1+a_n)Constant difference dd
Geometrican=a1rn1a_n=a_1 r^{n-1}Sn=a11rn1rS_n=a_1\frac{1-r^n}{1-r}Constant ratio rr, r1r\neq 1
Statistics & probability
TopicFormula / ruleNotes
Meanxˉ=sumn\bar{x}=\frac{\text{sum}}{n}Average
Weighted meanxˉ=wixiwi\bar{x}=\frac{\sum w_ix_i}{\sum w_i}Like grade averages
Medianmiddle valueSort first; if even, average two middles
ProbabilityP(A)=favorabletotalP(A)=\frac{\text{favorable}}{\text{total}}“Equally likely” outcomes
ComplementP(Ac)=1P(A)P(A^c)=1-P(A)Often faster
Independent “and”P(AB)=P(A)P(B)P(A\cap B)=P(A)P(B)Only if independent
Mutually exclusive “or”P(AB)=P(A)+P(B)P(A\cup B)=P(A)+P(B)Only if disjoint
General “or”P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B)Avoid double-count
Counting (ways)
ConceptFormulaWhen to use
Fundamental counting principlemultiply choicesSequential choices
PermutationsnPr=n!(nr)!\,{}_nP_r=\frac{n!}{(n-r)!}Order matters
CombinationsnCr=n!r!(nr)!\,{}_nC_r=\frac{n!}{r!(n-r)!}Order doesn’t matter
Factorialn!=n(n1)(n2)1n!=n(n-1)(n-2)\cdots 1Count arrangements

Examples & Applications

Example 1: Circle sector + arc length

A circle has radius 66 and central angle 120120^\circ.

  • Arc length: s=1203602π(6)=1312π=4πs=\frac{120}{360}\cdot 2\pi(6)=\frac{1}{3}\cdot 12\pi=4\pi
  • Sector area: A=120360π(62)=1336π=12πA=\frac{120}{360}\cdot \pi(6^2)=\frac{1}{3}\cdot 36\pi=12\pi
    Exam variation: they may give diameter dd; convert to radius first: r=d2r=\frac{d}{2}.
Example 2: Quadratic roots and discriminant

For 2x24x+k=02x^2-4x+k=0 to have exactly one real solution:

  • Need Δ=b24ac=0\Delta=b^2-4ac=0.
  • Here a=2,b=4,c=ka=2,b=-4,c=k: (4)24(2)(k)=168k=0k=2(-4)^2-4(2)(k)=16-8k=0 \Rightarrow k=2.
    Exam variation: “no real solutions” means Δ<0\Delta<0.
Example 3: Similar triangles / scaling (area vs length)

A triangle is scaled by factor 33 (all side lengths triple). What happens to area?

  • Area scales by the square of the scale factor: 32=93^2=9.
    So new area =9×=9\times old area.
    Why this shows up: ACT loves “scale drawings” and “similar figures.”
Example 4: Counting with restrictions

How many 3-letter codes can you make from A, B, C, D, E with no repeats?

  • Order matters, no repeats: 5P3=543=60\,{}_5P_3=5\cdot 4\cdot 3=60.
    Exam variation: If repeats allowed, it’s 53=1255^3=125.

Common Mistakes & Traps

  1. Radius vs. diameter confusion: You plug dd into πr2\pi r^2 or use 2πd2\pi d. Wrong because circle formulas are built on rr. Fix: write r=d2r=\frac{d}{2} immediately.

  2. Forgetting units and powers: You report area in linear units or volume in square units. Wrong because dimensions change. Fix: always label units2\text{units}^2 for area, units3\text{units}^3 for volume.

  3. Height not perpendicular: You use a slanted side as the triangle/trapezoid height. Wrong because height must be perpendicular to the base. Fix: draw the right angle marker.

  4. Sign errors in the quadratic formula: You drop the ±\pm or misplace parentheses: b±b24ac2a\frac{-b\pm\sqrt{b^2-4ac}}{2a}. Fix: substitute carefully with parentheses around bb and 2a2a.

  5. Mixing up slope formulas: You do x2x1y2y1\frac{x_2-x_1}{y_2-y_1} or swap points inconsistently. Fix: memorize “rise over run”: ΔyΔx\frac{\Delta y}{\Delta x}.

  6. Absolute value from square roots: You simplify x2\sqrt{x^2} to xx. Wrong because x2=x\sqrt{x^2}=|x|. Fix: if solving, split cases or think sign.

  7. Probability ‘or’ vs ‘and’: You add when you should multiply, or double-count overlaps. Fix: “and” often multiplies (independent), “or” uses addition with overlap rule: P(AB)=P(A)+P(B)P(AB)P(A\cup B)=P(A)+P(B)-P(A\cap B).

  8. Permutation vs combination: You use nCr\,{}_nC_r when order matters (like seating). Fix: ask: “Do different orders count as different outcomes?” If yes → permutation.

Memory Aids & Quick Tricks

Trick / mnemonicWhat it helps you rememberWhen to use
SOHCAHTOAsin,cos,tan\sin,\cos,\tan definitionsRight-triangle trig
“Circle: A then C”A=πr2A=\pi r^2 and C=2πrC=2\pi rCircle problems
Special triangles45-45-90:1:1:245\text{-}45\text{-}90: 1:1:\sqrt{2} and 30-60-90:1:3:230\text{-}60\text{-}90: 1:\sqrt{3}:2Fast side lengths
“Distance = Pythagorean on coordinates”d=(Δx)2+(Δy)2d=\sqrt{(\Delta x)^2+(\Delta y)^2}Coordinate geometry
“Perimeter adds, Area multiplies”Perimeter is sum of side lengths; area is 2D measureAvoid mixing up
“Scale factor squares/cubes”Similar figures: area factor k2k^2, volume factor k3k^3Similarity/3D scaling
“Keep-Change-Flip”Dividing fractions: ab÷cd=abdc\frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\cdot\frac{d}{c}Fraction division
“FOIL”Multiply binomials: First-Outer-Inner-LastAlgebra expansion

Quick Review Checklist

  • You can write instantly: A=πr2A=\pi r^2, C=2πrC=2\pi r, a2+b2=c2a^2+b^2=c^2.
  • You remember special triangles: 1:1:21:1:\sqrt{2} and 1:3:21:\sqrt{3}:2.
  • You know coordinate basics: m=ΔyΔxm=\frac{\Delta y}{\Delta x}, distance, midpoint.
  • You can deploy the quadratic formula and discriminant without errors.
  • You can compute polygon angle sums: (n2)180(n-2)180^\circ and regular exterior 360n\frac{360^\circ}{n}.
  • You know core volumes: prism lwhlwh, cylinder πr2h\pi r^2h, sphere 43πr3\frac{4}{3}\pi r^3.
  • You can distinguish permutations vs combinations: nPr\,{}_nP_r vs nCr\,{}_nC_r.
  • You check units and reasonableness before choosing an answer.

You’ve got the tools—now it’s just pattern recognition and clean execution.