0% found this document useful (0 votes)
24 views20 pages

Lecture 1

The document outlines the first lecture of the Multivariable Calculus course taught by Tom Hebdige, covering functions of multiple variables, Taylor and Fourier series, double integration, and extrema. It includes details about course structure, assessment methods, contact hours, and recommended materials. Additionally, it introduces key concepts such as partial derivatives and the gradient, along with relevant mathematical notations and theorems.

Uploaded by

KIN WEI NG
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views20 pages

Lecture 1

The document outlines the first lecture of the Multivariable Calculus course taught by Tom Hebdige, covering functions of multiple variables, Taylor and Fourier series, double integration, and extrema. It includes details about course structure, assessment methods, contact hours, and recommended materials. Additionally, it introduces key concepts such as partial derivatives and the gradient, along with relevant mathematical notations and theorems.

Uploaded by

KIN WEI NG
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

Multivariable Calculus – Part A

Lecture 1

Tom Hebdige

10/2/2025

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 1 / 20


About me

Tom Hebdige
Email: tom.hebdige@york.ac.uk
Research: Quantum Information and Computing
I quantum random number generators
I quantum thermodynamics

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 2 / 20


Module Outline - Part A

The module is divided into two parts. In Part A we cover:

1 Functions of multiple variables


2 Taylor series
3 Fourier series
4 Double integration
5 Extrema

Part B runs in parallel and is almost entirely separate.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 3 / 20


Contact hours

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

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 4 / 20


Course materials

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

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 5 / 20


Assessment

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

Computer quizzes (10%)


I 4 quizzes, best 3 marks will be taken
I Based on computer practicals
I Multiple choice quizzes on Blackboard

Exam (80%)
I 2 hours
I 50% of marks from each part

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 6 / 20


How to succeed in this course

George Polya in ‘How to Solve It’:

Mathematics, you see, is not a spectator sport. To understand


mathematics means to be able to do mathematics. And what
does it mean [to be] doing mathematics? In the first place, it
means to be able to solve mathematical problems.

Do the problem sheets!

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 7 / 20


Plan for today

1 Functions of multiple variables


2 Partial derivatives
3 Generalised chain rules

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 8 / 20


Graph of a function

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}.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 9 / 20


Level sets

Figure: Contour plot for f (x, y ) = x 2 + y 2 with contours representing values


f (x, y ) = 0, 10, 20, 30, 40, 50.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 10 / 20


Contour map of local area

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 11 / 20


Functions of multiple variables

A real-valued function of n variables with domain D ⊆ Rn is

f : D → R
(x1 , · · · , xn ) → f (x1 , · · · , xn )

If f is a function of two variables, then its graph is the surface

{(x, y , z) ∈ R3 | z = f (x, y )} .

If f is a function of two variables, then a level set for f is the set

{(x, y ) ∈ R2 | f (x, y ) = c}

for some constant c ∈ R.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 12 / 20


Partial derivatives – notations

Unfortunately partial derivatives have a variety of notations:


∂f
≡ ∂x f (x, y ) ≡ fx (x, y ) ≡ f1 (x, y )
∂x
∂f
≡ ∂y f (x, y ) ≡ fy (x, y ) ≡ f2 (x, y ) .
∂y
∂f
I will largely stick to the ∂x notation.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 13 / 20


Partial derivatives – notations

Alternative notations for second order partial derivatives:

∂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

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 14 / 20


Partial derivatives
For a function f (x, y ):
the partial derivative of f with respect to x is

∂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

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 15 / 20


Clairaut’s theorem

For sufficiently smooth functions,

∂2f ∂2f
=
∂x∂y ∂y ∂x
i.e. order of partial differentiation doesn’t matter.

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 16 / 20


Generalised chain rule

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 17 / 20


Generalised chain rule

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 18 / 20


Generalised chain rule

1 independent variable, 2 intermediate variables:


df dx ∂f dy ∂f
= +
dt dt ∂x dt ∂y

2 independent variables, 3 intermediate variables:


∂f ∂f ∂x ∂f ∂y ∂f ∂z
= + +
∂r ∂x ∂r ∂y ∂r ∂z ∂r
∂f ∂f ∂x ∂f ∂y ∂f ∂s
= + +
∂s ∂x ∂s ∂y ∂s ∂z ∂r

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 19 / 20


Gradient

Gradient
∂f ∂f
∇f := i+ j
∂x ∂y

Chain rule as dot product:


dF dr
(t) = (t) · ∇f [r(t)]
dt dt

Tom Hebdige Multivariable Calculus – Part A 10/2/2025 20 / 20

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy