๐ŸŽ’ACT

ACT Math Formulas to Memorize for ACT

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

The ACT Math section tests whether you understand when and why to use each formula, not just whether you can plug in numbers. You'll face 60 questions in 60 minutes, so these formulas need to be automatic. The test also loves to combine concepts: a question might require you to find a circle's area, use that result in a volume calculation, and then interpret the answer in a real-world context.

The formulas below cluster around core mathematical principles: measuring flat shapes, measuring 3D objects, navigating coordinate planes, solving equations, and working with triangles. Don't just memorize each formula in isolation. Know what category it belongs to, when it applies, and how it connects to related formulas. That conceptual understanding is what separates a good score from a great one.


Two-Dimensional Area Formulas

These formulas measure the space inside flat shapes. The key principle: area always involves multiplying two dimensions together, which is why area units are always squared.

Area of a Rectangle

  • A=lwA = lw โ€” multiply length by width to find the space inside any rectangle or square
  • Units are always squared โ€” square feet, square meters, etc., because you're multiplying two linear measurements
  • Foundation for other formulas โ€” rectangles are the building blocks; triangle area is half a rectangle, and prism volume extends this into 3D

Area of a Triangle

  • A=12bhA = \frac{1}{2}bh โ€” half the base times the height, where height must be perpendicular to the base
  • Works for ALL triangles โ€” not just right triangles; the height might fall outside the triangle in obtuse cases
  • Common ACT trap โ€” the test often gives you side lengths instead of height, requiring you to calculate height first (often using the Pythagorean theorem or special right triangle ratios)

Area of a Circle

  • A=ฯ€r2A = \pi r^2 โ€” square the radius first, then multiply by ฯ€\pi
  • Radius, not diameter โ€” if given diameter, divide by 2 before using this formula
  • Sector problems โ€” for partial circles, multiply this area by the fraction of the circle (central angle divided by 360ยฐ)

Compare: Rectangle area vs. Triangle area โ€” both use base and height, but triangles are exactly half. If an ACT question shows a triangle inside a rectangle sharing the same base and height, the triangle is always half the rectangle's area.


Three-Dimensional Volume and Surface Area

Volume measures space inside 3D objects (cubic units), while surface area measures the outside skin (square units). The pattern: volume = base area ร— height.

Volume of a Rectangular Prism

  • V=lwhV = lwh โ€” length times width times height; rectangle area extended into 3D
  • Units are cubed โ€” cubic feet, cubic meters, etc., because you're multiplying three dimensions
  • Box problems โ€” any question about boxes, rooms, or tanks likely needs this formula

Volume of a Cylinder

  • V=ฯ€r2hV = \pi r^2 h โ€” circle area (ฯ€r2\pi r^2) times height; same pattern as the prism
  • Stacked circles concept โ€” visualize a cylinder as circles stacked on top of each other
  • Common applications โ€” pipes, cans, tanks; the ACT loves practical cylinder problems

Surface Area of a Rectangular Prism

  • SA=2(lw+lh+wh)SA = 2(lw + lh + wh) โ€” add the three different face areas, then double (since opposite faces match)
  • Six faces total โ€” two of each type: top/bottom, front/back, left/right
  • Wrapping and painting problems โ€” surface area tells you how much material covers the outside

Surface Area of a Cylinder

  • SA=2ฯ€rh+2ฯ€r2SA = 2\pi rh + 2\pi r^2 โ€” lateral surface (the curved part) plus two circular bases
  • Label trick โ€” the lateral area 2ฯ€rh2\pi rh is what you'd get if you unrolled the curved part into a flat rectangle; its width is the circumference (2ฯ€r2\pi r) and its height is hh
  • Partial cylinders โ€” if a cylinder is open (no top), subtract one ฯ€r2\pi r^2 from the formula

Compare: Prism volume vs. Cylinder volume โ€” both follow the pattern "base area ร— height." The only difference is the base shape (rectangle vs. circle). Recognizing this pattern helps you adapt to unfamiliar 3D shapes on test day.


Circle Measurements

Circles have their own special formulas because they involve ฯ€\pi. The key relationship: everything connects back to the radius.

