Top Banner
Lecture 1 : Continuity, Differentiability in several variables Mythily Ramaswamy NASI Senior Scientist, ICTS-TIFR, Bangalore, India Summer School Vigyan Vidhushi Program, TIFR 5-16th July 2021 Derivatives 12th July, 2021 1 / 22
23

Lecture 1 : Continuity, Differentiability in several variables

Jan 19, 2022

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lecture 1 : Continuity, Differentiability in several variables

Lecture 1 : Continuity, Differentiability in severalvariables

Mythily RamaswamyNASI Senior Scientist, ICTS-TIFR, Bangalore, India

Summer SchoolVigyan Vidhushi Program, TIFR

5-16th July 2021

Derivatives 12th July, 2021 1 / 22

Page 2: Lecture 1 : Continuity, Differentiability in several variables

contents

1 Introduction

2 Convergence in R2

3 Continuity

4 Derivatives

5 Total Derivative

6 Inverse of a function

7 Implicit Functions

Derivatives 12th July, 2021 2 / 22

Page 3: Lecture 1 : Continuity, Differentiability in several variables

Introduction

Motivation and outline

We live in three dimensional space!

Many models necessitate working with variables x = (x1, x2, · · · , xn).

There is a need to develop continuity, differentiability and integration forfunctions depending on the variable x, in an Euclidean space Rn.

Let us restrict first to R2 and develop these concepts.

First of all, recall the notion of distance between any two points,x = (x1, x2) and y = (y1, y2) :

‖x− y‖ = (|x1 − y1|2 + |x2 − y2|2)12

For any point x ∈ R2, recall that ‖x‖ represents the distance from theorigin to that point.

Derivatives 12th July, 2021 3 / 22

Page 4: Lecture 1 : Continuity, Differentiability in several variables

Introduction

Open and Closed sets

R2 is a vector space with addition and scalar multiplication defined on it.

It is also a metric space with the metric defined by the distance :

d(x,y) = ‖x− y‖.

An open ball of radius r, centered at x is

Br(x) = y | ‖x− y| < r.

An open set Ω : each point x ∈ Ω has an open ball Br(x), for somesufficiently small r > 0, completely contained in Ω.

A closed set is the complement of an open set.

Derivatives 12th July, 2021 4 / 22

Page 5: Lecture 1 : Continuity, Differentiability in several variables

Convergence in R2

Convergence in R2

A sequence of vectors xk converges to z in R2,

that is limk→∞ xk = z,

if for every ε > 0, there is an index K such that

‖xk − z‖ < ε, ∀ k ≥ K.

A sequence xk converges to z in R2, if and only if

each component of xk converges to the corresponding component of zin R.

Derivatives 12th July, 2021 5 / 22

Page 6: Lecture 1 : Continuity, Differentiability in several variables

Continuity

Equivalent criteria for continuity at a point

Sequential ContinuityA function f from R2 → R2 is continuous at a point xprovided that whenever a sequence xk converges to x ,

the image sequence f(xk) converges to f(x) .

ε− δ CriterionFor each positive ε > 0, there is a positive δ, for a point x such that

‖f(x)− f(y)‖ < ε, if ‖x− y‖ < δ.

• f is continuous on R2, if it is continuous at every point.

Pull-back of open set CriteriaFor every open set U , the pull back

f−1(U) := y | f(y) ∈ U

is open in R2.Derivatives 12th July, 2021 6 / 22

Page 7: Lecture 1 : Continuity, Differentiability in several variables

Continuity

Examples, Counter-examples

A real valued function on R2 :f(x) = ‖x‖

A vector valued function on R2 :f(x) = (x1 + x2, x1 − x2)

A real valued discontinuous function on R2 :

f(x) = x1 ifx2 = 0;

= x2 ifx1 = 0;

= 0 otherwise.

Derivatives 12th July, 2021 7 / 22

Page 8: Lecture 1 : Continuity, Differentiability in several variables

Derivatives

Partial Derivatives of a real valued function

For a function f from R2 to R,

the directional derivative in the direction of z, at the point x :

Dzf(x) = limt→0

