SlideShare a Scribd company logo
DERIVATIVES IN MULTI
PORAMATE (TOM) PRANAYANUNTANA
In Calc 1:
For f : D ⊂ R → R ⊂ R,(1)
f (a) := lim
x→a
f(x) − f(a)
x − a
.(2)
A function f is differentiable at a if, upon continued magnification of the graph about the
point (a, f(a)), the graph is indistinguishable from a straight line; that is, f is differentiable
at a if
lim
x→a
f(x) − f(a) − f (a)(x − a)
x − a
= 0.(3)
This can be generalized to Multi as follows:
In Multi:
For f : D ⊂ R2
→ R ⊂ R,(4)
A function of 2 variables, f(x, y), is differentiable at a point (a, b) if the graph of z = f(x, y)
near that point (a, b) is indistinguishable from a plane; that is
lim
(x, y)
r
→(a, b)
a
|f(x, y) − f(a, b) −
T(


x
y

−


a
b

)
T(r − a) |
r − a
= 0,(5)
Date: June 20, 2015.
Derivatives in Multi Poramate (Tom) Pranayanuntana
or, from an equation of the tangent plane z = L(x, y) = f(a, b)+fx(a, b)(x−a)+fy(a, b)(y−b)
(if it uniquely exists), we have f(x, y) is differentiable at a point (a, b) if
lim
(x, y)
r
→(a, b)
a
|f(x, y) −
L(x,y)
(f(a, b) + fx(a, b)(x − a) + fy(a, b)(y − b)) |
x
y
−
a
b
= 0.(6)
L(x, y) = f(a, b) + fx(a, b) fy(a, b)
Jf(a)=Jf(a,b)
x − a
y − b
T(r−a)
(7)
= f(a, b) +





fx(a, b)
fy(a, b)
grad f(a,b)= f(a,b)
x − a
y − b





,
where (◦) =
∂(◦)/∂x
∂(◦)/∂y
=
(◦)x
(◦)y
is a vector derivative operator.
Compare the following:
Calc 1 Multi
lim
x→a
|f(x) −
l(x): tangent line of f at a
(f(a) + f (a)(x − a)) |
|x − a|
= 0 lim
r→a
|f(r) −
L(r): tangent plane of f at a
(f(a) + Jf(a)(r − a)) |
r − a
= 0
We can see that Jf(a) is the derivative of z = f(r) = f(x, y) at r = a = (a, b).
In this class, we will use dot product instead of matrix multiplication, so the derivative
matrix Jf(a) will be represented by the gradient vector, grad f(a, b) =
fx(a, b)
fy(a, b)
, in the
xy-plane, which the domain of f is part of.
June 20, 2015 Page 2 of 5
Derivatives in Multi Poramate (Tom) Pranayanuntana
Directional Derivatives
Calc 1
∆y = f(x) − f(a) ≈ f (a)(x − a) = f (a)∆x
(8)
= (f (a) · ˆu) |∆x|
= Dˆuf(a) |∆x| ,
where ˆu is the unit vector pointing in the di-
rection of ∆x = x − a.
Multi
∆z = f(r) − f(a) ≈ Jf(a)(r − a)(9)
= (grad f(a, b) (r − a))
= (grad f(a, b) ˆu) r − a
= Dˆuf(a, b) r − a ,
where ˆu is the unit vector pointing in the
direction of ∆r = r − a.
The directional derivative of f(x, y) at (a, b) in the direction of ˆu =
∆r
∆r
in the domain of f
in the xy-plane, denoted by Dˆuf(a, b), is lim
Run→0
Rise
Run
= lim
∆r →0
∆z
∆r
= f(a, b)
∆r
∆r
=
( f(a, b) ˆu).
June 20, 2015 Page 3 of 5
Derivatives in Multi Poramate (Tom) Pranayanuntana
It can also be seen that
Dˆuf(a, b) := lim
Run=h→0
Rise
f(a+hu1,b+hu2)
f(
a
b
+ h
u1
u2
) −f(a, b)
h
Run
(10)
= lim
h=0,h→0
f(
x
a + hu1,
y
b + hu2) − f(a, b)
h
;
with f(x, y) − f(a, b) ≈ fx(a, b)(x − a) + fy(a, b)(y − b)
= lim
h=0,h→0
fx(a, b)(hu1) + fy(a, b)(hu2)
h
=
fx(a, b)
fy(a, b)
u1
u2
= ( f(a, b) ˆu)
= f(a, b) ˆu cos θ, 0 ≤ θ ≤ π.
June 20, 2015 Page 4 of 5
Derivatives in Multi Poramate (Tom) Pranayanuntana
From Dˆuf(a, b) = f(a, b) ˆu cos θ, 0 ≤ θ ≤ π. Since ˆu = 1 and f(a, b) is a fixed
positive number (once point (a, b) is picked), therefore
max Dˆuf(a, b) = f(a, b) , when cos θ = 1 that is when θ = 0 or when ˆu points in direction
of f(a, b).
∆z = f(r) − f(a) ≈ Jf(a)(r − a)
= (grad f(a, b) (r − a))
= (grad f(a, b) ˆu) r − a
= Dˆuf(a, b) r − a .
Properties of grad f(a, b) = f(a, b)
If f(a, b) = 0. Then
Direction Properties



