Lecture 1
Lecture 1
Lecture 1
Tom Hebdige
10/2/2025
Tom Hebdige
Email: tom.hebdige@york.ac.uk
Research: Quantum Information and Computing
I quantum random number generators
I quantum thermodynamics
Lectures
I 2 hours (out of 4) per week on Part A
I Recordings available on Panopto
I Please ask questions!
Seminars
I Weeks 2, 4, 6, 8, 10
I Feedback from assignments
I Practice questions in small groups
Computer practicals
I Weeks 3, 5, 7, 9, 11
I Using Maple to solve problems relating to material
Lecture notes
I Provided in both pdf and html formats
I Supplement with your own notes!
Slides and visualiser notes
Discussion forum on Blackboard
Textbooks
I Recommended text: “Thomas’ Calculus (15th edition with SI units)”
by Hass, Heil, Bogacki & Weir
I Digital copy available through Kortext
Problem sets
Assignments (10%)
I 4 assignments, best 3 marks will be taken
I 2 from Part A, 2 from Part B
I Extensions to the assignments are not possible
I Submission on Blackboard as pdf
I Feedback in seminars
Exam (80%)
I 2 hours
I 50% of marks from each part
p
Figure: Surface defined by f (x, y ) = 1 − x 2 − y 2 on the domain
D = {(x, y ) ∈ R2 | x 2 + y 2 ≤ 1}.
f : D → R
(x1 , · · · , xn ) → f (x1 , · · · , xn )
{(x, y , z) ∈ R3 | z = f (x, y )} .
{(x, y ) ∈ R2 | f (x, y ) = c}
∂2f
∂ ∂f
= = fxx = f11 (x, y )
∂x ∂x ∂x 2
∂2f
∂ ∂f
= = fyy = f22 (x, y )
∂y ∂y ∂y 2
∂2f
∂ ∂f
= = fxy = (fx )y = f12 (x, y )
∂y ∂x ∂y ∂x
∂2f
∂ ∂f
= = fyx = (fy )x = f21 (x, y )
∂x ∂y ∂x∂y
∂f f (x + h, y ) − f (x, y )
:= lim
∂x h→0 h
the partial derivative of f with respect to y is
∂f f (x, y + h) − f (x, y )
:= lim
∂y h→0 h
Second order derivatives:
∂2f ∂2f
∂ ∂f ∂ ∂f
= =
∂x ∂x ∂x 2 ∂y ∂y ∂y 2
∂2f ∂2f
∂ ∂f ∂ ∂f
= =
∂y ∂x ∂y ∂x ∂x ∂y ∂x∂y
∂2f ∂2f
=
∂x∂y ∂y ∂x
i.e. order of partial differentiation doesn’t matter.
Gradient
∂f ∂f
∇f := i+ j
∂x ∂y