~kris/9p

krisyotam.net

krisyotam.net/d/notes/cambridge-pure-mathematics.html -rw-r--r-- 4.6 KiB
8bfa4b74 — Kris Yotam ci: declare SourceHut source for push builds a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Cambridge Pure Mathematics (Syllabus) | Kris Yotam</title>
    <link rel="stylesheet" href="../../c/site.css">
    <meta name="description" content="A comprehensive syllabus for ultralearning pure mathematics, based on Cambridge's curriculum. This includes core topics, recommended textbooks, and resources for self-study.">
    <meta name="viewport" content="width=device-width, initial-scale=1">
  </head>
  <body>
    <div class="mode-container">
      <input type="radio" name="theme" id="theme-auto" checked>
      <label for="theme-auto" class="auto" title="Auto theme"></label>
      <input type="radio" name="theme" id="theme-light">
      <label for="theme-light" class="light" title="Light theme"></label>
      <input type="radio" name="theme" id="theme-dark">
      <label for="theme-dark" class="dark" title="Dark theme"></label>
    </div>
    <div class="top-bar" role="navigation">
      <a href="../../index.html" title="Main page"><img src="../../c/sigma.svg" alt="Main page"></a>
      <a href="../../about.html" title="About"><img src="../../c/news.svg" alt="About"></a>
      <a href="#" title="Code"><img src="../../c/code.svg" alt="Code"></a>
      <a href="../../pics.html" title="Photography"><img src="../../c/camera.svg" alt="Photography"></a>
      <a href="#" title="Pictures"><img src="../../c/picture.svg" alt="Pictures"></a>
      <a href="../../vids.html" title="Videos"><img src="../../c/video.svg" alt="Videos"></a>
      <a href="#" title="Donations"><img src="../../c/beer.svg" alt="Donations"></a>
      <a href="#" title="Social"><img src="../../c/elephant.svg" alt="Social"></a>
    </div>
    <h1>Cambridge Pure Mathematics (Syllabus)</h1>
    <div class="keepws">
(<span class="bold">notes</span>
  (date 2025-07-11)
  (category <a href="../../notes.html">psychology</a>)
  (status <span class="status-rough">rough</span>)
  (confidence certain)
  (importance 9)
  (tags methodology learning syllabus))
    </div>
    <p class="preview">A comprehensive syllabus for ultralearning pure mathematics, based on Cambridge's curriculum. This includes core topics, recommended textbooks, and resources for self-study.</p>
    <div class="prose">
<p>This is a curriculum designed for ultralearning. For more info on my modified methodology for ultralearning, see the post
<a href=""></a>. To learn about it's foundation read the book <a href="https://www.amazon.com/Ultralearning-Master-Hard-Skills-Fast/dp/006285268X">Ultralearning</a> by Scott Young.</p>
<h2>Introduction</h2>
<p>This is a curriculum designed for those who are interested in pursuing a advanced understanding of pure mathematics, particularly one based on the
Cambride Mathematical Tripos. It is designed as a accelerated learning path, allowing you to cover the material in a much shorter time frame than tradtional methods.
If done right it is intended to be a full replacement for a university degree in pure mathematics as far as the core material is concerned.</p>
<h3>Core Philosophy</h3>
<h3>Prerequisites</h3>
<h4>Core Pure Mathematics</h4>
<ul>
<li><strong>Proof Writing</strong>: Understanding and constructing mathematical proofs (direct proof, proof by contradiction, proof by induction).</li>
<li><strong>Algebra</strong>: Polynomials, algebraic division, factor theorem, inequalities, functions (domain, range, inverse, composite), graph sketching.</li>
<li><strong>Coordinate Geometry</strong>: Equations of lines and circles, parametric equations.</li>
<li><strong>Sequences and Series</strong>: Arithmetic and geometric series, binomial expansion.</li>
<li><strong>Trigonometry</strong>: Identities, equations, inverse trigonometric functions, sum and product formulae.</li>
<li><strong>Exponentials and Logarithms</strong>: Properties and graphs.</li>
<li><strong>Calculus</strong>: Differentiation (from first principles, rules for differentiation, applications to gradients, tangents, normals, stationary points), Integration (as a limit of a sum, fundamental theorem, techniques of integration, applications to areas and volumes).</li>
<li><strong>Numerical Methods</strong>: Iteration, locating roots.</li>
</ul>
<h4>Further Pure Mathematics</h4>
<ul>
<li><strong>Complex Numbers</strong>:</li>
<li><strong>Matrices</strong>:</li>
<li><strong>Further Algebra &amp; Functions</strong>:</li>
<li><strong>Further Calculus</strong>:</li>
<li><strong>Vectors</strong>:</li>
<li><strong>Hyperbolic Functions</strong>:</li>
<li><strong>Differential Equations</strong>:</li>
<li><strong>Polar Coordinates</strong>:</li>
</ul>
<h3>General Resources to Gather</h3>
    </div>
  </body>
</html>