Explanation, Formula, Equation, Example and Solved Problems - 1. Maxima and minima of functions of two variables 2. Lagrange's method of undetermined multipliers
MAXIMA AND MINIMA WITHOUT
CONSTRAINTS
To optimize something
means to maximize or minimize some aspects of it. An important application of
multivariable differential calculus is finding the maximum and minimum values
of functions of several variables and determination of function of several
variables and determination where they occur .In the study of stability of
equilibrium states of mechanical and physical systems, determination of extreme
values of constrained functions in economics, in designing multistage rockets
in engineering, in geometry etc.
Geometrically z = f(x,
y) respect to a surface. The maximum is a point on the surface from which
the surface descends (come down) in every direction backwards xy‒plane. The
minimum is the bottom direction from which the surface ascends(climbs up). In
either case, the tangent planes to the surface at a maximum point is horizontal
to z‒axis (parallel to the xy‒plane) and perpendicular to z‒axis.
A function f(x, y) is said to have a maximum value
of x = a, y = b if f(a, b) > f(a+h, b+ k), for small and independent
values of h and k, positive or negative.
A function f(x,y) is said to have a minimum value
of x = a, y = b if f(a,b) < f(a + h, b + k), for small and
independent values of h and k, positive or negative.
The point (a, b) is
called a stationary point if fx(a,
b) = 0, fy(a, b) = 0. The value f(a,
b) is called a stationary value. Thus every extreme value is a stationary value
but the converse may not be true.
A stationary value (a,
b) is said to be a saddle point of (x, y)
if f(x, y) attends neither maximum
nor minimum at (a, b).
1) Find fx, fy, fxx, fxy, fyy.
2) Solve fx = 0, fy = 0. Let (a, b), (c, d) ...... be the solutions of
these equations.
3) For each solution in
steps(2), find r = fxx, s=fxy, t = fyy. Let Δ = rt
‒ s2.
4) If Δ> 0 and
r<0 for a particular solution (a, b) of step (2), then f(x, y) has a maximum value at (a, b).
5) If Δ > 0 and
r> 0 for a particular solution (a, b) of step (2), then f(x,y) has a minimum value at (a, b).
6) If Δ <0 for a
particular solution (a, b) of step (2), then f(x, y) has no extreme value (a, b). The stationary value (a, b) is
called saddle point of f(x, y).
7) If Δ = 0 or Δ > 0
and r = 0 or Δ > 0 and s = 0, the
cases are doubtful and requires further investigation.
Example
43. Examine the extreme values for x2
+ y2+ 6x + 12.
Solution:
Given f(x, y) = x2 + y2
+ 6x + 12
fx
= 2x+6; fy = 2y
r
=
fxx = 2; s = fxy = 0; t = fyy = 2
To find stationary
points of f(x, y):
fx
= 0⇒2x +6= 0
x
+3=0
x
=‒3
fy=0⇒ 2y = 0
y
=
0
∴
Stationary point is (‒3,0).
To check for
optimality:
At (‒3,0):
r=2>0
s=0
t = 2
Δ = rt‒s2 =
2(2)‒0=4>0
Since r > 0 and Δ> 0, f(x, y) has minimum value at (‒3,0).
Minimum value of the
function is f(‒3, 0) = 9+0‒18 + 12 =
3.
Example
44. Examine for extreme values of f(x, y)
= x2 ‒ xy + y2
− 2x + y
Solution:
Given f(x, y) = x2 ‒ xy + y2 ‒ 2x + y
fx=
2x‒y‒2;
fy=
−x + 2y + 1
r = fxx = 2;
s = fxy = ‒1;
t = fyy = 2
To find stationary
points of f(x, y):
fx
=
0
2x‒y‒2=0 ….(1)
fy
= 0
− x + 2y + 1 = 0 ...... (2)
(2) × 2 ⇒ −2x + 4y + 2 = 0 ……
(3)
(1) + (3) ⇒ 3y = 0
y
=
0
Sub y = 0 in (1) → 2x‒0‒2=0
2x=2
x=1
∴
The stationary point is (1,0).
To check for
optimality:
At (1,0):
r = 2 > 0
s = ‒1
t=2
Δ = rt‒s2 = 2(2)‒1=3> 0
Since r > 0 and Δ > 0, f(x, y) has minimum value at (1, 0).
Minimum value of the
function is f(1, 0) = 1‒0+0‒2+0 = ‒1.
Example
45. Prove that f(x, y) = 2x2y + x2 − y2 + 2y has no extremum.
Solution:
Given f(x, y) = 2x2y + x2‒y2+2y
fx
=
4xy + 2x, fy = 2x2
‒ 2y+2,
r = fxx = 4y+2, s= fxy
= 4x, t = fyy=‒2
To find stationary
points of f(x, y):
fx
=
0⇒ 4xy + 2x = 0
2x(2y+ 1) = 0
fy
=
0⇒ 2x2 ‒ 2y + 2 =
0
x2
‒ y + 1 = 0 ... (1)
2x = 0 or y = ‒1/2
When x = 0, (1) ⇒
y =
1
The point is (0,1)
When y = ‒1/2, (1) ⇒
x =
√(‒3/2) = i√(3/2) which is imaginary
.. Stationary point is
(0,1)
To check for optimality
At (0, 1):
r = 4y+2 = 6 > 0
s = 4x = 0
t = ‒2
Δ = rt‒s2 = 6(‒2)‒0 = ‒12 < 0
Since Δ < 0, (0,1)
is a saddle point.
..Given function has no
extreme value.
Example
46. Examine f (x, y) = x3 + y3 ‒ 12x‒3y+ 20 for extreme
values.
Solution:
Given: f(x, y) = x3+ y3‒12x‒3y+20
fx
=
3x2 ‒ 12;
fy
=
3y2‒3
r = fxx = 6x;
s = fxy = 0; t = fyy=6y
To find stationary
points of f(x, y):
fx = 0
3x2‒12=0
3x2 = 12
x2
= 4
x
=
+2
fy
= 0
3y2 ‒ 3 = 0
3y2 = 3
y2=1
y
=
+1
∴
The stationary points are (2,1), (2,‒1), (‒2,1), (‒2‒1)
To check for
optimality:
At (2, 1):
r = 6x = 6(2) = 12 > 0
s=0
t = 6y = 6(1) = 6
Δ = rt ‒ s2 = 12(6) ‒ 0 = 72 > 0
Since r > 0 and Δ > 0, f(x, y) has minimum value at (2, 1).
Minimum value of the function
is f(2, 1) = 8+1‒24‒3+20= 2.
At (2,‒1):
r =
6x=6(2)= 12 > 0
s=0
t = 6y=6(‒1) = ‒6
Δ = rt‒s2 = 12(‒6)‒0 = ‒72 < 0
Since Δ<0, (2,‒1) is
a saddle point.
At (‒2,‒1):
r
= 6x = 6(‒2) = ‒12 < 0
s = 0
t = 6y = 6(−1) = −6
Δ = rt‒s2 = (‒12)(‒6)‒0 = 72> 0
Since r < 0 and Δ > 0, f(x,y) has maximum value at (‒2,‒1).
Maximum value of the
function is ƒ(‒2,‒1) = −8‒1+24+3+20 = 38.
At (‒2,1):
r = 6x = 6(‒2) = ‒12 < 0
s=0
t = 6y = 6(1) = 6
Δ = rt ‒ s2 = (‒12)(6) — 0 = −72 <
0
Since Δ < 0, (‒2, 1)
is a saddle point.
Example
47. Investigate the extreme values of the function f(x, y) = x2 +
xy + y2 + 1/x + 1/y.
Solution:
Given f(x, y) = x2 + xy + y2 + 1/x + 1/y
fx
=
2x + y ‒ 1/x2;
fy
=
x + 2y ‒ 1/y2
r = fxx = 2 + 2/x3;
s = fxy = 1;
t = fyy = 2 + 3/y3
To find stationary
points of f(x, y):
fx=0
2x + y −1/x2 =
0 …..(1)
fy
= 0
x
+ 2y −1/y2 =0 ...... (2)
(1)− (2) ⇒ x − y – 1/x2 + 1/y2
= 0
x ‒ y + (x2 ‒ y2)/(x2y2)
= 0
x ‒ y + [(x + y)(x − y)]/[x2y2]
= 0
(x − y) ( 1 + [(x+y)/x2y2] ) = 0
x‒y=0
⇒
y=x
(1)
⇒ 2x + x
‒ 1/x2 = 0
3x = 1/x2
x3
= 1/3
x
= (1/3)1/3
∴
y
= (1/3)1/3
The stationary point is
( (1/3)1/3 , (1/3)1/3 )
To check for
optimality:
At ( (1/3)1/3 , (1/3)1/3 ):
r = 2 + 2/x3
= 2+6
= 8>0
s=1
t = fyy = 2 + 2/y3 = 8
Δ = rt ‒ s2 = 64‒1 = 63 > 0
Since r > 0 and Δ > 0, f(x, y) has minimum value at ( (1/3)1/3 , (1/3)1/3 ).
Minimum value of the
function is
f ( (1/3)1/3 , (1/3)1/3 ) = (1/3)2/3 +
(1/3)2/3 + (1/3)2/3 + 31/3 + 31/3
= 3(1/3)2/3 +
2(31/3)
= 3(3)-2/3 +
2(31/3)
= 31-2/3 +
2(31/3)
= 31/3 + 2(31/3)
= 3(31/3)
= 31 + 2/3
= 31/3
Minimum point is ( (1/3)1/3 , (1/3)1/3 ) and
The minimum value is 34/3.
Example
48. Examine for extreme values of (x, y)
if f(x, y) = x3 + 3xy2
−15x2 – 15y2 + 72x.
Solution:
Given f(x, y) = x3 + 3xy2
‒ 15x2‒15y2 + 72x
fx
= 3x2 + 3y2 ‒ 30x + 72 ;
fy
= 6xy ‒ 30y
r = fxx = 6x − 30;
s = fxy = 6y;
t = fyy = 6x ‒ 30
To find stationary
points of f(x, y):
fx
= 0
3x2 + 3y2
‒ 30x + 72 = 0
x2+
y2 ‒ 10x + 24 = 0 …….(1)
fy
= 0
6xy ‒ 30y=0
6y(x‒5)=0
y=0, x‒5=0
Case (i) When y = 0
(1) ⇒ x2 ‒ 10x + 24
= 0
(x‒4)(x‒6)=0
x=4, 6
The points are (4,0),
(6,0)
Case (ii) When x = 5,
(1) ⇒ 25+ y2 − 50+ 24 = 0
y2
− 1 = 0
⇒
y2 = 1
y= ±1
⇒
y= ‒1, 1
The points are (5,−1),
(5, 1)
.. The stationary
points are (4,0), (6,0), (5,‒1), (5,1)
To check for
optimality:
At (4,0):
r=6x‒30=6(4)‒30‒6 < 0
s = 6y = 6(0) = 0
t=6x‒30=6(4) − 30 = −6
Δ = rt‒s2 = (‒6)(‒6) ‒ 0 = 36> 0
Since r < 0 and Δ > 0, f(x, y) has maximum value at (4,0)
Maximum value of the
function = f(4,0) = 64+0‒240‒0+288 =
112.
At (6,0):
r = 6x − 30 = 6(6) — 30 = 6> 0
s = 6y=6(0)=0
t = 6x‒30 = 6(6) — 30 =
6
Δ = rt ‒ s2 = (6)(6) − 0 = 36 > 0
Since r > 0 and Δ > 0, f(x, y) has minimum value at (6,0).
Minimum value of the
function is f(6, 0) = 216+ 0 − 540 ‒
0 + 432 = 108.
At (5,1):
r=6x‒30=6(5)‒30=0
s = 6y=6(1) = 6
t
= 6x ‒ 30 = 6(5) ‒ 30 = 0
Δ = rt‒s2 = (0) (0) ‒ 36 = −36 <
0
Since Δ < 0, (5, 1)
is a saddle point.
At (5,‒1):
r=6x‒30=6(5)‒30=0
s = 6y=6(‒1) = −6
t=6x‒30=6(5) ‒ 30 = 0
Δ = rt‒s2 = (0)(0) ‒ 36=‒36 < 0
Since Δ < 0, (5,‒1)
is a saddle point.
Example
49. Examine the extreme of the function f(x,
y) = x4 + x2y + y2 at the
origin.
Solution:
Given f(x, y) = x2 + x2y + y2
fx
= 4x3 + 2xy; fy = x2 + 2y
r = fxx = 12x2
+ 2y ;
s = fxy = 2x;
t = fyy = 2
The origin (0,0)
satisfies fx= 0 and fy = 0.
∴
(0,0) is a stationary point of f(x, y).
To check for
optimality:
At (0,0):
r = fxx = 0; s = fxy = 0;
t = fyy = 2
Δ
= rt ‒ s2 = 0
Since Δ = 0, further
investigation is required to find the nature of the extreme of f(x, y) at the origin. Let us consider
the values of f(x, y) at the
neighborhood of (0, 0) namely (h, 0), (0, k), (h, h), where ‒1 <h< 1; −1
< k < 1.
ƒ(0,0) = 0
f(0,k)
= k2 > 0
f(h,
0) = h4 > 0
f(h,h)
= h4 + h3 + h2
= h2(1+h+h2)
> 0
Thus f(x,y)>f(0,0) in the neighbour hood of (0,0).
∴
(0,0) is a minimum value of f (x,y)
and the minimum value of f(x, y) = 0
Example
50. Locate the stationary points of x4 + y4 ‒ 2x2
+ 4xy – 2y2.
Solution: Given f(x, y) = x4 + y4 ‒ 2x2 + 4xy ‒ 2y2
fx
= 4x3‒4x+4y;
fy
= 4y3 + 4x − 4y;
r = fxx = 12x2 ‒ 4 ;
s = fxy = 4;
t = fyy = 12y2‒4
To find stationary
points of f(x, y):
fx
= 0
4x3‒4x+4y = 0
x3‒x+y=0 ....... (1)
fy
= 0
4y3+4x‒4y=0
y3
+ x ‒ y = 0 ...... (2)
(1)+(2) ⇒x3
+ y3 = 0
(x+y)(x2 ‒ xy + y2) = 0
x+y=0 or x2‒xy + y2 = 0
y = −x, x2 ‒ xy + y2 = 0 gives complex values.
Now put y = ‒x in (1)
(1) ⇒ x3‒ x − x = 0
x3‒
2x = 0
x(x2‒2) = 0
x = 0, x2‒2=0 ⇒ x2 = 2.
x= ±√2 ⇒ x = ‒√2,√2
x = ‒√2, 0, √2
When x = 0, y = ‒x ⇒ 0
When x = √2, y = −√2
When x = ‒√2, y = √2

