find max and min value

find the maximum and min value of x2y3z4 such that x+y+z=18

7 Answers

62
Lokesh Verma ·

This one is kind of old.. (I think you have missed out the thing that all are +Ve ..
otherwise the value would be unbounded.. )

x+y+z = x/2+x/2+y/3+y/3+y/3+z/4+z/4+z/4+z/4

now

x/2+x/2+y/3+y/3+y/3+z/4+z/4+z/4+z/49≥(x/2.x/2.y/3./3.y/3.z/4.z/4.z/4.z/4)1/9

So 189≥(x/2.x/2.y/3./3.y/3.z/4.z/4.z/4.z/4)1/9

Hence x2y3z4≤ 2 . 22 . 33 . 44

1
Kaustab Sarkar ·

thanq :)

11
virang1 Jhaveri ·

Minimum value?
is there any method to find that

62
Lokesh Verma ·

if the numbers are +ve then the minimum will be zero ;)

21
eragon24 _Retired ·

lagranges multiplier--- i guess other way to solve

1
Kaustab Sarkar ·

now wat is this lagranges multiplier?????i neva heard of it befor and it isnt in syllabus

62
Lokesh Verma ·

no it is not in syllabus..

it is used in multivariate calculus and is generally taught at the 1st/ 2nd yr at engineering.

Your Answer

Close [X]