Queensland Mathematical Methods Formula Book 2025

Mensuration Formulas

  • Circumference of a circle:
    • C=2πrC = 2\text{π}r
  • Area of a circle:
    • A=πr2A = \text{π}r^2
  • Area of a parallelogram:
    • A=bhA = bh
  • Area of a trapezium:
    • A=12(a+b)hA = \frac{1}{2}(a+b)h
  • Area of a triangle:
    • A=12bhA = \frac{1}{2}bh
  • Total surface area of a cone:
    • S=πrs+πr2S = \text{π}rs + \text{π}r^2
  • Total surface area of a cylinder:
    • S=2πrh+2πr2S = 2\text{π}rh + 2\text{π}r^2
  • Surface area of a sphere:
    • S=4πr2S = 4\text{π}r^2
  • Volume of a cone:
    • V=13πr2hV = \frac{1}{3}\text{π}r^2h
  • Volume of a cylinder:
    • V=πr2hV = \text{π}r^2h
  • Volume of a prism:
    • V=AhV = Ah
  • Volume of a pyramid:
    • V=13AhV = \frac{1}{3}Ah
  • Volume of a sphere:
    • V=43πr3V = \frac{4}{3}\text{π}r^3

Graph Equations

  • Quadratic equations:
    • y=a(xh)2+ky = a(x-h)^2 + k
    • y=a(xx1)(xx2)y = a(x-x_1)(x-x_2)
  • Cubic equations:
    • y=a(xh)3+ky = a(x-h)^3 + k
    • y=a(xx1)(xx2)(xx3)y = a(x-x_1)(x-x_2)(x-x_3)
  • Circle equation:
    • (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2
  • Square root equation:
    • y=axh+ky = a∑−∑x-h + k
  • Reciprocal equation:
    • y=axh+ky = \frac{a}{x-h} + k
  • Exponential equation:
    • y=rxh+ky = r^{x-h} + k
    • Note: The condition r>0r > 0 applies.
  • Logarithmic equation:
    • y=aloga(xh)+ky = a∑−∑\text{log}_a(x-h) + k
    • Note: The condition a>1a > 1 applies.
  • Trigonometric equations:
    • y=asin(b(xh))+ky = a∑−∑\text{sin}(b(x-h)) + k
    • y=acos(b(xh))+ky = a∑−∑\text{cos}(b(x-h)) + k

Logarithms and Exponents

  • Relationship between exponents and logarithms:
    • loga(b)=xax=b\text{log}_a(b) = x ⇔ a^x = b
  • Logarithmic laws and definitions:
    • Addition law: loga(x)+loga(y)=loga(xy)\text{log}_a(x) + \text{log}_a(y) = \text{log}_a(xy)
    • Power law: loga(xn)=nloga(x)\text{log}_a(x^n) = n\text{log}_a(x)
    • Subtraction law: loga(x)loga(y)=logaxy\text{log}_a(x) - \text{log}_a(y) = \text{log}_a∑−∑\frac{x}{y}
    • Change of base law: loga(x)=logb(x)logb(a)\text{log}_a(x) = \frac{\text{log}_b(x)}{\text{log}_b(a)}
    • Logarithm of one: loga(1)=0\text{log}_a(1) = 0
    • Logarithm of the base: loga(a)=1\text{log}_a(a) = 1

Calculus: Derivatives and Integrals

  • First principles definition of a derivative:
    • f(x)=limh0f(x+h)f(x)hf'(x) = \text{lim}_{h \to 0} \frac{f(x+h) - f(x)}{h}
  • Limit of sums (Integration approximation):
    • \text∫_a^b f(x) dx ≈ \text∑ f(x_i) δx
  • Fundamental Theorem of Calculus:
    • \text∫_a^b f(x) dx = F(b) - F(a)
  • Linearity of the derivative:
    • ddx[f(x)+g(x)]=ddxf(x)+ddxg(x)\frac{d}{dx}[f(x) + g(x)] = \frac{d}{dx}f(x) + \frac{d}{dx}g(x)
  • Linearity of the integral:
    • \text∫ [f(x) + g(x)] dx = \text∫ f(x) dx + \text∫ g(x) dx
  • Constant multiple rule for integrals:
    • \text∫ kf(x) dx = k\text∫ f(x) dx
  • Power rule:
    • Derivative: ddxxn=nxn1\frac{d}{dx}x^n = nx^{n-1}
    • Integral: \text∫ x^n dx = \frac{x^{n+1}}{n+1} + c (where n1n ≠ -1)
  • Exponential functions:
    • Derivative of the natural exponential: ddxex=ex\frac{d}{dx}e^x = e^x
    • Derivative of a composite exponential: ddxef(x)=f(x)ef(x)\frac{d}{dx}e^{f(x)} = f'(x)e^{f(x)}
    • Integral: \text∫ e^x dx = e^x + c
  • Logarithmic functions:
    • Derivative of natural log: ddxln(x)=1x\frac{d}{dx}\text{ln}(x) = \frac{1}{x}
    • Derivative of log of a function: ddxln(f(x))=f(x)f(x)\frac{d}{dx}\text{ln}(f(x)) = \frac{f'(x)}{f(x)}
    • Integral: \text∫ \frac{1}{x} dx = \text{ln}(x) + c (for x>0x > 0)
  • Trigonometric functions (Sine):
    • Derivative: ddxsin(x)=cos(x)\frac{d}{dx}\text{sin}(x) = \text{cos}(x)
    • Derivative of composite: ddxsin(f(x))=f(x)cos(f(x))\frac{d}{dx}\text{sin}(f(x)) = f'(x)\text{cos}(f(x))
    • Integral: \text∫ \text{sin}(x) dx = -\text{cos}(x) + c
  • Trigonometric functions (Cosine):
    • Derivative: ddxcos(x)=sin(x)\frac{d}{dx}\text{cos}(x) = -\text{sin}(x)
    • Derivative of composite: ddxcos(f(x))=f(x)sin(f(x))\frac{d}{dx}\text{cos}(f(x)) = -f'(x)\text{sin}(f(x))
    • Integral: \text∫ \text{cos}(x) dx = \text{sin}(x) + c

Calculus Rules and Numerical Integration

  • Chain rule:
    • If y=f(u)y = f(u) and u=g(x)u = g(x), then dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}
  • Product rule:
    • ddx(uv)=udvdx+vdudx\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}
  • Quotient rule:
    • ddxuv=vdudxudvdxv2\frac{d}{dx}∑−∑\frac{u}{v} = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}
  • Trapezoidal rule:
    • \text∫_a^b f(x) dx ≈ \frac{w}{2} [f(x_0) + 2(f(x_1) + f(x_2) + f(x_3) + … + f(x_{n-1})) + f(x_n)]
    • Where the step width is defined as w=banw = \frac{b-a}{n}

