Chapter 8 — Every Formula You Have to Know
The SAT prints a page of formulas at the start of every maths module. The ACT prints none. Everything you need has to be in your head when you sit down.
This chapter is that list, with the reason each formula is true beside it. Reasons matter: a formula you understand survives a nervous morning, and one you have only memorised often does not. Where a formula can be rebuilt from a simpler one in five seconds, that is said too — it is one fewer thing to carry.
Work through it a section at a time rather than in one sitting, and come back to it between the other chapters. These are the cheapest marks in the book.
The list
Lines and coordinates
| formula | why |
|---|---|
| slope | rise over run — how far up for each step across |
| is the slope, the height where | |
| distance | Pythagoras on the horizontal and vertical gaps |
| midpoint | the average of each coordinate |
| parallel lines | equal slopes |
| perpendicular lines | slopes multiply to (flip it and change the sign) |
Do not confuse them: midpoint adds; distance and slope subtract.
Triangles and angles
| formula | why |
|---|---|
| angles in a triangle | tear off the three corners and they form a straight line |
| angles in an -sided polygon | it splits into triangles |
| exterior angles of any polygon | one full turn walking round it |
| exterior angle of a triangle the two remote interior angles | both equal minus the third angle |
| area of a triangle | half of the rectangle that encloses it |
| Pythagoras: | right triangles only, the hypotenuse |
Pythagorean triples worth recognising on sight, because they save all the arithmetic: 3-4-5, 5-12-13, 8-15-17, and any multiple of them (6-8-10, 9-12-15, 10-24-26).
Special right triangles:
In both, the smallest side faces the smallest angle.
Circles
| formula | why |
|---|---|
| circumference | is defined as circumference over diameter |
| area | |
| arc length | the same fraction of the way round |
| sector area | the same fraction of the whole slice |
| centre , radius — it is the distance formula |
The circle equation is worth seeing that way: it says "every point is a distance from the centre", which is what a circle is.
Solids
| formula | why |
|---|---|
| box: | |
| any prism or cylinder: | stacked copies of the end face |
| cylinder: | the prism rule with a circular end |
| sphere: | |
| cone: | exactly a third of the cylinder around it |
| box surface area | six faces in three matching pairs |
Scaling, which is worth more than any single volume formula: multiply every length by and areas multiply by , volumes by .
Algebra
| formula | why |
|---|---|
| solves any quadratic | |
| discriminant | positive → 2 roots, zero → 1, negative → none |
| there is always a middle term | |
| the middle terms cancel | |
| vertex of at | halfway between the two roots |
Exponents, logs and sequences
| formula | why |
|---|---|
| , , | count the copies |
| , , | |
| means | a log is an exponent |
| multiplying inside adds outside | |
| arithmetic: | steps to reach the th term |
| geometric: | same reason, multiplying instead |
Trigonometry
| formula | why |
|---|---|
| SOH-CAH-TOA | sin = opp/hyp, cos = adj/hyp, tan = opp/adj |
| divide the first two | |
| Pythagoras, divided through by | |
| law of sines | |
| law of cosines — Pythagoras plus a correction | |
| radians | |
| : amplitude , period | outside stretches, inside squeezes |
Statistics
| formula | why |
|---|---|
| mean , so total mean count | the rearranged form is the useful one |
| median | the middle value after sorting |
| range | largest minus smallest |
| everything either happens or does not |
Section 1 — Using Them From Memory
The questions below give you nothing. Each one needs a formula from the list above, applied once. If you have to look one up, that is the formula to keep practising.
Topic: A formula you must know — the area of a triangle
A triangular sail has a base measuring 14 units along its foot and a perpendicular height of 9 units from that base to the opposite corner. What is its area?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
The reason for the half: a triangle is exactly half of the rectangle that encloses it, with the same base and height. Picturing that rectangle is a reliable way to remember which formula carries the .
Why each wrong option is wrong:
- A, — used , the rectangle formula, forgetting the half.
- C, and D, — added lengths rather than multiplying them. An area needs two lengths multiplied; adding gives something in the wrong units.
Takeaway: a triangle is half its enclosing rectangle. And the height must be perpendicular to the base — not a slanted side.
Topic: A formula you must know — the quadratic formula
An equation from a model is , and it must be solved. What are the solutions?
F)
G)
H)
J)
Show the worked solution
Answer: H
Explanation
With , , :
Watch the term: is negative, so is , not . That double negative is where the formula usually goes wrong.
Check by factoring, which also works here: . ✓
Why each wrong option is wrong:
- F, — dropped the term, using instead of . Forgetting it entirely, or getting its sign wrong, is the single commonest quadratic-formula error.
- G, — factored as if the leading coefficient were 1, giving , which expands to rather than .
- J, — divided by 2 rather than by .
Takeaway: . Substitute , and with their signs before doing any arithmetic.
Topic: A formula you must know — the volume of a cone
A conical container has a base radius of 3 units and a height of 8 units. What is its volume?
A)
B)
C)
D)
Show the worked solution
Answer: B
Explanation
The reason for the third: a cone holds exactly one third of the cylinder with the same base and height. That is worth knowing as a fact in its own right — it means you only really have to remember the cylinder.
Why each wrong option is wrong:
- A, — gave the cylinder's volume, three times too big.
- C, — forgot to square the radius.
- D, — used , which belongs to the sphere.
Takeaway: cone cylinder. Sphere is and has no height in it — if your sphere formula contains an , it is wrong.
Topic: A formula you must know — perpendicular slopes
A road is to be built perpendicular to an existing one whose equation is . What is the slope of the new road?
F)
G)
H)
J)
Show the worked solution
Answer: J
Explanation
Perpendicular slopes are negative reciprocals: flip the fraction and change its sign. Both steps, not one.
Check with the multiplication test — two perpendicular slopes multiply to :
The is the intercept and plays no part; only the slope matters for perpendicularity.
Why each wrong option is wrong:
- F, — that is the parallel slope.
- G, and H, — did one of the two steps.
Takeaway: perpendicular means flip and negate. Multiply your answer by the original slope; if you do not get , you have done only half of it.
Topic: A formula you must know — the vertex of a parabola
A manufacturer's cost, in thousands of dollars, is modelled by , and the production level giving the lowest cost is wanted. At what value of does the minimum occur?
A)
B)
C)
D)
Show the worked solution
Answer: C
Explanation
For the vertex sits at
Here and :
The two minus signs cancel, which is exactly where option B goes wrong.
Why the formula is true: a parabola is symmetric, so its vertex lies halfway between its two roots — and the quadratic formula puts those roots at plus and minus the same amount. The midpoint is .
Check by testing either side: at , ; at , ; at , . Lowest at 4. ✓
Why each wrong option is wrong:
- A, — read off the equation.
- B, — dropped the minus sign in front of the formula.
- D, — used without dividing by .
Takeaway: , and carries its own sign. Substituting a negative into a formula that already has a minus gives a positive answer.
Topic: A formula you must know — the law of cosines
Two sides of a triangular plot measure 5 and 8 metres and the angle between them is . What is the length of the third side?
F)
G)
H)
J)
Show the worked solution
Answer: F
Explanation
With , , and :
Sanity check: the third side must be between and . It is.
Notice what the formula is doing. Without the last term it would be Pythagoras, giving . The term is the correction for the angle not being — and when , and the correction disappears.
Why each wrong option is wrong:
- G, — used Pythagoras on a triangle that has no right angle.
- H, and J, — added or subtracted the sides, which give the absolute limits the third side must lie strictly between.
Takeaway: law of cosines is Pythagoras plus a correction term. Two sides and the angle between them is the signal to use it.
Topic: A formula you must know — the nth term of a sequence
A savings scheme pays out amounts forming the sequence , and the 20th payment is wanted. What is the 20th term?
A)
B)
C)
D)
Show the worked solution
Answer: D
Explanation
Check which kind of sequence it is by subtracting:
Constant, so it is arithmetic with and .
Why : you are already standing on the first term, so getting to the 20th takes 19 steps, not 20.
Why each wrong option is wrong:
- A, — used , one difference too many. This is the error the exists to prevent.
- B, — multiplied the first term by 20.
- C, — used 7 as the common difference.
Takeaway: for arithmetic, for geometric. Both have , for the same reason: count the gaps, not the terms.
Topic: A formula you must know — the equation of a circle
A circular region in the -plane has its centre at and a radius of 4 units. Which equation describes this circle?
F)
G)
H)
J)
Show the worked solution
Answer: G
Explanation
The standard form is
with centre . The formula already contains minus signs, so a negative coordinate produces a plus in the bracket:
And the right-hand side is .
Check: the point is 4 units right of the centre and should be on the circle. . ✓
Why each wrong option is wrong:
- F, and J, — copied a coordinate's sign straight into the bracket instead of flipping it.
- H, — put the radius on the right rather than its square.
Takeaway: the signs flip and the right side is . Write out in full first if the flip is not automatic yet, then test one point.
Topic: A formula you must know — the distance formula
What is the distance between the points and in the -plane?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
The gaps are across and up:
A 5-12-13 triangle — worth recognising, since it removes the arithmetic.
Why each wrong option is wrong:
- B, — added the gaps, which is the distance along two sides rather than across.
- C, — added before squaring.
- D, — stopped before the square root.
Takeaway: the distance formula is Pythagoras. Watch the double negative when subtracting a negative coordinate.
Topic: A formula you must know — the volume of a sphere
A spherical tank has a radius of 3 units. What is its volume?
F)
G)
H)
J)
Show the worked solution
Answer: H
Explanation
The and the cube are both essential, and there is no height in the formula — a sphere has only one measurement.
Why each wrong option is wrong:
- F, — used , the area of a circle.
- G, — squared the radius instead of cubing it.
- J, — omitted the .
Takeaway: sphere is . If your sphere formula has an in it, it is the wrong formula.
Topic: A formula you must know — the midpoint
A line segment has endpoints and . What is the midpoint?
A)
B)
C)
D)
Show the worked solution
Answer: A
Explanation
Average each coordinate separately:
Check that the answer lies between the endpoints in both coordinates: 2 is between and 7, and 3 is between and 8. ✓
Why each wrong option is wrong:
- B, — subtracted instead of adding, which is the distance formula's first step, not the midpoint's.
- C, — added correctly and forgot to halve.
- D, — sign errors in both coordinates.
Takeaway: midpoint adds and halves; distance and slope subtract. Then check the answer sits between the two endpoints.