f(x + tz)− f(x)

t

if this limit exists.

The directional derivatives in the direction of the coordinate axes are thepartial derivatives

Dxif(x), i = 1, 2,

also denoted by ∂f∂xi

.

Derivatives 12th July, 2021 8 / 22

Page 9: Lecture 1 : Continuity, Differentiability in several variables

Derivatives

Partial Derivatives need not imply continuity !

Take a function f as follows :

f(x) = 0 if x1 or x2 = 0;

= 1 otherwise.

Both the partial derivatives exist at the origin.

But the function is not continuous at the origin and hence notdifferentiable.

We need another concept of derivative which would imply continuity!

Derivatives 12th July, 2021 9 / 22

Page 10: Lecture 1 : Continuity, Differentiability in several variables

Total Derivative

Definition of Total Derivative

A function f : Rn → Rm is differentiable at a point x ∈ Rn if there existsa linear transformation T : Rn → Rm such that

limz→x

‖f(z)− f(x)− T (x− z)‖m‖x− z‖n

Such a T , if it exists is unique and is called the total derivative of f at x,denoted by Df (x).

If f : Rn → R, thenDf (x) = ∇f(x)

the gradient of f at x.

If f : R→ R, thenDf (x) = f ′(x)

the tangent of f at x.

Derivatives 12th July, 2021 10 / 22

Page 11: Lecture 1 : Continuity, Differentiability in several variables

Total Derivative

Connection with Partial derivatives

Theorem

f : Rn → Rm is differentiable at a point x ∈ Rn with

f = (f1, f2, · · · , fm)

if and only if each of the component functions, fi is differentiable at x, forall i, 1 ≤ i ≤ m.

Further the m× n derivative matrix is

Df (x) = [Dxifj ]m×n = [∂fj∂xi

]m×n

For f , a real valued function on Rn, the gradient is given by

Df (x) = ∇f(x) = (Dx1f, · · · , Dxnf) = (∂f

∂x1, · · · , ∂f

∂xn)

Derivatives 12th July, 2021 11 / 22

Page 12: Lecture 1 : Continuity, Differentiability in several variables

Total Derivative

Examples

In the following examples, f is defined on R2. Discuss the differentiabilityand write the derivative at different points of R2.

f(x) = (2x1 − 3x2, x1 + x2) + (5, 1)

f(x) = ‖x‖2

