Mathematics 1A
Sem 1 2026 · Side 1 of 2
Calculus · limits → series
0 · Exam Blueprintread first
MATH1061 runs two parallel streams: this side is Calculus (limits → derivatives → integrals → series); flip for Linear Algebra. Assessment: weekly quizzes 8% · A1 5% · A2 10% · in-person Quiz A 15% · tutorials 2% · final exam 60%.
Most-tested moves: 0/0 limits (factor or L'Hôpital); differentiate with chain + product/quotient; classify critical points; evaluate a definite integral via FTC + a technique (sub / parts / partial fractions); write a Maclaurin series and use it.
Method marks: show the working — state the rule, then the substitution, then the answer. A dropped chain-rule factor or a missed +C is the standard mark-loss.
1 · Functions & LimitsWk 1–2
Function f:A→B, one output per input; range = image ⊆ codomain. Injective (1-1), surjective (onto, range = codomain), bijective = both ⇒ f⁻¹ exists. Composition (g∘f)(x)=g(f(x)).
Limit. limx→a f(x)=L: f(x) is forced arbitrarily close to L by taking x close to (≠) a. Two-sided limit exists iff both one-sided limits exist and agree.
Limit laws (if both limits exist)
algebra of limitslim(kf)=k·lim f · lim(f±g)=lim f ± lim g
lim(fg)=(lim f)(lim g)
lim(f/g)=lim f / lim g only if lim g≠0
If f is continuous at a, limx→a f(x)=f(a) — so most limits are "plug in"; only the joints of piecewise functions need care. Never use the quotient law when the denominator limit is 0 — factor, rationalise or use L'Hôpital instead.
1b · Squeeze & Standard Limits★ memorise
squeeze (sandwich)g≤f≤h near a, lim g = lim h = L ⇒ lim f = L
standard limitslimx→0 sin x / x = 1
limx→0 (1−cos x)/x = 0
limx→∞ (1+1/x)x = e
Classic squeeze: −|x| ≤ x·sin(1/x) ≤ |x| ⇒ limx→0 x sin(1/x)=0.
1c · 0/0 Limits · Workedfactor first
limx→1 (x²−1)/(x²+x−2):
= (x−1)(x+1) / (x−1)(x+2)
= (x+1)/(x+2) → 2/3
Cancel the common factor causing the 0; the limit can exist even when f(1) is undefined.
Rationalise. limx→0 (√(1+x)−1)/x · (√(1+x)+1)/(√(1+x)+1) = 1/(√(1+x)+1) → 1/2.
At infinity. Divide by the highest power: limx→∞ (3x²+1)/(2x²−x) = 3/2 (horizontal asymptote).
2 · Continuity & IVTWk 3
f is continuous at a iff limx→a f(x)=f(a) (all three: limit exists, f(a) defined, equal). Polynomials, roots, ex, ln, trig are continuous on their domains; sums/products/quotients/compositions stay continuous.
Intermediate Value Theoremf continuous on [a,b], N between f(a) & f(b)
⇒ ∃ c∈[a,b] with f(c)=N
Use IVT to show a root exists: f(a)<0<f(b) ⇒ some c with f(c)=0. Needs a closed interval; gives existence, not the value.
Inverse & hyperbolic. Restrict the domain so f is injective before inverting; f⁻¹ is the reflection of f in y=x. Key examples: cosh x=(ex+e−x)/2, sinh x=(ex−e−x)/2, with cosh²x − sinh²x = 1.
3 · The DerivativeWk 3–4
definitionf′(a)=limh→0 [f(a+h)−f(a)] / h
= slope of tangent at (a,f(a))
Tangent line: y = f(a) + f′(a)(x−a). Differentiable ⇒ continuous (not conversely — |x| has a corner at 0).
Rules
linearity / product / quotient / chain(kf)′=kf′ · (f±g)′=f′±g′
(fg)′ = f′g + fg′ (product)
(f/g)′ = (f′g − fg′)/g² (quotient)
(g∘f)′(x) = g′(f(x))·f′(x) (chain)
Implicit: differentiate F(x,y)=0 in x, chain-rule the y-terms, solve y′. e.g. x²+y²=1 ⇒ 2x+2yy′=0 ⇒ y′=−x/y.
Logarithmic: y=xx ⇒ ln y = x ln x ⇒ y′/y = ln x + 1 ⇒ y′ = xx(ln x + 1).
Quotient worked. d/dx (sin x / x) = (x cos x − sin x)/x². Chain worked. d/dx sin(x²) = cos(x²)·2x.
Higher derivatives f″, f‴ feed the second-derivative test and Taylor coefficients; for a product use the product rule repeatedly (or Leibniz's formula). Differentiable ⇒ continuous, but not the reverse (corners and cusps).
4 · Standard Derivativesd/dx · ★ table
| f(x) | f′(x) |
|---|---|
| xk | k xk−1 |
| ex | ex |
| ax | ax ln a |
| ln x | 1/x |
| sin x | cos x |
| cos x | −sin x |
| tan x | sec² x |
| sec x | sec x tan x |
| cot x | −csc² x |
| csc x | −csc x cot x |
| sin⁻¹ x | 1/√(1−x²) |
| cos⁻¹ x | −1/√(1−x²) |
| tan⁻¹ x | 1/(1+x²) |
| sinh x | cosh x |
| cosh x | sinh x |
cosh²x − sinh²x = 1. Combine with the chain rule for any composite, e.g. d/dx ln(f(x)) = f′(x)/f(x).
5 · L'Hôpital's RuleWk 5
indeterminate 0/0 or ∞/∞limx→a f/g = limx→a f′/g′
(when the RHS exists)
Check the form first. Other forms: 0·∞ → rewrite as 0/0 or ∞/∞; for 1∞, 00, ∞0 take logs, then apply.
Worked. limx→0 (ex−1−x)/x² is 0/0 → (ex−1)/2x still 0/0 → ex/2 → 1/2.
0·∞ worked. limx→0⁺ x ln x = lim (ln x)/(1/x) = (∞/∞) → (1/x)/(−1/x²) = −x → 0.
Warning: never apply L'Hôpital to a determinate form (e.g. 3/0 or 5/2) — re-check the form after every step.
6 · Extrema & Curve SketchingWk 5–6
First derivative test
- f′>0 ⇒ increasing; f′<0 ⇒ decreasing
- Critical point f′(c)=0: necessary, not sufficient (x³ at 0)
- f′: −→+ at c ⇒ local min; +→− ⇒ local max
Second derivative test
- f″>0 ⇒ concave up; f″<0 ⇒ concave down
- f′(c)=0, f″(c)>0 ⇒ min; f″(c)<0 ⇒ max
- Inflection: concavity changes (f″=0 necessary, check sign change)
Sketch checklist: domain · intercepts · sign of f′ (incr/decr, crit pts) · sign of f″ (concavity, inflections) · end behaviour x→±∞.
6b · Optimisation · Workedmethod marks
Method: write the quantity & its domain → f′(x)=0 for critical points → classify (1st/2nd test) → compare with endpoints for the global optimum.
Eg. max area of a rectangle of perimeter 20: A=x(10−x), A′=10−2x=0 ⇒ x=5; A″=−2<0 ⇒ max. A=25 (a square).
Trap: f″(c)=0 does not force an inflection; never forget endpoint values on a closed interval.
7 · Riemann IntegralWk 9
definite integral = signed area∫ab f dx = limN→∞ Σk f(xk*)Δx
Δx = (b−a)/N
Exists for continuous f. Lower/upper sums LN ≤ ∫ ≤ UN bound it (handy for monotonic f). Sub-intervals partition a=x₀<x₁<…<xN=b; the sample point xk* ∈ [xk−1,xk].
basic properties∫aa f = 0 · ∫ab f = −∫ba f
∫ab(αf+βg) = α∫f + β∫g (linearity)
∫ac f + ∫cb f = ∫ab f
Signed area: regions below the x-axis count negative — split at the zeros if you want true geometric area.
7b · Curve Sketch · Workedf=x³−3x
f′=3x²−3=0 ⇒ x=±1; f″=6x. x=−1: f″<0 ⇒ local max f=2; x=1: f″>0 ⇒ local min f=−2. Inflection at x=0. Odd, roots 0,±√3, ends ±∞. The sign charts of f′ and f″ give the whole shape. On a closed interval, also test endpoints for the global extremum; a critical point alone need not be one.
8 · Fundamental TheoremFTC · Wk 10
FTC I & III: d/dx ∫cx f(t) dt = f(x)
II: ∫ab F′(x) dx = F(b) − F(a)
variable limits (Leibniz)d/dx ∫cg(x) f(t) dt = f(g(x))·g′(x)
d/dx ∫xc f(t) dt = −f(x)
Don't drop g′(x) on a variable upper limit; the sign flips for a variable lower limit.
FTC worked. ∫0π/2 cos x dx = [sin x]₀π/2 = 1 − 0 = 1. And d/dx ∫0x² sin t dt = sin(x²)·2x.
Part I → II. Part I says ∫cx f is an antiderivative of f; Part II evaluates any antiderivative at the endpoints. Continuity of f on [a,b] is the hypothesis both need; FTC is what turns "antiderivative" into a number.
9 · Antiderivatives∫ · ★ table
| f(x) | ∫ f dx (+C) |
|---|---|
| xn (n≠−1) | xn+1/(n+1) |
| 1/x | ln|x| |
| ex | ex |
| ax | ax/ln a |
| sin x | −cos x |
| cos x | sin x |
| sec² x | tan x |
| tan x | ln|sec x| |
| sec x | ln|sec x + tan x| |
| 1/√(1−x²) | sin⁻¹ x |
| 1/(1+x²) | tan⁻¹ x |
Always +C on an indefinite integral.
10 · Substitution & PartsWk 10–11
substitution (undo chain)∫ f(u(t))·u′(t) dt = ∫ f(s) ds, s=u(t)
change the limits in the definite case
by parts (undo product)∫ u dv = uv − ∫ v du
choose u by LIATE
LIATE = Log · Inverse-trig · Algebraic · Trig · Exp — pick the earlier type as u (its derivative simplifies). Eg ∫ x ex dx: u=x, dv=exdx ⇒ x ex − ex + C.
ln by parts: ∫ ln x dx: u=ln x, dv=dx ⇒ x ln x − ∫ x·(1/x) dx = x ln x − x + C.
Sub worked: ∫ 2x ex² dx, s=x², ds=2x dx ⇒ ∫ es ds = ex² + C. For a definite integral, change the limits too (don't back-substitute).
Cyclic parts: ∫ ex cos x dx — parts twice returns the original integral I; solve algebraically: I = ½ex(sin x + cos x) + C.
Definite sub: ∫01 2x(x²+1)³ dx, s=x²+1 (1→2): ∫12 s³ ds = [s⁴/4]₁² = 15/4.
x² by parts (twice): ∫ x² ex dx = x²ex − 2∫ x ex dx = x²ex − 2(xex − ex) + C = ex(x²−2x+2) + C. A polynomial × ex/sin/cos: parts lowers the polynomial degree each pass.
11 · Partial Fractions & Trig Subrational + roots
distinct linear factors(a+bx)/[(x−λ)(x−μ)] = A/(x−λ) + B/(x−μ)
Solve A,B by cover-up / equating coefficients. Eg 1/[(x+1)(x−1)] = (−½)/(x+1) + (½)/(x−1). Reduce an improper fraction (divide) before splitting.
Trig integrals & substitution
∫ sinmx cosnx dx: if a power is odd, peel one factor & use sin²+cos²=1; if both even, use sin²x=(1−cos2x)/2, cos²x=(1+cos2x)/2.
trig substitution√(a²−x²) ⇒ x=a sinθ
√(a²+x²) ⇒ x=a tanθ
√(x²−a²) ⇒ x=a secθ
PF integral worked. ∫ dx/[(x+1)(x−1)] = ∫(−½/(x+1) + ½/(x−1))dx = ½ ln|(x−1)/(x+1)| + C.
Trig-sub idea. ∫ dx/√(1−x²) with x=sinθ, dx=cosθ dθ ⇒ ∫ dθ = θ = sin⁻¹x + C (recovers the standard antiderivative). Repeated factors (x−λ)² need a B/(x−λ)² term too; an irreducible quadratic gets a (Cx+D)/(quadratic) term.
11b · Improper IntegralsWk 11–12
Defined as limits: ∫a∞ f = limb→∞ ∫ab f; singularity at c handled with a one-sided limit. Converges iff the limit is finite.
benchmarks∫1∞ dx/xp converges iff p>1
∫01 dx/xp converges iff p<1
Worked. ∫1∞ dx/x² = limb→∞ [−1/x]₁b = lim (1 − 1/b) = 1 (converges, p=2>1).
Trap: a singularity inside [a,b] must be split, and both pieces must converge for the whole integral to converge.
12 · Geometric ApplicationsWk 12
area between curves (f≥g)A = ∫ab [f(x) − g(x)] dx (top − bottom)
arc length of y=f(x)L = ∫ab √(1 + (f′(x))²) dx
volume of revolutionabout x-axis (disc): V = ∫ab π f(x)² dx
about y-axis (shell): V = ∫ab 2π x f(x) dx
Trap: subtract in the right order; don't swap the disc (πf²) and shell (2πxf) formulas.
Area worked. Between y=x and y=x² on [0,1]: x≥x² there, so A = ∫01(x−x²)dx = [x²/2 − x³/3]₀¹ = 1/2 − 1/3 = 1/6.
Volume worked. y=√x on [0,4] about the x-axis: V = ∫04 πx dx = π[x²/2]₀⁴ = 8π.
Arc length idea. For y=f(x), the element ds=√(1+(f′)²)dx comes from Pythagoras on (dx, dy); integrate it for total length.
Find the intersection first. For area between curves, set f(x)=g(x) to get the limits a,b, then integrate top−bottom; if they cross inside, split the integral at the crossing. Sketch first to see which curve is on top.
13 · Taylor & MaclaurinWk 7–8
Taylor polynomial about aTn(x) = Σk=0n f(k)(a)/k! · (x−a)k
= f(a) + f′(a)(x−a) + f″(a)/2!·(x−a)² + …
a=0 ⇒ Maclaurin. Tn matches f and its first n derivatives at a.
remainder Rn = f − TnLagrange: Rn = f(n+1)(c)/(n+1)! · (x−a)n+1
series equals f only where Rn→0
13b · Standard Series★ know these
Maclaurin seriesex = Σ xk/k! (all x)
sin x = Σ (−1)k x2k+1/(2k+1)!
cos x = Σ (−1)k x2k/(2k)!
ln(1+x) = Σ (−1)k−1 xk/k (|x|<1)
(1+x)α = Σ C(α,k) xk (|x|<1)
geometric1+x+…+xn = (1−xn+1)/(1−x)
Σk≥0 xk = 1/(1−x) (|x|<1)
Term-by-term trick: substitute / differentiate / integrate a known series rather than recompute derivatives.
From Σxk=1/(1−x): differentiate ⇒ Σ k xk−1 = 1/(1−x)²; integrate −x into 1/(1+x) ⇒ recovers ln(1+x).
Geometric series value: Σk≥0 ark = a/(1−r) for |r|<1. Eg Σ (1/2)k = 1/(1−½) = 2; diverges for |r|≥1. The partial sum is a(1−rn+1)/(1−r).
13c · Taylor · Workeduse a known series
Maclaurin of cos x to x⁴: cos x ≈ 1 − x²/2 + x⁴/24.
So limx→0 (1−cos x)/x² = 1/2 (the x²/2 term dominates) — faster than two L'Hôpitals.
And ex² = 1 + x² + x⁴/2 + … by substituting x² into ex — no new derivatives needed. Integrate term-by-term ⇒ ∫ ex² dx series (no elementary closed form). The first non-zero term controls the small-x behaviour.
About a≠0. ln x about a=1: f(1)=0, f′=1/x→1, f″=−1/x²→−1 ⇒ ln x ≈ (x−1) − (x−1)²/2 + (x−1)³/3 − … (matches ln(1+u), u=x−1). Build coefficients f(k)(a)/k! one derivative at a time.
Radius / convergence. ex, sin, cos converge for all x; ln(1+x) and (1+x)α only for |x|<1; geometric for |x|<1. Always state the radius before equating a series to f. Off-by-one in the factorial/power is the standard slip.
Calculus Formula Beltside 1
(g∘f)′=g′(f)·f′ · (f/g)′=(f′g−fg′)/g²
∫ u dv = uv − ∫ v du · LIATE
FTC: ∫abF′=F(b)−F(a) · d/dx∫cxf=f(x)
L'Hôpital: 0/0,∞/∞ ⇒ lim f′/g′
Σxk=1/(1−x) (|x|<1)