Maxima, Minima and Lagrange Multipliers - One Line Questions

1. What is the absolute maximum value of f(x) = sin(x) on [0, 2π]? 1
2. What is the absolute minimum value of f(x) = sin(x) on [0, 2π]? -1
3. Consider the function f(x, y) = x³ + y³ - 3xy. Find the critical points. (0, 0) and (1, 1)
4. What is the gradient of a function f(x, y)? (∂f/∂x)i + (∂f/∂y)j
5. What is the condition for a point (x, y) to be a critical point for a function f(x, y)? ∂f/∂x = 0 and ∂f/∂y = 0
6. For a function f(x, y) to be optimized subject to a constraint g(x, y) = k, what is the fundamental equation in the method of Lagrange Multipliers? ∇f = λ∇g
7. The method of Lagrange Multipliers can be extended to functions of more than two variables and multiple constraints. For f(x, y, z) subject to g(x, y, z) = k and h(x, y, z) = l, the equation becomes: ∇f = λ∇g + μ∇h
8. Find the absolute maximum of f(x) = x² on the interval [-1, 2]. 4
9. Find the absolute minimum of f(x) = x² on the interval [-1, 2]. 0
10. For the function f(x) = sin(x) on the interval [0, 2π], what are the critical points? 0, π/2, π, 3π/2, 2π
11. Consider maximizing f(x, y) = x + 2y subject to x² + y² = 5. What is the system of equations to solve? 1 = 2λx, 2 = 2λy, x² + y² = 5
12. What is the maximum value of f(x, y) = xy subject to the constraint x + y = 10? 25
13. Consider maximizing f(x, y) = x + y subject to x² + y² = 1. Which of the following is NOT part of the Lagrange Multiplier system? x² + y² = λ
14. Consider f(x, y, z) = x + y + z subject to x² + y² + z² = 3. Find the maximum value. 3√3
15. Minimize f(x, y) = x² + y² subject to the constraint 2x + y = 5. 2
16. What is a 'critical point' of a function f(x)? A point where f'(x) = 0 or f'(x) is undefined
17. The method of Lagrange Multipliers is particularly useful when the constraint is: An equality
18. For a function f(x), what condition indicates a potential local maximum or minimum at a point 'c'? f'(c) = 0 or f'(c) is undefined
19. If we want to maximize f(x, y) subject to g(x, y) = k, we set up the system of equations including ∇f = λ∇g and: g(x, y) = k
20. A function f(x) has a local maximum at 'c' if f(c) ≥ f(x) for all 'x' in some open interval containing 'c'. This definition refers to: Local maximum
21. Consider the function f(x) = x^3. What is true about the point x=0? It is an inflection point.
22. Consider the function f(x) = |x|. What is true about x=0? It is a local minimum.
23. If f'(x) does not change sign around a critical point 'c', what can be concluded? The point is neither a local maximum nor a local minimum.
24. If a continuous function f(x) has only one critical point in an open interval (a, b) and f''(c) > 0 at that critical point 'c', what can be said about 'c'? It is a local minimum.
25. When using Lagrange multipliers for f(x, y) subject to g(x, y) = k, if ∇g = (0, 0) at a point on the constraint curve, what does this imply? The method may fail or need special consideration.
26. What happens if f''(c) = 0 at a critical point 'c' during the Second Derivative Test? The test is inconclusive, and the First Derivative Test must be used.
27. What does it mean for a function to have a 'global maximum' on an interval? It is the largest value the function attains over the entire interval, including endpoints.
28. What is the primary limitation of the Second Derivative Test? It is inconclusive when the second derivative is zero or undefined.
29. The Second Derivative Test is used to classify critical points. If f''(c) > 0 at a critical point 'c', what does this imply about f(c)? Local minimum
30. If f''(c) < 0 at a critical point 'c', what does this imply about f(c)? Local maximum
31. Using the Second Derivative Test, classify the critical point x = 1 for f(x) = 2x³ - 3x² + 5. Local minimum
32. Using the Second Derivative Test, classify the critical point x = 0 for f(x) = 2x³ - 3x² + 5. Local maximum
33. For f(x, y) = x² + y², what is the nature of the critical point (0, 0)? Local minimum
34. For f(x, y) = -x² - y², what is the nature of the critical point (0, 0)? Local maximum
35. For f(x, y) = x² - y², what is the nature of the critical point (0, 0)? Saddle point
36. For f(x, y) = x³ + y³ - 3xy, classify the critical point (1, 1). Saddle point
37. For f(x, y) = x³ + y³ - 3xy, classify the critical point (0, 0). Saddle point
38. The First Derivative Test examines the sign of the derivative on either side of a critical point. If f'(x) changes from positive to negative at 'c', what type of extremum occurs at 'c'? Local maximum
39. If f'(x) changes from negative to positive at 'c' using the First Derivative Test, what type of extremum occurs at 'c'? Local minimum
40. When finding the absolute maximum or minimum of a continuous function on a closed interval [a, b], what points must be checked? The critical points within the interval and the endpoints of the interval
41. In the context of Lagrange Multipliers for f(x, y) subject to g(x, y) = k, the equation ∇f = λ∇g implies that the gradient vectors of the function and the constraint are: Parallel
42. What is the dimension of the gradient vector for a function of two variables? 2x1 matrix
43. In the Lagrange Multiplier equation ∇f = λ∇g, what does λ represent? A scalar multiplier
44. What is the relationship between the Hessian matrix and the Second Derivative Test for functions of two variables? The Hessian determinant is used to classify critical points.
45. What is the geometric interpretation of the Lagrange multiplier equation ∇f = λ∇g? The level curve of f is tangent to the level curve of g.
46. What does the value of the Lagrange multiplier λ often represent in economic applications? The rate of change of the optimal value of the objective function with respect to a change in the constraint
47. What is the purpose of Lagrange Multipliers? To find maxima and minima of functions subject to equality constraints
48. What is the primary goal when finding maxima and minima of a function using calculus? To find points where the function's slope is zero or undefined
49. For a function f(x) = 2x³ - 3x² + 5, find the critical points. x = 0, x = 1
50. If a function is not continuous on a closed interval, can we guarantee the existence of absolute maxima and minima? No, the Extreme Value Theorem requires continuity.