Skip to content
The Continuum
THE MATHEMATICS CONTINUUM · getcontinuum.co.za
First Year — Formula Reference Sheet
First Year University · 13 formulas
Formula Library
First Year University

First Year

Limits, differentiation rules, integration techniques, linear algebra, probability distributions.

13 formulas · opens your print dialog
Limits & Continuity

Formal Limit Definition

The rigorous epsilon-delta definition of a limit.

When to use

Formal proofs of limits in analysis courses.

Example

Prove lim[x→2] (2x+1) = 5: given ε, choose δ=ε/2

Limits & Continuity

L'Hôpital's Rule

Evaluates indeterminate limits by differentiating numerator and denominator.

When to use

When substitution gives 0/0 or ∞/∞.

Example

lim[x→0] sin(x)/x = lim[x→0] cos(x)/1 = 1

Differentiation

Trig Derivatives

Standard derivatives of the three main trigonometric functions.

When to use

Differentiating any expression containing sin, cos, or tan.

Example

f(x) = 3sin x − 2cos x → f'(x) = 3cos x + 2sin x

Differentiation

Exponential & Logarithm Derivatives

Derivatives of exponential and natural log functions.

When to use

Differentiating growth/decay models, compound interest models.

Example

f(x) = e^(2x) → f'(x) = 2e^(2x) (chain rule applied)

Differentiation

Implicit Differentiation

Finds dy/dx when y cannot be expressed explicitly as a function of x.

When to use

Equations like x² + y² = r² (circle), x³ + y³ = 6xy.

Example

x² + y² = 25 → 2x + 2y(dy/dx) = 0 → dy/dx = −x/y

Integration

Trig Integrals

Standard antiderivatives of trig functions.

When to use

Integrating any expression containing trigonometric functions.

Example

∫(sin x + 2cos x) dx = −cos x + 2sin x + C

Integration

Integration by Parts

Integrates the product of two functions.

When to use

Integrating products like x·eˣ, x·sin x, x·ln x.

Example

∫x·eˣ dx: let u=x, dv=eˣ dx → xeˣ − ∫eˣ dx = xeˣ − eˣ + C

Integration

Integration by Substitution

Simplifies integrals by substituting a composite expression.

When to use

When you can identify an inner function whose derivative is also present.

Example

∫2x(x²+1)⁵ dx: let u=x²+1, du=2x dx → ∫u⁵ du = u⁶/6 + C

Linear Algebra

Determinant (2×2)

Scalar value encoding whether a 2×2 matrix is invertible.

When to use

Solving systems, checking invertibility, finding areas of parallelograms.

Example

det([3 2; 1 4]) = 12 − 2 = 10

Linear Algebra

Inverse (2×2 Matrix)

Finds the inverse of a 2×2 matrix.

When to use

Solving matrix equations Ax = b, or reversing a linear transformation.

Example

A=[2 1; 5 3] → det=1 → A⁻¹=[3 −1; −5 2]

Linear Algebra

Eigenvalue Equation

Finds the scalars λ (eigenvalues) for which A has a special direction v.

When to use

Principal component analysis, differential equations, quantum mechanics.

Example

A=[3 1; 0 2]: det([3−λ 1; 0 2−λ]) = (3−λ)(2−λ) = 0 → λ=3 or λ=2

Probability

Bayes' Theorem

Updates a probability estimate after receiving new evidence.

When to use

Medical testing, spam filters, any situation with conditional information.

Example

P(disease|positive test) given test accuracy and disease prevalence

Probability

Standard Normal (Z-score)

Converts a raw score to standard deviations from the mean.

When to use

Any normal distribution problem — finding probabilities using Z-tables.

Example

X=75, μ=60, σ=10: Z = (75−60)/10 = 1.5

← Previous
Grade 12
Next →
Second Year+