• f(a, b) points in direction of maximum rate of increasing of f(a, b),
• Direction of f(a, b) is perpendicular to the contour line z = f(a, b)
(in the domain of f in the xy-plane)
Magnitude Properties



• max Dˆu= f(a,b)/ f(a,b) f(a, b) = f(a, b) 

1
ˆu :1
cos 0
That is f(a, b) = max Dˆuf(a, b) or
f(a, b) = maximum rate of change of f at (a, b)
• f(a, b)
is large when contour lines (of fixed ∆z) of f are closer together.
is small when contour lines (of fixed ∆z) of f are further apart.
June 20, 2015 Page 5 of 5

More Related Content

PPTX
Chapter 4 review
PPT
5.7 rolle's thrm & mv theorem
PDF
Ch17 14
PPTX
4.4 Fundamental Theorem of Calculus
PDF
Rolle's theorem, mean value theorem
PDF
parent functons
PDF
Day 2a examples
Chapter 4 review
5.7 rolle's thrm & mv theorem
Ch17 14
4.4 Fundamental Theorem of Calculus
Rolle's theorem, mean value theorem
parent functons
Day 2a examples

What's hot (20)

PPT
Curve sketching 4
PDF
Day 2 examples u8f13
PDF
Conformal mapping
PDF
Efoom 2020
PDF
Numerical Integration: Trapezoidal Rule
PDF
The Fundamental Theorem of Calculus
PPTX
Math example
PPTX
Addition and Subtraction of Functions
PPTX
Ap calculus extrema v2
PPTX
Definite Integral Review
PPT
8.7 numerical integration
PDF
P13 019
KEY
Calculus II - 19
PDF
Notes 3-7
PDF
Funções 1
PDF
Interpolation
PPSX
Function : Introduction
PPTX
Метод интервалов
PPT
Numerical integration
PPT
Applications of maxima and minima
Curve sketching 4
Day 2 examples u8f13
Conformal mapping
Efoom 2020
Numerical Integration: Trapezoidal Rule
The Fundamental Theorem of Calculus
Math example
Addition and Subtraction of Functions
Ap calculus extrema v2
Definite Integral Review
8.7 numerical integration
P13 019
Calculus II - 19
Notes 3-7
Funções 1
Interpolation
Function : Introduction
Метод интервалов
Numerical integration
Applications of maxima and minima
Ad

Similar to Derivatives in Multi (20)

PPT
Math - Operations on Functions, Kinds of Functions
PDF
Functions 1 - Math Academy - JC H2 maths A levels
PPTX
Calculus- Basics
PDF
Directional derivative and gradient
DOCX
Analisis matematico
PDF
Tcu12 crc multi
PPTX
Functions
PDF
Logarithms
PPTX
23 improper integrals send-x
PPTX
23 improper integrals send-x
PPT
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
PDF
Class 12 Mathematics Topic Wise Line by Line Questions Chapter 5 Applications...
PDF
Class 12 Mathematics Topic Wise Line by Line Chapter 5 Applications of Deriva...
PDF
Introduccio al calculo vectorial
PPTX
Application of Derivative 3
PPT
Functions
PDF
monotonicity thoery & solved & execise Module-4.pdf
PPTX
3.7 applications of tangent lines
PPT
PDF
Functions JC H2 Maths
Math - Operations on Functions, Kinds of Functions
Functions 1 - Math Academy - JC H2 maths A levels
Calculus- Basics
Directional derivative and gradient
Analisis matematico
Tcu12 crc multi
Functions
Logarithms
23 improper integrals send-x
23 improper integrals send-x
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
Class 12 Mathematics Topic Wise Line by Line Questions Chapter 5 Applications...
Class 12 Mathematics Topic Wise Line by Line Chapter 5 Applications of Deriva...
Introduccio al calculo vectorial
Application of Derivative 3
Functions
monotonicity thoery & solved & execise Module-4.pdf
3.7 applications of tangent lines
Functions JC H2 Maths
Ad

