Mathematics 1A (Advanced)
Sem 1 2026 · Side 1 of 2
Rigour & calculus · prove it
0 · Exam Blueprintread first
PROVE, don't just compute. This is the Advanced unit (≈4 h/wk vs 3): nearly every definition is stated rigorously and almost every theorem is proved. The 60% exam rewards a correct ε–δ argument, a clean induction, a fully-justified IVT/MVT, and linear-algebra reasoning — not the final number alone.
Assessment: exam 60% · mid-sem quiz 13% · 10 online quizzes 10% · 2 assignments 15% · tutorials 2%. Both streams (Calculus + Linear Algebra) on one paper.
Where marks are won: ε–δ limit proofs · sup/inf completeness · induction (weak & strong) · the Rolle→MVT→Taylor→FTC chain · rank–nullity & eigenvalue reasoning. These are exactly what mainstream 1061 can't do.
Two streams, one paper: Calculus (Cirstea, Daners notes) runs complex numbers → limits → continuity → differentiation → Taylor → integration; Linear Algebra (Brownlowe) runs vectors → systems → matrices → subspaces → transformations → eigenvalues. Reproduce named proofs verbatim where you can — they recur.
1 · Proof Toolkitname the method
Quantifiers & negation — get these exact or lose partial credit. ¬(∀x P(x)) ≡ ∃x ¬P(x); ¬(∃x P(x)) ≡ ∀x ¬P(x). Prove ∃x:P(x) by exhibiting one witness; prove ∀x:P(x) by a generalised argument on arbitrary x; disprove ∀ by a single counterexample.
Three generalised proofs
- Direct — assume P, deduce Q. e.g. m=j², n=k² ⇒ mn=(jk)².
- Contrapositive — to prove P⇒Q, prove ¬Q⇒¬P. e.g. n² even ⇒ n even (assume n=2k+1 ⇒ n² odd).
- Contradiction — assume P ∧ ¬Q, derive absurdity. Classic: √2 irrational.
- Cases — for (P or Q)⇒R, prove each branch.
⚠️ A counterexample is a complete proof of a "false/disprove" claim.
Notation marks: ∈ "element of"; := "defined to be" (vs = a deduced equality); distinguish ⇒, ⇐, ⇔. Number systems ℕ⊂ℤ⊂ℚ⊂ℝ⊂ℂ. Set-builder {x∈ℤ : 1≤x≤5}. Sloppy quantifier order or arrows lose marks even when the idea is right.
1b · Induction Templateexamined every sem
Weak induction. P(n) for all n∈ℕ if: (Basis) P(0) (or P(1)) holds; (Step) assume P(k) [the inductive hypothesis], prove P(k+1).
Skeleton1. State P(n) precisely.
2. Basis: verify P(0).
3. Step: "Assume P(k). Then …" ⇒ P(k+1).
4. By induction P(n) ∀n. ∎
Canonical: 3 | 4ⁿ−1, via 4^{k+1}−1 = 4(4^k−1)+3.
Strong (complete) induction. Basis P(0),P(1); step: if P(i) holds for all 0≤i≤k then P(k+1). Use strong induction when P(k+1) needs several earlier cases — e.g. order-≥2 recurrences (Fibonacci-type f(m+2)=f(m+1)+f(m)).
2 · The ε–δ Limitcentral definition
f defined on an open interval around a (not necessarily at a).
lim(x→a) f(x) = L∀ε>0 ∃δ=δ(ε)>0 :
0 < |x−a| < δ ⇒ |f(x)−L| < ε
Variants (all examinable):
lim(x→a) f = +∞ : ∀M ∃δ>0, 0<|x−a|<δ ⇒ f(x)>M
lim(x→∞) f = L : ∀ε>0 ∃N, x>N ⇒ |f(x)−L|<ε
plus one-sided (x→a⁺, a⁻) and ±∞ point/value combinations. The quantifier ORDER is the marked part.
2b · ε–δ Proof Skeletonprove a limit
Method1. Fix ε>0 (arbitrary).
2. Bound |f(x)−L| ≤ (expr in |x−a|).
3. Choose δ so that bound < ε.
4. Verify 0<|x−a|<δ ⇒ |f(x)−L|<ε. ∎
Worked: lim(x→a) √x = √a (a>0). |√x−√a| = |x−a|/(√x+√a) ≤ |x−a|/√a. So take δ = ε√a: then |x−a|<δ ⇒ |√x−√a| ≤ δ/√a = ε. ∎
Squeeze law: f ≤ h ≤ g near a and lim f = lim g = L ⇒ lim h = L. Kills x·cos(1/x)→0. Fundamental limit: lim(x→0) sin x / x = 1.
DNE by two sequences ⚠️: if xₙ→a, x̃ₙ→a give lim f(xₙ) ≠ lim f(x̃ₙ), the limit does not exist. You must exhibit both sequences — don't just assert oscillation.
3 · Continuitylimit = value
f is continuous at a if lim(x→a) f(x) exists and equals f(a). One-sided: right-cts at a if lim(x→a⁺) f = f(a). Continuous on A = cts at each point.
⚠️ A limit can exist yet f be discontinuous because f(a) ≠ lim. Piecewise "find a,b so f continuous": match one-sided limits to the value.
Substitution (composition): f cts at m and lim(x→a) g = m ⇒ lim(x→a) f(g(x)) = f(m). Proof chains two ε–δ statements.
Worked (DNE): lim(x→0⁺) cos(1/√x) fails to exist. Take xₙ = 1/(4n²π²) → 0 with cos→1, and x̃ₙ = 1/(π/2+2nπ)² → 0 with cos→0. Two limits differ ⇒ no limit. ∎
3b · Limit Lawsuse after proving once
Once a few limits are proved from the definition, combine by the laws: lim(f±g)=lim f ± lim g; lim(fg)=lim f·lim g; lim(f/g)=lim f / lim g (denominator limit ≠ 0). Polynomials & rationals are continuous on their domain, so limits = substitution there.
⚠️ Laws presuppose each piece's limit exists — never split a limit you haven't shown exists (0·∞, ∞−∞ traps).
Asymptotes from limits: lim(x→a)f = ±∞ ⇒ vertical asymptote x=a; lim(x→±∞)f = L ⇒ horizontal asymptote y=L. e.g. arctan x has horizontals y=±π/2; 1/x has both.
Worked squeeze: show lim(x→0) x²sin(1/x) = 0. Since −x² ≤ x²sin(1/x) ≤ x² and both bounds → 0, the squeeze law gives 0. ∎ (note sin(1/x) alone has no limit at 0 — the x² factor is what forces it.) Likewise lim(x→∞) cos x/x = 0 by squeeze between ±1/x.
The sequential criterion (DNE via two sequences) is also the bridge to limits of sequences — the same ε–N machinery underlies both.
4 · Completeness · sup/infthe core of ℝ
A⊆ℝ nonempty is bounded above if ∃b: a≤b ∀a∈A (b an upper bound); dually bounded below.
c = sup A (least upper bound)(1) a ≤ c ∀a∈A [c is an upper bound]
(2) ∀ upper bound b : c ≤ b [least one]
β = inf A = greatest lower bound (dual). LUB Axiom ⚠️ (defining property of ℝ): every nonempty A⊆ℝ bounded above has a supremum in ℝ (dual GLB axiom for inf).
sup A need not lie in A: A={1−1/n} has sup A=1∉A. If sup A∈A then sup A = max A.
4b · How to PROVE c = sup Aboth clauses
Two-clause recipe(1) Show a ≤ c for every a∈A.
(2) Show no smaller bound: ∀ε>0 ∃a∈A with c−ε < a ≤ c.
Clause (2) says "c−ε is not an upper bound for any ε>0" — the standard way to pin the least bound. ⚠️ Verifying only clause (1) is the most common lost-mark.
Approximating sequence: if c=sup A then taking ε=1/n gives aₙ∈A with c−1/n < aₙ ≤ c, so aₙ→c. A monotone increasing sequence in A also reaches sup A.
5 · IVT & EVTproved via sup
Intermediate Value Thm ⚠️. f:[a,b]→ℝ continuous ⇒ for every ℓ strictly between f(a),f(b), ∃x₁∈(a,b): f(x₁)=ℓ.
Proof idea: WLOG f(a)<ℓ<f(b). Set A={x∈(a,b): f<ℓ on [a,x)}, let x₁=sup A (completeness!). Continuity squeezes f(x₁)=ℓ from both sides. ∎
Use: "show f has a root" → sign change at two points (or limits at ±∞), then IVT.
Extreme Value Thm ⚠️. f continuous on closed bounded [a,b] ⇒ ∃ x_m,x_M with f(x_m) ≤ f ≤ f(x_M) (min & max attained), so Range = [f(x_m),f(x_M)].
⚠️ EVT needs closed + bounded + continuous; drop any (open interval, jump) and max/min can fail. Surjectivity: cts f with lim_{−∞}=−∞, lim_{+∞}=+∞ ⇒ IVT gives every value.
5b · Worked · sup proofboth clauses
Claim: A = {1−1/n : n≥1} has sup A = 1.
(1) Upper bound: 1−1/n < 1 for all n≥1, so 1 is an upper bound.
(2) Least: take any ε>0. Pick n with 1/n < ε (Archimedean). Then 1−1/n > 1−ε, so 1−ε is not an upper bound. Hence no number < 1 bounds A. ⇒ sup A = 1 (and 1∉A, so A has no maximum). ∎
Note inf A = 0 (attained at n=1, so inf A = min A = 0).
⚠️ Conventions: A unbounded above ⇒ sup A = +∞; A = ∅ ⇒ sup A = −∞. These edge cases appear in "state the sup" questions.
The EVT also proves: a continuous function on a closed bounded interval is bounded — boundedness comes first, then the bounds are attained.
5c · Worked · IVT rootexam reflex
Show x⁵+x−1=0 has a real root. Let f(x)=x⁵+x−1, continuous. f(0)=−1<0, f(1)=1>0; by IVT ∃ c∈(0,1) with f(c)=0. f'(x)=5x⁴+1>0 ⇒ f strictly increasing ⇒ exactly one root. ∎ This "IVT for existence + monotonicity for uniqueness" pairing is the standard root-counting answer.
6 · Differentiationrigorous def
f'(x₀)f'(x₀) = lim(x→x₀) [f(x)−f(x₀)]/(x−x₀) ∈ ℝ
Differentiable ⇒ continuous (not conversely). Carathéodory form: ∃ m continuous at x₀ with f(x)=f(x₀)+m(x)(x−x₀), and f'(x₀)=m(x₀) — makes product/chain-rule proofs clean.
Rules(f+g)'=f'+g' · (fg)'=f'g+fg'
(f/g)'=(f'g−fg')/g² · (f∘g)'=f'(g)·g'
Critical point: f'(x₀)=0 or undefined. Extrema are critical, but not every critical point is an extremum (x³ at 0). 2nd-deriv test: f''>0 min, <0 max, =0 inconclusive.
7 · The MVT ChainRolle→…→L'Hôpital
Rolle ⚠️. f cts [a,b], diff (a,b), f(a)=f(b) ⇒ ∃c∈(a,b): f'(c)=0. Proof: EVT gives extrema; an interior extremum forces f'(c)=0 (else f const).
Cauchy MVT ⚠️. ∃c: [f(b)−f(a)]g'(c) = [g(b)−g(a)]f'(c). Proof: apply Rolle to F(x)=[f(b)−f(a)][g(x)−g(a)]−[g(b)−g(a)][f(x)−f(a)] (F(a)=F(b)=0).
MVT (take g(x)=x)∃c∈(a,b): f'(c) = [f(b)−f(a)]/(b−a)
Corollaries: f'≡0 ⇒ f const; f'>0 ⇒ strictly ↑; f'<0 ⇒ strictly ↓ (proof: MVT on subintervals). "How many roots?" → f' one sign ⇒ injective ⇒ ≤1 root, + IVT for existence.
L'Hôpital ⚠️ (from Cauchy MVT). 0/0 form, g'≠0, lim f'/g'=L ⇒ lim f/g = L. Proof: set f(a)=g(a)=0, apply Cauchy MVT on [a,x].
7b · Worked · MVT useinequality
Prove |sin a − sin b| ≤ |a−b|. Apply MVT to f(x)=sin x on [b,a]: sin a − sin b = cos(c)·(a−b) for some c. Since |cos c| ≤ 1, |sin a − sin b| ≤ |a−b|. ∎
Monotone count: "how many roots has 3x − sin x?" f'(x)=3−cos x ≥ 2 > 0 ⇒ strictly increasing ⇒ at most one root; f(0)=0 gives exactly one.
7c · Implicit Diff & L'Hôpitaltechnique
Implicit: differentiate the relation in x treating y=y(x), then solve dy/dx. e.g. x²y² + x sin y = 4 ⇒ dy/dx = −(2xy² + sin y)/(2x²y + x cos y).
L'Hôpital worked: lim(x→0)(1−cos x)/x² = lim sin x/2x = lim cos x/2 = ½ (two applications, each a 0/0 form). Check the indeterminate form before each step.
7d · Diff ⇒ Cts, not converselyclassic trap
f(x)=|x| is continuous at 0 but not differentiable: the left difference quotient → −1, the right → +1, so f'(0) does not exist. Differentiable ⇒ continuous; continuous ⇏ differentiable.
2nd-deriv test inconclusive case: f(x)=x⁴ at 0 has f'=f''=0 yet a min — fall back to the sign change of f'.
Rolle in one line: any polynomial of degree n has at most n real roots — between consecutive roots f'(c)=0 by Rolle, so the derivative (degree n−1) caps the root count by induction.
The product/chain proofs run cleanest through the Carathéodory form: write each factor as f(x₀)+m(x)(x−x₀) and read off the derivative from m(x₀).
Singular critical points (f′ undefined) count too: |x| at 0 is a minimum with no derivative — always check both stationary and singular points.
8 · Taylor + Lagrangehigh-value proof
nth Taylor poly at x₀Tₙ(x) = Σ_{k=0}^{n} f⁽ᵏ⁾(x₀)/k! · (x−x₀)ᵏ
Tₙ is the unique degree-≤n poly P with lim(x→x₀)[f−P]/(x−x₀)ⁿ = 0 — so build it by substitution / multiply / integrate, no repeated differentiation.
Lagrange remainder ⚠️Rₙ(x) = f⁽ⁿ⁺¹⁾(c)/(n+1)! · (x−x₀)ⁿ⁺¹
for some c between x₀ and x
Proof: Cauchy MVT on F(t)=Σ_{k=0}^{n} f⁽ᵏ⁾(t)/k!·(x−t)ᵏ and G(t)=−(x−t)ⁿ⁺¹; the sum telescopes to F'(t)=f⁽ⁿ⁺¹⁾(t)/n!·(x−t)ⁿ. ∎
Error bound (the exam use)|Rₙ(x)| ≤ max|f⁽ⁿ⁺¹⁾| / (n+1)! · |x−x₀|ⁿ⁺¹
e.g. ln(1.1) to <10⁻⁴: smallest n with 1/[(n+1)10ⁿ⁺¹] < 10⁻⁴ ⇒ n=3.
8b · Standard Seriesmemorise · all at 0
eˣ = Σ xᵏ/k! · 1/(1−x) = Σ xᵏ (|x|<1)
sin x = Σ (−1)ᵏx²ᵏ⁺¹/(2k+1)!
cos x = Σ (−1)ᵏx²ᵏ/(2k)!
ln(1+x) = Σ (−1)ᵏxᵏ⁺¹/(k+1) (|x|<1)
Parity: sin/arctan (odd) → odd powers; cos (even) → even powers. ⚠️ Taylor poly always exists; the series represents f only if Rₙ→0 — must be shown (eˣ via Lagrange + |x|ⁿ⁺¹/(n+1)!→0).
8c · Build Without Differentiatingexamined methods
- Substitution: order-n poly of f(axᵐ) = Tₙ(axᵐ) (order mn). e.g. e^{x²} = Σ x²ᵏ/k!.
- Integrate/differentiate: integrate 1/(1+t²)=Σ(−1)ᵏt²ᵏ ⇒ arctan x = Σ(−1)ᵏx²ᵏ⁺¹/(2k+1).
- Multiply: multiply two polys, keep terms up to order n.
Uniqueness (the limit characterisation) guarantees any method gives the same Taylor polynomial. Also arctan x = Σ(−1)ᵏx²ᵏ⁺¹/(2k+1) on |x|<1.
8d · Convergenceradius
Geometric prototype: 1/(1−x) = lim(1+x+…+xⁿ), remainder xⁿ⁺¹/(1−x) → 0 for |x|<1.
Radius: factorial coefficients (eˣ, e^{−x²}, sin, cos) converge ∀x; geometric-type (1/(1+x²)) only on (−1,1). Representing f always needs Rₙ→0, proved case-by-case.
8e · Worked · Estimate eˣLagrange bound
Estimate e^{0.5} with T₃ and bound the error. T₃(0.5) = 1 + 0.5 + 0.125 + 0.0208… = 1.6458. Since f⁽⁴⁾=eˣ and e^{0.5}<2, |R₃| ≤ 2/4! · 0.5⁴ = 2/24 · 0.0625 ≈ 0.0052. So e^{0.5} ≈ 1.646 ± 0.006 (true 1.6487). ∎
Taylor poly of degree 2 at 0 for f(x)=√(1+x): f(0)=1, f'(0)=½, f''(0)=−¼, so T₂ = 1 + x/2 − x²/8. Limits of indeterminate forms can be read straight off the leading Taylor terms (a fast alternative to L'Hôpital).
e.g. lim(x→0)(sin x − x)/x³: sin x = x − x³/6 + …, so the quotient → −1/6. Reading the first non-vanishing term beats repeated L'Hôpital.
⚠️ A function can be infinitely differentiable yet its Taylor series not represent it away from x₀ — convergence of the series and equality with f are separate facts.
9 · Riemann Integraldef + Darboux
Partition P: a=x₀<…<xₙ=b, Δxₖ=xₖ−xₖ₋₁, norm ‖P‖=max Δxₖ. Riemann sum S = Σ f(xₖ*)Δxₖ.
Integrablebounded f is integrable if lim(‖P‖→0) S = A exists (same A ∀ partitions & samples); ∫ₐᵇ f := A
Darboux ⚠️: with U(f,P)=Σ(sup f)Δxₖ, L(f,P)=Σ(inf f)Δxₖ, f integrable ⟺ ∀ε>0 ∃P: U−L < ε; then L ≤ ∫ ≤ U.
Continuous ⇒ integrable; monotone ⇒ integrable. ⚠️ Bounded ⇏ integrable (Dirichlet 𝟙_ℚ: U=1, L=−1 always). Unbounded ⇒ not integrable.
From definition: for f(x)=x on [a,b], equidistant partition gives Uₙ,Lₙ → (b²−a²)/2 using Σk = n(n+1)/2, so ∫ₐᵇ x dx = (b²−a²)/2.
9b · Integral Propertiesf,g integrable
∫(kf+ℓg) = k∫f + ℓ∫g (linearity)
∫ₐᵇ f = ∫ₐᶜ f + ∫_c^b f (additivity)
f ≤ g ⇒ ∫f ≤ ∫g · |∫f| ≤ ∫|f|
Symmetry tricks: on [−a,a] even ⇒ 2∫₀ᵃ, odd ⇒ 0; ∫₀^π x f(sin x)dx = (π/2)∫₀^π f(sin x)dx.
Why unbounded fails (Darboux): if f is unbounded above on some subinterval, the sup there is +∞, so U(f,P)=+∞ for every P and U−L can't be made < ε ⇒ not integrable (e.g. 1/x on (0,1]). ∎
10 · FTC · both partsproved ⚠️
F(x)=∫ₐˣ f is continuous when f integrable (|f|≤C + triangle inequality + squeeze).
FTC I. f cts ⇒ F(x)=∫ₐˣ f is differentiable, F'(x)=f(x). Proof: [F(x+h)−F(x)]/h = (1/h)∫ₓ^{x+h} f; by EVT/IVT = f(ξ), ξ∈[x,x+h], and ξ→x as h→0 gives f(x). ∎
FTC II. G any primitive (G'=f) ⇒ ∫ₐᵇ f = G(b)−G(a). Proof: F−G has zero derivative ⇒ constant. ∎
Leibniz (variable limits)d/dx ∫_{g₁(x)}^{g₂(x)} f = f(g₂)g₂' − f(g₁)g₁'
From FTC: parts ∫fg' = [fg] − ∫f'g; substitution ∫f(g)g' = ∫_{g(a)}^{g(b)} f(u)du; partial fractions for rationals (∫dt/(1+t²)=arctan t).
Worked Leibniz: H(x)=∫_{x}^{x²} e^{t²} dt ⇒ H'(x) = e^{x⁴}·2x − e^{x²}·1. Improper: ∫₀¹ dx/x diverges (unbounded at 0, handled as lim_{ε→0⁺}∫_ε¹).
Partial fractions: divide first if deg(num) ≥ deg(den); repeated/irreducible-quadratic factors → A/(x−r) + (Bx+C)/(x²+px+q) + …. Recognise ∫dt/(1+t²)=arctan t and ∫dt/t=ln|t|.
Integration by parts and substitution both descend from the product and chain rules via FTC II — so every technique is, at heart, a theorem you can prove.
The integral function F(x)=∫ₐˣ f is the bridge: continuous always, differentiable when f is continuous (FTC I), and its endpoint values give every definite integral (FTC II).
Proof Recapside 1
ε–δ: ∀ε ∃δ, 0<|x−a|<δ ⇒ |f−L|<ε
sup: (1) upper bound (2) least — BOTH
Rolle→Cauchy MVT→MVT→L'Hôpital
Rₙ = f⁽ⁿ⁺¹⁾(c)/(n+1)!·(x−x₀)ⁿ⁺¹
FTC: F'=f · ∫ₐᵇf = G(b)−G(a)
Write proofs in full sentences; state the definition, name the technique, justify each step.
Quick proof-chain map: Completeness (LUB) ⇒ IVT & EVT ⇒ Rolle ⇒ Cauchy MVT ⇒ MVT ⇒ {monotonicity, L'Hôpital, Lagrange remainder}; EVT+IVT ⇒ FTC I ⇒ FTC II. Knowing the arrows lets you rebuild any proof from the one before it.