∴
The
stationary points are (0,0), (√2, −√2 ), (−√2, √2).
To check for
optimality:
At (0,0):
r = 12x2 ‒ 4 = 12(0) – 4 = −4 <
0
s = 4
t = 12y2
‒ 4 = 12(0) − 4 = −4
∆ = rt ‒ s2
= (‒4)(‒4) ‒ 16 = 0
Since ∆ = 0, further
investigation is required to find the nature of the extreme of f(x,y) at the origin. Let us consider
the values of f(x, y) at the
neighborhood of (0, 0) namely: (h, 0), (0, k), (h, h),where ‒1 < h < 1;
−1 < k < 1.
f(0,0)
= 0
f(0,k)
= k2(k2‒2) < 0
f(h,
0) = h2(h2‒2) < 0
f(h,h)
= 2h4 > 0
Thus in the
neighborhood of (0,0) there are points where f(x, y) < f(0,0) and f(x,y) > f(0,0).
Hence ƒ(0,0) is not an
extreme value.
∴
(0,0) is a saddle point.
At (√2,‒√2):
r = 12x2 ‒ 4 = 12(2)‒4=20 > 0
s = 4
t = 12y2 ‒ 4 = 12(2)‒4 = 20
∆ = rt‒s2 =
(20)(20) ‒ 16 = 384 > 0
Since r > 0 and ∆
> 0, f(x, y) has a minimum value
at (√2, ‒√2).
Minimum value of the
function = f(√2,‒√2) = 4+4‒4‒8‒4 = ‒8.
At (−√2,√2):
r = 12x2 ‒ 4 = 12(2)‒4 = 20 > 0
s = 4
t = 12y2 ‒ 4 = 12(2) ‒ 4 = 20
∆ = rt‒s2 =
(20)(20) ‒ 16 = 384 > 0
Since r > 0 and ∆
> 0, f(x, y) has a minimum value
at (‒√2, √2).
Minimum value of the
function is f(‒√2, √2) = 4 + 4 − 4 ‒
8 ‒ 4 = −8.
∴
(√2, −√2) and (−√2, √2) are the two minimum points for the given function.
Example
51. Examine the function x3+
y3 ‒ 3axy for maxima and minima.
Solution:
Given f
= x3 + y3 ‒ 3axy
fx
= 3x2 ‒ 3ay;
fy=3y2 ‒ 3ax
r = fxx = 6x ;
s = fxy = −3a ;
t = fyy = 6y
To find'stationary
points of f(x, y):
fx
= 0
3x2 ‒ 3ay = 0 ... (1)
fy
= 0
3y2‒3ax = 0 ... (2)
(1)⇒3x2 = 3ay
y = x2/a
……..(3)
Substitute the values
of y in (2)
(2) ⇒ 3 (x2/a)2 ‒ 3ax = 0
3(x4/a2) ‒ 3ax = 0
[ 3x4 ‒ 3a3x ] / a2 = 0
3x(x3‒a3) = 0
x = 0 or x3‒a3 = 0
x = 0 or x3 = a3 i.e.; x=a
x=0; x = a
When x = 0, (3) ⇒ y = 0
When x = a, (3) ⇒ y = a
Stationary points are
(0,0), (a, a).
To check for
optimality:
At (0,0):
r = 6x = 0
s = ‒3a
t = 6y= 0
A = rt‒s2 =
(0)(0) ‒ 9a2 = ‒9a2 < 0
Since ∆ < 0, (0,0)
is a saddle point.
At (a,a):
r
= 6x = 6a
s = ‒3a
t = 6y= 6a
∆ = rt ‒ s2
= (6a)(6a) ‒ 9a2 = 27a2 > 0
Thus if a > 0, r =
6a > 0 and ∆ > 0, f(x, y) has a
minimum value at (a, a) and if a <
0, r = 6a <0 and ∆ > 0, f(x, y)
has a maximum value at (a, a).
Example
52. Locate the stationary points of x3y2(1‒x‒y) and determine their
nature.
Solution:
Given
f(x,
y) = x3y2(1‒x‒y)
= x3y2‒x4y2 ‒ x3y3
fx =
∂f/∂x = 3x2y2 ‒ 4x3y2
‒ 3x2y3
fy
= ∂f/∂y = 2x3y‒2x4y‒
3x3y2
r
= fxx = a2f/ax2 = 6xy2 ‒ 12x2y2
‒ 6xy3
s
=
fxy = a2f/მy2
= 6x2y‒8x3y‒9x2y2
t = fyy = a2f/მy2
= 2x3 ‒ 2x4 ‒ 6x3y
To find stationary
points of f(x, y):
fx
= 0
3x2y2 ‒ 4x3y2‒3x2y3 = 0
x2y2(3‒4x‒3y)
= 0
x = 0, y = 0, 3‒4x‒3y = 0 ………….(1)
fy
= 0 ⇒
2x3y‒2x4y‒3x3y2 = 0
x3y(2‒2x‒3y)
= 0
x = 0, y = 0, 2‒2x‒3y=0 ...... (2)
(1) − (2) ⇒ x = 1/2
Put x = ½ in (2), we
get y = 1/3
point is (1/2,1/3)
∴.
Stationary points are (1/2, 1/3) and (0,0)
At (1/2, 1/3):
r =
6xy2 – 12x2y2 – 6xy3
= 6(1/2)(1/3)2 ‒ 12(1/2)2(1/3)2 ‒ 6(1/2)(1/3)3
= ‒1/9 < 0
s = 6x2y
– 8x3y – 9x2y2 = 6(1/2)2(1/3) ‒ 8(1/2)3(1/3) ‒
9(1/2)2(1/3)2 = 1/12
t = 2x3
‒ 2x4 ‒ 6x3y =
2(1/2)3 ‒ 2(1/2)4 − 6(1/2)3(1/3) = ‒ 1/8
∆ = rt ‒ s2 = (‒1/9)(1/8) ‒ (1/12)2
= 1/144 > 0
Since r < 0 and ∆ > 0, f(x, y) has a maximum value at ( ½ ,
1/3)
At (0,0):
r = 0, s = 0, t = 0
∆A = rt ‒ s2 = 0
Since ∆= 0, further
investigation is required to find the nature of the extreme of f(x,y) at the origin. Let us consider
the values of f(x, y) at the
neighborhood of (0,0) namely (h, 0), (0, k), (h, h),where ‒1 <h< 1; ‒1
< k < 1.
ƒ(0,0) = 0..
f(0,k)
= 0
f(h,
0) = 0
f(h,h)
= h5(1‒2h)
f(0.1,0.1)
= (0.1)5(1‒2(0.1)) = (0.1)5(0.8) > 0
f(‒0.1,
−0.1) = (‒0.1)5(1‒2(‒0.1)) = ‒(0.1)5(1.2) < 0
Thus in the
neighborhood of (0,0) there are points where f(x,y) < ƒ(0,0) and f(x,y)
> f(0,0).
Hence f(0,0) is not an extreme value, (0, 0)
is a saddle point.
Example
53. Examine the extreme values of x3y2(12 – 3x – 4y).
Solution:
Given
f(x, y) = x3y2(12‒3x‒4y)
f(x,y)
= x3y2(12‒3x‒4y) = 12x3y2 ‒ 3x4y2
‒ 4x3y3
fx
= 36x2y2‒12x3y2 ‒ 12x2y3
fy
= 24x3y‒6x4y‒12x3y2
r = fxx = 72xy2 ‒ 36x2y2‒24xy3
s = fxy = 72x2y ‒ 24x3y ‒ 36x2y2
t = fyy= 24x3‒6x2‒24x3y
To find stationary
points of f(x, y)
fx=0
⇒ 36x2y2
‒ 12x3y2 ‒ 12x2y3 = 0
36x2y2‒12x3y2‒12x2y3 = 0
12x2y2(3‒x‒y)=0
⇒
x2y2(3 ‒ x − y) = 0
x2y2
=
0, (3‒x‒y) = 0
x = 0, y = 0, x+y=3 ………..(1)
fy=0
⇒
24x3y‒ 6x4y‒12x3y2
= 0
⇒
4x3y‒x4y‒2x3y2 = 0
x3y(4‒x‒2y)
= 0
x3y=0x+2y=
4 …….(2)
x = 0, y = 0, x + 2y =
4
(1)‒(2)=>
x + y = 3
x + 2y = 4
‒y =
‒1
Substitute y = 1, in
(1), we get x + 1 = 3
⇒
x
= 2
The stationary points
are (2,1), (0,0)
At (2,1):
r
= 72xy2 ‒ 36x2y2‒24xy3
= 144‒144‒48 = ‒48 < 0
s = 72x2y ‒ 24x3y ‒ 36x2y2 = 288 – 192 – 144 = −48
t = 24x3‒ 6x4 ‒ 24x3y
= 92‒96 – 192 = ‒96
∆ = rt‒s2 = 4608‒2304 = 2304 > 0
Since r < 0 and ∆
> 0, f(x, y) has a maximum value
at (2,1)
Maximum value of the
function is f(2, 1) = 16.
At (0,0): r = 0, s = 0,
t = 0
∆ = rt ‒ s2 = 0
Since ∆ = 0, further
investigation is required to find the nature of the extreme of f(x,y) at the origin. Let us consider
the values of f(x, y) at the
neighborhood of (0,0) namely (h, 0), (0, k), (h, h),where ‒1 < h < 1; −1
< k < 1.
f(0,0)
= 0
f(0,k)
= 0
f(h,
0) = 0
f(h,h)
= h5(12‒7h)
ƒ(0.1,0.1)=(0.1)5(12‒7(0.1))
= (0.1)5(11.3) > 0
ƒ(‒0.1,‒0.1) = (‒0.1)5(12‒7(‒0.1))
= (0.1)5(12.7) < 0
Thus in the
neighborhood of (0, 0) there are points where f(x,y) < f(0,0) and
f(x,
y) > f(0,0).
Hence f(0,0) is not an extreme value.
(0,0) is a saddle
point.
To find the maximum or minimum
values of a function of three (or more) variables, when the variables are not
independent but are connected by some given relation, we try to convert the
given function to the one, having least number of independent variables with
the help of the give relation. When this procedure is not practicable, we use
Lagrange's method.
Let f (x, y, z) be a function of x, y, z
which is to be examined for maximum or minimum value. Let the variables x, y, z
be connected by the relation ϕ(x, y, z) = 0. Let u = f(x, y, z) + λϕ(x, y, z) be the auxillary function, where λ is
Lagrangian multiplier.
Let
∂u/∂x=0,
∂u/∂y=0,
∂u/∂z=0,
∂u/∂λ=0.
These equations give
the values of x, y, z and λ for a maximum or minimum.
Note: Lagrange's method
does not enable us to find whether there is a maximum or minimum. This fact is
determined from the physical considerations of the problem.
Applied Calculus: UNIT II: Functions of Several Variables : Tag: Applied Calculus : - Maxima and Minima without Constraints
Applied Calculus
MA25C01 Maths 1 M1 - 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
English Essentials I
EN25C01 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
தமிழர் மரபு - Heritage of Tamils
UC25H01 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Applied Calculus
MA25C01 Maths 1 M1 - 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Applied Physics I
PH25C01 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Applied Chemistry I
CY25C01 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Makerspace
ME25C04 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Computer Programming C
CS25C01 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Computer Programming Python
CS25C02 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Fundamentals of Electrical and Electronics Engineering
EE25C03 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Introduction to Mechanical Engineering
ME25C03 1st Semester | 2025 Regulation | 1st Semester 2025 Regulation
Introduction to Civil Engineering
CE25C01 1st Semester Civil Department | 2025 Regulation | 1st Semester 2025 Regulation
Essentials of Computing
CS25C03 1st Semester - AID CSE IT Department | 2025 Regulation | 1st Semester 2025 Regulation
Applied Physics I Laboratory
PH25C01 1st Semester practical Laboratory Manual | 2025 Regulation | 1st Semester Laboratory 2025 Regulation
Applied Chemistry I Laboratory
CY25C01 1st Semester practical Laboratory Manual | 2025 Regulation | 1st Semester Laboratory 2025 Regulation
Computer Programming C Laboratory
CS25C01 1st Semester practical Laboratory Manual | 2025 Regulation | 1st Semester Laboratory 2025 Regulation
Computer Programming Python Laboratory
CS25C02 1st Semester practical Laboratory Manual | 2025 Regulation | 1st Semester Laboratory 2025 Regulation
Engineering Drawing
ME25C01 EEE Mech Dept | 2025 Regulation | 2nd Semester 2025 Regulation
Basic Electronics and Electrical Engineering
EE25C04 1st Semester ECE Dept | 2025 Regulation | 2nd Semester 2025 Regulation