Derivatives in Multi

  • 1. DERIVATIVES IN MULTI PORAMATE (TOM) PRANAYANUNTANA In Calc 1: For f : D ⊂ R → R ⊂ R,(1) f (a) := lim x→a f(x) − f(a) x − a .(2) A function f is differentiable at a if, upon continued magnification of the graph about the point (a, f(a)), the graph is indistinguishable from a straight line; that is, f is differentiable at a if lim x→a f(x) − f(a) − f (a)(x − a) x − a = 0.(3) This can be generalized to Multi as follows: In Multi: For f : D ⊂ R2 → R ⊂ R,(4) A function of 2 variables, f(x, y), is differentiable at a point (a, b) if the graph of z = f(x, y) near that point (a, b) is indistinguishable from a plane; that is lim (x, y) r →(a, b) a |f(x, y) − f(a, b) − T(   x y  −   a b  ) T(r − a) | r − a = 0,(5) Date: June 20, 2015.
  • 2. Derivatives in Multi Poramate (Tom) Pranayanuntana or, from an equation of the tangent plane z = L(x, y) = f(a, b)+fx(a, b)(x−a)+fy(a, b)(y−b) (if it uniquely exists), we have f(x, y) is differentiable at a point (a, b) if lim (x, y) r →(a, b) a |f(x, y) − L(x,y) (f(a, b) + fx(a, b)(x − a) + fy(a, b)(y − b)) | x y − a b = 0.(6) L(x, y) = f(a, b) + fx(a, b) fy(a, b) Jf(a)=Jf(a,b) x − a y − b T(r−a) (7) = f(a, b) +      fx(a, b) fy(a, b) grad f(a,b)= f(a,b) x − a y − b      , where (◦) = ∂(◦)/∂x ∂(◦)/∂y = (◦)x (◦)y is a vector derivative operator. Compare the following: Calc 1 Multi lim x→a |f(x) − l(x): tangent line of f at a (f(a) + f (a)(x − a)) | |x − a| = 0 lim r→a |f(r) − L(r): tangent plane of f at a (f(a) + Jf(a)(r − a)) | r − a = 0 We can see that Jf(a) is the derivative of z = f(r) = f(x, y) at r = a = (a, b). In this class, we will use dot product instead of matrix multiplication, so the derivative matrix Jf(a) will be represented by the gradient vector, grad f(a, b) = fx(a, b) fy(a, b) , in the xy-plane, which the domain of f is part of. June 20, 2015 Page 2 of 5
  • 3. Derivatives in Multi Poramate (Tom) Pranayanuntana Directional Derivatives Calc 1 ∆y = f(x) − f(a) ≈ f (a)(x − a) = f (a)∆x (8) = (f (a) · ˆu) |∆x| = Dˆuf(a) |∆x| , where ˆu is the unit vector pointing in the di- rection of ∆x = x − a. Multi ∆z = f(r) − f(a) ≈ Jf(a)(r − a)(9) = (grad f(a, b) (r − a)) = (grad f(a, b) ˆu) r − a = Dˆuf(a, b) r − a , where ˆu is the unit vector pointing in the direction of ∆r = r − a. The directional derivative of f(x, y) at (a, b) in the direction of ˆu = ∆r ∆r in the domain of f in the xy-plane, denoted by Dˆuf(a, b), is lim Run→0 Rise Run = lim ∆r →0 ∆z ∆r = f(a, b) ∆r ∆r = ( f(a, b) ˆu). June 20, 2015 Page 3 of 5
  • 4. Derivatives in Multi Poramate (Tom) Pranayanuntana It can also be seen that Dˆuf(a, b) := lim Run=h→0 Rise f(a+hu1,b+hu2) f( a b + h u1 u2 ) −f(a, b) h Run (10) = lim h=0,h→0 f( x a + hu1, y b + hu2) − f(a, b) h ; with f(x, y) − f(a, b) ≈ fx(a, b)(x − a) + fy(a, b)(y − b) = lim h=0,h→0 fx(a, b)(hu1) + fy(a, b)(hu2) h = fx(a, b) fy(a, b) u1 u2 = ( f(a, b) ˆu) = f(a, b) ˆu cos θ, 0 ≤ θ ≤ π. June 20, 2015 Page 4 of 5
  • 5. Derivatives in Multi Poramate (Tom) Pranayanuntana From Dˆuf(a, b) = f(a, b) ˆu cos θ, 0 ≤ θ ≤ π. Since ˆu = 1 and f(a, b) is a fixed positive number (once point (a, b) is picked), therefore max Dˆuf(a, b) = f(a, b) , when cos θ = 1 that is when θ = 0 or when ˆu points in direction of f(a, b). ∆z = f(r) − f(a) ≈ Jf(a)(r − a) = (grad f(a, b) (r − a)) = (grad f(a, b) ˆu) r − a = Dˆuf(a, b) r − a . Properties of grad f(a, b) = f(a, b) If f(a, b) = 0. Then Direction Properties    • f(a, b) points in direction of maximum rate of increasing of f(a, b), • Direction of f(a, b) is perpendicular to the contour line z = f(a, b) (in the domain of f in the xy-plane) Magnitude Properties    • max Dˆu= f(a,b)/ f(a,b) f(a, b) = f(a, b) 1 ˆu :1 cos 0 That is f(a, b) = max Dˆuf(a, b) or f(a, b) = maximum rate of change of f at (a, b) • f(a, b) is large when contour lines (of fixed ∆z) of f are closer together. is small when contour lines (of fixed ∆z) of f are further apart. June 20, 2015 Page 5 of 5