Circumference of a Circle

  • C=2ฯ€rC = 2\pi r or equivalently C=ฯ€dC = \pi d โ€” the distance around the circle
  • Diameter = 2r โ€” use whichever form matches what the problem gives you
  • Arc length โ€” for partial circles, multiply circumference by the fraction (central angle รท 360ยฐ)

Compare: Circumference vs. Area โ€” circumference uses rr to the first power (linear measurement), while area uses r2r^2 (two-dimensional measurement). If you double the radius, circumference doubles but area quadruples.


Coordinate Geometry Formulas

These formulas let you work with points and lines on the coordinate plane. They're all derived from the relationship between horizontal and vertical distances.

Slope Formula

  • m=y2โˆ’y1x2โˆ’x1m = \frac{y_2 - y_1}{x_2 - x_1} โ€” "rise over run," the change in yy divided by change in xx
  • Positive slope = line goes up (left to right); negative slope = line goes down; zero slope = horizontal; undefined slope = vertical
  • Parallel lines have equal slopes; perpendicular lines have slopes that are negative reciprocals (flip the fraction and change the sign, so a slope of 23\frac{2}{3} becomes โˆ’32-\frac{3}{2})

Slope-Intercept Form

  • y=mx+by = mx + b โ€” where mm is the slope and bb is the y-intercept (the point where the line crosses the y-axis)
  • Reading a graph โ€” if a question gives you a graph, identify where the line crosses the y-axis for bb, then count rise/run for mm
  • Writing equations โ€” once you have slope and a point, plug them into this form to build the full equation

Midpoint Formula

  • (x1+x22,y1+y22)\left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right) โ€” average the x-coordinates and average the y-coordinates
  • Center point applications โ€” finding the center of a line segment or the middle of a diameter
  • Works in reverse โ€” if given the midpoint and one endpoint, you can solve for the other endpoint

Distance Formula

  • d=(x2โˆ’x1)2+(y2โˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} โ€” derived directly from the Pythagorean theorem
  • Creates a right triangle โ€” the horizontal and vertical distances are legs; the direct distance is the hypotenuse
  • Always square before adding โ€” a common error is forgetting to square the differences

Compare: Slope vs. Distance โ€” both use (x2โˆ’x1)(x_2 - x_1) and (y2โˆ’y1)(y_2 - y_1), but slope divides them (a ratio) while distance squares and adds them (Pythagorean theorem). Know which operation matches which formula.


Triangle Relationships

Triangles appear constantly on the ACT. These formulas and ratios help you find missing sides and angles quickly.

Pythagorean Theorem

  • a2+b2=c2a^2 + b^2 = c^2 โ€” for right triangles only; cc is always the hypotenuse (longest side, opposite the right angle)
  • Finding any side โ€” rearrange to find a leg: a=c2โˆ’b2a = \sqrt{c^2 - b^2}
  • Common Pythagorean triples โ€” memorize 3-4-5, 5-12-13, and 8-15-17 (plus their multiples like 6-8-10). Recognizing these saves real time on the test.
  • Testing for right triangles โ€” if the equation holds true for three given side lengths, the triangle is a right triangle

SOHCAHTOA (Trigonometric Ratios)

These apply only to right triangles. The angle ฮธ\theta is always one of the two non-right angles.

  • SOH: sinโกฮธ=OppositeHypotenuse\sin\theta = \frac{\text{Opposite}}{\text{Hypotenuse}} โ€” the side across from the angle divided by the longest side
  • CAH: cosโกฮธ=AdjacentHypotenuse\cos\theta = \frac{\text{Adjacent}}{\text{Hypotenuse}} โ€” the side next to the angle (not the hypotenuse) divided by the longest side
  • TOA: tanโกฮธ=OppositeAdjacent\tan\theta = \frac{\text{Opposite}}{\text{Adjacent}} โ€” useful when the hypotenuse isn't involved in the problem

Special Right Triangle Ratios

  • 45-45-90 triangle: sides in ratio 1:1:21:1:\sqrt{2} โ€” the two legs are equal; hypotenuse is leg ร— 2\sqrt{2}
  • 30-60-90 triangle: sides in ratio 1:3:21:\sqrt{3}:2 โ€” shortest side opposite 30ยฐ, medium side (3\sqrt{3}) opposite 60ยฐ, longest side (2) opposite 90ยฐ
  • Time-saver โ€” memorizing these lets you skip calculations entirely when you recognize these triangles