f(x) = ‖x‖f(x) = (ex1 , log(|x2|2 + 1)

f(x) = (x21 + ex1x2 , x1 + x2, sin(x1x2))

Derivatives 12th July, 2021 12 / 22

Page 13: Lecture 1 : Continuity, Differentiability in several variables

Inverse of a function

Inverse function in one variable

For a differentiable function, the derivative at a point provides a goodlinear approximation of the function.

A few properties of the derivative are likely to carry over into localproperties of the function.

One such property is inversion of the function.

If f is a straight line on (a, b) with a positive slope, then

the inverse function f−1 exists from (f(a), f(b)) to (a, b).

When can we invert a general nonlinear function?

Derivatives 12th July, 2021 13 / 22

Page 14: Lecture 1 : Continuity, Differentiability in several variables

Inverse of a function

Inverse function theorem in one variable

Theorem

If f : (a, b)→ R is C1 and if f ′(x0) 6= 0, for some x0 ∈ (a, b), then

there exists an open interval I containing x0 and an open interval Jcontaining f(x0) such that

f : I → J is one-to-one and onto.

Further, the inverse function is C1(J).

For x ∈ I, if f(x) = y ∈ J , then

(f−1)′(y) =1

f ′(x).

Derivatives 12th July, 2021 14 / 22

Page 15: Lecture 1 : Continuity, Differentiability in several variables

Inverse of a function

Example - one variable

Take the function defined on R :

f(x) = x3 + x + cos(x).

Check where inverse function theorem is applicable.

In fact, f is invertible globally!

Derivatives 12th July, 2021 15 / 22

Page 16: Lecture 1 : Continuity, Differentiability in several variables

Inverse of a function

Inverse function in more variables

Theorem

Suppose that Ω is an open subset of R2 and f : Ω→ R2 is C1(Ω). If forsome point x0 ∈ Ω, the derivative matrix

Df (x0) is invertible,

then there is an open set U containing x0 and an open set V containingf(x0) such that

f : U → V is one-to-one and onto.

Further, the inverse function is C1(V ) and for x ∈ U , if f(x) = y, then

Df−1(y) = [Df (x)]−1.

Derivatives 12th July, 2021 16 / 22

Page 17: Lecture 1 : Continuity, Differentiability in several variables

Inverse of a function

Examples - more variables

Take the function f : R2 → R2 :

f(x) = (ex1cos(x2), ex1sin(x2))

Check at which points inverse function theorem is applicable.

Check if it is globally invertible.

Define the function f : (0,∞)× (0, 2π)→ R2 by

f(r, θ) = (r cos(θ), r sin(θ))

Check at which points inverse function theorem is applicable.

Derivatives 12th July, 2021 17 / 22

Page 18: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

Implicit functions

Examples:

Suppose that x and y implicitly related :

4x + 6y − 12 = 0.

Then it is easy to write y as a function of x : y = 12−4x6 .

Suppose that x and y implicitly related by

x2 + y2 = 1.

Then again y is a function of x : y = ±√

1 − x2.

When can we write y as a function of x, even if we don’t know how tosolve the equation explicitly ?

Derivatives 12th July, 2021 18 / 22

Page 19: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

Implicit function Theorem

Theorem

Let Ω be an open subset of R2 and let f : Ω→ R2 be C1(Ω). If

f(x0, y0) = 0, and if∂f

∂y(x0, y0) 6= 0,

then there is an open set Br(x0)×Bp(y0) containing (x0, y0) ∈ R2 anda C1 function g : Br(x0)→ R such that

f(x, g(x)) = 0, ∀ x ∈ Br(x0), g(x0) = y0.

Further

∂f

∂x(x, g(x)) +

∂f

∂y(x, g(x))g′(x) = 0, ∀ x ∈ (x0 − r, x0 + r).

Derivatives 12th July, 2021 19 / 22

Page 20: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

Example

Take the function f : R2 → R :

f(x, y) = 4x2 + 9y2 − 1 = 0.

Draw the set of solutions.

At which points, can we find g such that f(x, g(x)) = 0?

Find this g explicitly.

Check the formula for the derivative of g.

Derivatives 12th July, 2021 20 / 22

Page 21: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

Implicit Function Theorem - General Case

Theorem

Let Ω be an open subset of Rn × Rm.

Let F : Ω→ Rm be a C1 function such that

F (a, b) = 0

for some (a, b) ∈ Ω,

If the derivative matrix DyF (a,b) is nonsingular, then there exist

an open subset Ua × Ub containing (a,b)

and a C1 function f : Ua → Rm such that

F (x, f(x)) = 0 on Ua and f(a) = b.

Derivatives 12th July, 2021 21 / 22

Page 22: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

Example

Take F : R3 → R and consider its zero set :

F (x, y, z) = x2 + y2 + z2 − 1 = 0.

This represents a surface in R3.

Can we view this as the graph of some function z = f(x, y)?

If so, near which points?

Derivatives 12th July, 2021 22 / 22

Page 23: Lecture 1 : Continuity, Differentiability in several variables

Implicit Functions

T.M. Apostol, Calculus, Volumes 1 and 2, 2nd ed., Wiley (2007).

S.R. Ghorpade and B. V. Limaye, A course in Multivariable Calculusand Analysis, Springer UTM (2017).

Patrick M. Fitzpatrick, Advanced Calculus, Pure and AppliedUndergraduate Texts - 5, AMS, 2009.

J.E Marsden, A. J. Tromba, A. Weinstein. Basic MultivariableCalculus, South Asian Edition, Springer (2017).

Moskowitz, Martin; Paliogiannis, Fotios, Functions of several realvariables. World Scientific Publishing Co. Pte. Ltd., 2011.

Rudin, Principles of Mathematical Analysis, McGraw-Hill, 1976.

Derivatives 12th July, 2021 22 / 22