Free interactive reference

HSC Mathematics Standard 2 Formula Sheet

A searchable HSC Mathematics Standard 2 formula sheet with equations, variables, explanations, and linked revision topics.

These formulas are rendered as real mathematics rather than images. Read the definition, check every variable, and follow the topic link to see the idea in context. Always confirm the permitted official booklet or sheet for your examination session.

Reference section

A · Algebra

Linear equation of a line

y=mx+cm=y2y1x2x1y=mx+c \qquad m=\frac{y_2-y_1}{x_2-x_1}

m is the gradient, c is the y-intercept.

mm
gradient
cc
y-intercept

Exponential model

N(t)=N0rtN(t)=N_0\cdot r^t

r is the growth/decay factor, not the raw percentage rate — e.g. 6% growth means r=1.06, 6% decay means r=0.94.

N(t)N(t)
quantity at time t
N0N_0
initial quantity
rr
growth (>1) or decay (0<r<1) factor per period
tt
number of periods

Reference section

B · Measurement

Area formulas

Arect=lwAtri=12bhAcircle=πr2Atrap=12(a+b)hAparallelogram=bhA_{rect}=lw \qquad A_{tri}=\frac12bh \qquad A_{circle}=\pi r^2 \qquad A_{trap}=\frac12(a+b)h \qquad A_{parallelogram}=bh

The height in a triangle/trapezium must be the perpendicular height.

Volume formulas

Vprism=AbasehVcylinder=πr2hVcone=13πr2hVsphere=43πr3V_{prism}=A_{base}h \qquad V_{cylinder}=\pi r^2h \qquad V_{cone}=\frac13\pi r^2h \qquad V_{sphere}=\frac43\pi r^3

For similar figures with linear scale factor k: length scales by k, area by k², volume by k³.

Pythagoras' theorem & trig ratios

c2=a2+b2sinθ=OppHypcosθ=AdjHyptanθ=OppAdjc^2=a^2+b^2 \qquad \sin\theta=\frac{\text{Opp}}{\text{Hyp}} \quad \cos\theta=\frac{\text{Adj}}{\text{Hyp}} \quad \tan\theta=\frac{\text{Opp}}{\text{Adj}}

c is the hypotenuse. Ensure your calculator is in degree mode.

a,b,ca,b,c
triangle sides, c the hypotenuse
θ\theta
the reference angle

Sine rule & cosine rule

asinA=bsinB=csinCa2=b2+c22bccosA\frac{a}{\sin A}=\frac{b}{\sin B}=\frac{c}{\sin C} \qquad a^2=b^2+c^2-2bc\cos A

Sine rule: angle-side opposite pair known. Cosine rule: SSS or SAS. Watch for the ambiguous case with the sine rule.

a,b,ca,b,c
sides opposite angles A,B,C

Area of a triangle (trig form)

Area=12absinC\text{Area}=\frac12ab\sin C

C must be the angle included between the two given sides a and b.

a,ba,b
two sides
CC
the included angle

Speed conversion

km/hm/s: multiply by 518\text{km/h} \to \text{m/s: multiply by } \frac{5}{18}

The reverse conversion (m/s to km/h) multiplies by 18/5 (i.e. 3.6).

Reference section

C · Financial Mathematics

Compound interest

A=P(1+r100)nA=P\left(1+\frac{r}{100}\right)^n

r and n must match the compounding period. Interest earned is A−P, not A itself.

AA
final amount
PP
principal
rr
rate per period (%)
nn
number of periods

Declining-balance depreciation

S=V0(1r100)nS=V_0\left(1-\frac{r}{100}\right)^n

Never reaches exactly zero. Same form as compound interest but decreasing.

SS
salvage value
V0V_0
original value
rr
depreciation rate per period (%)
nn
number of periods

Straight-line depreciation

S=V0DnS=V_0-Dn

Decreases by a fixed dollar amount D each period — can reach exactly zero.

SS
salvage value
V0V_0
original value
DD
fixed depreciation per period
nn
number of periods

Future value of an annuity

FV=M[(1+i)n1i]FV=M\left[\frac{(1+i)^n-1}{i}\right]

i and n must both match the contribution period (e.g. both monthly).

FVFV
future value
MM
regular contribution
ii
interest rate per period (decimal)
nn
number of contributions

Reference section

D · Statistical Analysis

Mean and quartiles

xˉ=xinIQR=Q3Q1\bar{x}=\frac{\sum x_i}{n} \qquad IQR=Q_3-Q_1

Data must be ordered before finding quartiles. IQR is less sensitive to outliers than the range.

xˉ\bar{x}
mean
Q1,Q3Q_1,Q_3
lower and upper quartiles

Standard deviation

s=(xixˉ)2n1s=\sqrt{\frac{\sum(x_i-\bar{x})^2}{n-1}}

Calculated using technology. A smaller s means data is more tightly clustered around the mean.

ss
sample standard deviation
xix_i
each data value
xˉ\bar{x}
the mean

z-score

z=xμσz=\frac{x-\mu}{\sigma}

Empirical rule: ~68% of data within 1σ of μ, ~95% within 2σ, ~99.7% within 3σ.

zz
standardized score
xx
raw value
μ\mu
mean
σ\sigma
standard deviation

Independent events

P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A)\times P(B)

For events without replacement, the second probability changes based on the first outcome.

A,BA,B
independent events

Reference section

E · Networks

Float time

Float=LSTEST\text{Float} = LST - EST

Zero float means the activity is on the critical path — it cannot be delayed without delaying the whole project.

LSTLST
latest start time
ESTEST
earliest start time

Critical path / project duration

Project duration=max(total duration of each path)\text{Project duration} = \max(\text{total duration of each path})

The critical path is the LONGEST path through the network, not the shortest.

Reviewed by the Study to Learn editorial team · Updated 2026-07-24