This Lesson (Solving non-linear minimax problems in 3D space) was created by by ikleyn(52777)  : View Source, ShowAbout ikleyn:
Solving non-linear minimax problems in 3D space
Problem 1If x+y+z=16, then find the maximum value of (x-3)(y-5)(z-2), given that (x-3) > 0, (y-5) > 0, (z-2) > 0.
Solution
By analogy with the well known AM-GM inequality ("Arithmetic Mean - Geometric Mean inequality") for two variables "a" and "b"
ab <= , (1)
there is AM-GM inequality for three variables "a", "b" and "c"
abc <= . (2)
Inequalities (1) and (2) are valid for any two and three variables, respectively, that are real non-negative numbers.
Apply inequality (2), taking
a = x-3, b = y-5, c = z-2.
You will get
(x-3)*(y-5)*(z-2) <= = = = = = 8.
Thus for any 3 values of x, y and z, restricted by the equality
x + y + z = 16 and inequalities x >= 3, y >= 5 and z >= 2,
the inequality
(x-3)*(y-5)*(z-2) <= 8
is held.
From the other side, at x= 5, y= 7 and z= 4 we have
(x-3)*(y-5)*(z-2) = (5-3)*(7-5)*(4-2) = 2*2*2 = 8.
and the values of x, y and z satisfy all needed restrictions.
Thus the maximum value of (x-3)*(y-5)*(z-2), where x, y and z are restricted by
x + y + z = 16, x >= 3, y >= 5 and z >= 2
is 8. ANSWER
Problem 2Find the maximum values of the function f(x,y,z) = x^2y^2z^2 subject to the constraint x^2+y^2+z^2 = 196.
Solution
By analogy with the well known AM-GM inequality ("Arithmetic Mean - Geometric Mean inequality") for two variables "a" and "b"
ab <= , (1)
there is AM-GM inequality for three variables "a", "b" and "c"
abc <= . (2)
Inequalities (1) and (2) are valid for any two and three variables, respectively, that are real non-negative numbers.
In inequalities (1) and (2), equalities are achieved if and only if a = b (for (1)) or a = b = c (for (2)).
Apply inequality (2), taking
a = x^2, b = y^2, c = z^2.
You will get
x^2*y^2*z^2 <= = = .
Thus the maximum value of x^2*y^2*z^2, under the constraint x^2+y^2+z^2 = 196 is = . ANSWER
It is achieved when x^2 = y^2 = z^2 = , i.e. x = y = z = +/- = 8.082904 (rounded).
In all, there are 8 points on the 3D sphere surface x^2 + y^ + z^2 = 196,
where the maximum value of x^2*y^2*z^2 is achieved - one such point in each octant.
My other additional lessons on Miscellaneous word problems in this site are
- I do not have enough savings now
- In a jar, all but 6 are red marbles
- How many boys and how many girls are there in a family ?
- What is the last digit of the number a^n ?
- Find the last three digits of these numbers
- What are the last two digits of the number 3^123 + 7^123 + 9^123 ?
- Advanced logical problems
- Prove that if a, b, and c are the sides of a triangle, then so are sqrt(a), sqrt(b) and sqrt(c)
- Calculus optimization problems for shapes in 2D plane
- Calculus optimization problems for 3D shapes
- Solving some linear minimax problems in 3D space
- Solving linear minimax problem in three unknowns by the simplex method
- The "pigeonhole principle" problems
- In the worst case
- Page numbers on the left and right facing pages of an opened book
- Selected problems on counting elements in subsets of a given finite set
- How many integer numbers in the range 1-300 are divisible by at least one of the integers 4, 6 and 15 ?
- Nice problems to setup them using Venn diagram
- Wrapping a gift
- In preparation for Halloween
- Nice entertainment problems related to divisibility property
- Stars and bars method for Combinatorics problems
- Math Olympiad level problem on caves and bats
- Math Olympiad level problem on caught fishes
- Math Olympiad level problem on pigeonhole principle
- Math Olympiad level problem on placing books in bookcase
- OVERVIEW of additional lessons on Miscellaneous word problems
Use this file/link ALGEBRA-I - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-I.
Use this file/link ALGEBRA-II - YOUR ONLINE TEXTBOOK to navigate over all topics and lessons of the online textbook ALGEBRA-II.
This lesson has been accessed 1030 times.
|