Functions Several Variables: CH 7-Of
Functions Several Variables: CH 7-Of
Functions Several Variables: CH 7-Of
f ( x, y )
f ( x, y , z )
7.1 Introduction
In many practical situations, the value of
a quantity may depend on more than one
variable.
Volume of right circular cylinder:
V = rh
1
Example
http://www.math.uri.edu/~bkaskosz/flashmo/tool
s/graph3d
Inverted paraboloid
/
paraboloid
We denote it by
if the limit exists.
9
fix y
fix x
fix y
fix x
11
Geometric interpretation
f ( x, b )
curve
12
f ( x, b)
13
f ( a, y )
14
15
fix y
fix x
fxx
fix y
Note
Let f(x,y) be a function defined on a
region D containing (a,b). If
fx, fy, fxy & fyx are all continuous in D,
then
fxy(a,b) = fyx(a,b).
17
To compute f yx is difficult, we shall compute f xy
18
19
20
z = x2 + xy + y2,
where x = cos t, y = sin t.
21
22
w = z sin xy,
where x = t, y = ln t, z = e t-1
24
25
26
hu=hu1i+hu2 j
Dif(a,b) = fx(a,b)
Djf(a,b) = fy(a,b)
28
Geometrical meaning
29
without proof
Hence
30
Physical meaning
The directional derivative Duf(a,b) measures
the change in the value f
of a function f when we
move a small distance dt
from the point (a,b) in the
direction of the vector u:
f df where
Usual multiplication
31
f
32
f
Let
(2,1) a
y
r
u unit vector from (2,1) to (3,0)
(3,0) (2,1)
1
(1, 1)
(3,0) (2,1)
2
1
1 4 a
Du f (2,1) (4)
a
2
2
2
a 4 10 2 18.14
f 1505 1506 df
4a
(0.1)
2
33
34
08/09(Sem 1)
Self study
35
Solution.
36
Gradient Vector
The gradient of
f ( x, y )
37
cos 1
Hence we have
Du f (a, b)
Du f (a, b)
u
180o
f ( a , b )
Example
Let f ( x, y ) 9 x 2 y 2
ANS:
fx
x
9 x y
2
, fy
5
maxi value of Du f (2,1) f (2,1)
2
y
9 x2 y 2
40
Critical Points
(First Derivative Test) If f has a local
maximum or minimum at (a,b), & both fx(a,b)
& fy(a,b) exist, then
fx(a,b) = 0 & fy(a,b) = 0.
The converse is not true. For example
(saddle point)
42
x, x 0
z = x
-x, x < 0
z is minimum at (0,0), but
z/ |
x (0,0)
does not exist.
http://www.math.uri.edu/~bkasko
sz/flashmo/tools/graph3d/
44
Discriminant of f
45
46
f(x,y),
(a,b)
fx(a,b) = 0 = fy(a,b)
D = fxx(a,b)fyy(a,b) fxy(a,b)2
D>0
fxx > 0
Min
D<0
D=0
Saddle
Point
No
Conclusion
fxx < 0
Max
47
Solving
fx = 0
fy = 0
fxx = 6(y - 1)
fyy = 6(y - 1)
fxy = 6x
fxx
fyy
fxy
D
D = fxxfyy fxy2
(0,0)
(0,2)
-6
6
-6
6
0
0
36
36
Max
min
(1,1)
(-1,1)
0
0
0
0
6
-6
-36
-36
saddle pts
49
08/09(Sem 2)
50
08/09 (Sem 1)
Self study
51
Solution.
f ( x, y ) ln( x y ) xy (n 1) x
52
53
Example
Find relative extrema of
z f ( x, y ) 12 x 16 y 50
subject to the constraint x y 25
2
54
Solution
Let g ( x, y ) x 2 y 2 25
x 2 y 2 25
constraint
and F ( x, y, ) f ( x, y ) g ( x, y )
12 x 16 y 50 ( x 2 y 2 25)
Let Fx 0, Fy 0, F 0 we get
12 2 x 0
16 2 y 0
x 2 y 2 25 0
2, x 3, y 4 & 2, x 3, y 4
55
2
2
x
y
25
Subject to the constraint
z f (3, 4) 150
Local maxi
z f (3, 4) 50
Local mini
http://www.math.uri.edu/~bkaskos
z/flashmo/tools/graph3d
z 12 x 16 y 50
z f (3, 4) 150
z f (3,4) 50
x 2 y 2 25
56