収録内容
ESAT対策に必要なすべて
全 ESAT モジュール
Mathematics 1・Mathematics 2・物理・化学・生物 — 志望コースが要求するモジュールに対応。
本番同様の形式
電卓不可・時間制限ありの ESAT 形式(1 モジュール 40 分・27 問の多肢選択)で演習。
詳しい解答解説
全問に解答だけでなく、解法の手順まで示した解説を収録。
時間制限付き模擬試験
本番同様の条件でモジュールを通しで受け、時間配分の課題を把握。
難易度別の構成
基礎から応用まで難易度別に配置し、本番レベルまで段階的に到達。
専門家による作成
実際にこれらの試験を受けた Oxbridge・Imperial 卒業生が作成・確認。
主要データ
ESAT の事実(出典つき)
出典: UAT-UK(ESAT 実施団体)公式情報、および Cambridge・Imperial・UCL・Oxford の入試ガイダンス(2026 年 5 月時点で確認)。2027 年入学の詳細は UAT-UK が 2026 年 4 月以降に公表予定です。
モジュール詳細
ESAT の 5 モジュールを徹底解説
ESAT は Mathematics 1 が全員必須で、残りはコースに応じて 2 つを受験します。各モジュールは 40 分・27 問の多肢選択で、電卓は使用できません。
Mathematics 1
全受験者が必須。基礎的な純粋数学を、速く正確に処理する力を問います。
- 代数と式変形
- グラフと座標幾何
- 数列と級数
- 三角法
- 確率と統計
全 ESAT 受験者が必ず受けるモジュールです。
Mathematics 2
Further Maths 寄りの内容。Cambridge Engineering や Oxford Physics 系で多く要求されます。
- 発展的な代数
- 微分・積分
- 対数と指数
- 力学的な推論
Physics
力学・電気・波・エネルギーを中心に、単位と次元の素早い処理が鍵になります。
- 力学と運動
- 電気回路
- 波と光
- エネルギーと仕事
Chemistry
物理化学・無機化学・有機化学を、モル計算や結合の理解とともに速く解きます。
- モルと量的化学
- 原子構造と結合
- エネルギー論
- 有機反応の推論
Biology
細胞・生化学・遺伝・生理・生態を、素早い想起と的確な適用で解きます。
- 細胞生物学
- 生化学
- 遺伝学
- 生理学と生態学
難易度設計
難易度別の構成
本問題集は基礎から応用まで難易度別に配置しています。基礎で型を固め、標準で本番レベルに合わせ、応用で差をつけます。
基本手法の確認。型と単位の扱いを素早く正確にします。
本番と同等の難易度・時間配分。ここで安定して得点する力を養います。
上位差別化のための難問。落とし穴と多段の推論に対応します。
サンプル問題
実際の出題形式を体験
各モジュールのサンプル問題です。「解法を表示」を押すと、答えだけでなく手順まで確認できます。本番同様、電卓なしで挑戦してみてください。
Mathematics 1
Pure maths everyone sits: algebra, graphs, sequences, trigonometry and probability, all without a calculator.
The line L passes through the points (1, 4) and (3, 10). What is the equation of L?
- y = 2x + 2
- y = 3x + 1
- y = 3x − 1
- y = 2x + 1
- y = 6x − 2
解法を表示
解答: B · y = 3x + 1
Gradient = (10 − 4) / (3 − 1) = 6 / 2 = 3.
Using y − 4 = 3(x − 1) gives y = 3x + 1. Check the second point: 3(3) + 1 = 10. ✓
The quadratic x2 + kx + 9 = 0 has exactly one (repeated) real root. What are the possible values of k?
- k = 3 only
- k = 6 only
- k = ±3
- k = ±6
- k = ±9
解法を表示
解答: D · k = ±6
A repeated root means the discriminant b2 − 4ac = 0.
Here a = 1, b = k, c = 9, so k2 − 4(1)(9) = 0, giving k2 = 36.
Therefore k = ±6. The trap is to keep only the positive root.
A fair six-sided die is rolled twice. What is the probability that the sum of the two rolls is a prime number?
- 5 / 12
- 1 / 3
- 15 / 36
- 1 / 2
- 13 / 36
解法を表示
解答: C · 15 / 36
Possible sums run from 2 to 12. The prime sums are 2, 3, 5, 7 and 11.
Count the ordered outcomes for each: 2 → 1 way, 3 → 2, 5 → 4, 7 → 6, 11 → 2. Total favourable = 1 + 2 + 4 + 6 + 2 = 15.
Probability = 15 / 36 (which is also 5 / 12, but option C is written in the unsimplified form the question matches).
Mathematics 2
Further-maths-flavoured module: more advanced algebra, calculus, logarithms and mechanics-style reasoning.
Given that log2 x + log2 (x − 2) = 3, what is the value of x?
- x = 2
- x = 4
- x = 6
- x = 8
- x = −2 or 4
解法を表示
解答: B · x = 4
Combine the logs: log2 [x(x − 2)] = 3, so x(x − 2) = 23 = 8.
Then x2 − 2x − 8 = 0, which factorises as (x − 4)(x + 2) = 0.
x = 4 or x = −2. Reject x = −2 because log of a negative number is undefined. So x = 4.
The curve y = x3 − 6x2 + 9x has a local maximum at x = a and a local minimum at x = b. What is the value of a + b?
- 2
- 3
- 4
- 5
- 6
解法を表示
解答: C · 4
Differentiate: dy/dx = 3x2 − 12x + 9 = 3(x2 − 4x + 3) = 3(x − 1)(x − 3).
Stationary points at x = 1 and x = 3. The cubic rises, falls, then rises, so the maximum is at x = 1 (a = 1) and the minimum at x = 3 (b = 3).
a + b = 1 + 3 = 4. You do not even need to test which is which, since the question only asks for the sum.
Physics
Mechanics, electricity, waves and energy, with an emphasis on fast unit work and dimensional reasoning.
A ball is dropped from rest and falls freely for 2 seconds. Taking g = 10 m s−2 and ignoring air resistance, how far does it fall?
- 10 m
- 20 m
- 40 m
- 5 m
- 80 m
解法を表示
解答: B · 20 m
Use s = ut + ½at2 with u = 0, a = 10 m s−2, t = 2 s.
s = 0 + ½ × 10 × 22 = ½ × 10 × 4 = 20 m.
The common error is forgetting the factor of ½ and writing 40 m (option C).
Two resistors, 3 Ω and 6 Ω, are connected in parallel. What is the combined resistance of the pair?
- 9 Ω
- 4.5 Ω
- 2 Ω
- 0.5 Ω
- 18 Ω
解法を表示
解答: C · 2 Ω
For parallel resistors, 1/R = 1/3 + 1/6 = 2/6 + 1/6 = 3/6 = 1/2.
So R = 2 Ω. A useful check: the combined value of parallel resistors is always smaller than the smallest individual resistor, here 3 Ω.
A 0.5 kg trolley moving at 4 m s−1 collides with a stationary 1.5 kg trolley and they move off together. What is their common velocity immediately after the collision?
- 1 m s−1
- 1.5 m s−1
- 2 m s−1
- 3 m s−1
- 4 m s−1
解法を表示
解答: A · 1 m s−1
Conserve momentum: total before = total after.
Before: 0.5 × 4 + 1.5 × 0 = 2 kg m s−1.
After: combined mass = 0.5 + 1.5 = 2 kg, moving at v, so 2v = 2, giving v = 1 m s−1.
Chemistry
Physical, inorganic and organic chemistry: moles, bonding, energetics and reaction reasoning at speed.
How many moles of oxygen molecules (O2) are present in 64 g of oxygen gas? (Relative atomic mass of O = 16.)
- 1 mol
- 2 mol
- 4 mol
- 0.5 mol
- 32 mol
解法を表示
解答: B · 2 mol
Molar mass of O2 = 2 × 16 = 32 g mol−1.
Moles = mass / molar mass = 64 / 32 = 2 mol.
The trap is using the atomic mass 16 (giving 4 mol) instead of the molecular mass 32.
Which of the following best explains why the boiling point of water is much higher than that of hydrogen sulfide (H2S), despite both being group-16 hydrides?
- Water has stronger covalent O–H bonds
- Water molecules hydrogen-bond to one another
- Water has a larger relative molecular mass
- Oxygen is more metallic than sulfur
- Water is a smaller molecule with weaker forces
解法を表示
解答: B · Water molecules hydrogen-bond to one another
Boiling point depends on the strength of intermolecular forces, not the strength of the covalent bonds inside the molecule.
Oxygen is highly electronegative and small, so O–H bonds allow strong hydrogen bonding between water molecules. H2S cannot hydrogen-bond effectively, so it boils far lower despite having a higher molecular mass.
Biology
Cells, biochemistry, genetics, physiology and ecology, testing quick recall and clean application.
Which of the following structures is found in a typical plant cell but NOT in a typical animal cell?
- Mitochondrion
- Ribosome
- Cell-surface membrane
- Cellulose cell wall
- Nucleus
解法を表示
解答: D · Cellulose cell wall
Mitochondria, ribosomes, the cell-surface membrane and the nucleus are common to both plant and animal cells.
A cellulose cell wall is a feature of plant cells (and absent from animal cells), which is the distinguishing structure here.
In humans, a man with blood group AB and a woman with blood group O have children. Which blood groups are possible in their offspring?
- A or B only
- AB or O only
- A, B, AB or O
- O only
- AB only
解法を表示
解答: A · A or B only
The father (AB) passes on either IA or IB. The mother (O) is genotype ii, so she always passes on i.
Offspring genotypes are therefore IAi (group A) or IBi (group B).
So children can be group A or group B only. AB and O are not possible.
これらは ESAT の形式を示すための当社オリジナルの練習問題です。実際の過去問や著作権で保護された試験問題の転載ではありません。
準備の進め方
ESAT 準備のタイムライン
出題範囲の把握から始め、時間制限演習へ、最後に本番形式の通し練習へと段階的に進めます。
6 か月前
モジュール選択と範囲確認
受けるモジュールを決め、試験範囲を学校の進度と照合。まずは内容の網羅を優先します。
3 か月前
時間制限つき演習
モジュール単位の時間制限演習を開始。知識の穴・設定ミス・計算ミスなど誤答の種類を記録します。
1 か月前
本番形式の通し練習
120 分の通し練習へ移行。推測の判断・ペース配分・難所からの立て直しを訓練します。
直前 1 週間
軽い総復習と段取り確認
無理な詰め込みは避け、公式・頻出の落とし穴・自分の誤答記録を見直し。ID と会場も最終確認します。
パッケージを選ぶ
3 つの準備プラン
自分のペースの演習から始める、模擬試験と解説を追加する、Oxbridge 卒講師と 1 対 1 で取り組む——目的に合わせて選べます。
Complete Prep
買い切り
問題集に加え、時間制限付き模擬試験と動画解説を収録。
- 問題集の内容すべて
- 本番形式の模擬試験
- 難問の動画解説
- 分野別の成績トラッキング
- 試験当日の戦略ガイド
Tutored
1 時間あたり〜・個別指導込み
Complete Prep に加え、Oxbridge 卒講師との 1 対 1 指導。
- Complete Prep の内容すべて
- Oxbridge 卒講師との 1 対 1 指導
- 個別学習プラン
- 添削と書面フィードバック付き演習
料金は英ポンド(GBP)表示です。LINE でお気軽にご連絡ください。アクセス方法やご不明点をご案内します(勧誘はありません)。