Compare: 45-45-90 vs. 30-60-90 โ€” both are derived from the Pythagorean theorem, but 45-45-90 is isosceles (two equal sides) while 30-60-90 has three different side lengths. The ACT often hides these triangles inside other shapes. Look for squares cut diagonally (45-45-90) or equilateral triangles cut in half (30-60-90).


Algebraic Problem-Solving

When geometry formulas won't help, these algebraic tools solve equations and find unknown values.

Quadratic Formula

  • x=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} โ€” solves any equation in the form ax2+bx+c=0ax^2 + bx + c = 0
  • The discriminant (b2โˆ’4acb^2 - 4ac) tells you the nature of solutions: positive = two real solutions, zero = one repeated solution, negative = no real solutions
  • When to use it โ€” when factoring isn't obvious or possible; the formula always works

Compare: Factoring vs. Quadratic formula โ€” factoring is faster when it works, but the quadratic formula is your backup for any quadratic. If a problem seems designed to have "nice" numbers, try factoring first.

Percent Change

  • Percentย Change=Newโˆ’OriginalOriginalร—100\text{Percent Change} = \frac{\text{New} - \text{Original}}{\text{Original}} \times 100
  • Always divide by the original value, not the new one. This trips up a lot of students.
  • Works for both increases and decreases. A positive result means increase; negative means decrease.

Probability

  • P(event)=numberย ofย favorableย outcomestotalย numberย ofย outcomesP(\text{event}) = \frac{\text{number of favorable outcomes}}{\text{total number of outcomes}}
  • Probability is always between 0 and 1 (or 0% and 100%)
  • For the probability of two independent events both happening, multiply their individual probabilities

Average (Arithmetic Mean)

  • Average=sumย ofย allย valuesnumberย ofย values\text{Average} = \frac{\text{sum of all values}}{\text{number of values}}
  • A useful rearrangement: sum = average ร— number of values. If the ACT tells you the average of 5 tests is 88, the total sum is 88ร—5=44088 \times 5 = 440. This is often the real key to solving average problems.

Quick Reference Table

ConceptKey Formulas
2D AreaA=lwA = lw (rectangle), A=12bhA = \frac{1}{2}bh (triangle), A=ฯ€r2A = \pi r^2 (circle)
3D VolumeV=lwhV = lwh (prism), V=ฯ€r2hV = \pi r^2 h (cylinder)
Surface AreaSA=2(lw+lh+wh)SA = 2(lw + lh + wh) (prism), SA=2ฯ€rh+2ฯ€r2SA = 2\pi rh + 2\pi r^2 (cylinder)
Circle MeasurementsC=2ฯ€rC = 2\pi r, A=ฯ€r2A = \pi r^2
Coordinate GeometrySlope: y2โˆ’y1x2โˆ’x1\frac{y_2-y_1}{x_2-x_1}, Line: y=mx+by = mx + b, Distance: (x2โˆ’x1)2+(y2โˆ’y1)2\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}, Midpoint: averages
Right Trianglesa2+b2=c2a^2 + b^2 = c^2, SOHCAHTOA
Special Triangles45-45-90: 1:1:21:1:\sqrt{2}, 30-60-90: 1:3:21:\sqrt{3}:2
Quadraticsx=โˆ’bยฑb2โˆ’4ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}
Statistics & ProbabilityAverage = sum รท count, Probability = favorable รท total
Percent ChangeNewโˆ’OriginalOriginalร—100\frac{\text{New} - \text{Original}}{\text{Original}} \times 100

Self-Check Questions

  1. What do the distance formula and the Pythagorean theorem have in common, and why does this connection make sense geometrically?

  2. If you double the radius of a circle, what happens to its circumference? What happens to its area? Why are these results different?

  3. Which two volume formulas follow the pattern "base area ร— height," and how does recognizing this pattern help you with unfamiliar 3D shapes?

  4. You see a triangle with angles of 30ยฐ, 60ยฐ, and 90ยฐ. Without calculating, what is the ratio of the shortest side to the longest side?

  5. When would you use the slope formula versus the distance formula if given two coordinate points? What question is each formula answering?

  6. You know the average score on 4 tests is 85. How do you find the total number of points scored, and why is that rearrangement useful?