Trigonometry Rules and Identities

  • Cosine rule:
    • c2=a2+b22abcos(C)c^2 = a^2 + b^2 - 2ab\text{cos}(C)
  • Sine rule:
    • asin(A)=bsin(B)=csin(C)\frac{a}{\text{sin}(A)} = \frac{b}{\text{sin}(B)} = \frac{c}{\text{sin}(C)}
  • Area of a triangle (Trigonometric):
    • Area=12bcsin(A)\text{Area} = \frac{1}{2}bc\text{sin}(A)
  • Pythagorean identity:
    • sin2(A)+cos2(A)=1\text{sin}^2(A) + \text{cos}^2(A) = 1

Statistics and Probability

  • Binomial theorem:
    • (x+y)n=xn+(n1)xn1y++(nr)xnryr++yn(x+y)^n = x^n + \binom{n}{1}x^{n-1}y + … + \binom{n}{r}x^{n-r}y^r + … + y^n
  • Binomial probability:
    • P(X=r)=(nr)pr(1p)nrP(X=r) = \binom{n}{r}p^r(1-p)^{n-r}
  • Discrete random variable X:
    • Mean: E(X)=pixi=μE(X) = ∑ p_i x_i = μ
    • Variance: Var(X)=pi(xiμ)2\text{Var}(X) = ∑ p_i(x_i - μ)^2
    • Standard deviation: SD=Var(X)\text{SD} = ∑−∑\text{Var}(X)
  • Continuous random variable X:
    • Mean: E(X) = μ = \text∫_{-∞}^{∞} x p(x) dx
    • Variance: \text{Var}(X) = σ^2 = \text∫_{-∞}^{∞} (x-μ)^2 p(x) dx
  • Bernoulli distribution:
    • Mean: pp
    • Variance: p(1p)p(1-p)
  • Binomial distribution:
    • Mean: npnp
    • Variance: np(1p)np(1-p)
  • Sample proportion:
    • Mean: μ=pμ = p
    • Standard deviation: σ=p(1p)nσ = ∑−∑\frac{p(1-p)}{n}
  • Approximate confidence interval for p:
    • pˆzpˆ(1pˆ)n,pˆ+zpˆ(1pˆ)n\text−∑\text{p̂} - z∑−∑\frac{\text{p̂}(1-\text{p̂})}{n}, \text{p̂} + z∑−∑\frac{\text{p̂}(1-\text{p̂})}{n}\text−∑
  • Approximate margin of error:
    • E=zpˆ(1pˆ)nE = z∑−∑\frac{\text{p̂}(1-\text{p̂})}{n}
  • Probability definitions:
    • Complementary probability: P(A)=1P(A)P(A') = 1 - P(A)
    • General addition rule: P(AB)=P(A)+P(B)P(AB)P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
    • Probability of independent events: P(AB)=P(A)P(B)P(A ∩ B) = P(A)P(B)
    • Conditional probability: P(AB)=P(AB)P(B)P(A ∩ B) = P(A|B)P(B) or P(AB)=P(AB)P(B)P(A|B) = \frac{P(A ∩ B)}{P(B)}